/aosp_15_r20/out/soong/.intermediates/frameworks/base/cmds/svc/svc/android_common/repackaged-jarjar/javac/ |
D | svc.jar | ... java.lang.String longHelp ()
public void run (java.lang.String[])
int ... |
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderVertexSpacing.cpp | 154 const _run &run) in getEdgesForIsolinesTessellation() 224 const _run &run) in getEdgesForQuadsTessellation() 526 const _run &run) in getEdgesForTrianglesTessellation() 951 _run run; in initTest() local 1052 const _run &run = *run_iterator; in iterate() local 1100 void TessellationShaderVertexSpacing::verifyEdges(const _tess_edges &edges, const _run &run) in verifyEdges()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/cmds/svc/svc/android_common/javac/ |
D | svc.jar | ... java.lang.String longHelp ()
public void run (java.lang.String[])
String ... |
/aosp_15_r20/external/pytorch/torch/csrc/jit/testing/ |
H A D | file_check.cpp | 198 TORCH_API void run(const std::string& test_file) { in run() function 210 TORCH_API void run( in run() function 564 void FileCheck::run(const std::string& test_file) { in run() function in torch::jit::testing::FileCheck 568 void FileCheck::run(const Graph& graph) { in run() function in torch::jit::testing::FileCheck 574 void FileCheck::run( in run() function in torch::jit::testing::FileCheck 580 void FileCheck::run( in run() function in torch::jit::testing::FileCheck
|
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/svc_intermediates/ |
D | classes.jar | ... java.lang.String longHelp ()
public void run (java.lang.String[])
int ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/cmds/uiautomator/cmds/uiautomator/uiautomator/android_common/turbine/ |
D | uiautomator.jar | ... java.lang.String detailedOptions ()
public void run (java.lang.String[])
} ... |
/aosp_15_r20/external/pytorch/test/cpp/c10d/ |
H A D | ProcessGroupNCCLTest.cpp | 223 c10::intrusive_ptr<c10d::Work> run() { in run() function in AllreduceNCCLTest 255 c10::intrusive_ptr<c10d::Work> run() { in run() function in SparseAllreduceNCCLTest 270 c10::intrusive_ptr<c10d::Work> run(int rootRank, int rootTensor) { in run() function in BroadcastNCCLTest 289 c10::intrusive_ptr<c10d::Work> run(int rootRank, int rootTensor) { in run() function in ReduceNCCLTest 308 c10::intrusive_ptr<c10d::Work> run() { in run() function in AllgatherNCCLTest 326 c10::intrusive_ptr<c10d::Work> run() { in run() function in AllgatherBaseNCCLTest 356 c10::intrusive_ptr<c10d::Work> run() { in run() function 385 c10::intrusive_ptr<c10d::Work> run() { in run() function in ReduceScatterBaseNCCLTest
|
/aosp_15_r20/development/apps/Development/src/com/android/development/ |
H A D | AccountsTester.java | 404 public void run(AccountManagerFuture<Bundle> future) { in run() method in AccountsTester.GetAccountsCallback 441 public void run(AccountManagerFuture<Bundle> future) { in run() method in AccountsTester.GetAuthTokenCallback 456 public void run(AccountManagerFuture<Bundle> future) { in run() method in AccountsTester.GetAndInvalidateAuthTokenCallback 472 public void run(AccountManagerFuture<Boolean> future) { in run() method in AccountsTester.TestHasFeaturesCallback 499 public void run(AccountManagerFuture<Bundle> future) { in run() method in AccountsTester.CallbackToDialog
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/waiters/ |
H A D | Waiter.java | 39 default WaiterResponse<T> run(Supplier<T> pollingFunction) { in run() method 52 …default WaiterResponse<T> run(Supplier<T> pollingFunction, WaiterOverrideConfiguration overrideCon… in run() method 65 …default WaiterResponse<T> run(Supplier<T> pollingFunction, Consumer<WaiterOverrideConfiguration.Bu… in run() method
|
/aosp_15_r20/external/crosvm/tools/contrib/vcpu_blocker_analyzer/ |
H A D | README.md | 39 ### 1. Make a `trace.dat` file by `trace-cmd record` for your workload. 66 ### 2. Generate the text data via `trace-cmd report` 75 ### 3. Run this tool.
|
/aosp_15_r20/external/eigen/test/ |
H A D | vectorization_logic.cpp | 115 static void run() in run() function 266 static void run() {} in run() function 278 static void run() in run() function 390 static void run() {} in run() function
|
H A D | numext.cpp | 80 static void run() { in run() function 101 static void run() { in run() function 156 static void run() { in run() function 179 static void run() { in run() function
|
H A D | io.cpp | 17 static void run() in run() function 31 static void run() in run() function 43 static void run() in run() function
|
H A D | mapstaticmethods.cpp | 28 static void run(const PlainObjectType& m) in run() function 74 static void run(const PlainObjectType& m) in run() function 120 static void run(const PlainObjectType& v) in run() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | CFGPrinter.cpp | 59 PreservedAnalyses CFGViewerPass::run(Function &F, in run() function in CFGViewerPass 90 PreservedAnalyses CFGOnlyViewerPass::run(Function &F, in run() function in CFGOnlyViewerPass 137 PreservedAnalyses CFGPrinterPass::run(Function &F, in run() function in CFGPrinterPass 167 PreservedAnalyses CFGOnlyPrinterPass::run(Function &F, in run() function in CFGOnlyPrinterPass
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | CustomMemoryOptimizerStrategyTests.cpp | 60 IRuntimePtr run = IRuntime::Create(options); variable 87 IRuntimePtr run = IRuntime::Create(options); variable 116 IRuntimePtr run = IRuntime::Create(options); variable
|
/aosp_15_r20/art/test/047-returns/src/ |
H A D | Main.java | 52 public void run() { in run() method in ClassOne 62 public void run() { in run() method in ClassTwo 72 public void run() { in run() method in ClassThree
|
/aosp_15_r20/cts/tests/tests/mediaediting/src/android/media/mediaediting/cts/ |
H A D | TransformerAndroidTestRunner.java | 198 public ExportTestResult run(String testId, Composition composition) throws Exception { in run() method in TransformerAndroidTestRunner 213 public ExportTestResult run(String testId, Composition composition, @Nullable String oldFilePath) in run() method in TransformerAndroidTestRunner 251 public ExportTestResult run(String testId, EditedMediaItem editedMediaItem) throws Exception { in run() method in TransformerAndroidTestRunner 265 public ExportTestResult run(String testId, MediaItem mediaItem) throws Exception { in run() method in TransformerAndroidTestRunner
|
/aosp_15_r20/external/toolchain-utils/compiler_wrapper/ |
H A D | env.go | 27 run(cmd *command, stdin io.Reader, stdout io.Writer, stderr io.Writer) error methodSpec 97 func (env *processEnv) run(cmd *command, stdin io.Reader, stdout io.Writer, stderr io.Writer) error… func 129 func (env *commandRecordingEnv) run(cmd *command, stdin io.Reader, stdout io.Writer, stderr io.Writ… func 160 func (env *printingEnv) run(cmd *command, stdin io.Reader, stdout io.Writer, stderr io.Writer) erro… func
|
/aosp_15_r20/art/runtime/gc/allocator/ |
H A D | rosalloc.cc | 503 Run* run = nullptr; in FreeInternal() local 756 size_t RosAlloc::FreeFromRun(Thread* self, void* ptr, Run* run) { in FreeFromRun() 1027 Run* run = nullptr; in BulkFree() local 1273 Run* run = reinterpret_cast<Run*>(base_ + i * gPageSize); in DumpPageMap() local 1330 Run* run = reinterpret_cast<Run*>(base_ + pm_idx * gPageSize); in UsableSize() local 1458 Run* run = reinterpret_cast<Run*>(base_ + i * gPageSize); in InspectAll() local 1537 void RosAlloc::RevokeRun(Thread* self, size_t idx, Run* run) { in RevokeRun() 1812 Run* run = reinterpret_cast<Run*>(base_ + i * gPageSize); in Verify() local 1861 for (auto& run : runs) { in Verify() local 2137 Run* run = reinterpret_cast<Run*>(base_ + i * gPageSize); in DumpStats() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | CGSCCPassManager.cpp | 63 CGSCCUpdateResult &>::run(LazyCallGraph::SCC &InitialC, in run() function in llvm::PassManager::SCC 138 ModuleToPostOrderCGSCCPassAdaptor::run(Module &M, ModuleAnalysisManager &AM) { in run() function in llvm::ModuleToPostOrderCGSCCPassAdaptor 356 PreservedAnalyses DevirtSCCRepeatedPass::run(LazyCallGraph::SCC &InitialC, in run() function in llvm::DevirtSCCRepeatedPass 505 PreservedAnalyses CGSCCToFunctionPassAdaptor::run(LazyCallGraph::SCC &C, in run() function in llvm::CGSCCToFunctionPassAdaptor 654 CGSCCAnalysisManagerModuleProxy::run(Module &M, ModuleAnalysisManager &AM) { in run() function in llvm::CGSCCAnalysisManagerModuleProxy 667 FunctionAnalysisManagerCGSCCProxy::run(LazyCallGraph::SCC &C, in run() function in llvm::FunctionAnalysisManagerCGSCCProxy
|
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/model_tests/ |
H A D | model_handler.py | 241 def run(self, member in _ModelHandlerBase 298 def run(self, member in ModelHandlerV1 359 def run(self, member in ModelHandlerV2 491 def run(self, member in TrtModelHandlerV1 540 def run(self, member in TrtModelHandlerV2 611 def run(self, member in _ModelHandlerManagerBase
|
/aosp_15_r20/external/junit/src/main/java/org/junit/experimental/max/ |
H A D | MaxCore.java | 63 public Result run(Class<?> testClass) { in run() method in MaxCore 73 public Result run(Request request) { in run() method in MaxCore 87 public Result run(Request request, JUnitCore core) { in run() method in MaxCore
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | hierarchyviewer2lib.jar | ... hierarchyviewerlib.ui.util.DrawableViewNode)
public void run ()
com.android.hierarchyviewerlib.device. ... |
/aosp_15_r20/external/antlr/runtime/Python/ |
H A D | setup.py | 20 def run(self): member in clean 82 def run(self): member in unittest 177 def run(self): member in functest
|