Home
last modified time | relevance | path

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

12345678910>>...174

/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 …]
Drehash_exception_tests.cpp51 void run(T& x) const in run() function
64 void run(T& x) const in run() function
77 void run(T& x) const in run() function
90 void run(T& x) const in run() function
103 void run(T& x) const in run() function
116 void run(T& x) const in run() function
Dcopy_exception_tests.cpp20 void run() const in run() function
39 void run() const in run() function
56 void run() const in run() function
76 void run() const in run() function
94 void run() const in run() function
/external/libevent/test/
Dregress.gen.h158 struct run { struct
159 struct run_access_ *base; argument
181 struct run *run_new(void); argument
/external/cronet/third_party/libc++/src/benchmarks/
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 …]
/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/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/logging/
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 …]
/external/google-cloud-java/java-bigquerydatatransfer/proto-google-cloud-bigquerydatatransfer-v1/src/main/java/com/google/cloud/bigquery/datatransfer/v1/
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 …]
/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
/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() argument
/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/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.cc67 for (const auto& run : reports) { in ReportRuns() local
89 for (const auto& run : reports) { in ReportRuns() local
103 for (const auto& run : reports) { in ReportRuns() local
109 void CSVReporter::PrintRunData(const Run& run) { in PrintRunData()
/external/cronet/third_party/google_benchmark/src/src/
Dcsv_reporter.cc67 for (const auto& run : reports) { in ReportRuns() local
89 for (const auto& run : reports) { in ReportRuns() local
103 for (const auto& run : reports) { in ReportRuns() local
109 void CSVReporter::PrintRunData(const Run& run) { in PrintRunData()
/external/grpc-grpc/src/python/grpcio_tests/
Dcommands.py53 def run(self): member in GatherProto
70 def run(self): member in BuildPy
91 def run(self): member in TestLite
118 def run(self): member in TestPy3Only
141 def run(self): member in TestAio
176 def run(self): member in RunInterop
219 def run(self): member in RunFork
/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/dns/
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 …]
/external/icu/icu4j/demos/src/main/java/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/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 …]
/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 …]
/external/crosvm/tools/contrib/vcpu_blocker_analyzer/
DREADME.md39 ### 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.
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/waiters/
DWaiter.java39 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
/external/grpc-grpc-java/api/src/test/java/io/grpc/
DGlobalInterceptorsTest.java77 public void run() { in run() method in GlobalInterceptorsTest.StaticTestingClassLoaderSet
99 public void run() { in run() method in GlobalInterceptorsTest.StaticTestingClassLoaderSetTwice
117 public void run() { in run() method in GlobalInterceptorsTest.StaticTestingClassLoaderGetBeforeSetClientInterceptor
134 public void run() { in run() method in GlobalInterceptorsTest.StaticTestingClassLoaderGetBeforeSetServerInterceptor
151 public void run() { in run() method in GlobalInterceptorsTest.StaticTestingClassLoaderGetBeforeSetServerStreamTracerFactory
/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/linux-kselftest/tools/testing/selftests/kvm/s390x/
Dsync_regs_test.c78 struct kvm_run *run = vcpu->run; in test_read_invalid() local
99 struct kvm_run *run = vcpu->run; in test_set_invalid() local
120 struct kvm_run *run = vcpu->run; in test_req_and_verify_all_valid_regs() local
149 struct kvm_run *run = vcpu->run; in test_set_and_verify_various_reg_values() local
191 struct kvm_run *run = vcpu->run; in test_clear_kvm_dirty_regs_bits() local

12345678910>>...174