/external/eigen/test/ |
eigensolver_generic.cpp | 63 MatrixType id = MatrixType::Identity(rows, cols); local 64 VERIFY_IS_APPROX(id.operatorNorm(), RealScalar(1));
|
/external/elfutils/libdwfl/ |
dwfl_build_id_find_elf.c | 1 /* Find an ELF file for a module from its build ID. 38 const size_t id_len, const uint8_t *id) 50 /* Search debuginfo_path directories' .build-id/ subdirectories. */ 52 char id_name[sizeof "/.build-id/" + 1 + MAX_BUILD_ID_BYTES * 2 54 strcpy (id_name, "/.build-id/"); 55 int n = snprintf (&id_name[sizeof "/.build-id/" - 1], 56 4, "%02" PRIx8 "/", (uint8_t) id[0]); 60 n = snprintf (&id_name[sizeof "/.build-id/" - 1 + 3 + (i - 1) * 2], 61 3, "%02" PRIx8, (uint8_t) id[i]); 65 strcpy (&id_name[sizeof "/.build-id/" - 1 + 3 + (id_len - 1) * 2] 130 const uint8_t *id = mod->build_id_bits; local [all...] |
/external/fio/ |
flow.c | 9 unsigned int id; member in struct:fio_flow 40 static struct fio_flow *flow_get(unsigned int id) 52 if (flow->id == id) 66 flow->id = id;
|
/external/google-breakpad/src/processor/ |
address_map_unittest.cc | 60 explicit CountedObject(int id) : id_(id) { ++count_; } 64 int id() const { return id_; } function in class:__anon12331::CountedObject 108 ASSERT_EQ(entry->id(), 1); 160 if (entry->id() != id_verify[key]) { 163 key, id_verify[key], entry->id(), __FILE__, __LINE__);
|
/external/icu/icu4c/source/layout/ |
GlyphIterator.h | 101 LEGlyphID id; member in struct:GlyphIterator::__anon12837
|
IndicRearrangementProcessor2.cpp | 70 le_int32 ia, ib, ic, id, ix, x; local 96 id = glyphStorage.getCharIndex(lastGlyph, success); 107 glyphStorage.setCharIndex(firstGlyph, id, success); 113 id = glyphStorage.getCharIndex(lastGlyph, success); 118 glyphStorage.setCharIndex(firstGlyph, id, success); 168 id = glyphStorage.getCharIndex(lastGlyph, success); 182 glyphStorage.setCharIndex(firstGlyph + 1, id, success); 189 id = glyphStorage.getCharIndex(lastGlyph, success); 202 glyphStorage.setCharIndex(firstGlyph, id, success); 212 id = glyphStorage.getCharIndex(lastGlyph, success) [all...] |
/external/iproute2/include/ |
bpf_elf.h | 35 __u32 id; member in struct:bpf_elf_map
|
/external/iproute2/lib/ |
names.c | 22 static int read_id_name(FILE *fp, int *id, char *name) 37 *id = (maj << 16) | min; 39 *id = (maj << 16) | min; 40 } else if (sscanf(p, "0x%x %s\n", id, name) != 2 && 41 sscanf(p, "0x%x %s #", id, name) != 2 && 42 sscanf(p, "%d %s\n", id, name) != 2 && 43 sscanf(p, "%d %s #", id, name) != 2) { 74 int id; local 82 while ((ret = read_id_name(fp, &id, &namebuf[0]))) { 90 if (id < 0 [all...] |
/external/iproute2/tc/ |
m_vlan.c | 25 fprintf(stderr, " vlan push [ protocol VLANPROTO ] id VLANID\n"); 43 __u16 id; local 71 } else if (matches(*argv, "id") == 0) { 79 if (get_u16(&id, *argv, 0)) 80 invarg("id is invalid", *argv); 141 fprintf(stderr, "id needs to be set for push\n"); 151 addattr_l(n, MAX_MSG, TCA_VLAN_PUSH_VLAN_ID, &id, 2); 197 fprintf(f, " id %u", val); 224 .id = "vlan",
|
/external/iptables/extensions/ |
libip6t_dst.c | 24 {.name = "dst-len", .id = O_DSTLEN, .type = XTTYPE_UINT32, 27 {.name = "dst-opts", .id = O_DSTOPTS, .type = XTTYPE_STRING}, 34 unsigned long int id; local 37 id = strtoul(idstr, &ep, 0); 43 if ( id == ULONG_MAX && errno == ERANGE ) { 52 return id; 113 switch (cb->entry->id) {
|
libipt_realm.c | 26 {.name = "realm", .id = O_REALM, .type = XTTYPE_STRING, 45 int id; local 49 realminfo->id = strtoul(cb->arg, &end, 0); 59 id = xtables_lmap_name2id(realms, cb->arg); 60 if (id == -1) 63 realminfo->id = id; 71 print_realm(unsigned long id, unsigned long mask, int numeric) 76 printf(" 0x%lx/0x%lx", id, mask); 79 name = xtables_lmap_id2name(realms, id); [all...] |
/external/iptables/include/linux/netfilter/ |
nf_conntrack_tuple_common.h | 24 __be16 id; member in struct:nf_conntrack_man_proto::__anon13577
|
/external/iw/ |
genl.c | 32 int id; member in struct:handler_args 61 grp->id = nla_get_u32(tb_mcgrp[CTRL_ATTR_MCAST_GRP_ID]); 75 .id = -ENOENT, 110 ret = grp.id;
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/ |
ClassFileDumper.java | 67 final Long id = Long.valueOf(CRC64.checksum(contents)); local 69 "%s.%016x.class", localname, id));
|
/external/javassist/src/main/javassist/compiler/ast/ |
Expr.java | 70 int id = operatorId; local 71 if (id < 128) 72 return String.valueOf((char)id); 73 else if (NEQ <= id && id <= ARSHIFT_E) 74 return opNames[id - NEQ]; 75 else if (id == INSTANCEOF) 78 return String.valueOf(id);
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
ParserStateTable.java | 68 * given a source state (referenced by its numeric ID) and the current 106 int id = from.getId(); local 107 if (id < 0 || id >= MAX_STATES) { 113 result = stateTable[id][currentChar]; 154 int id = from.getId(); local 155 if ((id < 0) || (id >= MAX_STATES)) { 167 int id = from.getId(); local 168 if ((id < 0) || (id >= MAX_STATES)) [all...] |
/external/kernel-headers/original/uapi/linux/netfilter/ |
nf_conntrack_tuple_common.h | 24 __be16 id; member in struct:nf_conntrack_man_proto::__anon14208
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ |
search.pass.cpp | 44 int id[] = {1, 2}; local 45 assert(std::search(Iter1(ib), Iter1(ib+sb), Iter2(id), Iter2(id+2)) == Iter1(ib+1));
|
/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.default/ |
default.pass.cpp | 68 int id[] = {1, 2}; local 69 do_search(Iter1(ib), Iter1(ib+sb), Iter2(id), Iter2(id+2), Iter1(ib+1));
|
default.pred.pass.cpp | 80 int id[] = {1, 2}; local 81 do_search(Iter1(ib), Iter1(ib+sb), Iter2(id), Iter2(id+2), Iter1(ib+1), sb*2);
|
/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.default/func.searchers.default.creation/ |
make_default_searcher.pass.cpp | 54 int id[] = {1, 2}; local 55 do_search(Iter1(ib), Iter1(ib+sb), Iter2(id), Iter2(id+2), Iter1(ib+1));
|
make_default_searcher.pred.pass.cpp | 66 int id[] = {1, 2}; local 67 do_search(Iter1(ib), Iter1(ib+sb), Iter2(id), Iter2(id+2), Iter1(ib+1), sb*2);
|
/external/libdrm/nouveau/nvif/ |
if0002.h | 10 __u8 id; member in struct:nvif_perfmon_query_domain_v0
|
/external/libnl/src/ |
nl-link-stats.c | 45 static void dump_stat(struct rtnl_link *link, int id) 47 uint64_t st = rtnl_link_get_stat(link, id); 51 rtnl_link_stat2str(id, buf, sizeof(buf)), st); 66 int id = rtnl_link_str2stat(argv[optind]); local 68 if (id < 0) 72 dump_stat(link, id);
|
/external/libweave/src/ |
access_api_handler_unittest.cc | 80 std::string id; local 83 UserRole::kOwner, &id, nullptr); 87 component_manager_.FindCommand(id)->GetState()); 88 return component_manager_.FindCommand(id)->GetResults();
|