Home
last modified time | relevance | path

Searched refs:SYNC (Results 1 – 16 of 16) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DTestMain.cpp74 case Execution::ComputeMode::SYNC: in test()
128 test(/*useCpuOnly=*/false, Execution::ComputeMode::SYNC) | in main()
130 test(/*useCpuOnly=*/true, Execution::ComputeMode::SYNC); in main()
DTestIntrospectionControl.cpp810 enum class Compute { ASYNC, SYNC, BURST, FENCED }; enumerator
949 case Compute::SYNC: { in TEST_P()
1065 std::make_tuple(DriverKind::CPU, Success::PASS_CPU, Compute::SYNC),
1070 std::make_tuple(DriverKind::OLD, Success::PASS_NEITHER, Compute::SYNC),
1074 std::make_tuple(DriverKind::OLD, Success::FAIL_LAUNCH, Compute::SYNC),
1081 std::make_tuple(DriverKind::NEW, Success::PASS_NEITHER, Compute::SYNC),
1085 std::make_tuple(DriverKind::NEW, Success::PASS_DEVICE, Compute::SYNC),
1089 std::make_tuple(DriverKind::NEW, Success::PASS_DRIVER, Compute::SYNC),
1093 std::make_tuple(DriverKind::NEW, Success::PASS_BOTH, Compute::SYNC),
1097 std::make_tuple(DriverKind::NEW, Success::FAIL_LAUNCH, Compute::SYNC),
DTestNeuralNetworksWrapper.cpp23 Execution::ComputeMode Execution::mComputeMode = Execution::ComputeMode::SYNC;
DTestValidation.cpp1277 enum class ExecutionType : uint32_t { ASYNC, SYNC, BURST, FENCED }; in TEST_F() enumerator
1279 {ExecutionType::ASYNC, ExecutionType::SYNC, ExecutionType::BURST, ExecutionType::FENCED}) { in TEST_F()
1399 case ExecutionType::SYNC: { in TEST_F()
1441 enum class ExecutionType : uint32_t { ASYNC, SYNC, BURST, FENCED }; in testConcurrentExecution() enumerator
1454 case ExecutionType::SYNC: { in testConcurrentExecution()
1480 ExecutionType::ASYNC, ExecutionType::SYNC, ExecutionType::BURST, ExecutionType::FENCED}; in testConcurrentExecution()
3121 enum class ExecutionType : uint32_t { ASYNC, SYNC, BURST, FENCED }; in TEST_F() enumerator
3123 {ExecutionType::ASYNC, ExecutionType::SYNC, ExecutionType::BURST, ExecutionType::FENCED}) { in TEST_F()
3186 case ExecutionType::SYNC: { in TEST_F()
3288 enum class ExecutionType : uint32_t { ASYNC, SYNC, BURST, FENCED }; in runExecutionSetTimeoutTest() enumerator
[all …]
DTestNeuralNetworksWrapper.h481 enum class ComputeMode { SYNC, ASYNC, BURST, FENCED }; enumerator
491 case ComputeMode::SYNC: {
DTestUnknownDimensions.cpp81 Execution::ComputeMode::SYNC,
DTestGenerated.cpp453 mComputeMode = Execution::ComputeMode::SYNC; in TEST_P()
DSupportLibraryTestGenerated.cpp554 mComputeMode = Execution::ComputeMode::SYNC; in TEST_P()
/packages/modules/adb/
Dprotocol.txt191 --- SYNC(online, sequence, "") -----------------------------------------
197 The SYNC message was used by the io pump to make sure that stale
203 sends a SYNC(0, 0) and starts discarding all messages
205 sends a SYNC(1, token) and continues to discard messages
206 * when the io pump receives a matching SYNC(1, token), it once again
Dadb_trace.h34 SYNC, enumerator
Dadb_trace.cpp123 {"sync", SYNC}, in setup_trace_mask()
DSYNC.TXT6 SYNC SERVICES:
DSERVICES.TXT239 in a companion document named SYNC.TXT
/packages/modules/NeuralNetworks/shim_and_sl/
DSupportLibraryWrapper.cpp23 Execution::ComputeMode Execution::mComputeMode = Execution::ComputeMode::SYNC;
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h584 enum class ComputeMode { SYNC, BURST, FENCED }; enumerator
594 case ComputeMode::SYNC: {
/packages/modules/adb/daemon/
Dfile_sync_service.cpp17 #define TRACE_TAG SYNC