Home
last modified time | relevance | path

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

12345678910>>...138

/external/curl/tests/
DREADME.md17 ### Installation of python-impacket
43 ### Port numbers used by test servers
52 ### Test servers
67 ### Run
105 ### Shell startup scripts
121 ### Memory test
139 ### Debug
147 ### Logs
152 ### Test input files
160 ### Code coverage
[all …]
/external/libevent/test/
Dregress.gen.h158 struct run { struct
159 struct run_access_ *base; argument
181 struct run *run_new(void); argument
/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/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/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/markdown/markdown/
Dblockprocessors.py80 def run(self, parent, blocks): member in BlockProcessor
129 def run(self, parent, blocks): member in ListIndentProcessor
192 def run(self, parent, blocks): member in CodeBlockProcessor
224 def run(self, parent, blocks): member in BlockQuoteProcessor
268 def run(self, parent, blocks): member in OListProcessor
339 def run(self, parent, blocks): member in HashHeaderProcessor
370 def run(self, parent, blocks): member in SetextHeaderProcessor
396 def run(self, parent, blocks): member in HRProcessor
428 def run(self, parent, blocks): member in EmptyBlockProcessor
447 def run(self, parent, blocks): member in ParagraphProcessor
Dpostprocessors.py30 def run(self, text): member in Postprocessor
43 def run(self, text): member in RawHtmlPostprocessor
75 def run(self, text): member in AndSubstitutePostprocessor
/external/tensorflow/tensorflow/python/distribute/
Dcustom_training_loop_input_test.py89 def run(x): function
155 def run(iterator): function
258 def run(iterator): function
411 def run(iterator): function
502 def run(iterator): function
523 def run(iterator): function
551 def run(iterator): function
576 def run(iterator): function
601 def run(inputs): function
621 def run(iterator): function
[all …]
Dstrategy_gather_test.py77 def run(): function
136 def run(): function
158 def run(): function
186 def run(): function
213 def run(value): function
238 def run(): function
380 def run(value): function
408 def run(value): function
446 def run(value): function
466 def run(): function
[all …]
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DAbstractExecutionThreadServiceTest.java141 protected void run() { in run() method in AbstractExecutionThreadServiceTest.WaitOnRunService
205 protected void run() { in run() method in AbstractExecutionThreadServiceTest.ThrowOnStartUpService
256 protected void run() { in run() method in AbstractExecutionThreadServiceTest.ThrowOnRunService
291 protected void run() { in run() method in AbstractExecutionThreadServiceTest.ThrowOnShutDown
331 protected void run() throws Exception {} in run() method in AbstractExecutionThreadServiceTest.TimeoutOnStartUp
420 protected void run() throws Exception { in run() method in AbstractExecutionThreadServiceTest.FakeService
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractExecutionThreadServiceTest.java141 protected void run() { in run() method in AbstractExecutionThreadServiceTest.WaitOnRunService
205 protected void run() { in run() method in AbstractExecutionThreadServiceTest.ThrowOnStartUpService
256 protected void run() { in run() method in AbstractExecutionThreadServiceTest.ThrowOnRunService
291 protected void run() { in run() method in AbstractExecutionThreadServiceTest.ThrowOnShutDown
331 protected void run() throws Exception {} in run() method in AbstractExecutionThreadServiceTest.TimeoutOnStartUp
420 protected void run() throws Exception { in run() method in AbstractExecutionThreadServiceTest.FakeService
/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/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DManagedChannelImpl.java256 public void run() { in getStats() method in ManagedChannelImpl.StatsFetcher
285 public void run() { in run() method in ManagedChannelImpl.IdleModeTimer
388 public void run() { in run() method in ManagedChannelImpl.NameResolverRefresh
433 public void run() { in get() method in ManagedChannelImpl.ChannelTransportProvider.ExitIdleModeForTransport
665 public void run() { in shutdown() method in ManagedChannelImpl.Shutdown
682 public void run() { in shutdown() method in ManagedChannelImpl.CancelIdleTimer
704 public void run() { in shutdownNow() method in ManagedChannelImpl.ShutdownNow
849 public void run() { in getState() method in ManagedChannelImpl.RequestConnection
866 public void run() { in notifyWhenStateChanged() method in ManagedChannelImpl.NotifyStateChanged
878 public void run() { in resetConnectBackoff() method in ManagedChannelImpl.ResetConnectBackoff
[all …]
/external/toolchain-utils/afdo_tools/bisection/
Dafdo_prof_analysis_test.py83 def run(self, prof, save_run=False): member in AfdoProfAnalysisTest.test_bisect_profiles.DeciderClass
101 def run(self, prof, save_run=False): member in AfdoProfAnalysisTest.test_range_search.DeciderClass
127 def run(self, prof, save_run=False): member in AfdoProfAnalysisTest.test_check_good_not_bad.DeciderClass
143 def run(self, prof, save_run=False): member in AfdoProfAnalysisTest.test_check_bad_not_good.DeciderClass
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
DLoadClient.java312 public void run() { in run() method in LoadClient.BlockingUnaryWorker
334 public void run() { in run() method in LoadClient.AsyncUnaryWorker
378 public void run() { in run() method in LoadClient.AsyncPingPongWorker
429 public void run() { in run() method in LoadClient.GenericBlockingUnaryWorker
454 public void run() { in run() method in LoadClient.GenericAsyncUnaryWorker
502 public void run() { in run() method in LoadClient.GenericAsyncPingPongWorker
/external/junit/src/main/java/org/junit/experimental/max/
DMaxCore.java63 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

12345678910>>...138