/external/clang/examples/PrintFunctionNames/ |
Makefile | 27 LDFLAGS=-Wl,-undefined,dynamic_lookup
|
/external/e2fsprogs/lib/blkid/ |
blkid_types.h | 40 ?==error: undefined 16 bit type 54 ?==error: undefined 16 bit type 72 ?== error: undefined 32 bit type 90 ?== error: undefined 32 bit type
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_types.h | 40 ?==error: undefined 16 bit type 54 ?==error: undefined 16 bit type 72 ?== error: undefined 32 bit type 90 ?== error: undefined 32 bit type
|
/external/webkit/LayoutTests/fast/dom/Selection/script-tests/ |
collapseToX-empty-selection.js | 12 shouldBe("sel.collapseToStart()", "undefined"); 13 shouldBe("sel.collapseToEnd()", "undefined");
|
/external/webkit/LayoutTests/storage/domstorage/script-tests/ |
complex-values.js | 32 shouldBeEqualToString("typeof storage['foo']", "undefined"); 34 shouldBeEqualToString("typeof storage.foo", "undefined"); 48 evalAndLog("storage.foo4 = undefined"); 49 testKeyValue("foo4", "undefined"); 50 evalAndLog("storage['foo5'] = undefined"); 51 testKeyValue("foo5", "undefined"); 52 evalAndLog("storage.setItem('foo6', undefined)"); 53 testKeyValue("foo6", "undefined");
|
complex-keys.js | 58 debug("Testing an undefined key"); 59 evalAndLog("storage[undefined] = 'xyz'"); 60 shouldBeEqualToString("storage.getItem('undefined')", "xyz"); 61 shouldBeEqualToString("storage.getItem(undefined)", "xyz"); 62 shouldBeEqualToString("storage['undefined']", "xyz"); 63 shouldBeEqualToString("storage[undefined]", "xyz"); 66 evalAndLog("storage['undefined'] = 4"); 67 shouldBeEqualToString("storage.getItem(undefined)", "4"); 68 evalAndLog("storage.setItem(undefined, 5)"); 69 shouldBeEqualToString("storage.getItem(undefined)", "5") [all...] |
clear.js | 24 shouldBe("storage['FOO']", "undefined"); // FIXME: Wait...shouldn't this be null? 25 shouldBe("storage['BAR']", "undefined"); // ditto
|
/external/v8/test/mjsunit/ |
array-length.js | 31 assertEquals('undefined', typeof a[0]); 32 assertEquals('undefined', typeof a[1]); 33 assertEquals('undefined', typeof a[2]); 34 assertEquals('undefined', typeof a[3]); 42 assertEquals('undefined', typeof a[2]); 43 assertEquals('undefined', typeof a[3]); 55 assertEquals('undefined', typeof a[0]); 56 assertEquals('undefined', typeof a[1000]); 57 assertEquals('undefined', typeof a[1000000]); 58 assertEquals('undefined', typeof a[2000000]) [all...] |
const-redecl.js | 132 TestConflict("const x = undefined", "var x"); 133 TestConflict("const x", "var x = undefined"); 134 TestConflict("const x = undefined", "var x = undefined"); 136 TestConflict("var x = undefined", "const x"); 137 TestConflict("var x", "const x = undefined"); 138 TestConflict("var x = undefined", "const x = undefined"); 140 TestConflict("const x = undefined", "var x = 0"); 141 TestConflict("const x = 0", "var x = undefined"); 233 var undefined = 1; \/\/ Should be silently ignored. variable [all...] |
array-concat.js | 45 assertEquals("undefined", typeof(c[pos - 1])); 64 assertEquals("undefined", typeof(c[pos - 1])); 70 array_proto["123"] = undefined; 71 assertEquals("undefined", typeof(a[123])); 90 assertEquals("undefined", typeof(c.ben)); 93 array_proto.moe = undefined; 94 assertEquals("undefined", typeof(c.moe)); 99 assertEquals("undefined", typeof(a[0xffffffff])); 101 assertEquals("undefined", typeof(c[-1])); 102 assertEquals("undefined", typeof(c[0xffffffff])) [all...] |
/external/v8/test/mjsunit/regress/ |
regress-503.js | 28 assertTrue(undefined == undefined, 1); 29 assertFalse(undefined <= undefined, 2); 30 assertFalse(undefined >= undefined, 3); 31 assertFalse(undefined < undefined, 4); 32 assertFalse(undefined > undefined, 5) [all...] |
regress-1436.js | 29 // undefined as the receiver (which for non-strict functions is 47 [2, 3].every(non_strict, undefined); 50 [2, 3].every(strict, undefined); 54 [2, 3].filter(non_strict, undefined); 57 [2, 3].filter(strict, undefined); 61 [2, 3].forEach(non_strict, undefined); 64 [2, 3].forEach(strict, undefined); 68 [2, 3].map(non_strict, undefined); 71 [2, 3].map(strict, undefined); 75 [2, 3].some(non_strict, undefined); [all...] |
/external/webkit/Source/JavaScriptCore/API/tests/ |
testapi.js | 80 shouldBe("MyObject.cantFind", undefined); 90 shouldBe("MyObject.cantSet", undefined); 143 shouldBe('Object.getOwnPropertyDescriptor(MyObject, "doesNotExist")', undefined); 148 shouldBe("MyObject.regularType", undefined); 150 shouldBe("MyObject()", undefined); 211 shouldBe('Object.getOwnPropertyDescriptor(derived, "baseProto")', undefined); 212 shouldBe('Object.getOwnPropertyDescriptor(derived, "baseProtoDup")', undefined); 223 shouldBe('Object.getOwnPropertyDescriptor(derived, "protoOnly")', undefined); 235 shouldBe("undefined instanceof MyObject", false); 237 EvilExceptionObject.__proto__ = undefined; [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
omxtypes.h | 83 #error OMX_U8 undefined 93 #error OMX_S8 undefined 103 #error OMX_U16 undefined 113 #error OMX_S16 undefined 123 #error OMX_U32 undefined 133 #error OMX_S32 undefined
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
omxtypes.h | 83 #error OMX_U8 undefined 93 #error OMX_S8 undefined 103 #error OMX_U16 undefined 113 #error OMX_S16 undefined 123 #error OMX_U32 undefined 133 #error OMX_S32 undefined
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/ |
omxtypes.h | 83 #error OMX_U8 undefined 93 #error OMX_S8 undefined 103 #error OMX_U16 undefined 113 #error OMX_S16 undefined 123 #error OMX_U32 undefined 133 #error OMX_S32 undefined
|
/external/llvm/test/MC/AsmParser/ |
ifb.s | 23 .ifb undefined 55 .ifnb undefined
|
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/ |
optional-event-properties.js | 1 description('Tests the optional properties of DeviceOrientationEvent. Each property should be null if not set, or set to null or undefined.'); 25 evalAndLog("event.initDeviceOrientationEvent('', false, false, undefined, undefined, undefined)");
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
regress-202564.js | 42 * to hold |undefined| instead of the empty strings one gets in Perl and IE6. 43 * This is because per ECMA, regexp backreferences must hold |undefined| 67 expectedmatch = Array(string, undefined, "Seattle", "WA", undefined, "Buckley", "WA");
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Expressions/ |
shell.js | 67 * b) Represent |undefined| and |null| by empty strings 69 * d) Do not add delimiter at the end UNLESS the last element is |undefined| 89 case (elt === undefined || elt === null) : 96 if ((i < len-1) || (elt === undefined))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xalloca.h | 136 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK undefined! 137 # define DEALLOCATE_LOCAL(_ptr) DEALLOCATE_LOCAL_FALLBACK undefined!
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xalloca.h | 136 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK undefined! 137 # define DEALLOCATE_LOCAL(_ptr) DEALLOCATE_LOCAL_FALLBACK undefined!
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xalloca.h | 136 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK undefined! 137 # define DEALLOCATE_LOCAL(_ptr) DEALLOCATE_LOCAL_FALLBACK undefined!
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/ |
regress-220584.js | 64 actual = (s.__parent__ == undefined) || (s.__parent__ == null); 69 actual = (s.__proto__ == undefined) || (s.__proto__ == null); 88 actual = (s.__parent__ == undefined) || (s.__parent__ == null); 93 actual = (s.__proto__ == undefined) || (s.__proto__ == null);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/ |
arguments-001.js | 56 expect = undefined; 72 expect = undefined; 109 * of it after the delete to evaluate to undefined. 117 expect = undefined; // not 42...
|