Home
last modified time | relevance | path

Searched refs:UNDEFINED (Results 1 – 25 of 52) sorted by relevance

123

/external/compiler-rt/make/
Dlib_platforms.mk28 $$(call Set,$$(var),UNDEFINED))
31 $$(call Set,$$(var).$$(config),UNDEFINED)))
34 $$(call Set,$$(var).$$(arch),UNDEFINED)))
42 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
46 $$(if $$(and $$(call strneq,UNDEFINED,$$(UniversalArchs)),\
47 $$(call strneq,UNDEFINED,$$(Arch))),\
49 $$(if $$(or $$(call strneq,UNDEFINED,$$(UniversalArchs)),\
50 $$(call strneq,UNDEFINED,$$(Arch))),,\
55 $$(if $$(call strneq,UNDEFINED,$$($$(var))),\
59 $$(if $$(call strneq,UNDEFINED,$$($$(var).$$(config))),\
[all …]
Dsubdir.mk41 $$(call Set,$$(var),UNDEFINED))
48 $$(if $$(call strneq,UNDEFINED,$$($$(var))), \
56 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
59 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
/external/chromium_org/v8/src/
Dv8natives.js97 %SetProperty(prototype, fields[i], UNDEFINED, DONT_ENUM | DONT_DELETE);
207 %SetProperty(global, "undefined", UNDEFINED, attributes);
477 if (!desc.hasValue()) desc.setValue(UNDEFINED);
481 if (!desc.hasGetter()) desc.setGet(UNDEFINED);
482 if (!desc.hasSetter()) desc.setSet(UNDEFINED);
493 this.value_ = UNDEFINED;
501 this.get_ = UNDEFINED;
503 this.set_ = UNDEFINED;
595 return UNDEFINED;
649 if (IS_SYMBOL(v)) return UNDEFINED;
[all …]
Dliveedit-debugger.js189 old_script = UNDEFINED;
269 %LiveEditFunctionSetScript(info.shared_function_info, UNDEFINED);
545 this.parent = UNDEFINED;
550 this.status_explanation = UNDEFINED;
551 this.new_start_pos = UNDEFINED;
552 this.new_end_pos = UNDEFINED;
553 this.corresponding_node = UNDEFINED;
554 this.unmatched_new_nodes = UNDEFINED;
562 this.textual_corresponding_node = UNDEFINED;
563 this.textually_unmatched_new_nodes = UNDEFINED;
[all …]
Dpromise.js81 return PromiseSet(promise, 0, UNDEFINED, new InternalArray, new InternalArray)
149 case UNDEFINED:
166 return this.chain(UNDEFINED, onReject);
263 }.bind(UNDEFINED, i), // TODO(rossberg): use let loop once available
Dmessages.js809 ? UNDEFINED : GET_PRIVATE(this, CallSiteReceiverKey);
840 ? UNDEFINED : GET_PRIVATE(this, CallSiteFunctionKey);
1108 var stack_trace = UNDEFINED;
1176 stack = error_string = UNDEFINED;
1187 stack = error_string = UNDEFINED;
1229 %IgnoreAttributesAndSetProperty(this, 'stack', UNDEFINED, DONT_ENUM);
1268 if (IS_NULL(current)) return UNDEFINED;
1277 return isName ? "ReferenceError" : UNDEFINED;
1279 return isName ? "SyntaxError" : UNDEFINED;
1281 return isName ? "TypeError" : UNDEFINED;
Dobject-observe.js75 if (!IS_SPEC_OBJECT(key)) return UNDEFINED;
80 if (!IS_SPEC_OBJECT(key)) return UNDEFINED;
517 changeRecord = %_CallFunction(UNDEFINED, changeFn);
553 %_CallFunction(UNDEFINED, delivered, callback);
Djson.js184 return UNDEFINED;
239 return JSONSerialize(key, holder, UNDEFINED, new InternalArray(), "", "");
Dcode-stubs.cc396 state_.Add(UNDEFINED); in UpdateStatus()
449 if (Contains(UNDEFINED)) printer.Add("Undefined"); in Print()
465 if (state_.Contains(CompareNilICStub::UNDEFINED)) { in GetType()
605 if (Contains(UNDEFINED)) printer.Add("Undefined"); in Print()
619 Add(UNDEFINED); in UpdateStatus()
Darray-iterator.js77 return CreateIteratorResultObject(UNDEFINED, true);
Dproxy.js59 return %Apply(construct, UNDEFINED, arguments, 0, %_ArgumentsLength());
Darray.js1059 obj[i] = UNDEFINED;
1067 obj[index] = UNDEFINED;
1104 obj[last_defined] = UNDEFINED;
1116 obj[i] = UNDEFINED;
1121 obj[i] = UNDEFINED;
Dmirror-debugger.js120 return MakeMirror(UNDEFINED);
485 %_CallFunction(this, UNDEFINED_TYPE, UNDEFINED, ValueMirror);
960 return new ScopeMirror(UNDEFINED, this, index);
1673 return new ScopeMirror(this, UNDEFINED, index);
Dd8.js43 return UNDEFINED;
336 this.request_ = UNDEFINED;
495 this.request_ = UNDEFINED;
503 this.request_ = UNDEFINED;
/external/chromium_org/chrome/renderer/extensions/
Duser_script_scheduler.cc48 current_location_(UserScript::UNDEFINED), in UserScriptScheduler()
51 for (int i = UserScript::UNDEFINED; i < UserScript::RUN_LOCATION_LAST; ++i) { in UserScriptScheduler()
100 current_location_ = UserScript::UNDEFINED; in DidStartProvisionalLoad()
118 if (current_location_ == UserScript::UNDEFINED) in MaybeRun()
/external/llvm/test/MC/Disassembler/ARM/
Dinvalid-armv7.txt365 # imm6=0b0xxxxx -> UNDEFINED
380 # A8.8.316: if Q == '0' && imm4<3> == '1' then UNDEFINED;
399 # VMOV cmode=0b1111 op=1 is UNDEFINED
404 # VMOV cmode=0b1111 op=1 is UNDEFINED
420 # Qm -> bit[0] == 0, otherwise UNDEFINED
435 # size == '11' ==> UNDEFINED
440 # type == '1000' and align == '11' ==> UNDEFINED
Dunpredictable-LDRD-arm.txt9 # if Rt{0} = 1 then UNDEFINED;
Dldrd-armv4.txt10 # if Rt{0} = 1 then UNDEFINED;
Dinvalid-thumbv7.txt30 # if cond = '1110' then UNDEFINED
249 # if Rn == '1111' then UNDEFINED
296 # size = '00' and index_align == '0001' so UNDEFINED
319 # size == '11' and a == '0' so UNDEFINED
379 # size == '10' and index_align == '0001' so UNDEFINED
/external/clang/test/Frontend/
Dverify.c69 # ifdef UNDEFINED // expected-note {{line_69_ignored}}
/external/chromium_org/chrome/browser/extensions/api/
Dexecute_code_function.cc128 UserScript::UNDEFINED; in Execute()
141 CHECK_NE(UserScript::UNDEFINED, run_at); in Execute()
/external/chromium_org/third_party/codesighs/
Dmsmap.h66 UNDEFINED enumerator
/external/v8/src/
Dcode-stubs.cc361 if (Contains(UNDEFINED)) stream->Add("Undefined"); in Print()
388 Add(UNDEFINED); in Record()
/external/chromium_org/extensions/common/
Duser_script.h39 UNDEFINED, enumerator
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
DAwtPanel.java151 BufferCapabilities.FlipContents.UNDEFINED) in drawFrameInThread()

123