type 309 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp log_debug(_("Scanning directory \"%s\" for %s files"), path, type);
type 339 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp if (suffix == type) {
type 61 cygnal/cgi-bin/oflaDemo/oflaDemo.h const std::string &type);
type 674 cygnal/http_server.cpp cygnal::Element::amf0_type_e type = static_cast<cygnal::Element::amf0_type_e>(*data);
type 675 cygnal/http_server.cpp if ((type == cygnal::Element::UNSUPPORTED_AMF0)
type 676 cygnal/http_server.cpp || (type == cygnal::Element::NULL_AMF0)) {
type 677 cygnal/http_server.cpp _buffer += type;
type 679 cygnal/http_server.cpp } else if (type == cygnal::Element::UNDEFINED_AMF0) {
type 61 cygnal/http_server.h cygnal::Buffer &formatGetReply(gnash::DiskStream::filetype_e type, size_t size, http_status_e code);
type 941 cygnal/libamf/amf.cpp Element::amf0_type_e type = static_cast<Element::amf0_type_e>(*tmpptr);
type 945 cygnal/libamf/amf.cpp switch (type) {
type 1169 cygnal/libamf/amf.cpp gnash::log_unimpl("%s: type %d", __PRETTY_FUNCTION__, (int)type);
type 1258 cygnal/libamf/amf.cpp Element::amf0_type_e type = static_cast<Element::amf0_type_e>(c);
type 1261 cygnal/libamf/amf.cpp if (type == Element::NULL_AMF0) {
type 265 cygnal/libamf/buffer.cpp boost::uint8_t nb = static_cast<boost::uint8_t>(type);
type 471 cygnal/libamf/buffer.cpp boost::uint8_t nb = static_cast<boost::uint8_t>(type);
type 203 cygnal/libamf/buffer.h Buffer &operator=(cygnal::Element::amf0_type_e type);
type 269 cygnal/libamf/buffer.h Buffer &operator+=(cygnal::Element::amf0_type_e type);
type 613 cygnal/libamf/element.h void setType(amf0_type_e type) { _type = type; };
type 48 cygnal/libamf/flv.cpp _header.type = Flv::FLV_VIDEO | Flv::FLV_AUDIO;
type 52 cygnal/libamf/flv.cpp _tag.type = Flv::TAG_METADATA;
type 75 cygnal/libamf/flv.cpp *buf += type;
type 107 cygnal/libamf/flv.cpp if (((header->type & Flv::FLV_AUDIO) && (header->type & Flv::FLV_VIDEO))
type 108 cygnal/libamf/flv.cpp || (header->type & Flv::FLV_AUDIO) || (header->type & Flv::FLV_VIDEO)) {
type 110 cygnal/libamf/flv.cpp log_error("Bad FLV file Type: %d", header->type);
type 182 cygnal/libamf/flv.cpp audio->type = Flv::AUDIO_STEREO;
type 184 cygnal/libamf/flv.cpp audio->type = Flv::AUDIO_MONO;
type 261 cygnal/libamf/flv.cpp video->type = Flv::KEYFRAME;
type 263 cygnal/libamf/flv.cpp video->type = Flv::INTERFRAME;
type 265 cygnal/libamf/flv.cpp video->type = Flv::DISPOSABLE;
type 132 cygnal/libamf/flv.h flv_sound_type_e type;
type 140 cygnal/libamf/flv.h flv_video_frame_type_e type;
type 149 cygnal/libamf/flv.h boost::uint8_t type; // Bitmask: 0x4 for audio, 0x1 for video
type 155 cygnal/libamf/flv.h boost::uint8_t type; // the type. audio, video, or meta
type 170 cygnal/libamf/flv.h boost::shared_ptr<cygnal::Buffer> encodeHeader(boost::uint8_t type);
type 517 cygnal/libnet/diskstream.cpp if (tag->type == cygnal::Flv::TAG_METADATA) {
type 762 cygnal/libnet/http.cpp return formatHeader(_filesize, type);
type 951 cygnal/libnet/http.cpp formatContentType(type);
type 1181 cygnal/libnet/http.cpp cygnal::Element::amf0_type_e type = static_cast<cygnal::Element::amf0_type_e>(*data);
type 1182 cygnal/libnet/http.cpp if ((type == cygnal::Element::UNSUPPORTED_AMF0)
type 1183 cygnal/libnet/http.cpp || (type == cygnal::Element::NULL_AMF0)) {
type 1184 cygnal/libnet/http.cpp _buffer += type;
type 1186 cygnal/libnet/http.cpp } else if (type == cygnal::Element::UNDEFINED_AMF0) {
type 164 cygnal/libnet/http.h cygnal::Buffer &formatGetReply(DiskStream::filetype_e type, size_t size, http_status_e code);
type 190 cygnal/libnet/http.h cygnal::Buffer &formatHeader(DiskStream::filetype_e type, size_t filesize,
type 192 cygnal/libnet/http.h cygnal::Buffer &formatHeader(size_t filesize, http_status_e type);
type 193 cygnal/libnet/http.h cygnal::Buffer &formatHeader(http_status_e type);
type 214 cygnal/libnet/http.h cygnal::Buffer &formatContentType(DiskStream::filetype_e type);
type 158 cygnal/libnet/network.cpp int on, type;
type 191 cygnal/libnet/network.cpp type = SOCK_DGRAM;
type 193 cygnal/libnet/network.cpp type = SOCK_STREAM;
type 197 cygnal/libnet/network.cpp _listenfd = socket(PF_INET, type, ppe->p_proto);
type 234 cygnal/libnet/network.cpp if (type == SOCK_STREAM && listen(_listenfd, 5) < 0) {
type 334 cygnal/libnet/rtmp.cpp head->type = (content_types_e)byte;
type 335 cygnal/libnet/rtmp.cpp _type[head->channel] = head->type;
type 338 cygnal/libnet/rtmp.cpp if (head->type <= RTMP::INVOKE ) {
type 339 cygnal/libnet/rtmp.cpp log_network(_("The type is: %s"), content_str[head->type]);
type 341 cygnal/libnet/rtmp.cpp log_network(_("The type is: 0x%x"), head->type);
type 347 cygnal/libnet/rtmp.cpp head->type, head->channel);
type 348 cygnal/libnet/rtmp.cpp head->type = _type[head->channel];
type 359 cygnal/libnet/rtmp.cpp ((head->head_size == 1) ? "same" : content_str[head->type]),
type 436 cygnal/libnet/rtmp.cpp *ptr = type;
type 440 cygnal/libnet/rtmp.cpp if (head_size == HEADER_12 && type != RTMP::USER) {
type 441 cygnal/libnet/rtmp.cpp if (type != RTMP::AUDIO_DATA && type != RTMP::VIDEO_DATA) {
type 600 cygnal/libnet/rtmp.cpp boost::uint16_t type = ntohs(*reinterpret_cast<boost::uint16_t *>(ptr));
type 601 cygnal/libnet/rtmp.cpp ping->type = static_cast<rtmp_ping_e>(type);
type 640 cygnal/libnet/rtmp.cpp boost::uint16_t type = ntohs(*reinterpret_cast<boost::uint16_t *>(ptr));
type 641 cygnal/libnet/rtmp.cpp boost::uint16_t eventid = static_cast<user_control_e>(type);
type 647 cygnal/libnet/rtmp.cpp user->type = static_cast<user_control_e>(type);
type 955 cygnal/libnet/rtmp.cpp return sendMsg(getFileFd(), channel, head_size, total_size, type, routing, data.reference(), data.allocated());
type 964 cygnal/libnet/rtmp.cpp return sendMsg(fd, channel, head_size, total_size, type, routing, data.reference(), data.allocated());
type 974 cygnal/libnet/rtmp.cpp return sendMsg(getFileFd(), channel, head_size, total_size, type, routing, data, size);
type 1005 cygnal/libnet/rtmp.cpp total_size, type, routing);
type 1101 cygnal/libnet/rtmp.cpp type, routing);
type 1136 cygnal/libnet/rtmp.cpp if (rthead->type <= RTMP::FLV_DATA) {
type 1137 cygnal/libnet/rtmp.cpp log_error("Processing message of type %s!", content_str[rthead->type]);
type 1140 cygnal/libnet/rtmp.cpp switch (rthead->type) {
type 1154 cygnal/libnet/rtmp.cpp log_network("FIXME: Ping type is: %d, ignored for now", ping->type);
type 1155 cygnal/libnet/rtmp.cpp switch (ping->type) {
type 1224 cygnal/libnet/rtmp.cpp content_str[rthead->type]);
type 245 cygnal/libnet/rtmp.h rtmp_ping_e type; // the type of the ping message
type 252 cygnal/libnet/rtmp.h user_control_e type;
type 296 cygnal/libnet/rtmp.h content_types_e type;
type 331 cygnal/libnet/rtmp.h size_t total_size, content_types_e type,
type 402 cygnal/libnet/rtmp.h size_t total_size, content_types_e type,
type 405 cygnal/libnet/rtmp.h size_t total_size, content_types_e type,
type 408 cygnal/libnet/rtmp.h size_t total_size, content_types_e type,
type 411 cygnal/libnet/rtmp.h size_t total_size, content_types_e type,
type 417 cygnal/libnet/rtmp.h size_t total_size, content_types_e type,
type 769 cygnal/libnet/rtmp_client.cpp switch (rthead->type) {
type 785 cygnal/libnet/rtmp_client.cpp log_network("Got a Ping type %s", ping_str[ping->type]);
type 88 cygnal/libnet/sshclient.h void setAuthType(authtype_t type) { _authtype = type; };
type 91 cygnal/libnet/sshclient.h void setTransportType(transport_type_t type) { _transporttype = type; };
type 518 cygnal/rtmp_server.cpp switch(_header.type) {
type 528 cygnal/rtmp_server.cpp switch (ping->type) {
type 584 cygnal/rtmp_server.cpp log_error (_("ERROR: Unidentified RTMP message content type 0x%x"), _header.type);
type 954 cygnal/rtmp_server.cpp return encodePing(type, 0);
type 967 cygnal/rtmp_server.cpp boost::uint16_t typefield = htons(type);
type 974 cygnal/rtmp_server.cpp switch (type) {
type 1432 cygnal/rtmp_server.cpp if (qhead->type == RTMP::USER) {
type 1435 cygnal/rtmp_server.cpp switch (user->type) {
type 1456 cygnal/rtmp_server.cpp ping->type);
type 1465 cygnal/rtmp_server.cpp } else if (qhead->type == RTMP::AUDIO_DATA) {
type 1467 cygnal/rtmp_server.cpp } else if (qhead->type == RTMP::VIDEO_DATA) {
type 1469 cygnal/rtmp_server.cpp } else if (qhead->type == RTMP::WINDOW_SIZE) {
type 1477 cygnal/rtmp_server.cpp switch (qhead->type) {
type 1503 cygnal/rtmp_server.cpp log_unimpl("RTMP type %d", qhead->type);
type 1506 cygnal/rtmp_server.cpp log_unimpl("RTMP type %d", qhead->type);
type 1509 cygnal/rtmp_server.cpp log_unimpl("RTMP type %d", qhead->type);
type 1512 cygnal/rtmp_server.cpp log_unimpl("RTMP type %d", qhead->type);
type 1657 cygnal/rtmp_server.cpp log_unimpl("RTMP type %d", qhead->type);
type 1660 cygnal/rtmp_server.cpp log_error (_("ERROR: Unidentified AMF header data type 0x%x"), qhead->type);
type 72 cygnal/rtmp_server.h boost::shared_ptr<cygnal::Buffer> encodePing(rtmp_ping_e type, boost::uint32_t milliseconds);
type 73 cygnal/rtmp_server.h boost::shared_ptr<cygnal::Buffer> encodePing(rtmp_ping_e type);
type 292 cygnal/testsuite/libamf.all/test_buffer.cpp amf::Element::amf0_type_e type = Element::NUMBER_AMF0;
type 294 cygnal/testsuite/libamf.all/test_buffer.cpp buf6 = type;
type 295 cygnal/testsuite/libamf.all/test_buffer.cpp if (*buf6.reference() == type) {
type 179 cygnal/testsuite/libamf.all/test_flv.cpp if ((tag3->type == Flv::TAG_METADATA)
type 215 cygnal/testsuite/libamf.all/test_flv.cpp if ((tag2->type && Flv::TAG_AUDIO)
type 216 cygnal/testsuite/libamf.all/test_flv.cpp && (data2->type == Flv::AUDIO_MONO)
type 228 cygnal/testsuite/libamf.all/test_flv.cpp if ((tag3->type && Flv::TAG_VIDEO)
type 230 cygnal/testsuite/libamf.all/test_flv.cpp && (data3->type == Flv::KEYFRAME)) {
type 391 cygnal/testsuite/libamf.all/test_lc.cpp (el.type == AMF::NUMBER) &&
type 404 cygnal/testsuite/libamf.all/test_lc.cpp (newel.type == AMF::NUMBER) &&
type 415 cygnal/testsuite/libamf.all/test_lc.cpp (el.type == AMF::BOOLEAN) &&
type 426 cygnal/testsuite/libamf.all/test_lc.cpp (el.type == AMF::BOOLEAN) &&
type 440 cygnal/testsuite/libamf.all/test_lc.cpp (el.type == AMF::STRING) &&
type 451 cygnal/testsuite/libamf.all/test_lc.cpp (el.type == AMF::STRING) &&
type 463 cygnal/testsuite/libamf.all/test_lc.cpp (el.type == AMF::NUMBER) &&
type 475 cygnal/testsuite/libamf.all/test_lc.cpp (el.type == AMF::BOOLEAN) &&
type 486 cygnal/testsuite/libamf.all/test_lc.cpp (el.type == AMF::BOOLEAN) &&
type 497 cygnal/testsuite/libamf.all/test_lc.cpp (el.type == AMF::BOOLEAN) &&
type 508 cygnal/testsuite/libamf.all/test_lc.cpp (el.type == AMF::BOOLEAN) &&
type 521 cygnal/testsuite/libamf.all/test_lc.cpp (el.type == AMF::OBJECT)) {
type 529 cygnal/testsuite/libamf.all/test_lc.cpp el.type = AMF::OBJECT;
type 537 cygnal/testsuite/libamf.all/test_lc.cpp (el.type == AMF::STRING) &&
type 552 cygnal/testsuite/libamf.all/test_lc.cpp (el.type == AMF::NUMBER) &&
type 347 cygnal/testsuite/libnet.all/test_rtmp.cpp if ((*tmpbuf->reference() == 0x05) && (rthead->type <= RTMP::INVOKE)) {
type 362 cygnal/testsuite/libnet.all/test_rtmp.cpp if ((*tmpbuf->reference() == 0x07) && (rthead->type <= RTMP::VIDEO_DATA)) {
type 377 cygnal/testsuite/libnet.all/test_rtmp.cpp if ((*tmpbuf->reference() == 0x08) && (rthead->type <= RTMP::AUDIO_DATA)) {
type 392 cygnal/testsuite/libnet.all/test_rtmp.cpp if ((*tmpbuf->reference() == 0x08) && (rthead->type <= RTMP::AUDIO_DATA)) {
type 407 cygnal/testsuite/libnet.all/test_rtmp.cpp if ((*tmpbuf->reference() == 0x02) && (rthead->type <= RTMP::AUDIO_DATA)) {
type 455 cygnal/testsuite/libnet.all/test_rtmp.cpp if (ping1->type == RTMP::PING_CLEAR) {
type 482 cygnal/testsuite/libnet.all/test_rtmp.cpp if ((ping2->type == RTMP::PING_CLIENT)
type 537 cygnal/testsuite/libnet.all/test_rtmp.cpp && (header1->bodysize == 287) && (header1->type == RTMP::INVOKE)) {
type 565 cygnal/testsuite/libnet.all/test_rtmp.cpp && (header2->bodysize == 6) && (header2->type == RTMP::USER)) {
type 596 cygnal/testsuite/libnet.all/test_rtmp.cpp && (header3->bodysize == 0x19) && (header3->type == RTMP::INVOKE)) {
type 43 gui/ScreenShotter.cpp struct { const char* ext; FileType type; } matches[] =
type 55 gui/ScreenShotter.cpp return matches[i].type;
type 217 gui/fb/EventDevice.cpp switch (ev->type) {
type 70 gui/fb/InputDevice.cpp return init(type, std::string(), DEFAULT_BUFFER_SIZE);
type 78 gui/fb/InputDevice.cpp return init(type, std::string(), size);
type 87 gui/fb/InputDevice.cpp _type = type;
type 70 gui/fb/InputDevice.h bool init(devicetype_e type);
type 71 gui/fb/InputDevice.h bool init(devicetype_e type, size_t size);
type 72 gui/fb/InputDevice.h bool init(devicetype_e type, const std::string &filespec);
type 73 gui/fb/InputDevice.h bool init(devicetype_e type, const std::string &filespec, size_t size);
type 58 gui/fb/MouseDevice.cpp InputDevice::devicetype_e type;
type 86 gui/fb/MouseDevice.cpp while (mice[i].type != InputDevice::UNKNOWN) {
type 98 gui/fb/MouseDevice.cpp debug[mice[i].type], mice[i].filespec);
type 282 gui/fb/TouchDevice.cpp InputDevice::devicetype_e type;
type 292 gui/fb/TouchDevice.cpp while (touch[i].type != InputDevice::UNKNOWN) {
type 303 gui/fb/TouchDevice.cpp debug[touch[i].type], touch[i].filespec);
type 804 gui/fb/fb.cpp ptr->type = FB_TYPE_PACKED_PIXELS; // see FB_TYPE_*
type 399 gui/fltk/fltk.cpp _popup_menu->type(PopupMenu::POPUP3);
type 2394 gui/gtk/gtk.cpp assert(event->type == GDK_SCROLL);
type 2421 gui/gtk/gtk.cpp if (event->type != GDK_BUTTON_PRESS) return false;
type 2579 gui/gtk/gtk.cpp if (event->type == GDK_BUTTON_PRESS) {
type 2601 gui/gtk/gtk.cpp if (event->type == GDK_BUTTON_PRESS) {
type 132 gui/gtk/gtk_glue_agg.cpp if (_offscreenbuf && _offscreenbuf->type == GDK_IMAGE_SHARED) {
type 70 gui/gtk/gtk_glue_cairo.cpp if (_image && _image->type == GDK_IMAGE_SHARED) {
type 342 gui/pythonmod/gnash-view.cpp if (event->type != GDK_BUTTON_PRESS) return FALSE;
type 67 gui/sdl/sdl.cpp switch (event.type)
type 90 libbase/GnashFactory.h std::output_iterator_tag> >::type* dummy = 0) {
type 169 libbase/GnashImage.cpp switch (type) {
type 183 libbase/GnashImage.cpp switch (image.type()) {
type 203 libbase/GnashImage.cpp switch (type) {
type 257 libbase/GnashImage.cpp if (im->type() == TYPE_RGBA) {
type 93 libbase/GnashImage.h ImageType type() const {
type 184 libbase/GnashImage.h GnashImage(iterator data, size_t width, size_t height, ImageType type,
type 195 libbase/GnashImage.h GnashImage(size_t width, size_t height, ImageType type,
type 322 libbase/GnashImage.h boost::shared_ptr<gnash::IOChannel> in, FileType type);
type 375 libbase/GnashImage.h DSOEXPORT static void writeImageData(FileType type,
type 243 libbase/GnashImagePng.cpp const png_byte type = png_get_color_type(_pngPtr, _infoPtr);
type 247 libbase/GnashImagePng.cpp if (type == PNG_COLOR_TYPE_PALETTE) {
type 253 libbase/GnashImagePng.cpp if (type == PNG_COLOR_TYPE_GRAY && bitDepth < 8) {
type 274 libbase/GnashImagePng.cpp if (type & PNG_COLOR_MASK_ALPHA) {
type 285 libbase/GnashImagePng.cpp if (type == PNG_COLOR_TYPE_GRAY || type == PNG_COLOR_TYPE_GRAY_ALPHA) {
type 121 libbase/GnashTexture.cpp switch (type) {
type 39 libbase/GnashTexture.h GnashTextureFormat(image::ImageType type);
type 72 libbase/GnashTexture.h image::ImageType type);
type 78 libbase/GnashVaapiImage.cpp assert(type() == from.type());
type 45 libbase/GnashVaapiImage.h image::ImageType type);
type 37 libbase/GnashVaapiTexture.h image::ImageType type);
type 193 libbase/ImageIterators.h return pixel_iterator<T>(im.begin(), im.type());
type 200 libbase/ImageIterators.h return pixel_iterator<T>(im.end(), im.type());
type 238 libbase/jemalloc.c # define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var))
type 307 libbase/jemalloc.c #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var))
type 62 libbase/jemtree.h struct type *sph_root; /* root of the tree */ \
type 74 libbase/jemtree.h struct type *spe_left; /* left element */ \
type 75 libbase/jemtree.h struct type *spe_right; /* right element */ \
type 118 libbase/jemtree.h void name##_SPLAY(struct name *, struct type *); \
type 120 libbase/jemtree.h struct type *name##_SPLAY_INSERT(struct name *, struct type *); \
type 121 libbase/jemtree.h struct type *name##_SPLAY_REMOVE(struct name *, struct type *); \
type 124 libbase/jemtree.h static __inline struct type * \
type 125 libbase/jemtree.h name##_SPLAY_FIND(struct name *head, struct type *elm) \
type 135 libbase/jemtree.h static __inline struct type * \
type 136 libbase/jemtree.h name##_SPLAY_NEXT(struct name *head, struct type *elm) \
type 149 libbase/jemtree.h static __inline struct type * \
type 160 libbase/jemtree.h struct type * \
type 161 libbase/jemtree.h name##_SPLAY_INSERT(struct name *head, struct type *elm) \
type 184 libbase/jemtree.h struct type * \
type 185 libbase/jemtree.h name##_SPLAY_REMOVE(struct name *head, struct type *elm) \
type 187 libbase/jemtree.h struct type *__tmp; \
type 206 libbase/jemtree.h name##_SPLAY(struct name *head, struct type *elm) \
type 208 libbase/jemtree.h struct type __node, *__left, *__right, *__tmp; \
type 245 libbase/jemtree.h struct type __node, *__left, *__right, *__tmp; \
type 296 libbase/jemtree.h struct type *rbh_root; /* root of the tree */ \
type 310 libbase/jemtree.h struct type *rbe_left; /* left element */ \
type 311 libbase/jemtree.h struct type *rbe_right; /* right element */ \
type 312 libbase/jemtree.h struct type *rbe_parent; /* parent element */ \
type 380 libbase/jemtree.h RB_PROTOTYPE_INTERNAL(name, type, field, cmp,)
type 382 libbase/jemtree.h RB_PROTOTYPE_INTERNAL(name, type, field, cmp, __unused static)
type 384 libbase/jemtree.h attr void name##_RB_INSERT_COLOR(struct name *, struct type *); \
type 385 libbase/jemtree.h attr void name##_RB_REMOVE_COLOR(struct name *, struct type *, struct type *);\
type 386 libbase/jemtree.h attr struct type *name##_RB_REMOVE(struct name *, struct type *); \
type 387 libbase/jemtree.h attr struct type *name##_RB_INSERT(struct name *, struct type *); \
type 388 libbase/jemtree.h attr struct type *name##_RB_FIND(struct name *, struct type *); \
type 389 libbase/jemtree.h attr struct type *name##_RB_NFIND(struct name *, struct type *); \
type 390 libbase/jemtree.h attr struct type *name##_RB_NEXT(struct type *); \
type 391 libbase/jemtree.h attr struct type *name##_RB_PREV(struct type *); \
type 392 libbase/jemtree.h attr struct type *name##_RB_MINMAX(struct name *, int); \
type 399 libbase/jemtree.h RB_GENERATE_INTERNAL(name, type, field, cmp,)
type 401 libbase/jemtree.h RB_GENERATE_INTERNAL(name, type, field, cmp, static)
type 404 libbase/jemtree.h name##_RB_INSERT_COLOR(struct name *head, struct type *elm) \
type 406 libbase/jemtree.h struct type *parent, *gparent, *tmp; \
type 448 libbase/jemtree.h name##_RB_REMOVE_COLOR(struct name *head, struct type *parent, struct type *elm) \
type 450 libbase/jemtree.h struct type *tmp; \
type 470 libbase/jemtree.h struct type *oleft; \
type 503 libbase/jemtree.h struct type *oright; \
type 525 libbase/jemtree.h attr struct type * \
type 526 libbase/jemtree.h name##_RB_REMOVE(struct name *head, struct type *elm) \
type 528 libbase/jemtree.h struct type *child, *parent, *old = elm; \
type 535 libbase/jemtree.h struct type *left; \
type 593 libbase/jemtree.h attr struct type * \
type 594 libbase/jemtree.h name##_RB_INSERT(struct name *head, struct type *elm) \
type 596 libbase/jemtree.h struct type *tmp; \
type 597 libbase/jemtree.h struct type *parent = NULL; \
type 624 libbase/jemtree.h attr struct type * \
type 625 libbase/jemtree.h name##_RB_FIND(struct name *head, struct type *elm) \
type 627 libbase/jemtree.h struct type *tmp = RB_ROOT(head); \
type 642 libbase/jemtree.h attr struct type * \
type 643 libbase/jemtree.h name##_RB_NFIND(struct name *head, struct type *elm) \
type 645 libbase/jemtree.h struct type *tmp = RB_ROOT(head); \
type 646 libbase/jemtree.h struct type *res = NULL; \
type 663 libbase/jemtree.h attr struct type * \
type 664 libbase/jemtree.h name##_RB_NEXT(struct type *elm) \
type 685 libbase/jemtree.h attr struct type * \
type 686 libbase/jemtree.h name##_RB_PREV(struct type *elm) \
type 706 libbase/jemtree.h attr struct type * \
type 709 libbase/jemtree.h struct type *tmp = RB_ROOT(head); \
type 710 libbase/jemtree.h struct type *parent = NULL; \
type 44 libbase/string_table.cpp table::index<StringValue>::type::iterator i =
type 119 libbase/string_table.cpp table::index<StringValue>::type::iterator it =
type 106 libbase/string_table.h table::index<StringID>::type::iterator r =
type 208 libcore/ExternalInterface.cpp invoke->type = tag.substr(start, end-start);
type 210 libcore/ExternalInterface.cpp boost::erase_first(invoke->type, "\"");
type 211 libcore/ExternalInterface.cpp boost::erase_last(invoke->type, "\"");
type 47 libcore/ExternalInterface.h std::string type;
type 198 libcore/FillStyle.cpp assert(type() == a.type());
type 117 libcore/FillStyle.h Type type() const {
type 187 libcore/FillStyle.h Type type() const {
type 77 libcore/Filters.h boost::uint8_t quality, bevel_type type, bool knockout) :
type 81 libcore/Filters.h m_quality(quality), m_type(type), m_knockout(knockout)
type 291 libcore/Filters.h boost::uint8_t quality, glow_types type, bool knockout) :
type 295 libcore/Filters.h m_quality(quality), m_type(type), m_knockout(knockout)
type 338 libcore/Filters.h boost::uint8_t quality, glow_types type, bool knockout) :
type 341 libcore/Filters.h m_quality(quality), m_type(type), m_knockout(knockout)
type 72 libcore/MovieFactory.cpp FileType type = getFileType(*in);
type 74 libcore/MovieFactory.cpp switch (type) {
type 85 libcore/MovieFactory.cpp ret = createBitmapMovie(in, url, runResources, type);
type 271 libcore/MovieFactory.cpp image::Input::readImageData(imageData, type));
type 385 libcore/Property.h return _bound.type() == typeid(GetterSetter);
type 52 libcore/abc/AbcBlock.cpp abc::Class* type;
type 57 libcore/abc/AbcBlock.cpp type = block->locateClass(block->_multinamePool[_typeIndex]);
type 60 libcore/abc/AbcBlock.cpp type = block->mTheObject;
type 63 libcore/abc/AbcBlock.cpp if (!type) {
type 78 libcore/abc/AbcBlock.cpp script->addValue(_globalName, _namespace, _slotID, type,
type 123 libcore/abc/AbcBlock.cpp abc::Class *type;
type 125 libcore/abc/AbcBlock.cpp type = block->locateClass(block->_multinamePool[_typeIndex]);
type 128 libcore/abc/AbcBlock.cpp type = block->mTheObject;
type 131 libcore/abc/AbcBlock.cpp if (!type) {
type 143 libcore/abc/AbcBlock.cpp pMethod->addValue(_globalName, _namespace, _slotID, type,
type 704 libcore/abc/AbcBlock.cpp log_abc("Pool value: index is %u type is 0x%X", index, type | 0x0);
type 705 libcore/abc/AbcBlock.cpp switch (type)
type 773 libcore/abc/AbcBlock.cpp log_error(_("ABC: Bad default value type (%X), but continuing."), type);
type 1242 libcore/abc/AbcBlock.cpp abc::Class *type = locateClass(_multinamePool[catch_type]);
type 1243 libcore/abc/AbcBlock.cpp if (!type) {
type 1254 libcore/abc/AbcBlock.cpp ex->setCatchType(type);
type 321 libcore/abc/AbcBlock.h bool pool_value(boost::uint32_t index, PoolConstant type, as_value &v);
type 48 libcore/abc/Class.cpp val.to_object(*g)->set_member(NSV::INTERNAL_TYPE, type->getName());
type 92 libcore/abc/Class.cpp return addSlot(name, ns, slotId, type, isstatic);
type 179 libcore/abc/Class.cpp bv->setType(type);
type 191 libcore/abc/Class.cpp bv->setType(type);
type 212 libcore/abc/Class.cpp return addBinding(name, asBinding(ns, type, slotId, isstatic));
type 213 libcore/abc/Class.cpp return addStaticBinding(name, asBinding(ns, type, slotId, isstatic));
type 113 libcore/abc/Class.h boost::uint32_t slotID, Class *type, as_value& val,
type 117 libcore/abc/Class.h boost::uint32_t slotID, Class *type, bool isstatic);
type 129 libcore/abc/Class.h boost::uint32_t slotID, Class *type, bool isstatic);
type 100 libcore/abc/Method.cpp size_t(type->getName()));
type 164 libcore/abc/Method.cpp return addSlot(name, ns, slotId, type);
type 139 libcore/abc/Method.h boost::uint32_t slotID, Class *type, as_value& val, bool isconst);
type 142 libcore/abc/Method.h boost::uint32_t slotID, Class *type);
type 151 libcore/abc/Method.h boost::uint32_t slotID, Class *type);
type 60 libcore/as_value.h type* dummy = 0)
type 164 libcore/as_value.h as_value(T val, typename boost::enable_if<boost::is_same<bool, T> >::type*
type 399 libcore/asobj/XMLNode_as.cpp NodeType type = xml.nodeType();
type 437 libcore/asobj/XMLNode_as.cpp if (type == Text)
type 87 libcore/asobj/XMLNode_as.h void nodeTypeSet(NodeType type) {
type 88 libcore/asobj/XMLNode_as.h _type = type;
type 841 libcore/asobj/flash/display/BitmapData_as.cpp if (im.type() == image::TYPE_RGBA) {
type 86 libcore/asobj/flash/display/BitmapData_as.h return (data()->type() == image::TYPE_RGBA);
type 256 libcore/asobj/flash/filters/BevelFilter_as.cpp std::string type = fn.arg(0).to_string();
type 258 libcore/asobj/flash/filters/BevelFilter_as.cpp if (type == "outer")
type 261 libcore/asobj/flash/filters/BevelFilter_as.cpp if (type == "inner")
type 264 libcore/asobj/flash/filters/BevelFilter_as.cpp if (type == "full")
type 229 libcore/asobj/flash/filters/GradientBevelFilter_as.cpp std::string type = fn.arg(0).to_string();
type 231 libcore/asobj/flash/filters/GradientBevelFilter_as.cpp if (type == "outer")
type 234 libcore/asobj/flash/filters/GradientBevelFilter_as.cpp if (type == "inner")
type 237 libcore/asobj/flash/filters/GradientBevelFilter_as.cpp if (type == "full")
type 230 libcore/asobj/flash/filters/GradientGlowFilter_as.cpp std::string type = fn.arg(0).to_string();
type 232 libcore/asobj/flash/filters/GradientGlowFilter_as.cpp if (type == "outer")
type 235 libcore/asobj/flash/filters/GradientGlowFilter_as.cpp if (type == "inner")
type 238 libcore/asobj/flash/filters/GradientGlowFilter_as.cpp if (type == "full")
type 158 libcore/parser/TypesParser.cpp const SWF::FillType type = static_cast<SWF::FillType>(in.read_u8());
type 161 libcore/parser/TypesParser.cpp log_parse(" FillStyle read type = 0x%X", +type);
type 164 libcore/parser/TypesParser.cpp switch (type) {
type 173 libcore/parser/TypesParser.cpp return readBitmapFill(in, type, md, readMorph);
type 181 libcore/parser/TypesParser.cpp switch (type) {
type 290 libcore/parser/TypesParser.cpp if (type == SWF::FILL_FOCAL_GRADIENT) {
type 306 libcore/parser/TypesParser.cpp ss << "Unknown fill style type " << +type;
type 426 libcore/parser/TypesParser.cpp morph = BitmapFill(type, &md, id, m2);
type 431 libcore/parser/TypesParser.cpp return std::make_pair(BitmapFill(type, &md, id, m), morph);
type 237 libcore/parser/action_buffer.cpp int type = instruction_data[3 + i];
type 243 libcore/parser/action_buffer.cpp switch (type)
type 433 libcore/vm/ASHandlers.cpp _handlers[type].execute(thread);
type 1759 libcore/vm/ASHandlers.cpp const boost::uint8_t type = code[3 + i];
type 1764 libcore/vm/ASHandlers.cpp count, pushType[type], env.top(0));
type 1768 libcore/vm/ASHandlers.cpp switch (type)
type 1775 libcore/vm/ASHandlers.cpp "sync."), +type);
type 57 libcore/vm/ASHandlers.h ActionHandler(ActionType type, ActionCallback func,
type 82 libcore/vm/ASHandlers.h void execute(ActionType type, ActionExec& thread) const;
type 2368 libcore/vm/Machine.cpp as_value type = pop_stack();
type 2730 libcore/vm/Machine.cpp as_value type = pop_stack();
type 2733 libcore/vm/Machine.cpp as_object* const typeObject = type.to_object(*_global);
type 2740 libcore/vm/Machine.cpp value, type);
type 338 libmedia/AudioDecoderSimple.cpp if (info.type != CODEC_TYPE_FLASH) {
type 366 libmedia/FLVParser.cpp if (flvtag.type == FLV_AUDIO_TAG)
type 391 libmedia/FLVParser.cpp else if (flvtag.type == FLV_VIDEO_TAG)
type 416 libmedia/FLVParser.cpp else if (flvtag.type == FLV_META_TAG)
type 171 libmedia/FLVParser.h type(stream[0]),
type 177 libmedia/FLVParser.h boost::uint8_t type;
type 83 libmedia/MediaHandler.cpp assert (info.type == CODEC_TYPE_FLASH );
type 454 libmedia/MediaParser.cpp os << "codec:" << vi.codec << " (type " << vi.type << ") - "
type 235 libmedia/MediaParser.h type(typei)
type 256 libmedia/MediaParser.h codecType type;
type 322 libmedia/MediaParser.h type(typei)
type 331 libmedia/MediaParser.h codecType type;
type 47 libmedia/VideoConverter.h : type(t),
type 70 libmedia/VideoConverter.h Type4CC type;
type 47 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp if (info.type == CODEC_TYPE_CUSTOM) {
type 176 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp if (info.type == CODEC_TYPE_CUSTOM)
type 181 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp else if (info.type == CODEC_TYPE_FLASH)
type 231 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp "(should never happen)")) % info.type;
type 238 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp if (info.type == CODEC_TYPE_FLASH) {
type 261 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp if (info.type == CODEC_TYPE_FLASH) {
type 114 libmedia/ffmpeg/MediaHandlerFfmpeg.cpp if (info.type != CODEC_TYPE_FLASH) throw;
type 131 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp if ( info.type == CODEC_TYPE_FLASH )
type 521 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp pic->type = FF_BUFFER_TYPE_USER;
type 55 libmedia/gst/AudioDecoderGst.cpp if (info.type == CODEC_TYPE_FLASH && info.codec == AUDIO_CODEC_MP3)
type 66 libmedia/gst/AudioDecoderGst.cpp if (info.type == CODEC_TYPE_FLASH && info.codec == AUDIO_CODEC_NELLYMOSER)
type 75 libmedia/gst/AudioDecoderGst.cpp if (info.type == CODEC_TYPE_FLASH && info.codec == AUDIO_CODEC_ADPCM)
type 85 libmedia/gst/AudioDecoderGst.cpp if (info.type == CODEC_TYPE_FLASH && info.codec == AUDIO_CODEC_AAC)
type 108 libmedia/gst/AudioDecoderGst.cpp if (info.type == CODEC_TYPE_FLASH) {
type 174 libmedia/gst/AudioDecoderGst.cpp std::string type(gst_structure_get_name(sct));
type 176 libmedia/gst/AudioDecoderGst.cpp "audio type %s!")) % type).str();
type 197 libmedia/gst/AudioDecoderGst.cpp std::string type(gst_structure_get_name(sct));
type 200 libmedia/gst/AudioDecoderGst.cpp % type).str();
type 84 libmedia/gst/MediaHandlerGst.cpp if (info.type != CODEC_TYPE_FLASH) {
type 119 libmedia/gst/MediaHandlerGst.cpp assert(info.type == CODEC_TYPE_FLASH);
type 129 libmedia/gst/MediaHandlerGst.cpp if (info.type != CODEC_TYPE_FLASH) throw;
type 125 libmedia/gst/VideoDecoderGst.cpp std::string type(gst_structure_get_name(sct));
type 127 libmedia/gst/VideoDecoderGst.cpp "video type %s!")) % type).str();
type 129 libmedia/gst/VideoDecoderGst.cpp if (type == "video/x-flash-video" || type == "video/x-h264") {
type 152 libmedia/gst/VideoDecoderGst.cpp std::string type(gst_structure_get_name(sct));
type 155 libmedia/gst/VideoDecoderGst.cpp % type).str();
type 105 libmedia/haiku/MediaHandlerHaiku.cpp if ( info.type != CODEC_TYPE_FLASH ) throw ex;
type 697 librender/agg/Renderer_agg.cpp image::Output::writeImageData(type, io, im, quality);
type 781 librender/agg/Renderer_agg.cpp switch (frame->type())
type 872 librender/agg/Renderer_agg.cpp switch (im.type()) {
type 885 librender/agg/Renderer_agg.cpp const size_t stride = width * (im.type() == image::TYPE_RGBA ? 4 : 3);
type 39 librender/agg/Renderer_agg_bitmap.h _bpp(_image->type() == image::TYPE_RGB ? 24 : 32)
type 649 librender/agg/Renderer_agg_style.h const bool tiled = (f.type() == BitmapFill::TILED);
type 708 librender/agg/Renderer_agg_style.h switch (fs.type()) {
type 233 librender/cairo/Renderer_cairo.cpp switch (f.type()) {
type 455 librender/cairo/Renderer_cairo.cpp switch (im->type())
type 482 librender/cairo/Renderer_cairo.cpp if (baseframe->type() == image::TYPE_RGBA)
type 208 librender/opengl/Renderer_ogl.cpp binfo->apply(f.matrix(), f.type() == BitmapFill::TILED ?
type 774 librender/opengl/Renderer_ogl.cpp switch (im->type()) {
type 797 librender/opengl/Renderer_ogl.cpp GnashTextureFormat frameFormat(frame->type());
type 841 librender/opengl/Renderer_ogl.cpp frame->type()));
type 850 librender/opengl/Renderer_ogl.cpp frame->type()));
type 1960 librender/opengl/Renderer_ogl.cpp switch (gf.type())
type 141 libvaapi/VaapiContext.cpp attrib.type = VAConfigAttribRTFormat;
type 299 plugin/aos4/plugin.cpp (aWindow->type == NPWindowTypeWindow) ? "NPWindowTypeWindow" :
type 300 plugin/aos4/plugin.cpp (aWindow->type == NPWindowTypeDrawable) ? "NPWindowTypeDrawable" :
type 302 plugin/aos4/plugin.cpp aWindow->type);
type 56 plugin/aos4/plugin.h NPError NewStream(NPMIMEType type, NPStream *stream, NPBool seekable,
type 412 plugin/klash/klash_part.cpp type = entry->rettype;
type 415 plugin/klash/klash_part.cpp type = KParts::LiveConnectExtension::TypeString;
type 424 plugin/klash/klash_part.cpp type = KParts::LiveConnectExtension::TypeFunction;
type 469 plugin/klash/klash_part.cpp type = entry->rettype;
type 420 plugin/klash4/klash_part.cpp type = entry->rettype;
type 423 plugin/klash4/klash_part.cpp type = KParts::LiveConnectExtension::TypeString;
type 432 plugin/klash4/klash_part.cpp type = KParts::LiveConnectExtension::TypeFunction;
type 478 plugin/klash4/klash_part.cpp type = entry->rettype;
type 62 plugin/npapi/GnashNPVariant.h switch(from.type) {
type 248 plugin/npapi/external.cpp invoke->type = tag.substr(start, end-start);
type 250 plugin/npapi/external.cpp boost::erase_first(invoke->type, "\"");
type 251 plugin/npapi/external.cpp boost::erase_last(invoke->type, "\"");
type 46 plugin/npapi/external.h std::string type;
type 119 plugin/npapi/mozilla-sdk/npn_gate.cpp rv = NPNFuncs.newstream(instance, type, target, stream);
type 40 plugin/npapi/mozilla-sdk/npp_gate.cpp ds.type = pluginType;
type 130 plugin/npapi/mozilla-sdk/npp_gate.cpp return plugin->NewStream(type, stream, seekable, stype);
type 29 plugin/npapi/mozilla-sdk/pluginbase.h NPMIMEType type;
type 78 plugin/npapi/plugin.h NPError NewStream(NPMIMEType type, NPStream *stream, NPBool seekable,
type 286 plugin/npapi/test.cpp if ((invoke->name == "barbyfoo") && (invoke->type == "xml")
type 300 plugin/npapi/test.cpp if ((invoke->name == "reportFlashTiming") && (invoke->type == "xml")
type 312 plugin/npapi/test.cpp check_equals (invoke->type, "xml");
type 457 plugin/npapi/test.cpp switch(variant->type) {
type 296 plugin/win32/plugin.cpp (aWindow->type == NPWindowTypeWindow) ? "NPWindowTypeWindow" :
type 297 plugin/win32/plugin.cpp (aWindow->type == NPWindowTypeDrawable) ? "NPWindowTypeDrawable" :
type 299 plugin/win32/plugin.cpp aWindow->type);
type 8 testsuite/misc-ming.all/remoting.php $this->type = $type;
type 128 testsuite/misc-ming.all/remoting.php } elseif(is_object($val) && $val->type == 'raw') {
type 207 utilities/flvdumper.cpp if ((head->type & Flv::FLV_VIDEO) && (head->type & Flv::FLV_AUDIO)) {
type 209 utilities/flvdumper.cpp } else if (head->type && Flv::FLV_VIDEO) {
type 211 utilities/flvdumper.cpp } else if (head->type && Flv::FLV_AUDIO) {
type 255 utilities/flvdumper.cpp switch (tag->type) {
type 261 utilities/flvdumper.cpp cout << "\tSound Type is: " << type_strs[data->type] << endl;
type 274 utilities/flvdumper.cpp cout << "\tFrame Type is: " << frame_strs[data->type] << endl;
type 162 utilities/processor.cpp if (e.type() != typeid(HostMessage)) return boost::blank();