Searched defs:id (Results 176 - 200 of 4123) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/common/
H A Dlocbased.cpp17 const char* id = getLocaleID(type, status); local
18 return Locale((id != 0) ? id : "");
/external/icu/icu4c/source/i18n/unicode/
H A Dregion.h196 char id[4]; member in class:Region
/external/iproute2/lib/
H A Dll_proto.c34 int id; member in struct:__anon22415
89 const char * ll_proto_n2a(unsigned short id, char *buf, int len) argument
93 id = ntohs(id);
96 if (llproto_names[i].id == id)
99 snprintf(buf, len, "[%d]", id);
103 int ll_proto_a2n(unsigned short *id, char *buf) argument
108 *id = htons(llproto_names[i].id);
[all...]
/external/jdiff/src/jdiff/
H A DSingleComment.java23 public SingleComment(String id, String text) { argument
26 id_ = id.replaceAll("<", "&lt;").replaceAll(">", "&gt;");;
30 /** Compare two SingleComment objects using just the id. */
/external/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/
H A Dreverse.pass.cpp46 int id[] = {0, 1, 2, 3}; local
47 const unsigned sd = sizeof(id)/sizeof(id[0]);
48 std::reverse(Iter(id), Iter(id+sd));
49 assert(id[0] == 3);
50 assert(id[1] == 2);
51 assert(id[2] == 1);
52 assert(id[3] == 0);
/external/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/
H A Dincludes.pass.cpp33 int id[] = {3, 3, 3, 3}; local
34 const unsigned sd = sizeof(id)/sizeof(id[0]);
47 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+1)));
48 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+2)));
49 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+3)));
50 assert(!std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter
[all...]
H A Dincludes_comp.pass.cpp34 int id[] = {3, 3, 3, 3}; local
35 const unsigned sd = sizeof(id)/sizeof(id[0]);
48 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+1), std::less<int>()));
49 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+2), std::less<int>()));
50 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+3), std::less<int>()));
51 assert(!std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter
[all...]
/external/libcxx/test/depr/depr.auto.ptr/auto.ptr/
H A DA.h19 explicit A(int id) : id_(id) {++count;} argument
23 int id() const {return id_;} function in class:A
/external/libcxx/test/depr/depr.lib.binders/
H A Dtest_func.h21 explicit test_func(int id) : id_(id) {} argument
23 int id() const {return id_;} function in class:test_func
/external/libcxx/test/localization/locales/locale.global.templates/
H A Duse_facet.pass.cpp22 static std::locale::id id; member in struct:my_facet
30 std::locale::id my_facet::id; member in class:my_facet
/external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
H A Dselect_on_container_copy_construction.pass.cpp29 int id; member in struct:A
30 explicit A(int i = 0) : id(i) {}
39 int id; member in struct:B
40 explicit B(int i = 0) : id(i) {}
52 assert(std::allocator_traits<A<int> >::select_on_container_copy_construction(a).id == 0);
56 assert(std::allocator_traits<A<int> >::select_on_container_copy_construction(a).id == 0);
61 assert(std::allocator_traits<B<int> >::select_on_container_copy_construction(b).id == 100);
65 assert(std::allocator_traits<B<int> >::select_on_container_copy_construction(b).id == 100);
/external/libcxxabi/test/
H A Dcatch_class_01.cpp18 explicit A(int id) : id_(id) {count++;} argument
/external/libmtp/examples/
H A Dgetfile.c44 int id = parse_path (from_path,files,folders); local
45 if (id > 0) {
47 if (LIBMTP_Get_File_To_File(device, id, to_path, progress, NULL) != 0 ) {
58 uint32_t id; local
69 id = strtoul(argv[1], &endptr, 10);
73 } else if ( ! id ) {
74 fprintf(stderr, "bad file/track id %u\n", id);
80 printf("Getting file/track %d to local file %s\n", id, file);
83 if (LIBMTP_Get_File_To_File(device, id, fil
[all...]
H A Dnewfolder.c42 printf(" storage = storage id or 0 to create the new folder on the primary storage\n");
60 int id = parse_path (parent,files,folders); local
61 int newid = LIBMTP_Create_Folder(device, folder, id, 0);
/external/llvm/utils/lit/lit/
H A DLitTestCase.py19 def id(self): member in class:LitTestCase
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_stateobj_tex.h8 int id; member in struct:nv50_tsc_entry
20 int id; member in struct:nv50_tic_entry
/external/mesa3d/src/gallium/drivers/r600/
H A Dr700_asm.c36 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id) argument
38 bc->bytecode[id++] = S_SQ_ALU_WORD0_SRC0_SEL(alu->src[0].sel) |
51 bc->bytecode[id++] = S_SQ_ALU_WORD1_DST_GPR(alu->dst.sel) |
62 bc->bytecode[id++] = S_SQ_ALU_WORD1_DST_GPR(alu->dst.sel) |
/external/mesa3d/src/mesa/main/
H A Dqueryobj.h38 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id) argument
41 _mesa_HashLookup(ctx->Query.QueryObjects, id);
54 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id) argument
/external/openssl/crypto/x509v3/
H A Dpcy_data.c78 /* Create a data based on an existing policy. If 'id' is NULL use the
79 * oid in the policy, otherwise use 'id'. This behaviour covers the two
89 ASN1_OBJECT *id; local
94 id = OBJ_dup(cid);
95 if (!id)
99 id = NULL;
107 if (id)
108 ASN1_OBJECT_free(id);
117 if (id)
118 ret->valid_policy = id;
[all...]
/external/oprofile/libpp/
H A Dname_storage.cpp26 string const & image_name_storage::basename(image_name_id id) const
28 stored_filename const & n = get(id);
35 string const & image_name_storage::get_name(image_name_id id, argument
39 stored_filename const & n = get(id);
43 return basename(id);
47 get_name(id, int_real_filename, extra);
58 n.real_filename = extra.find_image_path(name(id),
74 string const & debug_name_storage::basename(debug_name_id id) const
76 stored_name const & n = get(id);
83 string const & symbol_name_storage::demangle(symbol_name_id id) cons
[all...]
H A Dsymbol.cpp44 string const & get_image_name(image_name_id id, argument
48 return image_names.get_name(id, type, extra);
/external/proguard/src/proguard/evaluation/value/
H A DIdentifiedDoubleValue.java31 private final int id; field in class:IdentifiedDoubleValue
37 public IdentifiedDoubleValue(ValueFactory valuefactory, int id) argument
40 this.id = id;
51 this.id == ((IdentifiedDoubleValue)object).id;
59 id;
65 return "d"+id;
H A DIdentifiedFloatValue.java31 private final int id; field in class:IdentifiedFloatValue
37 public IdentifiedFloatValue(ValueFactory valuefactory, int id) argument
40 this.id = id;
51 this.id == ((IdentifiedFloatValue)object).id;
59 id;
65 return "f"+id;
H A DIdentifiedIntegerValue.java31 private final int id; field in class:IdentifiedIntegerValue
37 public IdentifiedIntegerValue(ValueFactory valuefactory, int id) argument
40 this.id = id;
51 this.id == ((IdentifiedIntegerValue)object).id;
59 id;
65 return "i"+id;
H A DIdentifiedLongValue.java31 private final int id; field in class:IdentifiedLongValue
37 public IdentifiedLongValue(ValueFactory valuefactory, int id) argument
40 this.id = id;
51 this.id == ((IdentifiedLongValue)object).id;
59 id;
65 return "l"+id;

Completed in 679 milliseconds

1234567891011>>