/external/webkit/LayoutTests/fast/dom/Geolocation/ |
D | argument-types-expected.txt | 11 PASS navigator.geolocation.getCurrentPosition(emptyFunction) did not throw exception. 12 PASS navigator.geolocation.getCurrentPosition(Math.abs) did not throw exception. 13 PASS navigator.geolocation.getCurrentPosition(layoutTestController.setGeolocationPermission) did no… 19 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined) did not throw exception. 20 PASS navigator.geolocation.getCurrentPosition(emptyFunction, null) did not throw exception. 23 PASS navigator.geolocation.getCurrentPosition(emptyFunction, emptyFunction) did not throw exception. 24 PASS navigator.geolocation.getCurrentPosition(emptyFunction, Math.abs) did not throw exception. 25 …rentPosition(emptyFunction, layoutTestController.setGeolocationPermission) did not throw exception. 31 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, undefined) did not throw ex… 32 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, null) did not throw excepti… [all …]
|
/external/webkit/LayoutTests/storage/ |
D | execute-sql-args-expected.txt | 1 PASS. executeSql(null) did not throw an exception 2 PASS. executeSql(undefined) did not throw an exception 3 PASS. executeSql(0) did not throw an exception 4 PASS. executeSql("") did not throw an exception 5 PASS. executeSql("", null) did not throw an exception 6 PASS. executeSql("", undefined) did not throw an exception 7 PASS. executeSql("", []) did not throw an exception 8 PASS. executeSql("", [ "arg0" ]) did not throw an exception 9 PASS. executeSql("", { }) did not throw an exception 10 PASS. executeSql("", { length: 0 }) did not throw an exception [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 …
|
/external/clang/test/SemaObjC/ |
D | method-bad-param.m | 10 …pected-error {{Objective-C interface type 'foo' cannot be passed by value; did you forget * in 'fo… 11 …cted-error {{Objective-C interface type 'foo' cannot be returned by value; did you forget * in 'fo… 15 …pected-error {{Objective-C interface type 'foo' cannot be passed by value; did you forget * in 'fo… 18 …cted-error {{Objective-C interface type 'foo' cannot be returned by value; did you forget * in 'fo… 23 …pected-error {{Objective-C interface type 'foo' cannot be passed by value; did you forget * in 'fo… 24 …cted-error {{Objective-C interface type 'foo' cannot be returned by value; did you forget * in 'fo…
|
D | blocks.m | 42 …pected-error {{Objective-C interface type 'itf' cannot be passed by value; did you forget * in 'it… 43 …cted-error {{Objective-C interface type 'itf' cannot be returned by value; did you forget * in 'it… 44 …cted-error {{Objective-C interface type 'itf' cannot be returned by value; did you forget * in 'it… 45 …cted-error {{Objective-C interface type 'itf' cannot be returned by value; did you forget * in 'it…
|
D | invalid-objc-decls-1.m | 30 Super foo( // expected-error{{interface interface type 'Super' cannot be returned by value; did you… 31 …xpected-error{{interface interface type 'Super' cannot be passed by value; did you forget * in 'Su…
|
D | undef-class-messagin-error.m | 7 @interface Child (Categ) // expected-error {{cannot find interface declaration for 'Child'; did you…
|
/external/qemu/ |
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/valgrind/main/ |
D | AUTHORS | 4 the 3.X versions of Helgrind, Ptrcheck, 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/bluetooth/bluez/src/ |
D | sdpd-server.c | 241 int start_sdp_server(uint16_t mtu, const char *did, uint32_t flags) in start_sdp_server() argument 254 if (did && strlen(did) > 0) { in start_sdp_server() 255 const char *ptr = did; in start_sdp_server()
|
/external/webkit/Source/WebKit/android/nav/ |
D | CachedHistory.h | 52 void setDidFirstLayout(bool did) { mDidFirstLayout = did; } in setDidFirstLayout() argument
|
/external/llvm/test/Bindings/Ocaml/ |
D | executionengine.ml | 76 if 42 != res then bomb "main did not return 42"; 95 if 4 != GenericValue.as_int res then bomb "plus did not work"; 108 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/webkit/LayoutTests/http/tests/appcache/ |
D | navigating-away-while-cache-attempt-in-progress-expected.txt | 2 SUCCESS - did not crash
|
/external/webkit/LayoutTests/fast/dom/HTMLFormElement/ |
D | document-deactivation-callback-crash-expected.txt | 3 The test passed if it did not crash.
|
D | adopt-assertion-expected.txt | 3 The test passed if the assertion did not fail.
|
/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()
|
/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/test/PCH/ |
D | typo.m | 5 [NSstring alloc]; // expected-error{{unknown receiver 'NSstring'; did you mean 'NSString'?}}
|
/external/e2fsprogs/tests/f_okgroup/ |
D | expect.1 | 1 Filesystem did not have a UUID; generating one.
|
/external/e2fsprogs/tests/f_bitmaps/ |
D | expect.1 | 1 Filesystem did not have a UUID; generating one.
|
/external/e2fsprogs/tests/f_dirlink/ |
D | expect.1 | 1 Filesystem did not have a UUID; generating one.
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebIconDatabaseClient.mm | 61 // WebKit1 only has a single "icon did change" notification. 66 // WebKit1 only has a single "icon did change" notification.
|
/external/webkit/Source/ |
D | CMakeLists.txt | 4 # Set a default build type if and only if user did not define one as command 5 # line options and he did not give custom CFLAGS or CXXFLAGS. Otherwise, flags
|