Home
last modified time | relevance | path

Searched defs:execute (Results 76 – 100 of 4262) sorted by relevance

12345678910>>...171

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dparallel_execute_to_islands.cc138 for (auto& execute : executes) in CreateIslandsFromParallelExecute() local
149 for (auto& execute : executes) island_operands.push_back(execute.control()); in CreateIslandsFromParallelExecute() local
165 for (auto& execute : executes) in CreateIslandsFromParallelExecute() local
H A Dtpu_dynamic_layout_pass.cc151 TF::TPUExecuteOp execute, tf_device::LaunchOp execute_launch, in HandleInput()
221 auto execute = in HandleCompileAndExecutes() local
277 auto execute = llvm::dyn_cast<TF::TPUExecuteOp>(user); in runOnFunction() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/test/
Dunordered_multiset_test.cpp72 static void execute() in execute() function in test_main_template
99 static void execute() in execute() function in test_main_template
127 static void execute() in execute() function in test_main_template
Dunordered_set_test.cpp71 static void execute() in execute() function in test_main_template
98 static void execute() in execute() function in test_main_template
126 static void execute() in execute() function in test_main_template
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
H A Dpooling_depthfirst_cache_oblivious.hpp78 void execute( in execute() function in arm_conv::pooling::PoolingDepthfirstCacheOblivious
98 void execute( in execute() function in arm_conv::pooling::PoolingDepthfirstCacheOblivious
121 void execute( in execute() function in arm_conv::pooling::PoolingDepthfirstCacheOblivious
179 auto execute = [&] (const WorkItem &item) { in execute() local
/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
H A DSerializingExecutorTest.java59 public void execute(Runnable command) { in resumable() method in SerializingExecutorTest.CoyExecutor
248 public void execute(Runnable r) { in execute() method in SerializingExecutorTest.SingleExecutor
272 public void execute(Runnable r) { in execute() method in SerializingExecutorTest.ForwardingExecutor
/aosp_15_r20/packages/modules/NeuralNetworks/common/include/
DOperationResolver.h46 std::function<bool(IOperationExecutionContext*)> execute; member
143 #define NN_REGISTER_OPERATION(identifier, operationName, validate, prepare, execute, ...) \ argument
162 #define NN_REGISTER_OPERATION_DEFAULT_VALIDATION(identifier, prepare, execute, ...) \ argument
/aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
H A DTokenRewriteStream.as457 public function execute(state:RewriteState):int { method in RewriteOperation
467 public override function execute(state:RewriteState):int { method in InsertBeforeOp
489 public override function execute(state:RewriteState):int { method in ReplaceOp
/aosp_15_r20/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
H A DTokenRewriteStream.js96 execute: function(buf) { method in trs.RewriteOperation
112 execute: function(buf) { method
126 execute: function(buf) { method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/example/
Dcomposite_keys.cpp128 virtual void execute( in execute() function in command_cd
160 virtual void execute( in execute() function in command_ls
196 virtual void execute( in execute() function in command_mkdir
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadePrimaryDisplayCommand.kt64 override fun execute(pw: PrintWriter, args: List<String>) { in execute() method in com.android.systemui.shade.ShadePrimaryDisplayCommand
74 fun execute() { in execute() method in com.android.systemui.shade.ShadePrimaryDisplayCommand.CommandHandler
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
H A DCommandRegistry.kt144 fun execute(pw: PrintWriter, args: List<String>) in execute() method
161 override fun execute(pw: PrintWriter, args: List<String>) { in execute() method in com.android.systemui.statusbar.commandline.PrefsCommand
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include_legacy/
DTestHarness.h97 std::function<void(int, const std::vector<T>&)> execute) { in for_each()
106 std::function<void(int, std::vector<T>&)> execute) { in for_each()
116 std::function<void(int, const std::vector<T>&, std::vector<T>&)> execute) { in for_each()
127 std::function<void(int, const std::vector<T>&, const std::vector<T>&)> execute) { in for_each()
/aosp_15_r20/external/autotest/cli/
H A Daction_common.py101 def execute(self, op, filters={}, check_results={}): member in atest_list
149 def execute(self): member in atest_create_or_delete
228 def execute(self): member in atest_add_or_remove
/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/di/
DFakeComponents.kt110 override suspend fun execute(input: LoadDataEntriesInput): List<FormattedEntry> { in execute() method in com.android.healthconnect.controller.tests.utils.di.FakeLoadDataEntriesUseCase
128 override suspend fun execute(input: LoadMenstruationDataInput): List<FormattedEntry> { in execute() method in com.android.healthconnect.controller.tests.utils.di.FakeLoadMenstruationDataUseCase
175 override suspend fun execute(input: LoadAggregationInput): FormattedEntry.FormattedAggregation { in execute() method in com.android.healthconnect.controller.tests.utils.di.FakeLoadDataAggregationsUseCase
219 override suspend fun execute(input: LoadMedicalEntriesInput): List<FormattedEntry> { in execute() method in com.android.healthconnect.controller.tests.utils.di.FakeLoadMedicalEntriesUseCase
316 override suspend fun execute(input: Int): List<AppMetadata> { in execute() method in com.android.healthconnect.controller.tests.utils.di.FakeLoadPriorityListUseCase
582 override suspend fun execute(input: String): ExerciseRouteState { in execute() method in com.android.healthconnect.controller.tests.utils.di.FakeLoadExerciseRoute
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/
H A DBurstCaptureRawTest.java217 public void execute(CaptureRequest.Builder rawBurstBuilder, in execute() method
228 public void execute(CaptureRequest.Builder rawBurstBuilder, in execute() method in BurstCaptureRawTest.TestMetaDataRoundDownRoutine
278 public void execute(CaptureRequest.Builder rawBurstBuilder, in execute() method in BurstCaptureRawTest.TestManualAutoSwitch
372 public void execute(Builder rawBurstBuilder, SimpleCaptureCallback rawCaptureCallback, in execute() method in BurstCaptureRawTest.TestTimestamp
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DNodeTest.java525 public XObject execute(XPathContext xctxt, int context) in execute() method in NodeTest
599 public XObject execute(XPathContext xctxt, int context, in execute() method in NodeTest
670 public XObject execute(XPathContext xctxt) in execute() method in NodeTest
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDant-tasks.jar ... java.lang.String) String projectClassPathOut public void execute () throws org.apache.tools.ant ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/sf/trove4j/trove4j/1.1/
HDtrove4j-1.1.jargnu/ gnu/trove/ gnu/trove/CanonicalEquality.class CanonicalEquality.java package gnu. ...
/aosp_15_r20/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DAsyncTask.java252 public synchronized void execute(final Runnable r) { in execute() method in AsyncTask.SerialExecutor
559 public final AsyncTask<Params, Progress, Result> execute(Params... params) { in execute() method in AsyncTask
628 public static void execute(Runnable runnable) { in execute() method in AsyncTask
/aosp_15_r20/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
H A DAsyncTask.java252 public synchronized void execute(final Runnable r) { in execute() method in AsyncTask.SerialExecutor
559 public final AsyncTask<Params, Progress, Result> execute(Params... params) { in execute() method in AsyncTask
628 public static void execute(Runnable runnable) { in execute() method in AsyncTask
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb110 def execute( buffer ) method in ANTLR3.TokenRewriteStream.InsertBefore
145 def execute( buffer ) method in ANTLR3.TokenRewriteStream.Replace
273 def execute( *range_arguments ) method in ANTLR3.TokenRewriteStream.RewriteProgram
/aosp_15_r20/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
H A DAsyncTask.java252 public synchronized void execute(final Runnable r) { in execute() method in AsyncTask.SerialExecutor
559 public final AsyncTask<Params, Progress, Result> execute(Params... params) { in execute() method in AsyncTask
628 public static void execute(Runnable runnable) { in execute() method in AsyncTask
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DAsyncTask.java301 public synchronized void execute(final Runnable r) { in execute() method in AsyncTask.SerialExecutor
670 public final AsyncTask<Params, Progress, Result> execute(Params... params) { in execute() method in AsyncTask
741 public static void execute(Runnable runnable) { in execute() method in AsyncTask
/aosp_15_r20/system/keymint/hal/src/
H A Dlib.rs66 fn execute(&mut self, serialized_req: &[u8]) -> binder::Result<Vec<u8>>; in execute() method
145 fn execute(&mut self, serialized_req: &[u8]) -> binder::Result<Vec<u8>> { in execute() method
252 fn execute<R, S>(&self, req: R) -> binder::Result<S> in execute() method

12345678910>>...171