/external/python/cpython2/Lib/idlelib/ |
D | RemoteDebugger.py | 132 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/python/cpython3/Lib/idlelib/ |
D | debugger_r.py | 129 did = id(dict) 130 dicttable[did] = dict 131 return did 136 did = id(dict) 137 dicttable[did] = dict 138 return did 159 def dict_keys(self, did): argument 166 def dict_keys_list(self, did): argument 167 dict = dicttable[did] 170 def dict_item(self, did, key): argument [all …]
|
/external/clang/test/FixIt/ |
D | typo.m | 12 …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 …]
|
D | fixit-objc.m | 52 …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/clang/test/SemaCXX/ |
D | warn-memsize-comparison.cpp | 21 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/clang/test/SemaObjC/ |
D | method-bad-param.m | 10 …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…
|
D | undef-arg-super-method-call.m | 17 …[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…
|
D | typo-correction-arc.m | 26 …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'…
|
D | invalid-objc-decls-1.m | 30 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/opencensus-java/.github/ |
D | ISSUE_TEMPLATE | 9 ### What did you do? 13 ### What did you expect to see? 16 ### What did you see instead?
|
/external/u-boot/arch/x86/cpu/ivybridge/ |
D | early_me.c | 99 struct me_did did = { in intel_early_me_init_done() local 108 did.uma_base = (mebase_l >> 20) | (mebase_h << 12); in intel_early_me_init_done() 112 status, did.uma_base); in intel_early_me_init_done() 114 pci_write_dword_ptr(me_dev, &did, PCI_ME_H_GS); in intel_early_me_init_done()
|
/external/golang-protobuf/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 10 **What did you do?** 14 **What did you expect to see?** 16 **What did you see instead?**
|
/external/kmod/libkmod/ |
D | libkmod-file.c | 177 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/libdrm/amdgpu/ |
D | amdgpu_asic_id.c | 41 uint32_t did; in parse_one_line() local 61 did = strtol(s_did, &endptr, 16); in parse_one_line() 65 if (did != dev->info.asic_id) { in parse_one_line()
|
/external/syzkaller/vendor/golang.org/x/oauth2/ |
D | CONTRIBUTING.md | 14 3. What did you do? 15 4. What did you expect to see? 16 5. What did you see instead?
|
/external/wayland/tests/ |
D | headers-protocol-test.c | 30 #error including wayland-client-protocol.h did not include wayland-client.h! 33 #error including wayland-server-protocol.h did not include wayland-server.h!
|
D | headers-protocol-core-test.c | 30 #error including wayland-client-protocol-core.h did not include wayland-client-core.h! 33 #error including wayland-server-protocol-core.h did not include wayland-server-core.h!
|
D | headers-test.c | 47 #error including wayland-client.h did not import protocol symbols! 50 #error including wayland-server.h did not import protocol symbols!
|
/external/llvm/test/YAMLParser/ |
D | spec-02-17.test | 3 unicode: "Sosa did fine.\u263A" 11 # CHECK: !!str "Sosa did fine.\u263A"
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/ |
D | spec-02-17.test | 3 unicode: "Sosa did fine.\u263A" 11 # CHECK: !!str "Sosa did fine.\u263A"
|
/external/mesa3d/bin/ |
D | .cherry-ignore | 12 # fixes: The commit fixes earlier commit 1c57a6da5e3 which did not land in 17 # which did not land in branch. 21 # b2f2236dc565dd1460f0 and c62cf1f165919bc74296 which did not land in
|
/external/mesa3d/src/gallium/targets/d3dadapter9/ |
D | drm.c | 121 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-7.0/llvm/test/CodeGen/X86/ |
D | coalescer-subreg.ll | 2 ; 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/llvm/test/CodeGen/X86/ |
D | coalescer-subreg.ll | 2 ; 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/google-breakpad/src/client/mac/tests/ |
D | BreakpadFramework_Test.mm | 133 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 "
|