Searched defs:current_type (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/common/
H A Dhandle_enumerator_win.cc62 HandleType current_type = StringToHandleType(sys_handle->Type()); local
63 if (!all_handles_ && (current_type != ProcessHandle &&
64 current_type != FileHandle &&
65 current_type != DirectoryHandle &&
66 current_type != KeyHandle &&
67 current_type != WindowStationHandle &&
68 current_type != DesktopHandle &&
69 current_type != ServiceHandle))
77 output += GetAccessString(current_type,
/external/chromium_org/components/history/core/common/
H A Dthumbnail_score.cc88 int current_type = GetThumbnailType(current); local
90 if (replacement_type < current_type) {
95 } else if (replacement_type == current_type) {
/external/e2fsprogs/ext2ed/
H A Dmain.c78 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked list */ variable in typeref:struct:
344 * current type. The global variable current_type points to the
371 if (current_type != NULL)
373 i<=current_type->type_commands.last_command && !found;
375 if (strcasecmp (command,current_type->type_commands.names [i])==0) {
376 (*current_type->type_commands.callback [i]) (command_line);
472 if (current_type != NULL)
473 for (i=0;i<=current_type->type_commands.last_command;i++) {
474 if (strncmp (current_type->type_commands.names [i],text,len)==0) {
477 return (dupstr (current_type
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dform_structure.cc1190 const ServerFieldType current_type = (*field)->Type().GetStorableType(); local
1192 bool already_saw_current_type = seen_types.count(current_type) > 0;
1197 if (AutofillType(current_type).group() == PHONE_HOME)
1209 if (current_type == previous_type)
1212 previous_type = current_type;
1214 if (current_type != UNKNOWN_TYPE && already_saw_current_type) {
1220 seen_types.insert(current_type);
/external/chromium_org/v8/src/ic/
H A Dic.cc662 Handle<HeapType> current_type = types.at(i); local
663 if (current_type->IsClass() &&
664 current_type->AsClass()->Map()->is_deprecated()) {
667 } else if (type->NowIs(current_type)) {
672 } else if (handler_to_overwrite == -1 && current_type->IsClass() &&
674 IsTransitionOfMonomorphicTarget(*current_type->AsClass()->Map(),
/external/bison/src/
H A Dparse-gram.c141 static uniqstr current_type = NULL; variable
2536 current_type = NULL;
2551 current_type = NULL;
2575 symbol_type_set (list->content.sym, current_type, (yylsp[(2) - (3)]));
2579 current_type = NULL;
2604 { current_type = NULL; }
2610 { current_type = (yyvsp[(1) - (1)].uniqstr); tag_seen = true; }
2689 current_type = (yyvsp[(1) - (1)].uniqstr);
2699 symbol_type_set ((yyvsp[(1) - (1)].symbol), current_type, (yylsp[(1) - (1)]));
2708 symbol_type_set ((yyvsp[(1) - (2)].symbol), current_type, (yyls
[all...]
/external/libpng/contrib/tools/
H A Dpngfix.c1121 static png_uint_32 current_type(struct file *file, int code);
1149 type = current_type(file, code); /* Gropes in struct chunk and IDAT */
1606 current_type(struct file *file, int code) function
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc8940 GLenum current_type = 0; local
8942 if (!texture->GetLevelType(target, level, &current_type, &internal_format)) {
8951 if (type != current_type) {

Completed in 159 milliseconds