Home
last modified time | relevance | path

Searched refs:did (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/external/valgrind/memcheck/tests/solaris/
Ddoor_data.c60 int did = -1; in server_main() local
66 if ((did = door_create(server_procedure, (void*)&exit_now, 0)) < 0) { in server_main()
72 if (fattach(did, door_file) < 0) { in server_main()
92 if (did >= 0 && door_revoke(did)) in server_main()
101 int did; in client_main() local
110 if ((did = open(door_file, O_RDWR)) >= 0) in client_main()
111 if (!door_info(did, &info)) in client_main()
114 close(did); in client_main()
137 if (door_call(did, &params)) { in client_main()
139 close(did); in client_main()
[all …]
Dname_service_door.c47 static int test_app_small_request(int did) in test_app_small_request() argument
66 if (door_call(did, &params) != 0) { in test_app_small_request()
74 static int test_app_uninitialized_request(int did) in test_app_uninitialized_request() argument
103 if (door_call(did, &params) != 0) { in test_app_uninitialized_request()
123 static int test_app_proto_icmp(int did) in test_app_proto_icmp() argument
185 if (door_call(did, &params) != 0) { in test_app_proto_icmp()
244 int did = open(DOOR_FILE, O_RDONLY); in main() local
245 if (did < 0) { in main()
253 if (door_info(did, &info) != 0) { in main()
255 close(did); in main()
[all …]
Ddoor_kill.c60 int did = -1; in main() local
76 if ((did = door_create(server_procedure, NULL, 0)) < 0) { in main()
97 if (did >= 0 && door_revoke(did)) in main()
/external/python/cpython2/Lib/idlelib/
DRemoteDebugger.py132 did = id(dict)
133 dicttable[did] = dict
134 return did
139 did = id(dict)
140 dicttable[did] = dict
141 return did
162 def dict_keys(self, did): argument
163 dict = dicttable[did]
166 def dict_item(self, did, key): argument
167 dict = dicttable[did]
[all …]
/external/clang/test/FixIt/
Dtypo.m12 …NSstring *str = @"A string"; // expected-error{{unknown type name 'NSstring'; did you mean 'NSStri…
50 herivar = a; // expected-error{{use of undeclared identifier 'herivar'; did you mean 'her_ivar'?}}
51 hisivar = a; // expected-error{{use of undeclared identifier 'hisivar'; did you mean 'his_ivar'?}}
52 …self->herivar = a; // expected-error{{'B' does not have a member named 'herivar'; did you mean 'he…
53 …self->hisivar = a; // expected-error{{'B' does not have a member named 'hisivar'; did you mean 'hi…
54 …self.hisprop = 0; // expected-error{{property 'hisprop' not found on object of type 'B *'; did you…
55 …self.herprop = 0; // expected-error{{property 'herprop' not found on object of type 'B *'; did you…
56 …self.s_prop = 0; // expected-error{{property 's_prop' not found on object of type 'B *'; did you m…
64 [NSstring method:17]; // expected-error{{unknown receiver 'NSstring'; did you mean 'NSString'?}}
81 …a.valu = 17; // expected-error{{property 'valu' not found on object of type 'Collide *'; did you m…
[all …]
Dfixit-objc.m52 …xpected-error {{property 'x' not found on object of type 'Radar7861841 *'; did you mean to access …
54 …// expected-error {{property 'y' found on object of type 'Radar7861841 *'; did you mean to access …
76 …return a.c; // expected-error {{property 'c' is a class property; did you mean to access it with c…
/external/syslinux/com32/sysdump/
Dpci.c38 uint32_t did; in dump_pci() local
53 did = pci_readl(a); in dump_pci()
55 if (did == 0xffffffff || did == 0xffff0000 || in dump_pci()
56 did == 0x0000ffff || did == 0x00000000) in dump_pci()
/external/clang/test/SemaCXX/
Dwarn-memsize-comparison.cpp21 expected-note {{did you mean to compare}} \ in f()
27 expected-note {{did you mean to compare}} \ in f()
33 expected-note {{did you mean to compare}} \ in f()
39 expected-note {{did you mean to compare}} \ in f()
45 expected-note {{did you mean to compare}} \ in f()
51 expected-note {{did you mean to compare}} \ in f()
57 expected-note {{did you mean to compare}} \ in f()
63 expected-note {{did you mean to compare}} \ in f()
69 expected-note {{did you mean to compare}} \ in f()
75 expected-note {{did you mean to compare}} \ in f()
[all …]
/external/syslinux/com32/modules/
Dethersel.c64 unsigned long vid, did, m1, m2; in get_did() local
72 did = strtoul(p + 1, &p, 16); in get_did()
74 *idptr = (did << 16) + vid; in get_did()
145 p = get_did(p + 3, &m->did, &m->did_mask); in parse_config()
162 m->did = -1; in parse_config()
168 m->did, m->did_mask, m->sid, m->sid_mask, in parse_config()
/external/clang/test/SemaObjC/
Dmethod-bad-param.m10 …param; // expected-error {{interface type 'foo' cannot be passed by value; did you forget * in 'fo…
11 …dd; // expected-error {{interface type 'foo' cannot be returned by value; did you forget * in 'fo…
15 …param // expected-error {{interface type 'foo' cannot be passed by value; did you forget * in 'fo…
18 - (foo)cccccc:(long)ddddd // expected-error {{interface type 'foo' cannot be returned by value; did
23 void somefunc(foo x) {} // expected-error {{interface type 'foo' cannot be passed by value; did you…
24 foo somefunc2() {} // expected-error {{interface type 'foo' cannot be returned by value; did you fo…
Dundef-arg-super-method-call.m17 …[super addViewLayerInfo:view]; // expected-error {{use of undeclared identifier 'view'; did you me…
21 …[super addInstViewLayerInfo:view]; // expected-error {{use of undeclared identifier 'view'; did yo…
Dtypo-correction-arc.m26 …i.array = aray; // expected-error{{use of undeclared identifier 'aray'; did you mean '…
29 …ById:nameles]]; // expected-error{{use of undeclared identifier 'nameles'; did you mean 'nameless'…
Dinvalid-objc-decls-1.m30 Super foo( // expected-error{{interface type 'Super' cannot be returned by value; did you forget * …
31 …Super parm1) { // expected-error{{interface type 'Super' cannot be passed by value; did you forget…
/external/syslinux/com32/lib/pci/
Dscan.c423 uint32_t did, sid; in find_pci_device() local
434 did = dev->vid_did; in find_pci_device()
436 if (((did ^ m->did) & m->did_mask) == 0 && in find_pci_device()
459 uint32_t did, sid, rcid; in pci_scan() local
483 did = pci_readl(a); in pci_scan()
485 if (did == 0xffffffff || did == 0xffff0000 || in pci_scan()
486 did == 0x0000ffff || did == 0x00000000) in pci_scan()
520 func->vid_did = did; in pci_scan()
526 nbus, did, did >> 16, (did << 16) >> 16, sid, rcid & 0xff); in pci_scan()
/external/valgrind/
DAUTHORS4 the 3.X versions of Helgrind, SGCheck, DHAT, and did lots of other
7 Nicholas Nethercote did the core/tool generalisation, wrote
10 Tom Hughes did a vast number of bug fixes, helped out with support for
21 Paul Mackerras did a lot of the initial per-architecture factoring
23 He also did UCode-based dynamic translation support for PowerPC, and
41 Kirill Batuzov and Dmitry Zhurikhin did the NEON instruction set
42 support for ARM. Donna Robinson did the v6 media instruction support.
/external/kmod/libkmod/
Dlibkmod-file.c177 off_t did = 0, total = 0; in load_zlib() local
189 if (did == total) { in load_zlib()
199 r = gzread(file->gzf, p + did, total - did); in load_zlib()
212 did += r; in load_zlib()
216 file->size = did; in load_zlib()
/external/mesa3d/bin/
D.cherry-ignore1 # The commit addressed an earlier commit ccdd5b3738e which did not land in branch.
3 # The commit addressed an earlier commit 0567ab0407e which did not land in branch.
/external/llvm/test/YAMLParser/
Dspec-02-17.test3 unicode: "Sosa did fine.\u263A"
11 # CHECK: !!str "Sosa did fine.\u263A"
/external/regex-re2/re2/testing/
Ddfa_test.cc138 vector<bool> did(1<<n); in DeBruijnString() local
140 did[i] = false; in DeBruijnString()
150 if (!did[bits|1]) { in DeBruijnString()
156 CHECK(!did[bits]); in DeBruijnString()
157 did[bits] = true; in DeBruijnString()
/external/valgrind/none/tests/s390x/
Dop_exception.stderr.exp6 did not recognise. There are two possible reasons for this.
19 did not recognise. There are two possible reasons for this.
32 did not recognise. There are two possible reasons for this.
45 did not recognise. There are two possible reasons for this.
/external/syslinux/core/legacynet/
Didle.c59 #define PCI_DEV(vid, did) (((vid) << 16) + (did)) argument
/external/llvm/test/CodeGen/X86/
Dcoalescer-subreg.ll2 ; This used to crash when coalescing a regclass like GR16 which did not support
3 ; the sub_8bit_hi subregister with a class like GR16_ABCD that did.
/external/mesa3d/src/gallium/targets/d3dadapter9/
Ddrm.c121 int vid, did; in get_bus_info() local
123 if (loader_get_pci_id_for_fd(fd, &vid, &did)) { in get_bus_info()
125 vid, did); in get_bus_info()
127 *deviceid = did; in get_bus_info()
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dexecutionengine.ml76 if 42 != res then bomb "main did not return 42";
95 if 4 != GenericValue.as_int res then bomb "plus did not work";
108 if ty != i32_type && ty != i64_type then bomb "target_data did not work";
/external/google-breakpad/src/client/mac/tests/
DBreakpadFramework_Test.mm133 STAssertNULL(b, @"BreakpadCreate did not fail when missing a required"
140 STAssertNULL(b, @"BreakpadCreate did not fail when missing a required"
147 STAssertNULL(b, @"BreakpadCreate did not fail when missing a required"
167 // Test that it did not add the key/value directly, e.g. without
178 @"Calling BreakpadAddUploadParameter did not prepend "

12345678910>>...24