Home
last modified time | relevance | path

Searched defs:run (Results 1 – 25 of 10448) sorted by relevance

12345678910>>...418

/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/
H A Dmap.bench.cpp98 void run(benchmark::State& State) const { in run() function
110 void run(benchmark::State& State) const { in run() function
130 void run(benchmark::State& State) const { in run() function
151 void run(benchmark::State& State) const { in run() function
174 void run(benchmark::State& State) const { in run() function
193 void run(benchmark::State& State) const { in run() function
216 void run(benchmark::State& State) const { in run() function
236 void run(benchmark::State& State) const { in run() function
270 typename std::enable_if<hint == ::Hint::Correct>::type run(benchmark::State& State) const { in run() function
300 typename std::enable_if<hint != ::Hint::Correct>::type run(benchmark::State& State) const { in run() function
[all …]
H A Dstring.bench.cpp153 static void run(benchmark::State& state) { in run() function
189 static void run(benchmark::State& state) { StringCopyAndDestroy<Length, true, false>(state); } in run() function
196 static void run(benchmark::State& state) { StringCopyAndDestroy<Length, false, true>(state); } in run() function
203 static void run(benchmark::State& state) { in run() function
227 static void run(benchmark::State& state) { in run() function
250 static void run(benchmark::State& state) { in run() function
273 static void run(benchmark::State& state) { in run() function
295 static void run(benchmark::State& state) { in run() function
318 static void run(benchmark::State& state) { in run() function
342 static void run(benchmark::State& state) { in run() function
[all …]
/aosp_15_r20/external/libevent/test/
H A Dregress.gen.h158 struct run { struct
159 struct run_access_ *base; argument
181 struct run *run_new(void); argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/exception/
Dconstructor_exception_tests.cpp27 void run() const in run() function
39 void run() const in run() function
51 void run() const in run() function
63 void run() const in run() function
75 void run() const in run() function
87 void run() const in run() function
107 void run() const in run() function
119 void run() const in run() function
131 void run() const in run() function
143 void run() const in run() function
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_asyncgen.py851 async def run(): function
904 async def run(): function
922 async def run(): function
941 async def run(): function
966 async def run(): function
991 async def run(): function
1018 async def run(): function
1044 async def run(): function
1079 async def run(): function
1115 async def run(): function
[all …]
/aosp_15_r20/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/logging/
H A DLoggingExample.java83 abstract void run(Logging logging, T arg) throws Exception; in run() method in LoggingExample.LoggingAction
102 void run(Logging logging, Tuple<LoggingAction, Object> subaction) throws Exception { in run() method in LoggingExample.ParentAction
153 public void run(Logging logging, Void arg) { in run() method in LoggingExample.ListMetricsAction
189 public void run(Logging logging, String metric) { in run() method in LoggingExample.MetricInfoAction
203 public void run(Logging logging, String metric) { in run() method in LoggingExample.DeleteMetricAction
218 public void run(Logging logging, MetricInfo metric) { in run() method in LoggingExample.CreateMetricAction
250 public void run(Logging logging, Void arg) { in run() method in LoggingExample.ListSinksAction
286 public void run(Logging logging, String sink) { in run() method in LoggingExample.SinkInfoAction
300 public void run(Logging logging, String sink) { in run() method in LoggingExample.DeleteSinkAction
315 public void run(Logging logging, SinkInfo sink) { in run() method in LoggingExample.CreateSinkAction
[all …]
/aosp_15_r20/art/test/989-method-trace-throw/src/art/
H A DTest989.java248 public static void run() throws Exception { in run() method in Test989
300 public void run() { in run() method in Test989.throwAClass
310 public void run() { in run() method in Test989.throwANativeClass
320 public void run() { in run() method in Test989.throwNativeExceptionClass
331 public void run() { in run() method in Test989.tryCatchExitClass
337 public void run() { in run() method in Test989.doNothingClass
343 public void run() { in run() method in Test989.doNothingNativeClass
349 public void run() { in run() method in Test989.acceptValueClass
355 public void run() { in run() method in Test989.acceptValueNativeClass
361 public void run() { in run() method in Test989.returnValueClass
[all …]
/aosp_15_r20/external/google-cloud-java/java-bigquerydatatransfer/proto-google-cloud-bigquerydatatransfer-v1/src/main/java/com/google/cloud/bigquery/datatransfer/v1/
H A DRunName.java43 private final String run; field in RunName
105 public static RunName of(String project, String transferConfig, String run) { in of()
111 String project, String transferConfig, String run) { in ofProjectTransferConfigRunName()
117 String project, String location, String transferConfig, String run) { in ofProjectLocationTransferConfigRunName()
126 public static String format(String project, String transferConfig, String run) { in format()
137 String project, String transferConfig, String run) { in formatProjectTransferConfigRunName()
148 String project, String location, String transferConfig, String run) { in formatProjectLocationTransferConfigRunName()
251 private String run; field in RunName.Builder
277 public Builder setRun(String run) { in setRun()
305 private String run; field in RunName.ProjectLocationTransferConfigRunBuilder
[all …]
/aosp_15_r20/art/test/109-suspend-check/src/
H A DMain.java105 public void run() { in run() method in InfiniteWhileLoopWithSpecialReturnArgOrConst
118 public void run() { in run() method in InfiniteWhileLoopWithSpecialPutOrNop
132 public void run() { in run() method in InfiniteWhileLoopWithSpecialConstOrIGet
145 public void run() { in run() method in InfiniteWhileLoopWithSpecialConstOrIGetInTryCatch
158 public void run() { in run() method in InfiniteWhileLoopWithIntrinsic
169 public void run() { in run() method in InfiniteDoWhileLoopWithLong
181 public void run() { in run() method in InfiniteWhileLoop
190 public void run() { in run() method in InfiniteDoWhileLoop
199 public void run() { in run() method in InfiniteForLoop
208 public void run() { in run() method in MakeGarbage
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp291 Int PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Inter()
311 Int PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Inter_Last()
333 Int PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Intra()
365 Int PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Intra_Last()
393 Int PutCoeff_Inter_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Inter_RVLC()
449 Int PutCoeff_Inter_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Inter_RVLC_Last()
483 Int PutCoeff_Intra_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Intra_RVLC()
545 Int PutCoeff_Intra_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Intra_RVLC_Last()
580 PutRunCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) in PutRunCoeff_Inter()
609 Int PutRunCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) in PutRunCoeff_Inter_Last()
[all …]
/aosp_15_r20/external/python/cpython3/Doc/tools/extensions/
Dpyspecific.py110 def run(self): member in ImplementationDetail
146 def run(self): member in Availability
254 def run(self): member in AuditEvent
334 def run(self): member in AuditEventListDirective
351 def run(self): member in PyDecoratorFunction
359 def run(self): member in PyDecoratorMethod
379 def run(self): member in PyCoroutineFunction
385 def run(self): member in PyCoroutineMethod
391 def run(self): member in PyAwaitableFunction
397 def run(self): member in PyAwaitableMethod
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/
H A Dqconv_unpack.cpp52 static std::tuple<at::Tensor, std::optional<at::Tensor>> run( in run() function in at::native::__anon9707b0b70111::QConvUnpackWeightsInt8
88 static std::tuple<at::Tensor, std::optional<at::Tensor>> run( in run() function in at::native::__anon9707b0b70111::QConv1dUnpackWeightsInt8
130 static torch::List<int64_t> run( in run() function in at::native::__anon9707b0b70111::QConvStride
139 static torch::List<int64_t> run( in run() function in at::native::__anon9707b0b70111::QConvPadding
148 static torch::List<int64_t> run( in run() function in at::native::__anon9707b0b70111::QConvOutputPadding
157 static torch::List<int64_t> run( in run() function in at::native::__anon9707b0b70111::QConvDilation
166 static int64_t run( in run() function in at::native::__anon9707b0b70111::QConvGroups
175 static int64_t run( in run() function in at::native::__anon9707b0b70111::QConvTranspose
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dcustom_training_loop_input_test.py85 def run(x): function
151 def run(iterator): function
254 def run(iterator): function
407 def run(iterator): function
498 def run(iterator): function
519 def run(iterator): function
547 def run(iterator): function
572 def run(iterator): function
597 def run(inputs): function
617 def run(iterator): function
[all …]
H A Dstrategy_gather_test.py75 def run(): function
134 def run(): function
156 def run(): function
184 def run(): function
206 def run(value): function
231 def run(): function
373 def run(value): function
401 def run(value): function
439 def run(value): function
459 def run(): function
[all …]
/aosp_15_r20/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/dns/
H A DDnsExample.java70 void run(Dns dns, String... args); in run() method
81 public void run(Dns dns, String... args) { in run() method in DnsExample.CreateZoneAction
107 public void run(Dns dns, String... args) { in run() method in DnsExample.ListZonesAction
134 public void run(Dns dns, String... args) { in run() method in DnsExample.GetZoneAction
159 public void run(Dns dns, String... args) { in run() method in DnsExample.DeleteZoneAction
188 public void run(Dns dns, String... args) { in run() method in DnsExample.DeleteDnsRecordAction
236 public void run(Dns dns, String... args) { in run() method in DnsExample.AddDnsRecordAction
281 public void run(Dns dns, String... args) { in run() method in DnsExample.ListDnsRecordsAction
317 public void run(Dns dns, String... args) { in run() method in DnsExample.ListChangesAction
366 public void run(Dns dns, String... args) { in run() method in DnsExample.ListAction
[all …]
/aosp_15_r20/system/tools/aidl/tests/
Daidl_integration_test.py71 def run(self, command, background=None, ignore_status=False): member in AdbHost
117 def run(self): member in NativeServer
123 def run(self): member in NativeClient
167 def run(self): member in JavaServer
181 def run(self): member in JavaClient
198 def run(self): member in JavaVersionTestClient
215 def run(self): member in JavaVersionTestServer
229 def run(self): member in JavaPermissionClient
245 def run(self): member in JavaPermissionServer
261 def run(self): member in RustClient
[all …]
/aosp_15_r20/art/test/1922-owned-monitors-info/src/art/
H A DTest1922.java44 public void run() { in run() method in Test1922.ThreadPauser
132 public void run() { in run() method in Test1922.PrintOwnedMonitorsStackDepthRunnable
143 public void run() { in run() method in Test1922.PrintOwnedMonitorsRunnable
149 public static void run() throws Exception { in run() method in Test1922
281 public void run() { in run() method in Test1922.CallSafepoint
294 public void run() { in run() method in Test1922.CallLockOther
307 public void run() { in run() method in Test1922.CallLockExtra
318 public void run() { in run() method in Test1922.CallLockThisNative
331 public void run() { in run() method in Test1922.CallLockNative
342 public void run() { in run() method in Test1922.CallLockClass
[all …]
/aosp_15_r20/external/icu/icu4c/source/layoutex/
H A Dplayout.cpp225 pl_getVisualRunFont(const pl_visualRun *run) in pl_getVisualRunFont()
237 pl_getVisualRunDirection(const pl_visualRun *run) in pl_getVisualRunDirection()
249 pl_getVisualRunGlyphCount(const pl_visualRun *run) in pl_getVisualRunGlyphCount()
261 pl_getVisualRunGlyphs(const pl_visualRun *run) in pl_getVisualRunGlyphs()
273 pl_getVisualRunPositions(const pl_visualRun *run) in pl_getVisualRunPositions()
285 pl_getVisualRunGlyphToCharMap(const pl_visualRun *run) in pl_getVisualRunGlyphToCharMap()
297 pl_getVisualRunAscent(const pl_visualRun *run) in pl_getVisualRunAscent()
309 pl_getVisualRunDescent(const pl_visualRun *run) in pl_getVisualRunDescent()
321 pl_getVisualRunLeading(const pl_visualRun *run) in pl_getVisualRunLeading()
/aosp_15_r20/external/eigen/bench/
H A Dproduct_threshold.cpp76 static void run() in run() function
90 struct loop_on_k<M,N,END> { static void run(){} }; in run() function
96 static void run() in run() function
111 struct loop_on_m<END,N,K> { static void run(){} }; in run() function
116 static void run() in run() function
125 struct loop_on_n<M,END,K,Scalar,Mode> { static void run(){} }; in run() function
129 static void run() in run() function
136 template<> struct print_n<END> { static void run(){} }; in run() function
/aosp_15_r20/external/skia/modules/skparagraph/src/
H A DTextLine.cpp153 auto& run = fOwner->run(runIndex); in TextLine() local
191 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint()
204 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint()
224 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint()
249 const auto& run = fOwner->run(fRunsInVisualOrder[0]); in ensureTextBlobCachePopulated() local
278 SkScalar* runWidthInLine) { in ensureTextBlobCachePopulated()
327 const Run* run, SkScalar runOffset, TextRange textRange, SkScalar* width) { in scanStyles()
561 auto& run = cluster->run(); in shiftCluster() local
640 std::unique_ptr<Run> run() & { return std::move(fRun); } in shapeEllipsis() function in skia::textlayout::TextLine::shapeEllipsis::ShapeHandler
671 const Run& run = cluster->run(); in shapeEllipsis() local
[all …]
/aosp_15_r20/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/translit/
H A DAnyTransliterator.java28 private Position run; field in AnyTransliterator
116 public void getExpanse(Position run); in getExpanse()
118 public boolean next(Position run); in next()
119 public void getCurrent(Position run); in getCurrent()
160 public boolean next(Position run) { in next()
215 public static void set(Position run, Position current) { in set()
226 public void getCurrent(Position run) { in getCurrent()
230 public void getExpanse(Position run) { in getExpanse()
/aosp_15_r20/external/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp52 static char run; member
64 char ModuleNDNM::run=0; member in llvm::__anonab286df50111::ModuleNDNM
68 static char run; member
77 char ModuleNDM::run=0; member in llvm::__anonab286df50111::ModuleNDM
81 static char run; member
90 char ModuleNDM2::run=0; member in llvm::__anonab286df50111::ModuleNDM2
94 static char run; member
109 char ModuleDNM::run=0; member in llvm::__anonab286df50111::ModuleDNM
118 void run() { in run() function
341 void MemoryTestHelper(int run) { in MemoryTestHelper()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Passes/
DPassBuilder.h843 PreservedAnalyses run(Module &M, ModuleAnalysisManager &) { in run() function
855 Result run(Module &, ModuleAnalysisManager &) { return Result(); } in run() function
860 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &, in run() function
873 Result run(LazyCallGraph::SCC &, CGSCCAnalysisManager &, LazyCallGraph &G) { in run() function
880 PreservedAnalyses run(Function &F, FunctionAnalysisManager &) { in run() function
892 Result run(Function &, FunctionAnalysisManager &) { return Result(); } in run() function
897 PreservedAnalyses run(LoopNest &L, LoopAnalysisManager &, in run() function
905 PreservedAnalyses run(Loop &L, LoopAnalysisManager &, in run() function
913 PreservedAnalyses run(MachineFunction &, MachineFunctionAnalysisManager &) { in run() function
925 Result run(Loop &, LoopAnalysisManager &, LoopStandardAnalysisResults &) { in run() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Passes/
DPassBuilder.h790 PreservedAnalyses run(Module &M, ModuleAnalysisManager &) { in run() function
802 Result run(Module &, ModuleAnalysisManager &) { return Result(); } in run() function
807 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &, in run() function
820 Result run(LazyCallGraph::SCC &, CGSCCAnalysisManager &, LazyCallGraph &G) { in run() function
827 PreservedAnalyses run(Function &F, FunctionAnalysisManager &) { in run() function
839 Result run(Function &, FunctionAnalysisManager &) { return Result(); } in run() function
844 PreservedAnalyses run(LoopNest &L, LoopAnalysisManager &, in run() function
852 PreservedAnalyses run(Loop &L, LoopAnalysisManager &, in run() function
861 PreservedAnalyses run(MachineFunction &, MachineFunctionAnalysisManager &) { in run() function
873 Result run(Loop &, LoopAnalysisManager &, LoopStandardAnalysisResults &) { in run() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Passes/
DPassBuilder.h790 PreservedAnalyses run(Module &M, ModuleAnalysisManager &) { in run() function
802 Result run(Module &, ModuleAnalysisManager &) { return Result(); } in run() function
807 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &, in run() function
820 Result run(LazyCallGraph::SCC &, CGSCCAnalysisManager &, LazyCallGraph &G) { in run() function
827 PreservedAnalyses run(Function &F, FunctionAnalysisManager &) { in run() function
839 Result run(Function &, FunctionAnalysisManager &) { return Result(); } in run() function
844 PreservedAnalyses run(LoopNest &L, LoopAnalysisManager &, in run() function
852 PreservedAnalyses run(Loop &L, LoopAnalysisManager &, in run() function
861 PreservedAnalyses run(MachineFunction &, MachineFunctionAnalysisManager &) { in run() function
873 Result run(Loop &, LoopAnalysisManager &, LoopStandardAnalysisResults &) { in run() function

12345678910>>...418