/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.cpp | 322 void VPBasicBlock::execute(VPTransformState *State) { in execute() function in VPBasicBlock 513 void VPRegionBlock::execute(VPTransformState *State) { in execute() function in VPRegionBlock 662 void VPlan::execute(VPTransformState *State) { in execute() function in VPlan
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowLegacySQLiteConnection.java | 359 execute( in close() method 414 execute( in finalizeStmt() method
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/ |
H A D | depthwise_planar.hpp | 66 static inline void execute( in execute() function 103 static inline void execute( in execute() function
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ |
H A D | ComputeGraph.cpp | 450 bool execute) { in update_descriptor_counts() 610 void ComputeGraph::execute() const { in execute() function in vkcompute::ComputeGraph
|
/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
H A D | ClientCallImplTest.java | 264 @Override public void execute(Runnable command) { in exceptionInOnHeadersHasOnCloseQueuedLast() method in ClientCallImplTest.PointOfNoReturnExecutor 1087 public void execute(Runnable command) { in execute() method in ClientCallImplTest.DelayedExecutor
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/ |
D | MeasurementServiceImpl.java | 731 Consumer<MeasurementImpl> execute, in performRegistration() 775 Function<MeasurementImpl, Integer> execute, in performDeletion()
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/adapter/hidl/src/ |
H A D | PreparedModel.cpp | 137 nn::GeneralResult<void> execute(const nn::SharedPreparedModel& preparedModel, in execute() function 292 Return<V1_0::ErrorStatus> PreparedModel::execute(const V1_0::Request& request, in execute() function in android::hardware::neuralnetworks::adapter::PreparedModel
|
/aosp_15_r20/external/crosvm/swap/src/ |
H A D | worker.rs | 26 fn execute(self); in execute() method 297 fn execute(self) { in execute() method
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/helper/ |
H A D | HttpConnection.java | 345 public Connection.Response execute() throws IOException { in execute() method in HttpConnection 817 static Response execute(HttpConnection.Request req) throws IOException { in execute() method in HttpConnection.Response 821 …static Response execute(HttpConnection.Request req, @Nullable Response previousResponse) throws IO… in execute() method in HttpConnection.Response
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__pstl/internal/ |
H A D | parallel_backend_tbb.h | 482 execute() in execute() function 618 execute(tbb::detail::d1::execution_data& __ed) override in execute() function 680 execute(tbb::detail::d1::execution_data& __ed) override in execute() function
|
/aosp_15_r20/frameworks/base/keystore/java/android/security/ |
H A D | CheckedRemoteRequest.java | 32 R execute() throws RemoteException; in execute() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | Executor.java | 136 void execute(Runnable command); in execute() method
|
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | SynchronousExecutor.java | 26 public void execute(Runnable r) { in execute() method in SynchronousExecutor
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | Executor.java | 136 void execute(Runnable command); in execute() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | Executor.java | 136 void execute(Runnable command); in execute() method
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc7/ |
D | vm.cpp | 11 void vmachine::execute(std::vector<int> const& code) in execute() function in client::vmachine
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/python/ |
H A D | toco_from_protos.py | 28 def execute(unused_args): function
|
/aosp_15_r20/external/apache-xml/test/tests/bugzilla/ |
H A D | BugzillaNNNN.java | 55 public void execute(Datalet d) in execute() method in BugzillaNNNN
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc8/ |
D | vm.cpp | 11 void vmachine::execute(std::vector<int> const& code) in execute() function in client::vmachine
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/http/pipeline/stages/ |
H A D | MakeRequestImmutableStage.java | 26 …public SdkHttpFullRequest execute(SdkHttpFullRequest.Builder input, RequestExecutionContext contex… in execute() method in MakeRequestImmutableStage
|
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/functions/operators/ |
H A D | ExistsFunction.java | 28 public Value execute(Value... args) { in execute() method in ExistsFunction
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
H A D | FuncStartsWith.java | 43 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException in execute() method in FuncStartsWith
|
H A D | FuncFloor.java | 43 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException in execute() method in FuncFloor
|
H A D | FuncNumber.java | 43 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException in execute() method in FuncNumber
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/service/ |
D | IRemoteFeature.java | 28 public FeatureResponse execute(FeatureRequest request); in execute() method
|