/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/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 | 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…
|
D | blocks.m | 48 …void *P = ^(itf x) {}; // expected-error {{interface type 'itf' cannot be passed by value; did yo… 49 …P = ^itf(int x) {}; // expected-error {{interface type 'itf' cannot be returned by value; did … 50 …P = ^itf() {}; // expected-error {{interface type 'itf' cannot be returned by value; did … 51 …P = ^itf{}; // expected-error {{interface type 'itf' cannot be returned by value; did …
|
D | protocol-id-test-2.m | 11 …arning {{instance method '-Meth' not found (return type defaults to 'id'); did you mean '-IMeth'?}}
|
/external/qemu/hw/core/ |
D | loader.c | 88 size_t want, did; in fread_targphys() local 92 did = fread(buf, 1, want, f); in fread_targphys() 94 cpu_physical_memory_write_rom(dst_addr, buf, did); in fread_targphys() 95 dst_addr += did; in fread_targphys() 96 nbytes -= did; in fread_targphys() 97 if (did != want) in fread_targphys() 114 size_t want, did; in read_targphys() local 118 did = read(fd, buf, want); in read_targphys() 119 if (did != want) break; in read_targphys() 121 cpu_physical_memory_write_rom(dst_addr, buf, did); in read_targphys() [all …]
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
D | lval-exceptions-expected.txt | 31 PASS function () { b = a.x; } did not throw an exception 32 PASS function () { b = a['x']; } did not throw an exception 33 PASS function () { a['x'] += 'baz'; } did not throw an exception 35 PASS function () { b = a.y; } did not throw an exception 36 PASS function () { a.y += 'glarch'; } did not throw an exception
|
/external/valgrind/main/ |
D | AUTHORS | 4 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/chromium_org/content/browser/renderer_host/media/ |
D | video_capture_controller_event_handler.cc | 9 VideoCaptureControllerID::VideoCaptureControllerID(int did) in VideoCaptureControllerID() argument 10 : device_id(did) { in VideoCaptureControllerID()
|
/external/llvm/test/YAMLParser/ |
D | spec-02-17.data | 3 unicode: "Sosa did fine.\u263A" 11 # CHECK: !!str "Sosa did fine.\u263A"
|
/external/regex-re2/re2/testing/ |
D | dfa_test.cc | 138 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/chromium_org/third_party/re2/re2/testing/ |
D | dfa_test.cc | 138 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/main/none/tests/s390x/ |
D | op_exception.stderr.exp | 6 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/llvm/test/Bindings/Ocaml/ |
D | executionengine.ml | 79 if 42 != res then bomb "main did not return 42"; 98 if 4 != GenericValue.as_int res then bomb "plus did not work"; 111 if ty != i32_type && ty != i64_type then bomb "target_data did not work";
|
/external/libnfc-nxp/src/ |
D | phHciNfc_NfcIPMgmt.h | 164 uint8_t did; member 424 uint8_t did
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
D | already-vectorized.ll | 19 ; We need to make sure we did vectorize the loop 31 ; If it did, we have two loops:
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p4.mm | 7 …auto l1 = [] () -> A { }; // expected-error{{interface type 'A' cannot be returned by value; did y…
|
/external/e2fsprogs/tests/f_okgroup/ |
D | expect.1 | 1 Filesystem did not have a UUID; generating one.
|
/external/clang/test/PCH/ |
D | typo.m | 5 [NSstring alloc]; // expected-error{{unknown receiver 'NSstring'; did you mean 'NSString'?}}
|
/external/valgrind/main/none/tests/x86/ |
D | faultstatus.disabled | 2 # doesn't work well enough, so the test always fails. It did work back
|
/external/clang/include/clang/Basic/ |
D | DiagnosticCommentKinds.td | 111 "did you mean '%0'?">; 132 "did you mean '%0'?">; 168 "unknown command tag name '%0'; did you mean '%1'?">,
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jcphuff.c | 775 boolean did[NUM_HUFF_TBLS]; in finish_pass_gather_phuff() local 785 MEMZERO(did, SIZEOF(did)); in finish_pass_gather_phuff() 796 if (! did[tbl]) { in finish_pass_gather_phuff() 804 did[tbl] = TRUE; in finish_pass_gather_phuff()
|
/external/qemu/distrib/jpeg-6b/ |
D | jcphuff.c | 774 boolean did[NUM_HUFF_TBLS]; in finish_pass_gather_phuff() local 784 MEMZERO(did, SIZEOF(did)); in finish_pass_gather_phuff() 795 if (! did[tbl]) { in finish_pass_gather_phuff() 803 did[tbl] = TRUE; in finish_pass_gather_phuff()
|
/external/jpeg/ |
D | jcphuff.c | 774 boolean did[NUM_HUFF_TBLS]; in finish_pass_gather_phuff() local 784 MEMZERO(did, SIZEOF(did)); in finish_pass_gather_phuff() 795 if (! did[tbl]) { in finish_pass_gather_phuff() 803 did[tbl] = TRUE; in finish_pass_gather_phuff()
|