Home
last modified time | relevance | path

Searched refs:InvocationResult (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dparallel_filter_dataset_op.cc173 std::shared_ptr<InvocationResult> result; in GetNextInternal()
249 invocation_results_.push_back(std::make_shared<InvocationResult>()); in RestoreInternal()
293 struct InvocationResult { struct in tensorflow::data::ParallelFilterDatasetOp::Dataset::Iterator
294 InvocationResult() : uid(tensorflow::EnvTime::NowNanos()) {} in InvocationResult() argument
326 const std::shared_ptr<InvocationResult>& result) in CallCompleted()
335 const std::shared_ptr<InvocationResult>& result) in CallFunction()
399 const std::shared_ptr<InvocationResult>& result, in ProcessResult()
422 std::vector<std::shared_ptr<InvocationResult>> new_calls; in RunnerThread()
444 invocation_results_.push_back(std::make_shared<InvocationResult>()); in RunnerThread()
461 std::shared_ptr<InvocationResult>* result) in ShouldWait()
[all …]
H A Dparallel_map_dataset_op.cc276 std::shared_ptr<InvocationResult> result; in GetNextInternal()
357 invocation_results_.push_back(std::make_shared<InvocationResult>()); in RestoreInternal()
413 struct InvocationResult { struct in tensorflow::data::ParallelMapDatasetOp::Dataset::Iterator
414 InvocationResult() : uid(tensorflow::EnvTime::NowNanos()) {} in InvocationResult() function
450 const std::shared_ptr<InvocationResult>& result) in CallCompleted()
459 const std::shared_ptr<InvocationResult>& result) in CallFunction()
515 const std::shared_ptr<InvocationResult>& result, in ProcessResult()
547 std::vector<std::shared_ptr<InvocationResult>> new_calls; in RunnerThread()
569 invocation_results_.push_back(std::make_shared<InvocationResult>()); in RunnerThread()
584 bool ShouldWait(std::shared_ptr<InvocationResult>* result) in ShouldWait()
[all …]
H A Dwindow_dataset_op.cc325 struct InvocationResult { struct in tensorflow::data::WindowDatasetOp::Dataset::Iterator
326 InvocationResult() = default;
327 InvocationResult(std::vector<Tensor>&& result, const Status& status) in InvocationResult() argument
377 std::deque<InvocationResult> buffer_ TF_GUARDED_BY(mu_);
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Dparse_example_dataset_op.cc397 std::shared_ptr<InvocationResult> result; in GetNextInternal()
478 invocation_results_.push_back(std::make_shared<InvocationResult>()); in RestoreInternal()
535 struct InvocationResult { struct in tensorflow::data::experimental::__anon4014e9290111::ParseExampleDatasetOp::Dataset::Iterator
536 InvocationResult() = default;
537 explicit InvocationResult(int64_t id) : id(id) {} in InvocationResult() argument
572 const std::shared_ptr<InvocationResult>& result) in CallCompleted()
582 const std::shared_ptr<InvocationResult>& result) in CallFunction()
729 const std::shared_ptr<InvocationResult>& result, in ProcessResult()
754 std::vector<std::shared_ptr<InvocationResult>> new_calls; in RunnerThread()
779 std::make_shared<InvocationResult>(num_total_calls++)); in RunnerThread()
[all …]
H A Dchoose_fastest_dataset_op.cc294 struct InvocationResult { struct in tensorflow::data::experimental::__anone6ccae9d0111::ChooseFastestDatasetOp::Dataset::ChooseFastestIterator
302 std::unique_ptr<InvocationResult> result;
320 threads[i].result = std::make_unique<InvocationResult>(); in StartThreads()
329 void RunnerThread(IteratorContext* ctx, InvocationResult* result, int i) { in RunnerThread()
/aosp_15_r20/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
H A DResultHandlerTest.java195 IInvocationResult result = new InvocationResult(); in testSerialization()
204 Collection<InvocationResult.RunHistory> runHistories = in testSerialization()
205 ((InvocationResult) result).getRunHistories(); in testSerialization()
206 InvocationResult.RunHistory runHistory1 = new InvocationResult.RunHistory(); in testSerialization()
210 InvocationResult.RunHistory runHistory2 = new InvocationResult.RunHistory(); in testSerialization()
286 IInvocationResult result = new InvocationResult(); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
H A DInvokableTypeImpl.java54 static interface InvocationResult { interface in InvokableTypeImpl
110 InvocationResult ret; in invokeMethod()
293 abstract InvocationResult waitForReply(PacketStream stream) throws JDWPException; in waitForReply()
H A DInterfaceTypeImpl.java39 private static class IResult implements InvocationResult {
110 InvocationResult waitForReply(PacketStream stream) throws JDWPException { in waitForReply()
H A DClassTypeImpl.java35 private static class IResult implements InvocationResult {
287 InvocationResult waitForReply(PacketStream stream) throws JDWPException { in waitForReply()
/aosp_15_r20/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
H A DResultHandler.java179 IInvocationResult invocation = new InvocationResult(); in getResultFromDir()
480 Collection<InvocationResult.RunHistory> runHistories = in writeResults()
481 ((InvocationResult) result).getRunHistories(); in writeResults()
484 for (InvocationResult.RunHistory runHistory : runHistories) { in writeResults()
H A DInvocationResult.java32 public class InvocationResult implements IInvocationResult { class
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/
H A DTestResultsReport.java28 import com.android.compatibility.common.util.InvocationResult;
85 IInvocationResult result = new InvocationResult(); in generateResult()
/aosp_15_r20/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
H A DSubPlanHelperTest.java26 import com.android.compatibility.common.util.InvocationResult;
165 IInvocationResult result = new InvocationResult(); in populateResults()
/aosp_15_r20/tools/tradefederation/prebuilts/filegroups/suite/
Dcompatibility-host-util.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/lib/
Dtools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/com. ...
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/lib/
Dtools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/com. ...
/aosp_15_r20/packages/apps/CellBroadcastReceiver/tests/compliancetests/mockmodem/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx.annotation_annotation- ...
/aosp_15_r20/out/soong/
Dbuild.aosp_shiba.4.ninja734756 …braries/compatibility-common-util/src/com/android/compatibility/common/util/InvocationResult.java $
734889 …braries/compatibility-common-util/src/com/android/compatibility/common/util/InvocationResult.java $
735041 …braries/compatibility-common-util/src/com/android/compatibility/common/util/InvocationResult.java $
735298 …braries/compatibility-common-util/src/com/android/compatibility/common/util/InvocationResult.java $
735408 …braries/compatibility-common-util/src/com/android/compatibility/common/util/InvocationResult.java $
735528 …braries/compatibility-common-util/src/com/android/compatibility/common/util/InvocationResult.java $
735654 …braries/compatibility-common-util/src/com/android/compatibility/common/util/InvocationResult.java $
Dbuild.aosp_shiba.ninja.globs56628 …compatibility-common-util/src/com/android/compatibility/common/util/InvocationResult.java","platfo…