Home
last modified time | relevance | path

Searched defs:Custom (Results 1 – 7 of 7) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue11/
DYamlMapTest.java53 assertTrue(m.get("customTag") instanceof Custom); in testYamlMap() local
100 public static class Custom { class in YamlMapTest
103 public Custom(Integer i) { in Custom() method in YamlMapTest.Custom
107 public Custom(Custom c) { in Custom() method in YamlMapTest.Custom
/external/v8/test/mjsunit/regress/
Dregress-3718.js21 assertEquals("Custom", getTypeName(new (function Custom(){})())); class
/external/llvm/docs/
DWritingAnLLVMBackend.rst1378 Custom subsection
/external/clang/test/ARCMT/
Dobjcmt-subscripting-literals.m180 @interface Custom : NSObject interface
184 @interface Custom (Extended) interface in Extended
/external/llvm/tools/bugpoint/
DExecutionDriver.cpp32 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, LLC_Safe, CompileCustom, Custom enumerator
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h298 Custom, enumerator
/external/llvm/include/llvm/Target/
DTargetLowering.h91 Custom // Use the LowerOperation hook to implement custom lowering. enumerator