/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/llvm-project/llvm/test/MC/RISCV/ |
D | invalid-instruction-spellcheck.s | 14 # CHECK-RV32: did you mean: add, addi, and, andi, la 15 # CHECK-RV64: did you mean: add, addi, addw, and, andi, la, ld, sd 19 # CHECK-RV32I: did you mean: la, lb, lh, li, lw 20 # CHECK-RV32IF: did you mean: flw, la, lb, lh, li, lw 21 # CHECK-RV64I: did you mean: la, lb, ld, lh, li, lw 22 # CHECK-RV64IF: did you mean: flw, la, lb, ld, lh, li, lw 26 # CHECK-RV32: did you mean: add, addi 27 # CHECK-RV64: did you mean: add, addi, addw 31 # CHECK: did you mean: mv
|
/external/llvm-project/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/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/llvm-project/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() 34 expected-note {{did you mean to compare}} \ in f() 40 expected-note {{did you mean to compare}} \ in f() 46 expected-note {{did you mean to compare}} \ in f() 52 expected-note {{did you mean to compare}} \ in f() 58 expected-note {{did you mean to compare}} \ in f() 65 expected-note {{did you mean to compare}} \ in f() 71 expected-note {{did you mean to compare}} \ in f() 77 expected-note {{did you mean to compare}} \ in f() [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/llvm-project/clang/test/Analysis/ |
D | number-object-conversion.m | 23 …Converting a pointer value of type 'NSNumber *' to a primitive BOOL value; did you mean to call -b… 24 …{Comparing a pointer value of type 'NSNumber *' to a scalar integer value; did you mean to compare… 25 …{Comparing a pointer value of type 'NSNumber *' to a primitive BOOL value; did you mean to compare… 26 …{Comparing a pointer value of type 'NSNumber *' to a primitive BOOL value; did you mean to compare… 27 …Converting a pointer value of type 'NSNumber *' to a primitive BOOL value; did you mean to call -b… 28 …Converting a pointer value of type 'NSNumber *' to a primitive BOOL value; did you mean to call -b… 29 …{Comparing a pointer value of type 'NSNumber *' to a primitive BOOL value; did you mean to compare… 30 …{Comparing a pointer value of type 'NSNumber *' to a scalar integer value; did you mean to compare… 31 …Converting a pointer value of type 'NSNumber *' to a scalar integer value; did you mean to call a … 32 …Converting a pointer value of type 'NSNumber *' to a scalar integer value; did you mean to call a … [all …]
|
/external/rust/crates/codespan-reporting/tests/snapshots/ |
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?
|
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?
|
/external/llvm-project/clang/test/SemaOpenCL/ |
D | clang-builtin-version.cl | 25 // expected-note@-1{{did you mean 'foo'?}} 33 // expected-note@-1{{did you mean 'reserve_read_pipe'?}} 38 // expected-note@-1{{did you mean 'work_group_reserve_read_pipe'?}} 42 // expected-note@-1{{did you mean 'work_group_reserve_write_pipe'?}} 48 // expected-note@-1{{did you mean 'commit_read_pipe'?}} 52 // expected-note@-2{{did you mean 'work_group_reserve_read_pipe'?}} 55 // expected-note@-2{{did you mean 'work_group_commit_read_pipe'?}} 58 // expected-note@-1{{did you mean 'work_group_commit_write_pipe'?}} 64 // expected-note@-1{{did you mean 'get_pipe_num_packets'?}}
|
/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/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/llvm-project/lld/test/ELF/ |
D | undef-spell-corrector.s | 15 # INSERT-NEXT: >>> did you mean: abcde 19 # INSERT-NEXT: >>> did you mean: abcde 31 # SUBST-NEXT: >>> did you mean: abcde 34 # SUBST-NEXT: >>> did you mean: abcde 42 # DELETE-NEXT: >>> did you mean: abcde 45 # DELETE-NEXT: >>> did you mean: abcde 53 # TRANSPOSE-NEXT: >>> did you mean: abcde 64 # CONST-NEXT: >>> did you mean: foo(int const*) 74 # CASE-NEXT: >>> did you mean: foo(int const*)
|
D | undef-suggest-version.s | 13 # DEFAULT1-NEXT: >>> did you mean: bar{{$}} 23 # DEFAULT2-NEXT: >>> did you mean: bar{{$}} 33 # HIDDEN1-NEXT: >>> did you mean: foo@v1 38 # HIDDEN1-NEXT: >>> did you mean: foo(int)@v1 48 # HIDDEN2-NEXT: >>> did you mean: foo@v1
|
/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…
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | objc-super-self.m | 15 // CHECK-MESSAGES: :[[@LINE-1]]:10: warning: suspicious invocation of 'self' in initializer; did yo… 21 // CHECK-MESSAGES: :[[@LINE-1]]:10: warning: suspicious invocation of 'self' in initializer; did yo… 33 // CHECK-MESSAGES: :[[@LINE-1]]:10: warning: suspicious invocation of 'self' in initializer; did yo… 41 // CHECK-MESSAGES: :[[@LINE-1]]:3: warning: suspicious invocation of 'self' in initializer; did you… 49 // CHECK-MESSAGES: :[[@LINE-1]]:10: warning: suspicious invocation of 'self' in initializer; did yo… 57 // CHECK-MESSAGES: :[[@LINE-1]]:10: warning: suspicious invocation of 'self' in initializer; did yo…
|
/external/llvm-project/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… 29 void somefunc(foo x) {} // expected-error {{interface type 'foo' cannot be passed by value; did you… 30 foo somefunc2() {} // expected-error {{interface type 'foo' cannot be returned by value; did you fo…
|
D | typo-correction.m | 28 …er:someivar]; // expected-error {{use of undeclared identifier 'someivar'; did you mean '_someivar… 48 …on; // expected-error {{'I' does not have a member named 'implementation'; did you mean '_implemen… 49 …(void)self->interface; // expected-error {{'I' does not have a member named 'interface'; did you m… 50 …(void)self->extension; // expected-error {{'I' does not have a member named 'extension'; did you m… 71 …typoCandidate.x = 0; // expected-error {{use of undeclared identifier 'typoCandidate'; did you mea…
|
/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/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/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | hicpp-undelegated-constructor.rst | 20 Ctor(); // did you intend to call a delegated constructor? 21 Ctor(0); // did you intend to call a delegated constructor? 22 Ctor(1, 2); // did you intend to call a delegated constructor?
|
/external/protobuf/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 15 **What did you do?** 22 **What did you expect to see** 24 **What did you see instead?**
|