Home
last modified time | relevance | path

Searched refs:SYNC (Results 1 – 22 of 22) 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()
DTestStatsdTelemetry.cpp38 .executionMode = ExecutionMode::SYNC,
323 EXPECT_EQ(key.executionMode, ExecutionMode::SYNC); in TEST()
363 EXPECT_EQ(key.executionMode, ExecutionMode::SYNC); in TEST()
385 .executionMode = ExecutionMode::SYNC, in TEST()
433 .executionMode = ExecutionMode::SYNC, in TEST()
DTestIntrospectionControl.cpp811 enum class Compute { ASYNC, SYNC, BURST, FENCED }; enumerator
950 case Compute::SYNC: { in TEST_P()
1066 std::make_tuple(DriverKind::CPU, Success::PASS_CPU, Compute::SYNC),
1071 std::make_tuple(DriverKind::OLD, Success::PASS_NEITHER, Compute::SYNC),
1075 std::make_tuple(DriverKind::OLD, Success::FAIL_LAUNCH, Compute::SYNC),
1082 std::make_tuple(DriverKind::NEW, Success::PASS_NEITHER, Compute::SYNC),
1086 std::make_tuple(DriverKind::NEW, Success::PASS_DEVICE, Compute::SYNC),
1090 std::make_tuple(DriverKind::NEW, Success::PASS_DRIVER, Compute::SYNC),
1094 std::make_tuple(DriverKind::NEW, Success::PASS_BOTH, Compute::SYNC),
1098 std::make_tuple(DriverKind::NEW, Success::FAIL_LAUNCH, Compute::SYNC),
DTestNeuralNetworksWrapper.cpp23 Execution::ComputeMode Execution::mComputeMode = Execution::ComputeMode::SYNC;
DTestValidation.cpp1298 enum class ExecutionType : uint32_t { ASYNC, SYNC, BURST, FENCED }; in TEST_F() enumerator
1300 {ExecutionType::ASYNC, ExecutionType::SYNC, ExecutionType::BURST, ExecutionType::FENCED}) { in TEST_F()
1426 case ExecutionType::SYNC: { in TEST_F()
1468 enum class ExecutionType : uint32_t { ASYNC, SYNC, BURST, FENCED }; in testConcurrentExecution() enumerator
1481 case ExecutionType::SYNC: { in testConcurrentExecution()
1507 ExecutionType::ASYNC, ExecutionType::SYNC, ExecutionType::BURST, ExecutionType::FENCED}; in testConcurrentExecution()
3194 enum class ExecutionType : uint32_t { ASYNC, SYNC, BURST, FENCED }; in TEST_F() enumerator
3196 {ExecutionType::ASYNC, ExecutionType::SYNC, ExecutionType::BURST, ExecutionType::FENCED}) { in TEST_F()
3259 case ExecutionType::SYNC: { in TEST_F()
3361 enum class ExecutionType : uint32_t { ASYNC, SYNC, BURST, FENCED }; in runExecutionSetTimeoutTest() enumerator
[all …]
DTestNeuralNetworksWrapper.h483 enum class ComputeMode { SYNC, ASYNC, BURST, FENCED }; enumerator
493 case ComputeMode::SYNC: {
DTestCompatibilityLayer.cpp110 result = execution.compute(Execution::ComputeMode::SYNC); in execute()
DTestUnknownDimensions.cpp81 Execution::ComputeMode::SYNC,
DTestGenerated.cpp498 mComputeMode = Execution::ComputeMode::SYNC; in TEST_P()
DSupportLibraryTestGenerated.cpp576 mComputeMode = Execution::ComputeMode::SYNC; in TEST_P()
/packages/modules/NeuralNetworks/shim_and_sl/
DSupportLibraryWrapper.cpp23 Execution::ComputeMode Execution::mComputeMode = Execution::ComputeMode::SYNC;
/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.TXT274 in a companion document named SYNC.TXT
/packages/modules/NeuralNetworks/runtime/
DTelemetryStatsd.cpp169 case ExecutionMode::SYNC: in convertExecutionMode()
386 .executionMode = ExecutionMode::SYNC, in createAtomFrom()
DSupportLibraryDiagnostic.cpp76 case ExecutionMode::SYNC: in convert()
DExecutionBuilder.h57 enum class ExecutionMode { ASYNC, SYNC, BURST, ASYNC_WITH_DEPS }; enumerator
DExecutionBuilder.cpp1064 : synchronous ? ExecutionMode::SYNC : ExecutionMode::ASYNC; in compute()
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h599 enum class ComputeMode { SYNC, BURST, FENCED }; enumerator
609 case ComputeMode::SYNC: {
/packages/modules/adb/daemon/
Dfile_sync_service.cpp17 #define TRACE_TAG SYNC