/external/chromium_org/chrome/common/ |
autocomplete_match_type.cc | 30 COMPILE_ASSERT(arraysize(strings) == AutocompleteMatchType::NUM_TYPES,
|
autocomplete_match_type.h | 39 NUM_TYPES,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/ |
testlib.c | 59 int num_types; local 72 XvMCSurfaceInfo *surface_info = XvMCListSurfaceTypes(display, adaptor_info[i].base_id, &num_types); 76 for (j = 0; j < num_types && !found_port; ++j)
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
testlib.c | 59 int num_types; local 72 XvMCSurfaceInfo *surface_info = XvMCListSurfaceTypes(display, adaptor_info[i].base_id, &num_types); 76 for (j = 0; j < num_types && !found_port; ++j)
|
/external/chromium/net/socket/ |
client_socket_pool_histograms.cc | 24 ClientSocketHandle::NUM_TYPES, ClientSocketHandle::NUM_TYPES + 1,
|
/external/chromium_org/net/socket/ |
client_socket_pool_histograms.cc | 27 ClientSocketHandle::NUM_TYPES, ClientSocketHandle::NUM_TYPES + 1,
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_match.cc | 45 const char* strings[NUM_TYPES] = { 58 DCHECK(arraysize(strings) == NUM_TYPES); 64 int icons[NUM_TYPES] = { 77 DCHECK(arraysize(icons) == NUM_TYPES);
|
/external/chromium_org/third_party/ots/src/ |
layout.h | 22 size_t num_types; member in struct:ots::LookupSubtableParser
|
/external/chromium_org/tools/gn/ |
token.h | 51 NUM_TYPES
|
file_template.cc | 83 std::fill(types_required_, &types_required_[Subrange::NUM_TYPES], false); 89 std::fill(types_required_, &types_required_[Subrange::NUM_TYPES], false); 107 DCHECK(type > Subrange::LITERAL && type < Subrange::NUM_TYPES); 137 std::string subst[Subrange::NUM_TYPES]; 138 for (int i = 1; i < Subrange::NUM_TYPES; i++) { 201 for (int i = 1; i < Subrange::NUM_TYPES; i++) {
|
parser.h | 82 size_t num_types, 94 static ParserHelper expressions_[Token::NUM_TYPES];
|
file_template.h | 47 NUM_TYPES // Must be last 143 bool types_required_[Subrange::NUM_TYPES];
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_tls_common.h | 127 size_t *num_types); 128 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
|
/system/core/libmemtrack/ |
memtrack.c | 140 enum memtrack_type types[], size_t num_types, 147 for (i = 0; i < num_types; i++) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_test_conv.c | 383 const unsigned num_types = sizeof(conv_types)/sizeof(conv_types[0]); variable 394 for(src_type = conv_types; src_type < &conv_types[num_types]; ++src_type) { 395 for(dst_type = conv_types; dst_type < &conv_types[num_types]; ++dst_type) { 423 src_type = &conv_types[rand() % num_types]; 426 dst_type = &conv_types[rand() % num_types];
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_conv.c | 383 const unsigned num_types = sizeof(conv_types)/sizeof(conv_types[0]); variable 394 for(src_type = conv_types; src_type < &conv_types[num_types]; ++src_type) { 395 for(dst_type = conv_types; dst_type < &conv_types[num_types]; ++dst_type) { 423 src_type = &conv_types[rand() % num_types]; 426 dst_type = &conv_types[rand() % num_types];
|
/external/checkpolicy/test/ |
dismod.c | 118 unsigned int i, num_types; local 127 num_types = 0; 129 num_types++; 136 num_types++; 137 if (num_types > 1) 141 if (num_types <= 1) { 146 num_types++; 147 if (num_types > 1) 152 if (num_types > 1) 173 if (num_types > 1 [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
macsocketserver.cc | 235 UInt32 num_types = 0; local 238 num_types = GetEventTypeCount(kEventWakeUpSpec); 250 OSStatus result = ReceiveNextEvent(num_types, events, timeout, true,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
context.c | 55 int num_types; local 84 surface_info = XvMCListSurfaceTypes(dpy, adaptor_info[j].base_id, &num_types); 90 for (unsigned int l = 0; l < num_types && !found_surface; ++l) {
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
context.c | 55 int num_types; local 84 surface_info = XvMCListSurfaceTypes(dpy, adaptor_info[j].base_id, &num_types); 90 for (unsigned int l = 0; l < num_types && !found_surface; ++l) {
|
/external/chromium_org/media/base/ |
demuxer_stream.h | 25 NUM_TYPES, // Always keep this entry as the last one!
|
/system/media/camera/src/ |
camera_metadata.c | 138 const size_t camera_metadata_type_size[NUM_TYPES] = { 147 const char *camera_metadata_type_names[NUM_TYPES] = { 387 if (entry.type >= NUM_TYPES) { 497 if (type >= NUM_TYPES) return 0; 855 if (entry->type >= NUM_TYPES) { 870 if (entry->type >= NUM_TYPES) continue; 895 static int values_per_line[NUM_TYPES] = { [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
api_arrayelt.c | 83 #define NUM_TYPES 8 89 static const int ColorFuncs[2][NUM_TYPES] = { 112 static const int VertexFuncs[3][NUM_TYPES] = { 145 static const int IndexFuncs[NUM_TYPES] = { 156 static const int NormalFuncs[NUM_TYPES] = { 168 static int SecondaryColorFuncs[NUM_TYPES]; 169 static int FogCoordFuncs[NUM_TYPES]; 579 static attrib_func AttribFuncsNV[2][4][NUM_TYPES] = { [all...] |
/external/mesa3d/src/mesa/main/ |
api_arrayelt.c | 83 #define NUM_TYPES 8 89 static const int ColorFuncs[2][NUM_TYPES] = { 112 static const int VertexFuncs[3][NUM_TYPES] = { 145 static const int IndexFuncs[NUM_TYPES] = { 156 static const int NormalFuncs[NUM_TYPES] = { 168 static int SecondaryColorFuncs[NUM_TYPES]; 169 static int FogCoordFuncs[NUM_TYPES]; 579 static attrib_func AttribFuncsNV[2][4][NUM_TYPES] = { [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XKBstr.h | 323 unsigned char num_types; member in struct:_XkbClientMapRec 470 unsigned char num_types; member in struct:_XkbMapChanges 501 unsigned char num_types; member in struct:_XkbNameChanges 551 int num_types; member in struct:_XkbComponentList
|