Home
last modified time | relevance | path

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

12345678910>>...45

/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/python/cpython3/Lib/idlelib/
Ddebugger_r.py129 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/
Dinvalid-instruction-spellcheck.s14 # 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/
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 …]
/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 …]
/external/llvm-project/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()
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/
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/llvm-project/clang/test/Analysis/
Dnumber-object-conversion.m23 …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/
Dterm__message_errorcode__rich_ascii_no_color.snap13 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?
Dterm__message_errorcode__rich_no_color.snap13 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?
Dterm__message_errorcode__short_no_color.snap9 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/
Dclang-builtin-version.cl25 // 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/
Dieee1284.c53 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/
DCHANGES.md7 - 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/
Dundef-spell-corrector.s15 # 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*)
Dundef-suggest-version.s13 # 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/
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…
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dobjc-super-self.m15 // 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/
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
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…
Dtypo-correction.m28 …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/
DISSUE_TEMPLATE9 ### 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/
Dstring_generator.cc119 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/
Dbug_report.md10 **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/
Dhicpp-undelegated-constructor.rst20 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/
Dbug_report.md15 **What did you do?**
22 **What did you expect to see**
24 **What did you see instead?**

12345678910>>...45