HomeSort by relevance Sort by last modified time
    Searched refs:type_id (Results 1 - 20 of 20) 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/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...]
filter.h 244 static Filter* PrependNewFilter(FilterType type_id,
251 static Filter* InitGZipFilter(FilterType type_id, int buffer_size);
252 static Filter* InitSdchFilter(FilterType type_id,
  /external/openssl/crypto/x509v3/
v3_genn.c 67 ASN1_SIMPLE(OTHERNAME, type_id, ASN1_OBJECT),
155 if ((result = OBJ_cmp(a->type_id, b->type_id)) != 0)
235 oth->type_id = oid;
247 *poid = gen->d.otherName->type_id;
v3_alt.c 575 * no need to free type_id because it is static
584 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0);
586 if (!gen->d.otherName->type_id)
x509v3.h 164 ASN1_OBJECT *type_id; member in struct:otherName_st
  /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);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 75 c_pretty_print_fn type_id; member in struct:c_pretty_print_info
122 pp_c_base (PPI)->type_id (pp_c_base (PPI), D)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 75 c_pretty_print_fn type_id; member in struct:c_pretty_print_info
122 pp_c_base (PPI)->type_id (pp_c_base (PPI), D)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 75 c_pretty_print_fn type_id; member in struct:c_pretty_print_info
122 pp_c_base (PPI)->type_id (pp_c_base (PPI), D)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 75 c_pretty_print_fn type_id; member in struct:c_pretty_print_info
122 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/protobuf/python/google/protobuf/internal/
decoder.py 491 required int32 type_id = 2;
506 type_id = -1
510 # Technically, type_id and message can appear in any order, so we need
515 (type_id, pos) = local_DecodeVarint(buffer, pos)
529 if type_id == -1:
530 raise _DecodeError('MessageSet item missing type_id.')
534 extension = extensions_by_number.get(type_id)
reflection_test.py     [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...]
wire_format_unittest.cc 362 raw.item(0).type_id());
365 raw.item(1).type_id());
366 EXPECT_EQ(kUnknownTypeId, raw.item(2).type_id());
extension_set.cc 950 uint32 type_id; local
    [all...]
  /external/checkpolicy/
policy_define.c 1261 static int define_typebounds_helper(char *bounds_id, char *type_id)
1276 if (!is_id_in_scope(SYM_TYPES, type_id)) {
1277 yyerror2("type %s is not within scope", type_id);
1281 type = hashtab_search(policydbp->p_types.table, type_id);
1283 yyerror2("type %s is not declared", type_id);
1297 type_id,
    [all...]
  /external/openssl/include/openssl/
x509v3.h 164 ASN1_OBJECT *type_id; member in struct:otherName_st
  /external/opencv/cxcore/src/
cxpersistence.cpp     [all...]

Completed in 582 milliseconds