Home
last modified time | relevance | path

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

12

/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/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
Dswitch-004.js34 UNDEFINED = void 0;
39 SwitchTest( UNDEFINED, "UNDEFINED" );
73 case UNDEFINED: result += "UNDEFINED"; break;
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
Dexpression-007.js26 UNDEFINED = void 0;
27 result = new UNDEFINED();
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
D11.2.2-2-n.js75 var UNDEFINED = void 0; variable
80 o = new UNDEFINED() );
/external/llvm/test/MC/Disassembler/ARM/
Dinvalid-Bcc-thumb.txt9 # if cond = '1110' then UNDEFINED
Dinvalid-t2STR_POST-thumb.txt9 # if Rn == '1111' then UNDEFINED
Dinvalid-VQADD-arm.txt10 # Qm -> bit[0] == 0, otherwise UNDEFINED
Dinvalid-VST2b32_UPD-arm.txt11 # type == '1001' and align == '11' ==> UNDEFINED
Dunpredictable-LDRD-arm.txt9 # if Rt{0} = 1 then UNDEFINED;
Dldrd-armv4.txt10 # if Rt{0} = 1 then UNDEFINED;
/external/clang/test/Frontend/
Dverify.c69 # ifdef UNDEFINED // expected-note {{line_69_ignored}}
/external/v8/src/
Dcode-stubs.cc361 if (Contains(UNDEFINED)) stream->Add("Undefined"); in Print()
388 Add(UNDEFINED); in Record()
Dcode-stubs.h1029 UNDEFINED, enumerator
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
DAwtPanel.java151 BufferCapabilities.FlipContents.UNDEFINED) in drawFrameInThread()
/external/chromium/chrome/browser/automation/
Dui_controls_mac.mm105 // UNDEFINED if the event is not NSMouseMoved. Thus, the (0,0)
/external/v8/src/x64/
Dlithium-codegen-x64.cc1414 if (expected.Contains(ToBooleanStub::UNDEFINED)) { in DoBranch()
Dcode-stubs-x64.cc414 CheckOddball(masm, UNDEFINED, Heap::kUndefinedValueRootIndex, false); in Generate()
/external/v8/src/ia32/
Dlithium-codegen-ia32.cc1450 if (expected.Contains(ToBooleanStub::UNDEFINED)) { in DoBranch()
Dcode-stubs-ia32.cc432 CheckOddball(masm, UNDEFINED, Heap::kUndefinedValueRootIndex, false); in Generate()
/external/v8/src/arm/
Dlithium-codegen-arm.cc1632 if (expected.Contains(ToBooleanStub::UNDEFINED)) { in DoBranch()
Dcode-stubs-arm.cc1789 CheckOddball(masm, UNDEFINED, Heap::kUndefinedValueRootIndex, false); in Generate()
/external/v8/src/mips/
Dlithium-codegen-mips.cc1486 if (expected.Contains(ToBooleanStub::UNDEFINED)) { in DoBranch()
Dcode-stubs-mips.cc1874 CheckOddball(masm, UNDEFINED, Heap::kUndefinedValueRootIndex, false); in Generate()
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td1769 * A5.4 Permanently UNDEFINED instructions.

12