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

  /external/webkit/Source/WebCore/inspector/
generate-inspector-idl 95 def full_qualified_type_id(domain_name, type_id):
96 if type_id.find(".") == -1:
97 return "%s.%s" % (domain_name, type_id)
98 return type_id
105 type_id = full_qualified_type_id(domain_name, param["$ref"])
106 if type_id in ref_types:
107 ref_type = ref_types[type_id]
120 type_id = full_qualified_type_id(domain_name, type["id"]) variable
121 ref_types[type_id] = type;
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.cc 124 GType type_id = g_type_register_static_simple( local
132 g_once_init_leave(&type_id_volatile, type_id);
  /external/bluetooth/glib/gobject/
gboxed.c 144 static GType type_id = 0; local
146 if (!type_id)
147 type_id = g_boxed_type_register_static (g_intern_static_string ("GClosure"),
150 return type_id;
156 static GType type_id = 0; local
158 if (!type_id)
159 type_id = g_boxed_type_register_static (g_intern_static_string ("GValue"),
162 return type_id;
168 static GType type_id = 0; local
170 if (!type_id)
188 static GType type_id = 0; local
200 static GType type_id = 0; local
228 static GType type_id = 0; local
255 static GType type_id = 0; local
265 static GType type_id = 0; local
    [all...]
  /external/chromium/net/base/
filter.cc 143 FilterType type_id; local
145 type_id = FILTER_TYPE_DEFLATE;
148 type_id = FILTER_TYPE_GZIP;
150 type_id = FILTER_TYPE_SDCH;
154 type_id = FILTER_TYPE_UNSUPPORTED;
156 return type_id;
350 Filter* Filter::InitGZipFilter(FilterType type_id, int buffer_size) {
353 return gz_filter->InitDecoding(type_id) ? gz_filter.release() : NULL;
357 Filter* Filter::InitSdchFilter(FilterType type_id,
362 return sdch_filter->InitDecoding(type_id) ? sdch_filter.release() : NULL
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format.cc 632 // required int32 type_id = 2;
635 // Once we see a type_id, we'll construct a fake tag for this extension
640 // Once we see a type_id, we'll look up the FieldDescriptor for the
644 // If we see message data before the type_id, we'll append it to this so
657 uint32 type_id; local
658 if (!input->ReadVarint32(&type_id)) return false;
660 type_id, WireFormatLite::WIRETYPE_LENGTH_DELIMITED);
661 field = message_reflection->FindKnownExtensionByNumber(type_id);
664 // We saw some message data before the type_id. Have to parse it
681 // We haven't seen a type_id yet. Append this data to message_data
    [all...]
extension_set.cc 950 uint32 type_id; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
c-pretty-print.h 74 c_pretty_print_fn type_id; member in struct:c_pretty_print_info
121 pp_c_base (PPI)->type_id (pp_c_base (PPI), D)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
c-pretty-print.h 74 c_pretty_print_fn type_id; member in struct:c_pretty_print_info
121 pp_c_base (PPI)->type_id (pp_c_base (PPI), D)
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
c-pretty-print.h 74 c_pretty_print_fn type_id; member in struct:c_pretty_print_info
121 pp_c_base (PPI)->type_id (pp_c_base (PPI), D)
  /external/valgrind/unittest/
bigtest.cc 163 int type_id = v_find(types, stat_type); local
164 if (type_id == -1)
170 cost_m->At(type_id, param_id) = cost;
  /external/openssl/crypto/x509v3/
x509v3.h 164 ASN1_OBJECT *type_id; member in struct:otherName_st
  /external/openssl/include/openssl/
x509v3.h 164 ASN1_OBJECT *type_id; member in struct:otherName_st

Completed in 157 milliseconds