HomeSort by relevance Sort by last modified time
    Searched refs:Custom (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue11/
YamlMapTest.java 35 String output = yaml.dump(new Custom(123));
37 Custom o = (Custom) yaml.load(output);
44 data.put("customTag", new Custom(123));
53 assertTrue(m.get("customTag") instanceof Custom);
59 data.put("knownClass", new Wrapper("test", new Custom(456)));
73 private Custom b;
75 public Wrapper(String s, Custom bb) {
91 public Custom getB() {
95 public void setB(Custom bb)
    [all...]
  /build/tools/acp/
Android.mk 3 # Custom version of cp.
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 29 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /external/v8/test/mjsunit/regress/
regress-3718.js 21 assertEquals("Custom", getTypeName(new (function Custom(){})()));
regress-615776.js 6 get: function() { throw new Error('Custom length property'); }
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/
TextureData.java 14 * In case the TextureData implementation has the type {@link TextureDataType#Custom}, the implementation has to generate the
26 Pixmap, Custom
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
TextureData.java 32 * In case the TextureData implementation has the type {@link TextureDataType#Custom}, the implementation has to generate the
44 Pixmap, Custom
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
GLOnlyTextureData.java 62 return TextureDataType.Custom;
MipMapTextureData.java 22 return TextureDataType.Custom;
FloatTextureData.java 45 return TextureDataType.Custom;
ETC1TextureData.java 52 return TextureDataType.Custom;
FileTextureArrayData.java 72 if (textureDatas[i].getType() == TextureData.TextureDataType.Custom) {
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 168 // f32/f64 are legal, f80 is custom.
169 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
172 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
176 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
179 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
192 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
194 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Custom);
195 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
208 // In 32-bit mode these are custom lowered. In 64-bit mode F32 and F64
209 // are Legal, f80 is custom lowered
    [all...]
  /external/v8/test/mjsunit/es6/
typedarray-sort.js 43 // Custom sort--backwards
proxies-bind.js 43 // Custom prototype
60 // Custom length
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
OISEffect.h 84 Custom, //CustomForce
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
unwind.s 19 foo2: @ Custom personality routine
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 32 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, LLC_Safe, CompileCustom, Custom
52 clEnumValN(CompileCustom, "compile-custom",
55 clEnumValN(Custom, "run-custom",
65 clEnumValN(Custom, "safe-run-custom",
96 cl::desc("Command to compile the bitcode (use with -compile-custom) "
101 cl::desc("Command to execute the bitcode (use with -run-custom) "
201 case Custom:
251 case Custom
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 36 setOperationAction(ISD::BR_CC, MVT::i32, Custom);
40 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
41 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
43 setOperationAction(ISD::ROTL, MVT::i32, Custom);
45 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
46 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
48 setOperationAction(ISD::SETCC, MVT::i32, Custom);
239 // Custom DAG Lowering Operations
SIISelLowering.cpp 42 setOperationAction(ISD::AND, MVT::i1, Custom);
47 setOperationAction(ISD::BR_CC, MVT::i32, Custom);
49 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
51 // We need to custom lower loads from the USER_SGPR address space, so we can
53 setOperationAction(ISD::LOAD, MVT::i32, Custom);
54 setOperationAction(ISD::LOAD, MVT::i64, Custom);
56 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
57 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
258 // Custom DAG Lowering Operations
389 // Custom DAG optimization
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 11 /// \brief Custom DAG lowering for R600
64 setOperationAction(ISD::FCOS, MVT::f32, Custom);
65 setOperationAction(ISD::FSIN, MVT::f32, Custom);
72 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
76 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
77 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
78 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::i1, Custom);
80 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
81 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
85 setOperationAction(ISD::FP_TO_UINT, MVT::i1, Custom);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 168 // Set the Custom bit if this i32 goes in the high bits of a register.
334 // The custom bit on an i32 return value indicates that it should be passed
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 91 setOperationAction(ISD::SRA, MVT::i8, Custom);
92 setOperationAction(ISD::SHL, MVT::i8, Custom);
93 setOperationAction(ISD::SRL, MVT::i8, Custom);
94 setOperationAction(ISD::SRA, MVT::i16, Custom);
95 setOperationAction(ISD::SHL, MVT::i16, Custom);
96 setOperationAction(ISD::SRL, MVT::i16, Custom);
101 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom);
102 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom);
103 setOperationAction(ISD::BlockAddress, MVT::i16, Custom);
105 setOperationAction(ISD::BR_CC, MVT::i8, Custom);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 103 setOperationAction(ISD::BR_CC, MVT::i64, Custom);
109 setOperationAction(ISD::SELECT_CC, MVT::i64, Custom);
111 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
113 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom);
138 setOperationAction(ISD::CTTZ, MVT::i64, Custom);
139 setOperationAction(ISD::CTLZ, MVT::i64, Custom);
140 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i64, Custom);
141 setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i64, Custom);

Completed in 546 milliseconds

1 2 3 4