/external/llvm/test/MC/ELF/ |
invalid-symver.s | 4 // CHECK: A @@ version cannot be undefined 6 .symver undefined, foo@@bar 7 .long undefined
|
/external/valgrind/main/gdbserver_tests/ |
watchpoints.c | 10 static char undefined[10] = "undefined"; variable 23 if (undefined[0] == 'u') 28 if (undefined[4] == 'f') 33 if (undefined[8] == 'd') 41 undefined[0] = 'U'; 44 undefined[4] = 'F'; 47 undefined[8] = 'D'; 53 fprintf(stderr, "value %s\n", undefined); 56 undefined[0] = '0' [all...] |
mcwatchpoints.stdoutB.exp | 5 Hardware read watchpoint 2: undefined[0] 6 Hardware access (read/write) watchpoint 3: undefined[4] 7 Hardware watchpoint 4: undefined[8] 9 Hardware read watchpoint 2: undefined[0] 12 23 if (undefined[0] == 'u') 14 Hardware access (read/write) watchpoint 3: undefined[4] 17 28 if (undefined[4] == 'f') 19 Hardware access (read/write) watchpoint 3: undefined[4] 25 Hardware watchpoint 4: undefined[8]
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
return_undefined.js | 2 return undefined;
|
/external/chromium-libpac/test/js-unittest/ |
return_undefined.js | 2 return undefined;
|
/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
return_undefined.js | 2 return undefined;
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
chrome_ex_oauthsimple.js | 37 if (OAuthSimple === undefined) 83 /* if (api_key == undefined) 85 if (shared_secret == undefined) 91 if (consumer_key !== undefined) { 94 if (shared_secret !== undefined) { 104 this._path=undefined; 113 if (parameters === undefined) { 120 if (this._parameters['oauth_nonce'] === undefined) { 123 if (this._parameters['oauth_timestamp'] === undefined) { 126 if (this._parameters['oauth_method'] === undefined) { [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauthsimple.js | 37 if (OAuthSimple === undefined) 83 /* if (api_key == undefined) 85 if (shared_secret == undefined) 91 if (consumer_key !== undefined) { 94 if (shared_secret !== undefined) { 104 this._path=undefined; 113 if (parameters === undefined) { 120 if (this._parameters['oauth_nonce'] === undefined) { 123 if (this._parameters['oauth_timestamp'] === undefined) { 126 if (this._parameters['oauth_method'] === undefined) { [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
chrome_ex_oauthsimple.js | 37 if (OAuthSimple === undefined) 83 /* if (api_key == undefined) 85 if (shared_secret == undefined) 91 if (consumer_key !== undefined) { 94 if (shared_secret !== undefined) { 104 this._path=undefined; 113 if (parameters === undefined) { 120 if (this._parameters['oauth_nonce'] === undefined) { 123 if (this._parameters['oauth_timestamp'] === undefined) { 126 if (this._parameters['oauth_method'] === undefined) { [all...] |
prettyload.js | 39 this.frames = frames !== undefined ? frames : ELLIPSIS; 40 this.backgroundColor = backgroundColor !== undefined ? backgroundColor : null; 42 successBackgroundColor !== undefined ? successBackgroundColor : null; 44 timeoutBackgroundColor !== undefined ? timeoutBackgroundColor : null; 45 this.frameRate = frameRate !== undefined ? frameRate : 12; 46 this.minDuration = minDuration !== undefined ? minDuration : 1; 47 this.maxDuration = maxDuration !== undefined ? maxDuration : 10; 62 timeoutFrame !== undefined ? timeoutFrame : '', TIMEOUT_BACKGROUND_COLOR 95 successFrame !== undefined ? successFrame : '', SUCCESS_BACKGROUND_COLOR
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/ |
chrome_ex_oauthsimple.js | 37 if (OAuthSimple === undefined) 83 /* if (api_key == undefined) 85 if (shared_secret == undefined) 91 if (consumer_key !== undefined) { 94 if (shared_secret !== undefined) { 104 this._path=undefined; 113 if (parameters === undefined) { 120 if (this._parameters['oauth_nonce'] === undefined) { 123 if (this._parameters['oauth_timestamp'] === undefined) { 126 if (this._parameters['oauth_method'] === undefined) { [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauthsimple.js | 37 if (OAuthSimple === undefined) 83 /* if (api_key == undefined) 85 if (shared_secret == undefined) 91 if (consumer_key !== undefined) { 94 if (shared_secret !== undefined) { 104 this._path=undefined; 113 if (parameters === undefined) { 120 if (this._parameters['oauth_nonce'] === undefined) { 123 if (this._parameters['oauth_timestamp'] === undefined) { 126 if (this._parameters['oauth_method'] === undefined) { [all...] |
/external/llvm/test/MC/AsmParser/ |
ifdef.s | 5 .ifdef undefined 21 movl %eax, undefined 25 .ifdef undefined
|
ifndef.s | 5 .ifndef undefined 21 movl %eax, undefined 25 .ifndef undefined
|
/external/clang/test/SemaCXX/ |
warn-unused-variables-error.cpp | 8 expected-error{{implicit instantiation of undefined template 'PR6948::X<char>'}}
|
/external/chromium_org/v8/test/webkit/fast/regex/ |
parentheses.js | 33 shouldBe("regexp3.exec('abacadabe')", "['abe','ab','b',undefined]"); 36 shouldBe("regexp4.exec('abacadabe')", "['abe','ab','b',undefined]"); 39 shouldBe("regexp5.exec('abacadabe')", "['abe','ab','b','b',undefined,undefined]"); 42 shouldBe("regexp6.exec('abcde')", "['ab','ab','b','b',undefined,undefined]"); 51 shouldBe("regexp9.exec('asdfjejgsdflaksdfjkeljghkjea')", "['a','a',undefined]"); 60 shouldBe("regexp12.exec('Seattle, WA to Buckley, WA')", "['Seattle, WA to Buckley, WA', undefined, 'Seattle', 'WA', undefined, 'Buckley', 'WA']"); 63 shouldBe("regexp13.exec('zxcasd;fl\ ^AaaAAaaaf;lrlrzs')", "['AaaAAaaaf;lrlrzs',undefined,'AaaAAaaaf;lrlrzs']") [all...] |
/external/chromium_org/v8/test/mjsunit/ |
bitwise-operations-undefined.js | 28 // Test bitwise operations with undefined. 31 assertEquals(undefined | 1, 1); 32 assertEquals(undefined & 1, 0); 33 assertEquals(undefined ^ 1, 1); 34 assertEquals(undefined << 1, 0); 35 assertEquals(undefined >> 1, 0); 36 assertEquals(undefined >>> 1, 0); 40 assertEquals(1 | undefined, 1); 41 assertEquals(1 & undefined, 0); 42 assertEquals(1 ^ undefined, 1) [all...] |
/external/v8/test/mjsunit/ |
bitwise-operations-undefined.js | 28 // Test bitwise operations with undefined. 31 assertEquals(undefined | 1, 1); 32 assertEquals(undefined & 1, 0); 33 assertEquals(undefined ^ 1, 1); 34 assertEquals(undefined << 1, 0); 35 assertEquals(undefined >> 1, 0); 36 assertEquals(undefined >>> 1, 0); 40 assertEquals(1 | undefined, 1); 41 assertEquals(1 & undefined, 0); 42 assertEquals(1 ^ undefined, 1) [all...] |
/external/chromium_org/v8/test/webkit/ |
apply-varargs.js | 24 description('Test that we properly fill in missing args with "undefined" in JIT code.'); 32 // with undefined. 33 if (a1 !== undefined) 35 if (a2 !== undefined) 37 if (a3 !== undefined) 39 if (a4 !== undefined) 41 if (a5 !== undefined) 43 if (a6 !== undefined) 45 if (a7 !== undefined) 47 if (a8 !== undefined) [all...] |
regexp-alternatives.js | 29 shouldBe('s1.match(/<((\\/([^>]+)>)|(([^>]+)>))/)', '["<p>","p>",undefined,undefined,"p>","p"]'); 30 shouldBe('s1.match(/<((ABC>)|(\\/([^>]+)>)|(([^>]+)>))/)', '["<p>","p>",undefined,undefined,undefined,"p>","p"]'); 34 shouldBe('s1.match(/<((\\/([^>]+)>)|((([^>])+)>))/)', '["<p>","p>",undefined,undefined,"p>","p","p"]'); 35 shouldBe('s1.match(/<((ABC>)|(\\/([^>]+)>)|((([^>])+)>))/)', '["<p>","p>",undefined,undefined,undefined,"p>","p","p"]') [all...] |
/external/chromium_org/tools/clang/plugins/ |
Makefile | 18 LDFLAGS=-Wl,-undefined,dynamic_lookup
|
/external/clang/examples/analyzer-plugin/ |
Makefile | 19 LDFLAGS=-Wl,-undefined,dynamic_lookup
|
/external/chromium_org/tools/gyp/test/ios/deployment-target/ |
check-version-min.c | 9 * left undefined. 13 * left undefined. 21 # error __MAC_OS_X_VERSION_MIN_REQUIRED should be undefined 29 # error __IPHONE_OS_VERSION_MIN_REQUIRED should be undefined
|
/external/chromium_org/tools/gyp/test/mac/deployment-target/ |
check-version-min.c | 9 * left undefined. 13 * left undefined. 21 # error __MAC_OS_X_VERSION_MIN_REQUIRED should be undefined 29 # error __IPHONE_OS_VERSION_MIN_REQUIRED should be undefined
|
/external/e2fsprogs/lib/uuid/ |
uuid_types.h | 34 ?==error: undefined 16 bit type 47 ?== error: undefined 32 bit type
|