/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/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
D | switch-004.js | 34 UNDEFINED = void 0; 39 SwitchTest( UNDEFINED, "UNDEFINED" ); 73 case UNDEFINED: result += "UNDEFINED"; break;
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
D | expression-007.js | 26 UNDEFINED = void 0; 27 result = new UNDEFINED();
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
D | 11.2.2-2-n.js | 75 var UNDEFINED = void 0; variable 80 o = new UNDEFINED() );
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | invalid-Bcc-thumb.txt | 9 # if cond = '1110' then UNDEFINED
|
D | invalid-t2STR_POST-thumb.txt | 9 # if Rn == '1111' then UNDEFINED
|
D | invalid-VQADD-arm.txt | 10 # Qm -> bit[0] == 0, otherwise UNDEFINED
|
D | invalid-VST2b32_UPD-arm.txt | 11 # type == '1001' 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;
|
/external/clang/test/Frontend/ |
D | verify.c | 69 # ifdef UNDEFINED // expected-note {{line_69_ignored}}
|
/external/v8/src/ |
D | code-stubs.cc | 361 if (Contains(UNDEFINED)) stream->Add("Undefined"); in Print() 388 Add(UNDEFINED); in Record()
|
D | code-stubs.h | 1029 UNDEFINED, enumerator
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/ |
D | AwtPanel.java | 151 BufferCapabilities.FlipContents.UNDEFINED) in drawFrameInThread()
|
/external/chromium/chrome/browser/automation/ |
D | ui_controls_mac.mm | 105 // UNDEFINED if the event is not NSMouseMoved. Thus, the (0,0)
|
/external/v8/src/x64/ |
D | lithium-codegen-x64.cc | 1414 if (expected.Contains(ToBooleanStub::UNDEFINED)) { in DoBranch()
|
D | code-stubs-x64.cc | 414 CheckOddball(masm, UNDEFINED, Heap::kUndefinedValueRootIndex, false); in Generate()
|
/external/v8/src/ia32/ |
D | lithium-codegen-ia32.cc | 1450 if (expected.Contains(ToBooleanStub::UNDEFINED)) { in DoBranch()
|
D | code-stubs-ia32.cc | 432 CheckOddball(masm, UNDEFINED, Heap::kUndefinedValueRootIndex, false); in Generate()
|
/external/v8/src/arm/ |
D | lithium-codegen-arm.cc | 1632 if (expected.Contains(ToBooleanStub::UNDEFINED)) { in DoBranch()
|
D | code-stubs-arm.cc | 1789 CheckOddball(masm, UNDEFINED, Heap::kUndefinedValueRootIndex, false); in Generate()
|
/external/v8/src/mips/ |
D | lithium-codegen-mips.cc | 1486 if (expected.Contains(ToBooleanStub::UNDEFINED)) { in DoBranch()
|
D | code-stubs-mips.cc | 1874 CheckOddball(masm, UNDEFINED, Heap::kUndefinedValueRootIndex, false); in Generate()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 1769 * A5.4 Permanently UNDEFINED instructions.
|