HomeSort by relevance Sort by last modified time
    Searched full:undefined (Results 876 - 900 of 7209) sorted by null

<<31323334353637383940>>

  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
Android.mk 17 LOCAL_SDL_LDLIBS += -Wl,-undefined,dynamic_lookup
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
Android.mk 25 LOCAL_LDLIBS += -Wl,-undefined,dynamic_lookup
  /external/chromium_org/chrome/browser/resources/options/
preferences.js 35 if (metric != undefined) argumentList.push(metric);
53 if (metric != undefined) argumentList.push(metric);
71 if (metric != undefined) argumentList.push(metric);
89 if (metric != undefined) argumentList.push(metric);
108 if (metric != undefined) argumentList.push(metric);
126 if (metric != undefined) argumentList.push(metric);
144 if (metric != undefined) argumentList.push(metric);
  /external/chromium_org/third_party/icu/source/common/unicode/
usetiter.h 86 * <tt>codepointEnd</tt> is undefined.
94 * value of <tt>string</tt> is undefined.
142 * false. Otherwise returns an undefined result.
150 * called. Otherwise returns an undefined result.
185 * are undefined.
203 * is undefined unless <tt>isString() == TRUE</tt>. Do not mix calls to
206 * undefined.
  /external/icu4c/common/unicode/
usetiter.h 86 * <tt>codepointEnd</tt> is undefined.
94 * value of <tt>string</tt> is undefined.
142 * false. Otherwise returns an undefined result.
150 * called. Otherwise returns an undefined result.
185 * are undefined.
203 * is undefined unless <tt>isString() == TRUE</tt>. Do not mix calls to
206 * undefined.
  /external/v8/test/mjsunit/
