/external/compiler-rt/make/ |
D | lib_platforms.mk | 28 $$(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 …]
|
D | subdir.mk | 41 $$(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/ |
D | v8natives.js | 97 %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 …]
|
D | liveedit-debugger.js | 189 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 …]
|
D | promise.js | 81 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
|
D | messages.js | 809 ? 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;
|
D | object-observe.js | 75 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);
|
D | json.js | 184 return UNDEFINED; 239 return JSONSerialize(key, holder, UNDEFINED, new InternalArray(), "", "");
|
D | code-stubs.cc | 396 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()
|
D | array-iterator.js | 77 return CreateIteratorResultObject(UNDEFINED, true);
|
D | proxy.js | 59 return %Apply(construct, UNDEFINED, arguments, 0, %_ArgumentsLength());
|
D | array.js | 1059 obj[i] = UNDEFINED; 1067 obj[index] = UNDEFINED; 1104 obj[last_defined] = UNDEFINED; 1116 obj[i] = UNDEFINED; 1121 obj[i] = UNDEFINED;
|
D | mirror-debugger.js | 120 return MakeMirror(UNDEFINED); 485 %_CallFunction(this, UNDEFINED_TYPE, UNDEFINED, ValueMirror); 960 return new ScopeMirror(UNDEFINED, this, index); 1673 return new ScopeMirror(this, UNDEFINED, index);
|
D | d8.js | 43 return UNDEFINED; 336 this.request_ = UNDEFINED; 495 this.request_ = UNDEFINED; 503 this.request_ = UNDEFINED;
|
/external/chromium_org/chrome/renderer/extensions/ |
D | user_script_scheduler.cc | 48 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/ |
D | invalid-armv7.txt | 365 # 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
|
D | unpredictable-LDRD-arm.txt | 9 # if Rt{0} = 1 then UNDEFINED;
|
D | ldrd-armv4.txt | 10 # if Rt{0} = 1 then UNDEFINED;
|
D | invalid-thumbv7.txt | 30 # 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/ |
D | verify.c | 69 # ifdef UNDEFINED // expected-note {{line_69_ignored}}
|
/external/chromium_org/chrome/browser/extensions/api/ |
D | execute_code_function.cc | 128 UserScript::UNDEFINED; in Execute() 141 CHECK_NE(UserScript::UNDEFINED, run_at); in Execute()
|
/external/chromium_org/third_party/codesighs/ |
D | msmap.h | 66 UNDEFINED enumerator
|
/external/v8/src/ |
D | code-stubs.cc | 361 if (Contains(UNDEFINED)) stream->Add("Undefined"); in Print() 388 Add(UNDEFINED); in Record()
|
/external/chromium_org/extensions/common/ |
D | user_script.h | 39 UNDEFINED, enumerator
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/ |
D | AwtPanel.java | 151 BufferCapabilities.FlipContents.UNDEFINED) in drawFrameInThread()
|