Home
last modified time | relevance | path

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

12345678910>>...152

/external/libevent/test/
Dregress.gen.h158 struct run { struct
159 struct run_access_ *base; argument
181 struct run *run_new(void); argument
/external/cronet/buildtools/third_party/libc++/trunk/benchmarks/
Dmap.bench.cpp101 void run(benchmark::State& State) const { in run() function
113 void run(benchmark::State& State) const { in run() function
134 void run(benchmark::State& State) const { in run() function
155 void run(benchmark::State& State) const { in run() function
178 void run(benchmark::State& State) const { in run() function
197 void run(benchmark::State& State) const { in run() function
220 void run(benchmark::State& State) const { in run() function
240 void run(benchmark::State& State) const { in run() function
282 run(benchmark::State& State) const { in run() function
313 run(benchmark::State& State) const { in run() function
[all …]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
DMultiSynch.java35 public void run(Object[] params); in run() method
45 public static void run(Object[] params, Set synchSet, Action action) { in run() method in MultiSynch
54 public static void run(Object[] params, List synchList, Action action) { in run() method in MultiSynch
63 public static void run(Object[] params, Object[] synchArr, Action action) { in run() method in MultiSynch
74 private static void run(Object[] params, Object[] synchArr, Action action, int depth) { in run() method in MultiSynch
/external/eigen/bench/
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
DbenchGeometry.cpp28 static EIGEN_DONT_INLINE res run( arg1& a1, arg2& a2 ) in run() function
38 static EIGEN_DONT_INLINE res run( arg1& a1, arg2& a2 ) in run() function
48 static EIGEN_DONT_INLINE res run( arg1& a1, arg2& a2 ) in run() function
58 static void run() in run() function
/external/icu/icu4c/source/layoutex/
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()
/external/caliper/caliper/src/main/java/com/google/caliper/model/
DTrial.java40 private Run run; field in Trial
65 public Run run() { in run() method in Trial
112 private Run run; field in Trial.Builder
121 public Builder run(Run.Builder runBuilder) { in run() method in Trial.Builder
125 public Builder run(Run run) { in run() method in Trial.Builder
/external/junit/src/main/java/org/junit/runner/
DJUnitCore.java93 public Result run(Class<?>... classes) { in run() method in JUnitCore
104 public Result run(Computer computer, Class<?>... classes) { in run() method in JUnitCore
114 public Result run(Request request) { in run() method in JUnitCore
124 public Result run(junit.framework.Test test) { in run() method in JUnitCore
131 public Result run(Runner runner) { in run() method in JUnitCore
/external/python/cpython3/Doc/tools/extensions/
Dpyspecific.py88 def run(self): member in ImplementationDetail
120 def run(self): member in Availability
184 def run(self): member in AuditEvent
264 def run(self): member in AuditEventListDirective
281 def run(self): member in PyDecoratorFunction
289 def run(self): member in PyDecoratorMethod
309 def run(self): member in PyCoroutineFunction
315 def run(self): member in PyCoroutineMethod
321 def run(self): member in PyAwaitableFunction
327 def run(self): member in PyAwaitableMethod
[all …]
/external/libcxx/utils/google-benchmark/src/
Dcsv_reporter.cc50 for (const auto& run : reports) { in ReportRuns() local
72 for (const auto& run : reports) { in ReportRuns() local
85 for (const auto& run : reports) { in ReportRuns() local
90 void CSVReporter::PrintRunData(const Run& run) { in PrintRunData()
/external/google-benchmark/src/
Dcsv_reporter.cc62 for (const auto& run : reports) { in ReportRuns() local
84 for (const auto& run : reports) { in ReportRuns() local
97 for (const auto& run : reports) { in ReportRuns() local
102 void CSVReporter::PrintRunData(const Run& run) { in PrintRunData()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
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()
/external/grpc-grpc/src/python/grpcio_tests/
Dcommands.py56 def run(self): member in GatherProto
73 def run(self): member in BuildPy
94 def run(self): member in TestLite
142 def run(self): member in TestGevent
181 def run(self): member in RunInterop
219 def run(self): member in RunFork
/external/python/cpython3/Lib/test/
Dtest_asyncgen.py849 async def run(): function
902 async def run(): function
920 async def run(): function
939 async def run(): function
964 async def run(): function
989 async def run(): function
1016 async def run(): function
1042 async def run(): function
1077 async def run(): function
1113 async def run(): function
[all …]
/external/markdown/markdown/
Dpreprocessors.py52 def run(self, lines): member in Preprocessor
65 def run(self, lines): member in NormalizeWhitespace
77 def run(self, lines): member in HtmlBlockPreprocessor
Dpostprocessors.py54 def run(self, text): member in Postprocessor
69 def run(self, text): member in RawHtmlPostprocessor
119 def run(self, text): member in AndSubstitutePostprocessor
136 def run(self, text): member in UnescapePostprocessor
Dblockprocessors.py124 def run(self, parent, blocks): member in BlockProcessor
174 def run(self, parent, blocks): member in ListIndentProcessor
250 def run(self, parent, blocks): member in CodeBlockProcessor
284 def run(self, parent, blocks): member in BlockQuoteProcessor
347 def run(self, parent, blocks): member in OListProcessor
453 def run(self, parent, blocks): member in HashHeaderProcessor
484 def run(self, parent, blocks): member in SetextHeaderProcessor
515 def run(self, parent, blocks): member in HRProcessor
538 def run(self, parent, blocks): member in EmptyBlockProcessor
568 def run(self, parent, blocks): member in ReferenceProcessor
[all …]
/external/armnn/src/backends/backendsCommon/test/
DCustomMemoryOptimizerStrategyTests.cpp60 IRuntimePtr run = IRuntime::Create(options); variable
87 IRuntimePtr run = IRuntime::Create(options); variable
116 IRuntimePtr run = IRuntime::Create(options); variable
/external/eigen/test/
Dio.cpp17 static void run() in run() function
31 static void run() in run() function
43 static void run() in run() function
/external/armnn/src/backends/cl/test/
DClDefaultAllocatorTests.cpp38 IRuntimePtr run = IRuntime::Create(options); variable
64 IRuntimePtr run = IRuntime::Create(options); variable
95 IRuntimePtr run = IRuntime::Create(options); variable
139 IRuntimePtr run = IRuntime::Create(options); variable
165 IRuntimePtr run = IRuntime::Create(options); variable
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractExecutionThreadServiceTest.java138 protected void run() { in run() method in AbstractExecutionThreadServiceTest.WaitOnRunService
201 protected void run() { in run() method in AbstractExecutionThreadServiceTest.ThrowOnStartUpService
250 protected void run() { in run() method in AbstractExecutionThreadServiceTest.ThrowOnRunService
284 protected void run() { in run() method in AbstractExecutionThreadServiceTest.ThrowOnShutDown
324 protected void run() throws Exception {} in run() method in AbstractExecutionThreadServiceTest.TimeoutOnStartUp
411 protected void run() throws Exception { in run() method in AbstractExecutionThreadServiceTest.FakeService
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DAbstractExecutionThreadServiceTest.java138 protected void run() { in run() method in AbstractExecutionThreadServiceTest.WaitOnRunService
201 protected void run() { in run() method in AbstractExecutionThreadServiceTest.ThrowOnStartUpService
250 protected void run() { in run() method in AbstractExecutionThreadServiceTest.ThrowOnRunService
284 protected void run() { in run() method in AbstractExecutionThreadServiceTest.ThrowOnShutDown
324 protected void run() throws Exception {} in run() method in AbstractExecutionThreadServiceTest.TimeoutOnStartUp
411 protected void run() throws Exception { in run() method in AbstractExecutionThreadServiceTest.FakeService
/external/tensorflow/tensorflow/python/distribute/
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 …]
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 …]
/external/linux-kselftest/tools/testing/selftests/arm64/mte/
Dcheck_tags_inclusion.c46 int tag, run, result = KSFT_PASS; in check_single_included_tags() local
76 int tag, run, result = KSFT_PASS; in check_multiple_included_tags() local
108 int run, result = KSFT_PASS; in check_all_included_tags() local
132 int run; in check_none_included_tags() local

12345678910>>...152