Home
last modified time | relevance | path

Searched refs:an (Results 1 – 25 of 3017) sorted by relevance

12345678910>>...121

/external/webkit/LayoutTests/storage/
Dexecute-sql-args-expected.txt1 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 …]
Dprivate-browsing-noread-nowrite-expected.txt4 Private browsing statement 1 completed with an error
6 Private browsing statement 2 completed with an error
8 Private browsing statement 3 completed with an error
10 Private browsing statement 4 completed with an error
12 Private browsing statement 5 completed with an error
/external/clang/test/FixIt/
Dformat-darwin.m32 …ng{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'lo…
33 …g{{values of type 'NSUInteger' should not be used as format arguments; add an explicit cast to 'un…
34 …rning{{values of type 'SInt32' should not be used as format arguments; add an explicit cast to 'in…
35 …rning{{values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'un…
69 …ng{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'lo…
70 …ng{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'lo…
71 …ng{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'lo…
72 …ng{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'lo…
73 …ng{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'lo…
74 …ng{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'lo…
[all …]
/external/e2fsprogs/tests/progs/
Dtest_rel_cmds.ct32 request do_brel_move, "Move an entry in the block relocation table",
35 request do_brel_delete, "Delete an entry in the block relocation table",
45 request do_irel_free, "Free an inode relocation table",
48 request do_irel_put, "Add or modify an inode relocation entry",
51 request do_irel_get, "Get an inode relocation entry",
55 "Get an inode relocation entry by its original number",
67 request do_irel_add_ref, "Add a reference to an inode entry",
70 request do_irel_start_iter_ref, "Start iterating over references to an inode",
73 request do_irel_next_ref, "Get the next reference for an inode entry",
76 request do_irel_move, "Move an entry in the inode relocation table",
[all …]
Dtest_icount_cmds.ct10 request do_create_icount, "Create an icount structure",
13 request do_free_icount, "Free an icount structure",
16 request do_fetch, "Fetch an icount entry",
19 request do_increment, "Increment an icount entry",
22 request do_decrement, "Decrement an icount entry",
25 request do_store, "Store an icount entry",
/external/clang/test/Modules/
Dauto-module-import.m6 #include <DependsOnModule/DependsOnModule.h> // expected-warning{{treating #include as an import of…
18 #import <AlsoDependsOnModule/AlsoDependsOnModule.h> // expected-warning{{treating #import as an imp…
28 #include <NoUmbrella/A.h> // expected-warning{{treating #include as an import of module 'NoUmbrella…
32 #include <NoUmbrella/SubDir/C.h> // expected-warning{{treating #include as an import of module 'NoU…
36 …ework.framework/Headers/Other.h> // expected-warning{{treating #include as an import of module 'De…
46 …ramework/Headers/SubFramework.h> // expected-warning{{treating #include as an import of module 'Mo…
53 #include <DependsOnModule/DependsOnModulePrivate.h> // expected-warning{{treating #include as an im…
61 #include <NoUmbrella/A_Private.h> // expected-warning{{treating #include as an import of module 'No…
66 // Test inclusion of headers that are under an umbrella directory but
68 #include <Module/NotInModule.h> // expected-warning{{treating #include as an import of module 'Modu…
/external/clang/include/clang/AST/
DBuiltinTypes.def142 // type is a typedef of an ObjCObjectPointerType to an
144 // shows up in an AST as the base type of an ObjCObjectType.
148 // 'Class' type is a typedef of an ObjCObjectPointerType to an
150 // shows up in an AST as the base type of an ObjCObjectType.
157 // This represents the type of an expression whose type is
163 // The type of an unresolved overload set. A placeholder type.
166 // foo # possibly qualified, not if an implicit access
167 // foo # possibly qualified, not if an implicit access
168 // &foo # possibly qualified, not if an implicit access
181 // foo # if an implicit access
[all …]
/external/clang/test/SemaObjC/
Darc-type-conversion.m10 …(void)(int*)arg; // expected-error {{cast of an Objective-C pointer to 'int *' is disallowed with …
12 …(void)(__autoreleasing id*)arg; // expected-error {{cast of an Objective-C pointer to '__autorelea…
13 …(void)(id*)arg; // expected-error {{cast of an Objective-C pointer to '__strong id *' is disallowe…
17 …(void)(void**)arg; // expected-error {{cast of an Objective-C pointer to 'void **' is disallowed w…
21 … // expected-note {{use CFBridgingRetain call to make an ARC object available as a +1 'void *'}} \
27 … // expected-note {{use CFBridgingRetain call to make an ARC object available as a +1 'void *'}}
86 (void)(id)&lv; // expected-error {{cast of an indirect pointer to an Objective-C pointer to 'id'}}
87 (void)(id*)lv; // expected-error {{cast of an Objective-C pointer to '__strong id *'}}
88 …(void)(NSString*)&lv; // expected-error {{cast of an indirect pointer to an Objective-C pointer to…
89 …(void)(NSString**)lv; // expected-error {{cast of an Objective-C pointer to 'NSString *__strong *'…
[all …]
Dcomptypes-1.m27 /* Assigning to an 'id' variable should never
35 warning, unless done from an 'id'. */
40 /* Assigning to an 'id<MyProtocol>' variable should generate a
42 MyProtocol), but not from an 'id' or from a 'MyOtherClass *'
50 a warning, unless done from an 'id' or an 'id<MyProtocol>' (since
57 /* Any comparison involving an 'id' must be without warnings. */
67 /* Any comparison between 'MyClass *' and anything which is not an 'id'
78 MyProtocol) and an 'id' implementing MyProtocol are Ok. */
/external/markdown/MarkdownTest/Tests_2004/
DAmps and angle encoding.text1 AT&T has an ampersand in their name.
11 Here's a [link] [1] with an ampersand in the URL.
13 Here's a link with an amersand in the link text: [AT&T] [2].
15 Here's an inline [link](/script?foo=1&bar=2).
17 Here's an inline [link](</script?foo=1&bar=2>).
/external/markdown/MarkdownTest/Tests_2007/
DAmps and angle encoding.text1 AT&T has an ampersand in their name.
11 Here's a [link] [1] with an ampersand in the URL.
13 Here's a link with an amersand in the link text: [AT&T] [2].
15 Here's an inline [link](/script?foo=1&bar=2).
17 Here's an inline [link](</script?foo=1&bar=2>).
/external/markdown/tests/markdown-test/
Damps-and-angle-encoding.txt1 AT&T has an ampersand in their name.
11 Here's a [link] [1] with an ampersand in the URL.
13 Here's a link with an amersand in the link text: [AT&T] [2].
15 Here's an inline [link](/script?foo=1&bar=2).
17 Here's an inline [link](</script?foo=1&bar=2>).
/external/clang/test/ARCMT/
Dcheck-api.m23 …expected-error {{NSInvocation's getReturnValue is not safe to be used with an object with ownershi…
24 …expected-error {{NSInvocation's getReturnValue is not safe to be used with an object with ownershi…
28 …expected-error {{NSInvocation's setReturnValue is not safe to be used with an object with ownershi…
29 …expected-error {{NSInvocation's setReturnValue is not safe to be used with an object with ownershi…
33 …// expected-error {{NSInvocation's getArgument is not safe to be used with an object with ownershi…
34 …// expected-error {{NSInvocation's getArgument is not safe to be used with an object with ownershi…
38 …// expected-error {{NSInvocation's setArgument is not safe to be used with an object with ownershi…
39 …// expected-error {{NSInvocation's setArgument is not safe to be used with an object with ownershi…
/external/icu4c/data/locales/
Dis.txt424 0{"Fyrir 0 dögum síðan"}
425 1{"Fyrir einum degi síðan"}
426 other{"Fyrir {0} dögum síðan"}
438 0{"Fyrir 0 klukkustundum síðan"}
439 1{"Fyrir einni klukkustund síðan"}
440 other{"Fyrir {0} klukkustundum síðan"}
452 0{"Fyrir 0 mínútum síðan"}
453 1{"Fyrir einni mínútu síðan"}
454 other{"Fyrir {0} mínútum síðan"}
466 0{"Fyrir 0 mánuðum síðan"}
[all …]
/external/clang/test/Analysis/
Dobjc-subscript.m51 if (o[self]) // expected-warning {{Subscript access on an uninitialized object pointer}}
54 if (o[0]) // expected-warning {{Subscript access on an uninitialized object pointer}}
66 self[0] = o; // expected-warning {{Argument for subscript setter is an uninitialized value}}
69 self[i] = input; // expected-warning {{Subscript index is an uninitialized value}}
72 (void)self[i]; // expected-warning {{Subscript index is an uninitialized value}}
75 self[input] = o; // expected-warning {{Argument for subscript setter is an uninitialized value}}
78 self[o] = input; // expected-warning {{Subscript index is an uninitialized value}}
81 (void)self[o]; // expected-warning {{Subscript index is an uninitialized value}}
/external/webkit/LayoutTests/fast/encoding/
Dpseudo-xml-2-expected.txt1 …est for bug 9783: An XML declaration without an explicit encoding incorrectly triggers UTF-8 encod…
3 Test that an XML declaration with an explicit encoding is still honored. This is what Firefox 1.5 a…
/external/e2fsprogs/debugfs/
Ddebug_cmds.ct64 request do_kill_file, "Deallocate an inode and its blocks",
67 request do_clri, "Clear an inode's contents",
70 request do_freei, "Clear an inode's in-use flag",
73 request do_seti, "Set an inode's in-use flag",
76 request do_testi, "Test an inode's in-use flag",
88 request do_modify_inode, "Modify an inode by structure",
115 request do_dump, "Dump an inode out to a file",
118 request do_cat, "Dump an inode out to stdout",
148 request do_bmap, "Calculate the logical->physical block mapping for an inode",
151 request do_imap, "Calculate the location of an inode",
/external/clang/test/SemaObjCXX/
Darc-object-init-destroy.mm20 …delete [] sptr; // expected-warning{{destroying an array of '__strong id'; this array must not hav…
21 …delete [] wptr; // expected-warning{{destroying an array of '__weak id'; this array must not have …
27 …(void)new strong_id [n]; // expected-warning{{allocating an array of 'strong_id' (aka '__strong id…
28 …(void)new weak_id [n]; // expected-warning{{allocating an array of 'weak_id' (aka '__weak id'); th…
32 …(void)new __strong id [n]; // expected-warning{{allocating an array of '__strong id'; this array m…
36 …__strong id *idptr2 = new id [n]; // expected-warning{{allocating an array of '__strong id'; this …
40 …(void)new id_array; // expected-error{{'new' cannot allocate an array of 'id' with no explicit own…
44 …strong_id_3 *idptr3 = new strong_id_array; // expected-warning{{allocating an array of '__strong i…
/external/clang/test/CodeGenObjC/
Dobjc2-write-barrier-3.m29 // storing into an array of strong pointer types.
33 // storing indirectly into an array of strong pointer types.
39 // storing into a struct element of an array of strong pointer types.
44 // Storing into an ivar of an array of strong pointer types.
/external/llvm/test/Transforms/Inline/
Dbyval.ll3 ; Inlining a byval struct should cause an explicit copy into an alloca.
35 ; Inlining a byval struct should NOT cause an explicit copy
36 ; into an alloca if the function is readonly
62 ; Inlining a byval with an explicit alignment needs to use *at least* that
86 ; Inlining a byval struct should NOT cause an explicit copy
87 ; into an alloca if the function is readonly, but should increase an alloca's
88 ; alignment to satisfy an explicit alignment request.
/external/openssl/crypto/engine/
DREADME42 counted. One an EVP_CIPHER is exposed to the caller, neither it nor anything it
45 However existing API usage cannot be made to understand when an EVP_CIPHER
51 they are effectively the same thing, an "EVP_CIPHER" pointer. The problem with
62 Ie. all implementations *have* to come from an ENGINE, but we get round that by
77 was previously replaced by an "ENGINE" pointer and all RSA code that required
80 efficient, switching back to each RSA having an RSA_METHOD pointer also allows
90 of "cipher description" and less meaning in terms of "implementation". When an
91 EVP_CIPHER_CTX is actually initialised with an EVP_CIPHER method and is about to
93 cipher-specific ENGINE code is asked for an ENGINE pointer (a functional
102 Conversely, if an ENGINE *has* been registered to perform the algorithm/mode
[all …]
/external/llvm/docs/HistoricalNotes/
D2002-05-12-InstListChange.txt10 Basically right now at the basic block level, each basic block contains an
15 To add or remove an instruction from a basic block, we need to get an
16 iterator to an instruction, which, given just an Instruction*, requires a
18 to insert an instruction before another instruction, or to delete an
30 instructions themselves, instead of an external data structure. This is
/external/webkit/LayoutTests/storage/domstorage/localstorage/
Ddelete-removal-expected.txt1 This test makes sure that using the syntax `delete localStorage.keyName` works as an alias to `loca…
5 foo (after an indexed setter set) is: bar
11 foo (after an implicit settter set) is: bar
12 foo (after an indexed delete) is: undefined
/external/llvm/test/Linker/
D2003-05-31-LinkerRename.ll1 ; The funcresolve pass will (intentionally) llvm-link an _internal_ function
2 ; body with an external declaration. Because of this, if we LINK an internal
3 ; function body into a program that already has an external declaration for
/external/wpa_supplicant_8/hostapd/
DREADME-WPS5 configured and how an external component on an AP (e.g., web UI) is
14 passphrase/PSK) and configuration of an access point and client
31 Registrar") or in an external device, e.g., a laptop, ("external
36 roles (i.e., AP acts as an Enrollee and client device as a Registrar)
47 hostapd includes an optional WPS component that can be used as an
52 WPS registration between a wireless Enrollee and an external Registrar
59 WPS is an optional component that needs to be enabled in hostapd build
60 configuration (.config). Here is an example configuration that
74 Following section shows an example runtime configuration
89 # Please note that the file has to exists for hostapd to start (i.e., create an
[all …]

12345678910>>...121