HomeSort by relevance Sort by last modified time
    Searched refs:current_type (Results 1 - 20 of 20) 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/icu/icu4c/source/test/depstest/
dependencies.py 146 current_type = None
151 current_type = "library"
160 current_type = "group"
177 if current_type == "library":
179 elif current_type == "group":
182 elif current_type == "system_symbols":
183 item = items[current_type]
188 current_type = "system_symbols"
189 if current_type in items:
191 item = items[current_type] = {"type": current_type, "name": current_type
    [all...]
  /external/dbus/tools/
dbus-print-message.c 109 int current_type; local
111 while ((current_type = dbus_message_iter_get_arg_type (iter))
287 int current_type; local
292 current_type = dbus_message_iter_get_arg_type (&subiter);
294 if (current_type == DBUS_TYPE_BYTE)
301 while (current_type != DBUS_TYPE_INVALID)
306 current_type = dbus_message_iter_get_arg_type (&subiter);
308 if (current_type != DBUS_TYPE_INVALID)
332 int current_type; local
338 while ((current_type = dbus_message_iter_get_arg_type (&subiter)) != DBUS_TYPE_INVALID
    [all...]
  /external/opencv3/modules/core/test/
test_countnonzero.cpp 71 int current_type; member in class:CV_CountNonZeroTest
82 CV_CountNonZeroTest::CV_CountNonZeroTest(): eps_32(std::numeric_limits<float>::min()), eps_64(std::numeric_limits<double>::min()), src(Mat()), current_type(-1) {}
152 if (current_type == CV_8U) result += (src.at<uchar>(i, j) > 0);
153 else if (current_type == CV_8S) result += abs(sign(src.at<char>(i, j)));
154 else if (current_type == CV_16U) result += (src.at<ushort>(i, j) > 0);
155 else if (current_type == CV_16S) result += abs(sign(src.at<short>(i, j)));
156 else if (current_type == CV_32S) result += abs(sign(src.at<int>(i, j)));
157 else if (current_type == CV_32F) result += (fabs(src.at<float>(i, j)) > eps_32);
168 switch (current_type)
196 current_type = rng.next()%7
201 generate_src_data(Size(w, h), current_type); local
217 generate_src_data(Size(w, h), current_type, count_non_zero); local
233 generate_src_stat_data(Size(w, h), current_type, distribution); local
    [all...]
  /external/dbus/dbus/
dbus-marshal-byteswap.c 42 int current_type; local
44 while ((current_type = _dbus_type_reader_get_current_type (reader)) != DBUS_TYPE_INVALID)
46 switch (current_type)
98 if (current_type == DBUS_TYPE_ARRAY)
137 _dbus_assert (current_type == DBUS_TYPE_STRING ||
138 current_type == DBUS_TYPE_OBJECT_PATH);
dbus-marshal-recursive.c 134 int current_type); /**< go to the next value */
438 int current_type)
440 switch (current_type)
449 if (reader->klass->types_only && current_type == DBUS_TYPE_VARIANT)
470 if (current_type == DBUS_TYPE_VARIANT)
493 current_type, reader->byte_order,
503 int current_type)
507 base_reader_next (reader, current_type);
524 int current_type)
528 base_reader_next (reader, current_type);
1364 int current_type; local
2451 int current_type; local
    [all...]
dbus-marshal-validate.c 306 int current_type; local
318 while ((current_type = _dbus_type_reader_get_current_type (reader)) != DBUS_TYPE_INVALID)
325 _dbus_type_to_string (current_type), reader, reader->type_pos, p, end,
333 switch (current_type)
348 alignment = _dbus_type_get_alignment (current_type);
359 if (current_type == DBUS_TYPE_BOOLEAN)
392 if (current_type == DBUS_TYPE_ARRAY)
420 if (current_type == DBUS_TYPE_OBJECT_PATH)
430 else if (current_type == DBUS_TYPE_STRING)
440 else if (current_type == DBUS_TYPE_ARRAY && claimed_len > 0
    [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...]