Home
last modified time | relevance | path

Searched defs:triple (Results 1 – 25 of 156) sorted by relevance

1234567

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/example/extension/
Dtriple.cpp202 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 DFormatterTest.java1126 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 Dbuild_test.py68 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 DTripleTest.java90 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 DMutableTripleTest.java49 …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 DImmutableTripleTest.java43 …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 Dgenerate-darwin-source-and-headers.py16 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/
Dgenerate-darwin-source-and-headers.py16 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 Dllvm_jit.cpp91 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/
Ddeny.toml6 { 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 Dcpu_profiling_test.cc35 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 Dcpu_intrinsic_test.cc36 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 Dcpu_vectorization_test.cc36 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 DInitHeaderSearch.cpp180 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 Dac_llvm_util.c70 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 DCMakeLists.txt44 set(triple "${CMAKE_CXX_COMPILER_TARGET}") variable
46 set(triple "${LLVM_DEFAULT_TARGET_TRIPLE}") variable
/aosp_15_r20/external/vixl/tools/
H A Dverify_assembler_traces.py135 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 Dvectorized_reduce_with_no_vector_registers_test.cc29 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 Ddisassemble.c37 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 Dmark_armfns.py36 triple = (funcname, begin, end) variable
50 triple = begins.get(linenum) variable
H A Dmark_aarch64fns.py47 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 DJsonGenericTest.kt35 val triple = Triple(42, "foo", false) in <lambda>() constant
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/tools/urls_generator/src/
H A Dmain.rs31 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 DKeyValueSerializersTest.kt88 val triple = default.decodeFromString(serializer, json, jsonTestingMode) in <lambda>() constant
/aosp_15_r20/frameworks/compile/libbcc/lib/
DCompiler.cpp167 const std::string &triple = pConfig.getTriple(); in Compiler() local
311 const std::string &triple = module.getTargetTriple(); in compile() local

1234567