/external/compiler-rt/lib/ |
fixsfsi.c | 12 // conversion is undefined for out of range values in the C standard. 41 // may end up being larger than the type width, which incurs undefined 42 // behavior, but the conversion itself is undefined in that case, so
|
/external/junit/src/org/junit/ |
ClassRule.java | 18 * and throwing an exception from the {@link org.junit.rules.TestRule} will result in undefined 23 * have undefined behavior when used as {@link ClassRule}s. 28 * undefined, in general.
|
/external/libvorbis/lib/ |
Makefile.am | 18 libvorbis_la_LDFLAGS = -no-undefined -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@ 22 libvorbisfile_la_LDFLAGS = -no-undefined -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@ 26 libvorbisenc_la_LDFLAGS = -no-undefined -version-info @VE_LIB_CURRENT@:@VE_LIB_REVISION@:@VE_LIB_AGE@
|
/external/v8/test/mjsunit/ |
function-call.js | 74 // type, but since this change will allow call to be invoked with undefined 161 // parameters will have the undefined value. 162 // The test for whether the "this" value is null or undefined is always 164 // undefined value is an invalid argument value, it mustn't change 176 should_throw_on_null_and_undefined[i].call(undefined); 196 should_throw_on_null_and_undefined[i].apply(undefined); 205 // Test that all natives that are non generic throw on null and undefined. 248 // Test that we still throw when calling with thisArg null or undefined 269 undefined); 296 undefined); [all...] |
string-index.js | 50 assertEquals("undefined", typeof(foo[3]), "out of range"); 52 assertEquals("undefined", typeof(foo[-1]), "known failure in SpiderMonkey 1.5"); 53 assertEquals("undefined", typeof(foo[-2]), "negative index"); 60 assertEquals("undefined", typeof(foo[3]), "out of range"); 61 assertEquals("undefined", typeof(foo[-2]), "negative index"); 129 assertEquals("undefined", typeof(S[3])); 161 assertEquals('undefined', typeof(s[-2])); 190 var str = 'abcd', arr = ['a', 'b', 'c', 'd', undefined, undefined]; 223 var str = 'ab', arr = ['a', undefined]; [all...] |
/external/v8/test/mjsunit/regress/ |
regress-155924.js | 44 assertEquals(undefined, foo(), "First lookup A[bad_float]"); 45 assertEquals(undefined, foo(), "Second lookup A[bad_float]"); 46 assertEquals(undefined, foo(), "Third lookup A[bad_float]");
|
regress-176.js | 30 assertArrayEquals(["f", undefined], 33 assertArrayEquals(["f", undefined], 48 assertArrayEquals(["f", undefined],
|
/external/valgrind/main/memcheck/tests/ |
partiallydefinedeq.c | 36 // both words completely undefined. This should give an error. 42 // the conclusion is unaffected by the undefined halves. 48 // result of the comparison to depend on the undefined halves.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
cp1253.py | 177 u'\ufffe' # 0x81 -> UNDEFINED 184 u'\ufffe' # 0x88 -> UNDEFINED 186 u'\ufffe' # 0x8A -> UNDEFINED 188 u'\ufffe' # 0x8C -> UNDEFINED 189 u'\ufffe' # 0x8D -> UNDEFINED 190 u'\ufffe' # 0x8E -> UNDEFINED 191 u'\ufffe' # 0x8F -> UNDEFINED 192 u'\ufffe' # 0x90 -> UNDEFINED 200 u'\ufffe' # 0x98 -> UNDEFINED 202 u'\ufffe' # 0x9A -> UNDEFINED [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
cp1253.py | 177 u'\ufffe' # 0x81 -> UNDEFINED 184 u'\ufffe' # 0x88 -> UNDEFINED 186 u'\ufffe' # 0x8A -> UNDEFINED 188 u'\ufffe' # 0x8C -> UNDEFINED 189 u'\ufffe' # 0x8D -> UNDEFINED 190 u'\ufffe' # 0x8E -> UNDEFINED 191 u'\ufffe' # 0x8F -> UNDEFINED 192 u'\ufffe' # 0x90 -> UNDEFINED 200 u'\ufffe' # 0x98 -> UNDEFINED 202 u'\ufffe' # 0x9A -> UNDEFINED [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-raytrace.js | 69 if(typeof(Flog) == 'undefined') var Flog = {}; 70 if(typeof(Flog.RayTracer) == 'undefined') Flog.RayTracer = {}; 187 if(typeof(Flog) == 'undefined') var Flog = {}; 188 if(typeof(Flog.RayTracer) == 'undefined') Flog.RayTracer = {}; 214 if(typeof(Flog) == 'undefined') var Flog = {}; 215 if(typeof(Flog.RayTracer) == 'undefined') Flog.RayTracer = {}; 278 if(typeof(Flog) == 'undefined') var Flog = {}; 279 if(typeof(Flog.RayTracer) == 'undefined') Flog.RayTracer = {}; 296 if(typeof(Flog) == 'undefined') var Flog = {}; 297 if(typeof(Flog.RayTracer) == 'undefined') Flog.RayTracer = {} [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-raytrace.js | 69 if(typeof(Flog) == 'undefined') var Flog = {}; 70 if(typeof(Flog.RayTracer) == 'undefined') Flog.RayTracer = {}; 187 if(typeof(Flog) == 'undefined') var Flog = {}; 188 if(typeof(Flog.RayTracer) == 'undefined') Flog.RayTracer = {}; 214 if(typeof(Flog) == 'undefined') var Flog = {}; 215 if(typeof(Flog.RayTracer) == 'undefined') Flog.RayTracer = {}; 278 if(typeof(Flog) == 'undefined') var Flog = {}; 279 if(typeof(Flog.RayTracer) == 'undefined') Flog.RayTracer = {}; 296 if(typeof(Flog) == 'undefined') var Flog = {}; 297 if(typeof(Flog.RayTracer) == 'undefined') Flog.RayTracer = {} [all...] |
/external/chromium_org/chrome/browser/resources/ntp4/ |
page_list_view.js | 27 * @type {CardSlider|undefined} 29 cardSlider: undefined, 33 * @type {!Element|undefined} 35 sliderFrame: undefined, 39 * @type {!Element|undefined} 41 pageList: undefined, 45 * @type {!NodeList|undefined} 47 tilePages: undefined, 51 * @type {!NodeList|undefined} 53 appsPages: undefined, [all...] |
/external/chromium_org/v8/test/webkit/fast/js/ |
basic-strict-mode-expected.txt | 33 PASS testThis.call(undefined) is undefined 34 PASS testLineContinuation.call(undefined) === undefined is false 35 PASS testEscapeSequence.call(undefined) === undefined is false 39 PASS testThisDotAccess.call(undefined) threw exception TypeError: Cannot read property 'length' of undefined. 40 PASS testThisDotAccess.call(true) is undefined. 41 PASS testThisDotAccess.call(false) is undefined [all...] |
/external/llvm/lib/Analysis/ |
Lint.cpp | 11 // which produce undefined or likely unintended behavior in LLVM IR. 31 // for the same kinds of things and turns instructions with undefined behavior 189 // This isn't undefined behavior, it's just a little unusual, and it's a 206 "Undefined behavior: Caller and callee calling convention differ", 215 "Undefined behavior: Call argument count mismatches callee " 219 "Undefined behavior: Call return type mismatches " 231 "Undefined behavior: Call argument type mismatches " 263 "Undefined behavior: Call with \"tail\" keyword references " 295 "Undefined behavior: memcpy source and destination overlap", &I); 320 "Undefined behavior: va_start called in a non-varargs function" [all...] |
/external/chromium/chrome/browser/resources/gpu_internals/ |
profiling_view.js | 104 this.overlayEl_ = undefined; 109 this.overlayEl_ = undefined; 129 this.overlayEl_ = undefined; 137 this.overlayEl_ = undefined;
|
/external/chromium/chrome/browser/sync/protocol/ |
proto_enum_conversions.h | 19 // The result of passing in an invalid enum value is undefined.
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable_enum_conversions.h | 19 // The result of passing in an invalid enum value is undefined.
|
/external/chromium-trace/trace-viewer/src/base/ |
settings.js | 36 if (rawVal === null || rawVal === undefined) 60 if (value === undefined) 61 throw new Error('Settings.set: value must not be undefined'); 111 return undefined;
|
/external/chromium-trace/trace-viewer/src/ |
tests.html | 37 var suite = undefined; 51 if (suite !== undefined) { 61 if (base.unittest === undefined || 62 base.unittest.showCondensed === undefined) {
|
/external/chromium-trace/trace-viewer/src/tracing/analysis/ |
analysis_view.js | 31 this.currentView_ = undefined; 32 this.currentSelection_ = undefined; 47 this.currentView_ = undefined; 130 defaultViewType = undefined;
|
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/ |
i915_parser_test.js | 45 var i915GemThread = undefined; 46 var i915FlipThread = undefined; 47 var i915GemRingThread = undefined; 48 var i915RegThread = undefined;
|
/external/chromium-trace/trace-viewer/src/tracing/trace_model/ |
slice.js | 23 if (opt_duration !== undefined)
|
/external/chromium-trace/trace-viewer/src/tracing/ |
trace_model_settings.js | 49 if (objectsByKey[objectKey] === undefined) { 85 return this.objectsByKey_[objectKey] !== undefined; 92 if (ephemeralValue !== undefined) 101 if (value !== undefined)
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/helpers/ |
spec-helper.js | 31 if (typeof(global) != 'undefined')
|