/external/e2fsprogs/ext2ed/ |
D | general_com.c | 42 if (current_type!=NULL) { in help() 44 wprintw (show_pad,"Type %s specific commands:\n",current_type->name);max_line++; in help() 46 if (current_type->type_commands.last_command==-1) { in help() 50 for (i=0;i<=current_type->type_commands.last_command;i++) { in help() 54 wprintw (show_pad,"%-13s",current_type->type_commands.names [i]); in help() 115 if (current_type != NULL) in detailed_help() 116 for (i=0;i<=current_type->type_commands.last_command;i++) { in detailed_help() 117 if (strcmp (current_type->type_commands.names [i],text)==0) { in detailed_help() 118 wprintw (show_pad,"%s - %s\n",text,current_type->type_commands.descriptions [i]); in detailed_help() 181 current_type=NULL; /* There is no type now */ in set_device() [all …]
|
D | main.c | 78 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked … variable 371 if (current_type != NULL) in dispatch() 373 i<=current_type->type_commands.last_command && !found; in dispatch() 375 if (strcasecmp (command,current_type->type_commands.names [i])==0) { in dispatch() 376 (*current_type->type_commands.callback [i]) (command_line); in dispatch() 472 if (current_type != NULL) in complete_command() 473 for (i=0;i<=current_type->type_commands.last_command;i++) { in complete_command() 474 if (strncmp (current_type->type_commands.names [i],text,len)==0) { in complete_command() 477 return (dupstr (current_type->type_commands.names [i])); in complete_command()
|
D | disk.c | 211 if (current_type!=NULL) in load_type_data() 212 if (strcmp (current_type->name,"ext2_dir_entry")==0) in load_type_data() 213 current_type->length=type_data.u.t_ext2_dir_entry.rec_len; in load_type_data()
|
D | win.c | 178 if (current_type != NULL) in show_info() 179 wprintw (show_win,"Type: %s\n",current_type->name); in show_info()
|
D | init.c | 62 current_type=NULL; /* No filesystem specific types yet */ in init() 169 first_type=last_type=current_type=NULL; in free_struct_descriptors()
|
D | ext2ed.h | 213 extern struct struct_descriptor *current_type;
|
/external/icu4c/test/depstest/ |
D | dependencies.py | 143 current_type = None 148 current_type = "library" 157 current_type = "group" 173 if current_type == "library": 175 elif current_type == "group": 178 elif current_type == "system_symbols": 179 item = items[current_type] 184 current_type = "system_symbols" 185 if current_type in items: 187 item = items[current_type] = {"type": current_type}
|
/external/bison/src/ |
D | parse-gram.y | 65 static uniqstr current_type = NULL; variable 423 current_type = NULL; 428 current_type = NULL; 447 symbol_type_set (list->content.sym, current_type, @2); 451 current_type = NULL; 462 /* Nothing. */ { current_type = NULL; } 463 | TYPE { current_type = $1; tag_seen = true; } 503 current_type = $1; 509 symbol_type_set ($1, current_type, @1); 514 symbol_type_set ($1, current_type, @1); [all …]
|
D | parse-gram.c | 141 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, (yylsp[(1) - (2)])); [all …]
|
/external/chromium_org/content/common/ |
D | handle_enumerator_win.cc | 60 HandleType current_type = StringToHandleType(sys_handle->Type()); in EnumerateHandles() local 61 if (!all_handles_ && (current_type != ProcessHandle && in EnumerateHandles() 62 current_type != FileHandle && in EnumerateHandles() 63 current_type != DirectoryHandle && in EnumerateHandles() 64 current_type != KeyHandle && in EnumerateHandles() 65 current_type != WindowStationHandle && in EnumerateHandles() 66 current_type != DesktopHandle && in EnumerateHandles() 67 current_type != ServiceHandle)) in EnumerateHandles() 75 output += GetAccessString(current_type, in EnumerateHandles()
|
/external/chromium_org/chrome/common/ |
D | thumbnail_score.cc | 87 int current_type = GetThumbnailType(current); in ShouldReplaceThumbnailWith() local 89 if (replacement_type < current_type) { in ShouldReplaceThumbnailWith() 94 } else if (replacement_type == current_type) { in ShouldReplaceThumbnailWith()
|
/external/chromium/chrome/common/ |
D | thumbnail_score.cc | 88 int current_type = GetThumbnailType(current.good_clipping, current.at_top); in ShouldReplaceThumbnailWith() local 91 if (replacement_type < current_type) { in ShouldReplaceThumbnailWith() 96 } else if (replacement_type == current_type) { in ShouldReplaceThumbnailWith()
|
/external/chromium/chrome/browser/autofill/ |
D | form_structure.cc | 226 std::vector<AutofillFieldType>::iterator current_type = field_types.begin(); in ParseQueryResponse() local 239 field != form->fields_.end(); ++field, ++current_type) { in ParseQueryResponse() 246 if (current_type == field_types.end()) in ParseQueryResponse() 250 DCHECK_NE(*current_type, UNKNOWN_TYPE); in ParseQueryResponse() 253 (*field)->set_server_type(*current_type); in ParseQueryResponse()
|
D | autofill_manager.cc | 128 const AutofillFieldType current_type = in FindSectionBounds() local 132 if (current_type == UNKNOWN_TYPE) in FindSectionBounds() 135 bool already_saw_current_type = seen_types.count(current_type) > 0; in FindSectionBounds() 142 AutofillType(current_type).group(); in FindSectionBounds() 173 seen_types.insert(current_type); in FindSectionBounds()
|
/external/chromium_org/components/autofill/core/browser/ |
D | form_structure.cc | 1167 const ServerFieldType current_type = (*field)->Type().GetStorableType(); in IdentifySections() local 1169 bool already_saw_current_type = seen_types.count(current_type) > 0; in IdentifySections() 1174 if (AutofillType(current_type).group() == PHONE_HOME) in IdentifySections() 1186 if (current_type == previous_type) in IdentifySections() 1189 previous_type = current_type; in IdentifySections() 1191 if (current_type != UNKNOWN_TYPE && already_saw_current_type) { in IdentifySections() 1197 seen_types.insert(current_type); in IdentifySections()
|
/external/v8/src/ |
D | ic.cc | 2164 UnaryOpIC::TypeInfo current_type, in ComputeNewType() argument 2168 return current_type; in ComputeNewType() 2170 return (current_type == UnaryOpIC::GENERIC) in ComputeNewType()
|
/external/chromium_org/v8/src/ |
D | ic.cc | 982 Handle<Type> current_type = types.at(i); in UpdatePolymorphicIC() local 984 if (current_type->IsClass() && current_type->AsClass()->is_deprecated()) { in UpdatePolymorphicIC() 989 } else if (type->IsCurrently(current_type)) { in UpdatePolymorphicIC()
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder.cc | 8539 GLenum current_type = 0; in ValidateTexSubImage2D() local 8541 if (!texture->GetLevelType(target, level, ¤t_type, &internal_format)) { in ValidateTexSubImage2D() 8552 if (type != current_type) { in ValidateTexSubImage2D()
|
/external/bison/ |
D | ChangeLog-2012 | 10328 * src/parse-gram.y (current_class, current_type, current_prec): 14778 (TYPE, current_type): Are struniq. 17446 * src/parse.y (current_type, current_class): New.
|