Home
last modified time | relevance | path

Searched defs:execute (Results 251 – 275 of 4262) sorted by relevance

1...<<11121314151617181920>>...171

/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/functions/operators/
H A DNumericFunction.java28 public Value execute(Value... args) { in execute() method in NumericFunction
H A DNotFunction.java28 public Value execute(Value... args) { in execute() method in NotFunction
H A DAndFunction.java28 public Value execute(Value... args) { in execute() method in AndFunction
H A DLessFunction.java28 public Value execute(Value... args) { in execute() method in LessFunction
/aosp_15_r20/external/testng/src/test/java/test/configuration/
H A DBeforeClassThreadA.java16 public void execute() { in execute() method in BeforeClassThreadA
H A DBeforeClassThreadB.java16 public void execute() { in execute() method in BeforeClassThreadB
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/functions/
H A DFunction.java29 Value execute(Value... args); in execute() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc7/
Dvm.cpp11 void vmachine::execute(std::vector<int> const& code) in execute() function in client::vmachine
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncStringLength.java43 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException in execute() method in FuncStringLength
H A DFuncBoolean.java43 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException in execute() method in FuncBoolean
H A DFuncString.java43 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException in execute() method in FuncString
H A DFuncCeiling.java43 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException in execute() method in FuncCeiling
H A DFuncNot.java43 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException in execute() method in FuncNot
/aosp_15_r20/external/python/cpython2/Demo/sockets/
Drpythond.py37 def execute(request): function
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/http/pipeline/stages/
H A DUnwrapResponseContainer.java33 …public OutputT execute(Response<OutputT> input, RequestExecutionContext context) throws Exception { in execute() method in UnwrapResponseContainer
H A DAfterExecutionInterceptorsStage.java25 public OutputT execute(OutputT input, RequestExecutionContext context) throws Exception { in execute() method in AfterExecutionInterceptorsStage
H A DBeforeTransmissionExecutionInterceptorsStage.java27 …public SdkHttpFullRequest execute(SdkHttpFullRequest input, RequestExecutionContext context) throw… in execute() method in BeforeTransmissionExecutionInterceptorsStage
H A DMakeRequestMutableStage.java26 …public SdkHttpFullRequest.Builder execute(SdkHttpFullRequest input, RequestExecutionContext contex… in execute() method in MakeRequestMutableStage
/aosp_15_r20/external/python/cpython3/Tools/demo/
Drpythond.py40 def execute(request): function
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/
Drt.rs11 fn execute(&self, fut: Fut); in execute() method
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/http/pipeline/
H A DRequestPipeline.java41 OutputT execute(InputT input, RequestExecutionContext context) throws Exception; in execute() method
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
H A DLengthFunction.java32 public Value execute(Value... args) { in execute() method in LengthFunction
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/functions/numeric/
H A DAbsFunction.java34 public Value execute(Value... args) { in execute() method in AbsFunction
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/
H A DDirectExecutor.java30 public void execute(Runnable command) { in execute() method in DirectExecutor
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DUiOffloadThread.java40 public Future<?> execute(Runnable runnable) { in execute() method in UiOffloadThread

1...<<11121314151617181920>>...171