HomeSort by relevance Sort by last modified time
    Searched refs:current_type (Results 1 - 16 of 16) sorted by null

  /external/e2fsprogs/ext2ed/
general_com.c 42 if (current_type!=NULL) {
44 wprintw (show_pad,"Type %s specific commands:\n",current_type->name);max_line++;
46 if (current_type->type_commands.last_command==-1) {
50 for (i=0;i<=current_type->type_commands.last_command;i++) {
54 wprintw (show_pad,"%-13s",current_type->type_commands.names [i]);
115 if (current_type != NULL)
116 for (i=0;i<=current_type->type_commands.last_command;i++) {
117 if (strcmp (current_type->type_commands.names [i],text)==0) {
118 wprintw (show_pad,"%s - %s\n",text,current_type->type_commands.descriptions [i]);
181 current_type=NULL; /* There is no type now *
    [all...]
main.c 78 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->type_commands.names [i]))
    [all...]
disk.c 211 if (current_type!=NULL)
212 if (strcmp (current_type->name,"ext2_dir_entry")==0)
213 current_type->length=type_data.u.t_ext2_dir_entry.rec_len;
win.c 178 if (current_type != NULL)
179 wprintw (show_win,"Type: %s\n",current_type->name);
ext2ed.h 209 extern struct struct_descriptor *current_type;
init.c 62 current_type=NULL; /* No filesystem specific types yet */
169 first_type=last_type=current_type=NULL;
  /external/chromium_org/third_party/icu/source/test/depstest/
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
    [all...]
  /external/icu/icu4c/source/test/depstest/
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
    [all...]
  /external/bison/src/
parse-gram.y 65 static uniqstr current_type = NULL;
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...]
parse-gram.c 141 static uniqstr current_type = NULL; variable
    [all...]
  /external/chromium_org/components/history/core/common/
thumbnail_score.cc 88 int current_type = GetThumbnailType(current); local
90 if (replacement_type < current_type) {
95 } else if (replacement_type == current_type) {
  /external/chromium_org/content/common/
handle_enumerator_win.cc 62 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/autofill/core/browser/
form_structure.cc 1190 const ServerFieldType current_type = (*field)->Type().GetStorableType(); local
    [all...]
  /external/chromium_org/v8/src/ic/
ic.cc 662 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(),
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 1606 current_type(struct file *file, int code) function
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 8940 GLenum current_type = 0; local
    [all...]

Completed in 487 milliseconds