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

1 2 3 4 5 6 7 8 9

  /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...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/
PDBSymbolCustom.h 30 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
  /external/pdfium/xfa/fxfa/parser/
cxfa_speak.cpp 19 (void*)XFA_AttributeEnum::Custom},
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
custom_operator.h 26 // Custom operators have a generic byte buffer describing their options. This
53 return Options::Custom(builder->CreateVector(fbb.GetBuffer()));
operator.h 35 // These are the flatbuffer types for custom and builtin options.
42 // Build custom options.
43 static Options Custom(flatbuffers::Offset<CustomOptions> offset) {
55 flatbuffers::Offset<CustomOptions> custom; member in struct:toco::tflite::Options
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
AData.h 41 * AData allows a custom type flagger to be used for future extensions (e.g. allowing automatic
535 * AData<types...>::Strict<Flag> - strict type support using custom flag.
543 * AData<types...>::Custom<flagger> - custom type support (flaggers determine the supported types
738 struct Custom : protected Flagged<AUnion<Ts...>, typename Flagger::type, Flagger::mask> {
745 Custom() : base_t(Flagger::flagFor((void*)0)) { }
750 Custom& operator=(const Custom &o) {
770 Custom(const Custom &o) : Custom()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 130 // SPU constant load actions are custom lowered:
132 setOperationAction(ISD::ConstantFP, MVT::f64, Custom);
134 // SPU's loads and stores have to be custom lowered:
139 setOperationAction(ISD::LOAD, VT, Custom);
140 setOperationAction(ISD::STORE, VT, Custom);
141 setLoadExtAction(ISD::EXTLOAD, VT, Custom);
142 setLoadExtAction(ISD::ZEXTLOAD, VT, Custom);
143 setLoadExtAction(ISD::SEXTLOAD, VT, Custom);
155 setOperationAction(ISD::LOAD, VT, Custom);
156 setOperationAction(ISD::STORE, VT, Custom);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp 263 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
266 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
279 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
281 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Custom);
282 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
289 // In 32-bit mode these are custom lowered. In 64-bit mode F32 and F64
290 // are Legal, f80 is custom lowered.
291 setOperationAction(ISD::FP_TO_SINT , MVT::i64 , Custom);
292 setOperationAction(ISD::SINT_TO_FP , MVT::i64 , Custom);
302 setOperationAction(ISD::FP_TO_SINT , MVT::i32 , Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 170 // f32/f64 are legal, f80 is custom.
171 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
174 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
178 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
181 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
194 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
196 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Custom);
197 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
210 // In 32-bit mode these are custom lowered. In 64-bit mode F32 and F64
211 // are Legal, f80 is custom lowered
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
unwind.s 19 foo2: @ Custom personality routine
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 88 setOperationAction(ISD::BR_CC, MVT::i32, Custom);
89 setOperationAction(ISD::BR_CC, MVT::i64, Custom);
90 setOperationAction(ISD::BR_CC, MVT::f32, Custom);
91 setOperationAction(ISD::BR_CC, MVT::f64, Custom);
92 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
93 setOperationAction(ISD::ConstantPool, MVT::i64, Custom);
94 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
95 setOperationAction(ISD::JumpTable, MVT::i64, Custom);
125 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
126 setOperationAction(ISD::SELECT_CC, MVT::i64, Custom);
    [all...]

Completed in 1396 milliseconds

1 2 3 4 5 6 7 8 9