/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 …]
|
/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/libcups/ |
D | CHANGES.md | 7 - CVE-2020-3898: The `ppdOpen` function did not handle invalid UI 8 constraint. `ppdcSource::get_resolution` function did not handle 24 - CVE-2019-2228: The `ippSetValuetag` function did not validate the default 29 - PPD files containing "custom" option keywords did not work (Issue #5639) 45 - Default printers set with `lpoptions` did not work in all cases (Issue #5681, 51 - The IPP backend did not detect all cases where a job should be retried using 79 - The `lpadmin` command did not always update the PPD file for changes to the 136 - The scheduler did not encode octetString values like "job-password" correctly 138 - The `cupsCheckDestSupported` function did not check octetString values 142 - The `ippValidateAttribute` function did not catch all instances of invalid [all …]
|
/external/libcups/backend/ |
D | ieee1284.c | 53 struct ecpp_device_id did; /* Device ID buffer */ in backendGetDeviceID() 212 did.mode = ECPP_CENTRONICS; in backendGetDeviceID() 213 did.len = device_id_size - 1; in backendGetDeviceID() 214 did.rlen = 0; in backendGetDeviceID() 215 did.addr = device_id; in backendGetDeviceID() 217 if (!ioctl(fd, ECPPIOC_GETDEVID, &did)) in backendGetDeviceID() 223 if (did.rlen < (device_id_size - 1)) in backendGetDeviceID() 224 device_id[did.rlen] = '\0'; in backendGetDeviceID()
|
/external/rust/crates/codespan-reporting/tests/snapshots/ |
D | term__message_errorcode__short_no_color.snap | 9 error: where did my errorcode go? 10 warning: where did my errorcode go? 11 note: where did my errorcode go? 12 help: where did my errorcode go?
|
D | term__message_errorcode__rich_ascii_no_color.snap | 13 error: where did my errorcode go? 15 warning: where did my errorcode go? 17 note: where did my errorcode go? 19 help: where did my errorcode go?
|
D | term__message_errorcode__rich_no_color.snap | 13 error: where did my errorcode go? 15 warning: where did my errorcode go? 17 note: where did my errorcode go? 19 help: where did my errorcode go?
|
/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'…
|
/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/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | string_generator.cc | 119 std::vector<bool> did(size, false); in DeBruijnString() local 128 if (!did[bits | 1]) { in DeBruijnString() 134 CHECK(!did[bits]); in DeBruijnString() 135 did[bits] = true; in DeBruijnString()
|
/external/cronet/third_party/protobuf/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 26 **What did you do?** 33 **What did you expect to see** 35 **What did you see instead?**
|
/external/protobuf/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 26 **What did you do?** 33 **What did you expect to see** 35 **What did you see instead?**
|
/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/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/libwebsockets/lib/misc/ |
D | lws-struct-sqlite.c | 244 int n, m, pk = 0, nentries = (int)(ssize_t)schema->child_map_size, nef = 0, did; in _lws_struct_sq3_ser_one() local 338 did = 0; in _lws_struct_sq3_ser_one() 347 did++; in _lws_struct_sq3_ser_one() 349 did == nef ? "%s" : "%s, ", in _lws_struct_sq3_ser_one() 356 did = 0; in _lws_struct_sq3_ser_one() 410 did++; in _lws_struct_sq3_ser_one() 411 if (did != nef) { in _lws_struct_sq3_ser_one()
|
/external/llvm/test/YAMLParser/ |
D | spec-02-17.test | 3 unicode: "Sosa did fine.\u263A" 11 # CHECK: !!str "Sosa did fine.\u263A"
|
/external/kmod/libkmod/ |
D | libkmod-file.c | 318 off_t did = 0, total = 0; in load_zlib() local 330 if (did == total) { in load_zlib() 340 r = gzread(file->gzf, p + did, total - did); in load_zlib() 353 did += r; in load_zlib() 357 file->size = did; in load_zlib()
|
/external/rust/crates/grpcio-sys/grpc/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 29 ### What did you do? 32 ### What did you expect to see? 35 ### What did you see instead?
|
/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.
|