/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/example/extension/ |
D | triple.cpp | 202 struct triple struct 206 triple(T0 const& t0, T1 const& t1, T2 const& t2) in triple() function 213 typedef demo::triple_iterator<Sq, 0> type; 224 typedef demo::triple_iterator<Sq, 3> type; 233 struct size 238 struct value_at 243 struct value_at<Sq, mpl::int_<0> > 249 struct value_at<Sq, mpl::int_<1> > 255 struct value_at<Sq, mpl::int_<2> > 261 struct at [all …]
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | FormatterTest.java | 1126 final Object[][] triple = { in test_format_LString$LObject_GeneralConversionB() local 1172 f.format((String) triple[i][pattern], triple[i][input]); in test_format_LString$LObject_GeneralConversionB() local 1177 f.format(((String) triple[i][pattern]).toUpperCase(Locale.US), triple[i][input]); in test_format_LString$LObject_GeneralConversionB() local 1190 final Object[][] triple = { in test_format_LString$LObject_GeneralConversionS() local 1236 f.format((String) triple[i][pattern], triple[i][input]); in test_format_LString$LObject_GeneralConversionS() local 1241 f.format(((String) triple[i][pattern]).toUpperCase(Locale.US), triple[i][input]); in test_format_LString$LObject_GeneralConversionS() local 1424 final Object[][] triple = { in test_formatLjava_lang_String$Ljava_lang_Object_CharacterConversion() local 1442 f.format((String) triple[i][pattern], triple[i][input]); in test_formatLjava_lang_String$Ljava_lang_Object_CharacterConversion() local 1476 final Object[][] triple = { in test_formatLjava_lang_String$Ljava_lang_Object_ByteShortIntegerLongConversionD() local 1562 triple[i][input]); in test_formatLjava_lang_String$Ljava_lang_Object_ByteShortIntegerLongConversionD() local [all …]
|
/aosp_15_r20/external/crosvm/tools/windows/ |
H A 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
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/tuple/ |
H A 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
|
H A 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
|
H A 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
|
/aosp_15_r20/external/libffi/ |
H A 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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | llvm_jit.cpp | 91 const std::string& triple, in makeJTMBFromTriple() 107 std::optional<std::string> triple, in makeTargetMachineBuilder() 167 std::optional<std::string> triple, in PytorchLLVMJITImpl() 351 std::optional<std::string> triple, in PytorchLLVMJIT()
|
/aosp_15_r20/external/rust/android-crates-io/crates/coset/ |
D | deny.toml | 6 { triple = "x86_64-unknown-linux-gnu" }, qkey 7 { triple = "x86_64-apple-darwin" }, qkey 8 { triple = "x86_64-pc-windows-msvc" }, qkey
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
H A 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
|
H A 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
|
H A D | cpu_vectorization_test.cc | 36 std::string triple; member 53 std::string triple{spec.triple.data(), spec.triple.size()}; in Name() local
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A 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()
|
/aosp_15_r20/external/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_util.c | 70 LLVMTargetRef ac_get_llvm_target(const char *triple) in ac_get_llvm_target() 92 const char *triple = (tm_options & AC_TM_SUPPORTS_SPILL) ? "amdgcn-mesa-mesa3d" : "amdgcn--"; in ac_create_target_machine() local 167 const char *triple; in ac_init_llvm_compiler() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/lib/abi/ |
H A D | CMakeLists.txt | 44 set(triple "${CMAKE_CXX_COMPILER_TARGET}") variable 46 set(triple "${LLVM_DEFAULT_TARGET_TRIPLE}") variable
|
/aosp_15_r20/external/vixl/tools/ |
H A D | verify_assembler_traces.py | 135 def ConvertToLLVMFormat(vixl_instruction, triple): argument 365 def VerifyInstructionsWithLLVMMC(llvm_mc, f, triple): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A 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
|
/aosp_15_r20/external/llvm/tools/llvm-c-test/ |
H A 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
|
/aosp_15_r20/external/llvm/utils/abtest/ |
H A D | mark_armfns.py | 36 triple = (funcname, begin, end) variable 50 triple = begins.get(linenum) variable
|
H A D | mark_aarch64fns.py | 47 triple = (funcname, begin, end) variable 61 triple = begins.get(linenum) variable
|
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/ |
H A D | JsonGenericTest.kt | 35 val triple = Triple(42, "foo", false) in <lambda>() constant
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/tools/urls_generator/src/ |
H A D | main.rs | 31 pub(crate) triple: String, field 68 let triple = path.file_name().unwrap().to_string_lossy(); in locate_artifacts() localVariable
|
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/builtins/ |
H A D | KeyValueSerializersTest.kt | 88 val triple = default.decodeFromString(serializer, json, jsonTestingMode) in <lambda>() constant
|
/aosp_15_r20/frameworks/compile/libbcc/lib/ |
D | Compiler.cpp | 167 const std::string &triple = pConfig.getTriple(); in Compiler() local 311 const std::string &triple = module.getTargetTriple(); in compile() local
|