mirror-object.js 109 if (typeof name == 'undefined') name = fromJSON.properties[i].index;
123 assertTrue(typeof(fromJSON.properties[i].propertyType) === 'undefined', 'Unexpected serialized property type');
130 assertTrue(typeof(fromJSON.properties[i].attributes) === 'undefined', 'Unexpected serialized attributes');
140 properties[i].value().type() == "undefined") {
141 // Null and undefined has no value property.
205 assertEquals('undefined', mirror.property('a').setter().type());
211 assertEquals('undefined', mirror.property('b').getter().type());
switch.js 78 assertEquals("default", f2(undefined), "0-1-switch.undef");
360 } else if (feedback !== undefined) {
399 expected: clause_type !== 'smi' ? 'ok-' + v : undefined
406 expected: clause_type !== 'smi' ? 'ok-' + v : undefined
411 { value: null, expected: undefined },
412 { value: NaN, expected: undefined },
413 { value: undefined, expected: undefined }
419 expected: clause_type !== 'string' ? 'ok-' + v : undefined
426 expected: clause_type !== 'string' ? 'ok-' + v : undefined
    [all...]
delete.js 30 function has(o, k) { return typeof o[k] !== 'undefined'; }
45 assertTrue(typeof x === 'undefined', "x is gone");
50 assertFalse(typeof y === 'undefined');
172 assertTrue(typeof load_a(x) === 'undefined', "x.a is gone");
173 assertTrue(typeof load_a(x) === 'undefined', "x.a is gone");
  /external/chromium_org/chrome/browser/resources/quota_internals/
event_handler.js 50 * Returns 'N/A' (Not Available) text if |value| is undefined.
56 return value === undefined ? 'N/A' : '';
60 * Returns |value| itself if |value| is not undefined,
93 * If |value| is undefined, this function returns 'N/A'.
117 * Return formatted date |value| if |value| is not undefined.
118 * If |value| is undefined, this function returns 'N/A'.
163 * @type {number|undefined}
165 var availableSpace = undefined;
172 var treeViewObject = undefined;
448 if (entry === undefined)
    [all...]
  /external/chromium_org/native_client_sdk/src/resources/
common.js 63 return navigator.mimeTypes[mimetype] !== undefined;
104 if (typeof window.addTests !== 'undefined') {
191 if (typeof window.attachListeners !== 'undefined') {
219 if (typeof window.handleCrash !== 'undefined') {
233 if (typeof window.moduleDidLoad !== 'undefined') {
323 if (typeof window.handleMessage !== 'undefined') {
356 width = typeof width !== 'undefined' ? width : 200;
357 height = typeof height !== 'undefined' ? height : 200;
376 * @param {string} opt_message The message to set. If null or undefined, then
416 } else if (typeof window.domContentLoaded !== 'undefined') {
    [all...]
  /external/chromium_org/ppapi/cpp/
url_request_info.h 201 /// might be set to undefined as <code>PP_VARTYPE_UNDEFINED</code>). Set it
203 /// be omitted), or to undefined to use the default referrer. Only loaders
251 /// might be set to undefined as <code>PP_VARTYPE_UNDEFINED</code>). Set it
253 /// that header will be omitted), or to undefined to use the default (if
261 /// <code>content_transfer_encoding</code> to an undefined <code>Var</code>.
280 /// also be set. Behavior is undefined if the former is <= the latter.
302 /// be set. Behavior is undefined if the former is >= the latter.
314 /// string of type <code>PP_VARTYPE_STRING</code> or might be set to undefined
316 /// user-agent header (if empty, that header will be omitted), or to undefined
323 /// use the default user agent, set <code>user_agent</code> to an undefined
    [all...]
  /external/chromium_org/ui/keyboard/resources/elements/
kb-key-codes.html 34 // undefined, it will defer to state of the keyboard.
44 shiftModifier: undefined},
45 'Arrow-Up': {keyCode: 0x26, keyName: 'ArrowUp', shiftModifier: undefined},
47 shiftModifier: undefined},
49 shiftModifier: undefined},
192 * @return {?KeyboardEvent} A KeyboardEvent object, or undefined on
202 // the cached value of the shiftModifier is undefined, we defer to
205 if (keyCode == undefined || keyName == undefined) {
210 shiftModifier = (state.shiftModifier == undefined)
    [all...]
kb-shift-key.html 33 var enterChordingEvent = undefined;
40 var shiftLongPressTimer = undefined;
115 console.error("Undefined shift key state: " + state);
126 detail.nextKeyset = undefined;
141 detail.nextKeyset = undefined;
  /external/chromium_org/v8/test/mjsunit/
switch.js 78 assertEquals("default", f2(undefined), "0-1-switch.undef");
360 } else if (feedback !== undefined) {
399 expected: clause_type !== 'smi' ? 'ok-' + v : undefined
406 expected: clause_type !== 'smi' ? 'ok-' + v : undefined
411 { value: null, expected: undefined },
412 { value: NaN, expected: undefined },
413 { value: undefined, expected: undefined }
419 expected: clause_type !== 'string' ? 'ok-' + v : undefined
426 expected: clause_type !== 'string' ? 'ok-' + v : undefined
    [all...]
delete.js 30 function has(o, k) { return typeof o[k] !== 'undefined'; }
45 assertTrue(typeof x === 'undefined', "x is gone");
50 assertFalse(typeof y === 'undefined');
172 assertTrue(typeof load_a(x) === 'undefined', "x.a is gone");
173 assertTrue(typeof load_a(x) === 'undefined', "x.a is gone");
  /external/bison/src/
muscle-tab.h 134 if the %define variable VARIABLE is undefined, complain fatally since that's
142 is, if the %define variable VARIABLE is undefined, complain fatally since
157 it is defined to "false", return false. Complain if it is undefined (a
164 the %define variable VARIABLE is undefined, set its value to VALUE.
175 Complain if such a variable is undefined (a Bison error since the default
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 108 * nextPollSeconds: (string|undefined),
109 * rank: (number|undefined),
110 * requested: (boolean|undefined)
119 * googleNowDisabled: (boolean|undefined),
128 * defined if |cards| is non-empty. |nextPollTime| is undefined if the server
135 * cardsTimestamp: (number|undefined),
136 * nextPollTime: (number|undefined),
137 * rank: (number|undefined)
397 if (group.nextPollTime !== undefined) {
511 cardsTimestamp: undefined,
    [all...]
  /external/chromium_org/gin/test/
expect.js 31 // A strict comparison is necessary because `null == undefined`.
158 "result": typeof actual !== "undefined",
167 // Recall: undefined is just a global variable. :)
169 "result": typeof actual === "undefined",
172 "Description": "Expected an undefined value",
  /external/valgrind/main/memcheck/tests/
origin1-yes.c 5 // undefined. It only involves undefined condition errors.
9 // of undefined values originating there. So we ignore it. (On platforms
30 // Sources of undefined values
112 // User block, marked as undefined
  /frameworks/av/libvideoeditor/vss/inc/
M4PTO3GPP_API.h 196 * The output video format parameter is undefined
198 * The output video bit-rate parameter is undefined
200 * The output video frame size parameter is undefined
202 * The output file size parameter is undefined
204 * The output audio padding parameter is undefined
  /external/llvm/test/MC/Disassembler/ARM/
invalid-thumbv7.txt 8 # Undefined encoding for b.cc
30 # if cond = '1110' then UNDEFINED
37 # Undefined encoding space for hint instructions
46 # Undefined encoding for it
50 # CHECK: potentially undefined instruction encoding
60 # CHECK: potentially undefined instruction encoding
62 # CHECK: potentially undefined instruction encoding
66 # Undefined encoding for ldm
71 # CHECK: potentially undefined instruction encoding
76 # Undefined encoding for ldr
    [all...]
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
JavaBridgeCoercionTest.java 497 assertEquals("undefined", mTestObject.waitForStringValue());
554 assertEquals("undefined", mTestObject.waitForStringValue());
627 // Test passing JavaScript undefined to a method of an injected object.
631 executeJavaScript("testObject.setObjectValue(undefined);");
634 executeJavaScript("testObject.setCustomTypeValue(undefined);");
638 executeJavaScript("testObject.setStringValue(undefined);");
639 assertEquals("undefined", mTestObject.waitForStringValue());
641 executeJavaScript("testObject.setByteValue(undefined);");
644 executeJavaScript("testObject.setCharValue(undefined);");
647 executeJavaScript("testObject.setShortValue(undefined);");
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
v8-raytrace.html 19 if (typeof document == 'undefined') {
70 if (object === undefined) return 'undefined';
201 count = count === undefined ? 1 : count;
216 truncation = truncation === undefined ? '...' : truncation;
267 var value = pair[1] ? decodeURIComponent(pair[1]) : undefined;
269 if (hash[name] !== undefined) {
444 fillWith = fillWith === undefined ? null : fillWith;
469 if (result == undefined || value >= result)
479 if (result == undefined || value < result
    [all...]
  /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeCoercionTest.java 484 assertEquals("undefined", mTestObject.waitForStringValue());
539 assertEquals("undefined", mTestObject.waitForStringValue());
610 // Test passing JavaScript undefined to a method of an injected object.
612 executeJavaScript("testObject.setObjectValue(undefined);");
615 executeJavaScript("testObject.setCustomTypeValue(undefined);");
619 executeJavaScript("testObject.setStringValue(undefined);");
620 assertEquals("undefined", mTestObject.waitForStringValue());
622 executeJavaScript("testObject.setByteValue(undefined);");
625 executeJavaScript("testObject.setCharValue(undefined);");
628 executeJavaScript("testObject.setShortValue(undefined);");
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
qunit.js 14 setTimeout: typeof window.setTimeout !== "undefined",
480 if ( typeof exports === "undefined" || typeof require === "undefined" ) {
574 if (typeof obj === "undefined") {
575 return "undefined";
604 return undefined;
669 if ( typeof document === "undefined" || document.readyState === "complete" ) {
689 banner.innerHTML = '<a href="' + QUnit.url({ filter: undefined }) + '"> ' + banner.innerHTML + '</a> ' +
694 params[ event.target.name ] = event.target.checked ? true : undefined;
781 if ( typeof document !== "undefined" && document.title )
    [all...]

Completed in 660 milliseconds

<<31323334353637383940>>