/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/ |
H A D | parallel_filter_dataset_op.cc | 173 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 D | parallel_map_dataset_op.cc | 276 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 D | window_dataset_op.cc | 325 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 D | parse_example_dataset_op.cc | 397 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 D | choose_fastest_dataset_op.cc | 294 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 D | ResultHandlerTest.java | 195 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 D | InvokableTypeImpl.java | 54 static interface InvocationResult { interface in InvokableTypeImpl 110 InvocationResult ret; in invokeMethod() 293 abstract InvocationResult waitForReply(PacketStream stream) throws JDWPException; in waitForReply()
|
H A D | InterfaceTypeImpl.java | 39 private static class IResult implements InvocationResult { 110 InvocationResult waitForReply(PacketStream stream) throws JDWPException { in waitForReply()
|
H A D | ClassTypeImpl.java | 35 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 D | ResultHandler.java | 179 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 D | InvocationResult.java | 32 public class InvocationResult implements IInvocationResult { class
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
H A D | TestResultsReport.java | 28 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 D | SubPlanHelperTest.java | 26 import com.android.compatibility.common.util.InvocationResult; 165 IInvocationResult result = new InvocationResult(); in populateResults()
|
/aosp_15_r20/tools/tradefederation/prebuilts/filegroups/suite/ |
D | compatibility-host-util.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/lib/ |
D | tools.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/com. ... |
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/lib/ |
D | tools.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/com. ... |
/aosp_15_r20/packages/apps/CellBroadcastReceiver/tests/compliancetests/mockmodem/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx.annotation_annotation- ... |
/aosp_15_r20/out/soong/ |
D | build.aosp_shiba.4.ninja | 734756 …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 $
|
D | build.aosp_shiba.ninja.globs | 56628 …compatibility-common-util/src/com/android/compatibility/common/util/InvocationResult.java","platfo…
|