HomeSort by relevance Sort by last modified time
    Searched refs:undefined (Results 476 - 500 of 1166) sorted by null

<<11121314151617181920>>

  /external/lldb/include/lldb/Symbol/
UnwindPlan.h 53 undefined, // reg is not available, e.g. volatile reg enumerator in enum:lldb_private::UnwindPlan::Row::RegisterLocation::RestoreType
86 m_type = undefined;
  /external/chromium_org/chrome/browser/resources/cryptotoken/
webrequest.js 121 makeU2fErrorResponse(request, ErrorCodes.BAD_REQUEST, undefined,
292 * 1. Converts semantically empty values (undefined, null, 0) to the empty
296 * @param {Object|string|undefined} opt_tlsChannelId TLS Channel id
331 * @param {Object|string|undefined} opt_tlsChannelId TLS Channel Id
349 * @param {Object|string|undefined} opt_tlsChannelId TLS Channel Id
363 * @param {Object|string|undefined} opt_tlsChannelId TLS Channel Id
426 if (opt_logMsgUrl !== undefined) {
  /external/chromium_org/chrome/renderer/resources/extensions/automation/
automation_node.js 70 return undefined;
77 return undefined;
197 if (this.rootImpl.processID === undefined ||
198 this.rootImpl.routingID === undefined ||
199 this.id === undefined) {
296 if (id == undefined)
297 return undefined;
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-example-membrane.js 38 if (desc !== undefined) desc.configurable = true;
44 if (desc !== undefined) desc.configurable = true;
69 return undefined; // will cause a TypeError to be thrown
96 objectMap.set(x, ++objectCounter + (s == undefined ? "" : ":" + s));
228 assertEquals(undefined, w.c);
274 assertEquals(undefined, w.c);
462 assertEquals(undefined, w.c)
  /external/chromium_org/v8/test/webkit/resources/
json2-es5-compat.js 38 or undefined if nothing should be serialized. The toJSON method
61 serialized. If your method returns undefined, then the member will
69 Values that do not have JSON representations, such as undefined or
73 JSON.stringify(undefined) returns undefined.
107 If it returns undefined then the member is deleted.
420 if (v !== undefined) {
  /external/chromium_org/v8/test/mjsunit/
object-freeze.js 34 var non_objects = new Array(undefined, null, 1, -1, 0, 42.43);
79 assertEquals(obj.foo, undefined);
106 assertEquals(undefined, desc.value);
118 assertEquals(undefined, desc.value);
123 assertEquals(obj2.foo, undefined);
stack-traces.js 107 throw new CustomError("hep-hey", undefined);
335 // Check that the formatted stack trace can be set to undefined.
337 error.stack = undefined;
338 assertEquals(undefined, error.stack);
353 assertEquals(undefined, fake_error.stack);
mirror-object.js 132 assertTrue(typeof(fromJSON.properties[i].propertyType) === 'undefined', 'Unexpected serialized property type');
139 assertTrue(typeof(fromJSON.properties[i].attributes) === 'undefined', 'Unexpected serialized attributes');
149 properties[i].value().type() == "undefined") {
150 // Null and undefined has no value property.
219 assertEquals('undefined', mirror.property('a').setter().type());
225 assertEquals('undefined', mirror.property('b').getter().type());
  /external/chromium_org/ui/keyboard/resources/elements/
kb-keyboard.js 58 * @type {number|undefined}
60 timer: undefined,
64 * @type {number|undefined}
66 interval: undefined,
70 * @type {BaseKey|undefined}
72 key: undefined,
80 this.timer = undefined;
81 this.interval = undefined;
82 this.key = undefined;
127 currentEvent: undefined,
    [all...]
  /external/chromium_org/extensions/renderer/resources/
json_schema.js 32 // - function and undefined types are supported
53 return typeof(value) === 'undefined' || value === null;
57 if (enumValue.name === undefined)
135 } else if (typeof(ArrayBuffer) != "undefined" &&
205 if (schema.optional && (type == "null" || type == "undefined"))
355 if (schema.properties[prop] == undefined) {
410 if (typeof schema.maxItems != "undefined" &&
474 if (schema.minimum !== undefined && instance < schema.minimum)
477 if (schema.maximum !== undefined && instance > schema.maximum)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DebuggerModel.js 199 this._agent.setOverlayMessage(undefined, callback.bind(this));
211 this._agent.setOverlayMessage(undefined, callback.bind(this));
223 this._agent.setOverlayMessage(undefined, callback.bind(this));
235 this._agent.setOverlayMessage(undefined, callback.bind(this));
278 this._agent.setBreakpointByUrl(lineNumber, url, undefined, columnNumber, condition, undefined, didSetBreakpoint);
446 * @param {!Object|undefined} auxData
615 callback(this.target().runtimeModel.createRemoteObject(result), !!wasThrown, undefined, exceptionDetails);
    [all...]
ConsoleModel.js 198 /** @type {string|undefined} */
199 this.url = url || undefined;
205 /** @type {!Array.<!ConsoleAgent.CallFrame>|undefined} */
218 this.stackTrace = initiator.stackTrace || undefined;
303 this.request ? this.request.requestId : undefined,
362 * @param {!Array.<!ConsoleAgent.CallFrame>|undefined} stackTrace1
363 * @param {!Array.<!ConsoleAgent.CallFrame>|undefined} stackTrace2
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptSource.js 211 "undefined": true,
225 // FIXME(33716): typeof document.all is always 'undefined'.
383 if (typeof result === "undefined") {
384 inspectedWindow.console.error("Web Inspector error: InjectedScript.%s returns undefined", methodName);
678 return undefined;
856 * @return {string|undefined} undefined if success or an error message
878 return undefined;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
ConsoleView.js 264 undefined, undefined, undefined, undefined, undefined, undefined, undefined, message.timestamp);
808 message = new WebInspector.ConsoleMessage(target, WebInspector.ConsoleMessage.MessageSource.JS, level, "", WebInspector.ConsoleMessage.MessageType.Result, url, lineNumber, columnNumber, undefined, [result]);
810 message = new WebInspector.ConsoleMessage(target, WebInspector.ConsoleMessage.MessageSource.JS, level, exceptionDetails.text, WebInspector.ConsoleMessage.MessageType.Result, exceptionDetails.url, exceptionDetails.line, exceptionDetails.column, undefined, [WebInspector.UIString("Uncaught" (…)
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 177 if ( i == undefined ) {
241 indexToOp[i] = undefined; // remove so any left have index size-1
387 if ( m[op.index] != undefined ) {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
braille_util.js 287 * @param {{name:(undefined|string),
288 * role:(undefined|string),
289 * roleMsg:(undefined|string),
290 * state:(undefined|string),
291 * container:(undefined|string),
292 * value:(undefined|cvox.Spannable)}|Object=} opt_override Override a
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DOMPresentationUtils.js 106 link.addEventListener("click", WebInspector.Revealer.reveal.bind(WebInspector.Revealer, node, undefined), false);
107 link.addEventListener("mouseover", node.highlight.bind(node, undefined, undefined), false);
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
handlebars-1.0.0.beta.6.js 23 return undefined;
204 if (typeof this.lexer.yylloc == "undefined")
233 if (typeof action === "undefined" || !action.length || !action[0]) {
276 if (typeof r !== "undefined") {
396 if (typeof r !== 'undefined') {
486 if (typeof require !== 'undefined' && typeof exports !== 'undefined') {
492 if (typeof process !== 'undefined') {
500 if (typeof module !== 'undefined' && require.main === module) {
501 exports.main(typeof process !== 'undefined' ? process.argv.slice(1) : require("system").args)
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js 64 * @type {Object.<string, (string|number|boolean)>|undefined}
85 * @type {Object.<string, (string|number|boolean)>|undefined}
91 * Returns true if the specified value is not undefined.
99 // void 0 always evaluates to undefined and hence we do not need to depend on
100 // the definition of the global variable named 'undefined'.
233 * objects/namespaces. Provided objects must not be null or undefined.
332 * is not found if null or undefined. If you are using a compilation pass that
485 * @type {string|undefined}
492 * @type {boolean|undefined}
505 * @type {(function(string): boolean)|undefined}
    [all...]
  /build/core/combo/
HOST_darwin-x86.mk 60 $(combo_2nd_arch_prefix)HOST_NO_UNDEFINED_LDFLAGS := -Wl,-undefined,error
  /build/core/
dex_preopt_odex_install.mk 11 ifndef LOCAL_DEX_PREOPT # LOCAL_DEX_PREOPT undefined
24 endif # LOCAL_DEX_PREOPT undefined
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_cpu_dep.h 158 #error SH compiler endianness undefined
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
host.js 77 if (prefs['granularity'] != 'undefined') {
109 cvox.SearchLoader.init : undefined;
  /external/chromium_org/chrome/browser/resources/google_now/
common_test_util.js 134 return this.then(undefined, onRejected);
196 if (opt_AllowRejection === undefined) {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/
devtools.js 62 var aLine = a.Line !== undefined ? a.Line : -1;
63 var bLine = b.Line !== undefined ? b.Line : -1;

Completed in 887 milliseconds

<<11121314151617181920>>