| /external/apache-commons-lang/src/test/java/org/apache/commons/lang3/tuple/ |
| D | TripleTest.java | 90 final Triple<Integer, String, Boolean> triple = ImmutableTriple.of(0, "foo", Boolean.TRUE); in testCompatibilityBetweenTriples() local 114 final Triple<String, String, String> triple = Triple.of("Key", "Something", "Value"); in testFormattable_padded() local 120 final Triple<String, String, String> triple = Triple.of("Key", "Something", "Value"); in testFormattable_simple() local 126 final Triple<String, String, String> triple = Triple.of("Key", "Something", "Value"); in testToString() local 134 final Triple<String, String, Calendar> triple = Triple.of("DOB", "string", date); in testToStringCustom() local 140 final Triple<Integer, String, Boolean> triple = Triple.of(0, "foo", Boolean.TRUE); in testTripleOf() local
|
| D | MutableTripleTest.java | 49 …final MutableTriple<Integer, String, Boolean> triple = new MutableTriple<>(0, "foo", Boolean.FALSE… in testBasic() local 61 final MutableTriple<Integer, String, Boolean> triple = new MutableTriple<>(); in testDefault() local 99 …final MutableTriple<Integer, String, Boolean> triple = new MutableTriple<>(0, "foo", Boolean.TRUE); in testMutate() local 129 … final MutableTriple<Integer, String, Boolean> triple = MutableTriple.of(0, "foo", Boolean.TRUE); in testTripleOf() local
|
| D | ImmutableTripleTest.java | 43 …final ImmutableTriple<Integer, String, Boolean> triple = new ImmutableTriple<>(0, "foo", Boolean.T… in testBasic() local 117 final ImmutableTriple<String, String, String> triple = ImmutableTriple.nullTriple(); in testNullTripleTyped() local 155 …final ImmutableTriple<Integer, String, Boolean> triple = ImmutableTriple.of(0, "foo", Boolean.FALS… in testTripleOf() local
|
| /external/crosvm/tools/windows/ |
| D | build_test.py | 68 def get_target_path(triple, kind, test_it): argument 82 def validate_symbols(triple, is_release): argument 92 triple, argument 131 def test_target_modules(triple, is_release, env, no_run, modules, parallel): argument 163 def test_target(triple, is_release, env, no_run, test_modules_parallel, test_modules_serial): argument 184 triple, argument 325 def get_stripped_size(triple): argument
|
| /external/libffi/ |
| D | generate-darwin-source-and-headers.py | 16 triple = 'i386-apple-darwin11' variable in simulator_platform 29 triple = 'x86_64-apple-darwin13' variable in simulator64_platform 42 triple = 'arm-apple-darwin11' variable in device_platform 55 triple = 'aarch64-apple-darwin13' variable in device64_platform 68 triple = 'i386-apple-darwin10' variable in desktop32_platform 81 triple = 'x86_64-apple-darwin10' variable in desktop64_platform
|
| /external/python/cpython2/Modules/_ctypes/libffi/ |
| D | generate-darwin-source-and-headers.py | 16 triple = 'i386-apple-darwin11' variable in simulator_platform 29 triple = 'x86_64-apple-darwin13' variable in simulator64_platform 42 triple = 'arm-apple-darwin11' variable in device_platform 55 triple = 'aarch64-apple-darwin13' variable in device64_platform 68 triple = 'i386-apple-darwin10' variable in desktop32_platform 81 triple = 'x86_64-apple-darwin10' variable in desktop64_platform
|
| /external/cronet/buildtools/third_party/libc++/trunk/lib/abi/ |
| D | CMakeLists.txt | 44 set(triple "${CMAKE_CXX_COMPILER_TARGET}") variable 46 set(triple "${LLVM_DEFAULT_TARGET_TRIPLE}") variable
|
| /external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
| D | cpu_profiling_test.cc | 35 absl::string_view triple; member 48 std::string triple{spec.triple.data(), spec.triple.size()}; in Name() local 72 std::string triple{spec.triple.data(), spec.triple.size()}; in TEST_P() local
|
| D | cpu_intrinsic_test.cc | 36 absl::string_view triple; member 53 std::string triple{spec.triple.data(), spec.triple.size()}; in Name() local 103 std::string triple{spec.triple.data(), spec.triple.size()}; in TEST_P() local
|
| D | cpu_vectorization_test.cc | 36 std::string triple; member 53 std::string triple{spec.triple.data(), spec.triple.size()}; in Name() local
|
| /external/vixl/tools/ |
| D | verify_assembler_traces.py | 135 def ConvertToLLVMFormat(vixl_instruction, triple): argument 365 def VerifyInstructionsWithLLVMMC(llvm_mc, f, triple): argument
|
| /external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
| D | vectorized_reduce_with_no_vector_registers_test.cc | 29 StatusOr<unsigned> GetTargetVectorRegisterByteSize(std::string triple) { in GetTargetVectorRegisterByteSize() 83 std::string triple = "i686-none-android"; in TEST_F() local
|
| D | cpu_compiler.h | 64 const std::string& triple() const { return triple_; } in triple() function
|
| /external/llvm/tools/llvm-c-test/ |
| D | disassemble.c | 37 static void do_disassemble(const char *triple, const char *features, in do_disassemble() 68 const char *triple = tokens[0]; in handle_line() local
|
| /external/llvm/utils/abtest/ |
| D | mark_armfns.py | 36 triple = (funcname, begin, end) variable 50 triple = begins.get(linenum) variable
|
| D | mark_aarch64fns.py | 47 triple = (funcname, begin, end) variable 61 triple = begins.get(linenum) variable
|
| /external/mesa3d/src/amd/llvm/ |
| D | ac_llvm_util.c | 105 static LLVMTargetRef ac_get_llvm_target(const char *triple) in ac_get_llvm_target() 194 const char *triple = (tm_options & AC_TM_SUPPORTS_SPILL) ? "amdgcn-mesa-mesa3d" : "amdgcn--"; in ac_create_target_machine() local 356 const char *triple; in ac_init_llvm_compiler() local
|
| /external/clang/test/Modules/Inputs/ |
| D | irgen.h | 1 static inline int triple(int x) { return x * 3; } in triple() function
|
| /external/clang/lib/Frontend/ |
| D | InitHeaderSearch.cpp | 180 const llvm::Triple &triple) { in AddGnuCPlusPlusIncludePaths() 207 void InitHeaderSearch::AddDefaultCIncludePaths(const llvm::Triple &triple, in AddDefaultCIncludePaths() 355 AddDefaultCPlusPlusIncludePaths(const llvm::Triple &triple, const HeaderSearchOptions &HSOpts) { in AddDefaultCPlusPlusIncludePaths() 435 const llvm::Triple &triple, in AddDefaultIncludePaths()
|
| /external/tensorflow/tensorflow/compiler/xla/client/ |
| D | compile_only_client.cc | 55 int64_t CompileOnlyClient::PointerSizeForTriple(absl::string_view triple) { in PointerSizeForTriple()
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/library/description/conventions/customization.point.object/ |
| D | niebloid.compile.pass.cpp | 56 auto triple = [](int x) { return 3*x; }; in __anon40cf3e180202() variable
|
| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| D | local_client_aot_test_helper.cc | 84 llvm::Triple triple(triple_string); in main() local
|
| /external/llvm/bindings/python/llvm/ |
| D | disassembler.py | 67 def __init__(self, triple): argument
|
| /external/mesa3d/src/gallium/frontends/clover/llvm/ |
| D | util.hpp | 53 std::string triple; member
|
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_debug.cpp | 104 const char *triple = LLVM_HOST_TRIPLE; in disassemble() local
|