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

  /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-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...]
dbus-marshal-recursive.c 122 int current_type); /**< go to the next value */
426 int current_type)
428 switch (current_type)
437 if (reader->klass->types_only && current_type == DBUS_TYPE_VARIANT)
458 if (current_type == DBUS_TYPE_VARIANT)
481 current_type, reader->byte_order,
491 int current_type)
495 base_reader_next (reader, current_type);
512 int current_type)
516 base_reader_next (reader, current_type);
1352 int current_type; local
2439 int current_type; local
    [all...]
  /external/chromium/chrome/common/
thumbnail_score.cc 88 int current_type = GetThumbnailType(current.good_clipping, current.at_top); local
91 if (replacement_type < current_type) {
96 } else if (replacement_type == current_type) {
  /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/e2fsprogs/ext2ed/
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...]
  /external/chromium/chrome/browser/autofill/
form_structure.cc 226 std::vector<AutofillFieldType>::iterator current_type = field_types.begin(); local
239 field != form->fields_.end(); ++field, ++current_type) {
246 if (current_type == field_types.end())
250 DCHECK_NE(*current_type, UNKNOWN_TYPE);
253 (*field)->set_server_type(*current_type);
autofill_manager.cc 128 const AutofillFieldType current_type = local
132 if (current_type == UNKNOWN_TYPE)
135 bool already_saw_current_type = seen_types.count(current_type) > 0;
142 AutofillType(current_type).group();
173 seen_types.insert(current_type);
    [all...]
  /external/dbus/bus/
driver.c 1742 int current_type; local
    [all...]
signals.c 1675 int current_type; local
    [all...]
  /external/bluetooth/glib/gio/
gcontenttype.c 531 int current_type; member in struct:__anon2327
578 parser->current_type = MIME_TAG_TYPE_COMMENT;
581 parser->current_type = MIME_TAG_TYPE_OTHER;
593 parser->current_type = MIME_TAG_TYPE_OTHER;
605 if (parser->current_type == MIME_TAG_TYPE_COMMENT &&
    [all...]
  /external/bison/src/
parse-gram.c 240 static uniqstr current_type = 0; variable
    [all...]

Completed in 576 milliseconds