Home
last modified time | relevance | path

Searched full:running (Results 1 – 25 of 10377) sorted by relevance

12345678910>>...416

/external/perfetto/test/trace_processor/diff_tests/tables/
Dthread_state_flattened_csv.out2 …ler: android.view.Choreographer$FrameDisplayEventReceiver",11155,1257,1,"Running","[NULL]","[NULL]…
3 1738888568389,17991,251,1,"Choreographer#doFrame 10831",11156,1257,1,"Running","[NULL]","[NULL]","[…
4 1738888586380,71961,251,2,"animation",11158,1257,1,"Running","[NULL]","[NULL]","[NULL]","[NULL]"
5 1738888658341,65346,251,3,"ShadeListBuilder.buildList",11159,1257,1,"Running","[NULL]","[NULL]","[N…
6 1738888723687,11966,251,4,"ShadeListBuilder.filterNotifs",11160,1257,1,"Running","[NULL]","[NULL]",…
7 1738888735653,9631,251,3,"ShadeListBuilder.buildList",11159,1257,1,"Running","[NULL]","[NULL]","[NU…
8 1738888745284,3080,251,4,"ShadeListBuilder.groupNotifs",11161,1257,1,"Running","[NULL]","[NULL]","[…
9 1738888748364,11493,251,3,"ShadeListBuilder.buildList",11159,1257,1,"Running","[NULL]","[NULL]","[N…
10 1738888759857,25794,251,4,"ShadeListBuilder.pruneIncompleteGroups",11162,1257,1,"Running","[NULL]",…
11 1738888785651,10182,251,3,"ShadeListBuilder.buildList",11159,1257,1,"Running","[NULL]","[NULL]","[N…
[all …]
/external/llvm/test/Other/
Dnew-pass-manager.ll12 ; CHECK-MODULE-PASS-NEXT: Running pass: NoOpModulePass
22 ; CHECK-CGSCC-PASS-NEXT: Running pass: ModuleToPostOrderCGSCCPassAdaptor
23 ; CHECK-CGSCC-PASS-NEXT: Running analysis: InnerAnalysisManagerProxy<{{.*}}>
24 ; CHECK-CGSCC-PASS-NEXT: Running analysis: LazyCallGraphAnalysis
25 ; CHECK-CGSCC-PASS-NEXT: Running an SCC pass across the RefSCC: [(foo)]
27 ; CHECK-CGSCC-PASS-NEXT: Running pass: NoOpCGSCCPass
38 ; CHECK-FUNCTION-PASS-NEXT: Running pass: ModuleToFunctionPassAdaptor
39 ; CHECK-FUNCTION-PASS-NEXT: Running analysis: InnerAnalysisManagerProxy<{{.*}}>
41 ; CHECK-FUNCTION-PASS-NEXT: Running pass: NoOpFunctionPass
48 ; CHECK-MODULE-PRINT: Running pass: VerifierPass
[all …]
Dopt-bisect-legacy-pass-manager.ll25 ; CHECK-SKIP-ALL: BISECT: NOT running pass ({{[0-9]+}})
26 ; CHECK-SKIP-ALL-NOT: BISECT: running pass ({{[0-9]+}})
31 ; OPTBISECT-O0-NOT: BISECT: NOT running
55 ; CHECK-DEADARG: BISECT: running pass ({{[0-9]+}}) Dead Argument Elimination on module
59 ; CHECK-NOT-DEADARG: BISECT: NOT running pass ({{[0-9]+}}) Dead Argument Elimination on module
66 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (<<null func…
67 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (g)
68 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (f1)
69 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (f2)
70 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (f3)
[all …]
Dpass-pipeline-parsing.ll5 ; CHECK-TWO-NOOP-MP: Running pass: NoOpModulePass
6 ; CHECK-TWO-NOOP-MP: Running pass: NoOpModulePass
14 ; CHECK-NESTED-TWO-NOOP-MP: Running pass: NoOpModulePass
15 ; CHECK-NESTED-TWO-NOOP-MP: Running pass: NoOpModulePass
23 ; CHECK-TWO-NOOP-FP: Running pass: ModuleToFunctionPassAdaptor
25 ; CHECK-TWO-NOOP-FP: Running pass: NoOpFunctionPass
26 ; CHECK-TWO-NOOP-FP: Running pass: NoOpFunctionPass
34 ; CHECK-NESTED-TWO-NOOP-FP: Running pass: ModuleToFunctionPassAdaptor
36 ; CHECK-NESTED-TWO-NOOP-FP: Running pass: NoOpFunctionPass
37 ; CHECK-NESTED-TWO-NOOP-FP: Running pass: NoOpFunctionPass
[all …]
/external/cronet/net/base/
Dprioritized_dispatcher_unittest.cc44 bool running() const { in running() function in net::__anone1cd732d0111::PrioritizedDispatcherTest::TestJob
203 // Allow only one running job. in TEST_F()
212 ASSERT_TRUE(job_a->running()); in TEST_F()
214 ASSERT_TRUE(job_b->running()); in TEST_F()
216 ASSERT_TRUE(job_c->running()); in TEST_F()
218 ASSERT_TRUE(job_d->running()); in TEST_F()
234 ASSERT_TRUE(job_a->running()); in TEST_F()
236 ASSERT_TRUE(job_c->running()); in TEST_F()
238 ASSERT_TRUE(job_d->running()); in TEST_F()
240 ASSERT_TRUE(job_b->running()); in TEST_F()
[all …]
/external/perfetto/test/trace_processor/diff_tests/metrics/android/
Dandroid_binder_metric.out403 thread_state: "Running"
415 thread_state: "Running"
449 thread_state: "Running"
461 thread_state: "Running"
493 thread_state: "Running"
505 thread_state: "Running"
546 thread_state: "Running"
558 thread_state: "Running"
590 thread_state: "Running"
602 thread_state: "Running"
[all …]
/external/eigen/unsupported/test/
Dcxx11_non_blocking_thread_pool.cpp34 std::atomic<int> running(0); in test_parallelism() local
37 // Schedule kThreads tasks and ensure that they all are running. in test_parallelism()
43 running++; in test_parallelism()
49 while (running != kThreads) { in test_parallelism()
51 running = 0; in test_parallelism()
54 // ensure that they are running. in test_parallelism()
57 running++; in test_parallelism()
60 // When all tasks are running, half of tasks exit, quarter of tasks in test_parallelism()
61 // continue running and quarter of tasks schedule another 2 tasks each. in test_parallelism()
64 // are running. in test_parallelism()
[all …]
/external/ltp/lib/newlib_tests/shell/
Dtimeout03.sh10 # If you are running on slow machine, try exporting LTP_TIMEOUT_MUL > 1
14 # Test is still running... 10
15 # Test is still running... 9
16 # Test is still running... 8
17 # Test is still running... 7
18 # Test is still running... 6
19 # Test is still running... 5
20 # Test is still running... 4
21 # Test is still running... 3
22 # Test is still running... 2
[all …]
/external/webrtc/api/test/metrics/
Dchrome_perf_dashboard_metrics_exporter_test.cc115 EXPECT_THAT(actual_histogram_set.histograms(0).running().count(), Eq(2)); in TEST_F()
116 EXPECT_THAT(actual_histogram_set.histograms(0).running().max(), Eq(20)); in TEST_F()
117 EXPECT_THAT(actual_histogram_set.histograms(0).running().meanlogs(), in TEST_F()
119 EXPECT_THAT(actual_histogram_set.histograms(0).running().mean(), Eq(15)); in TEST_F()
120 EXPECT_THAT(actual_histogram_set.histograms(0).running().min(), Eq(10)); in TEST_F()
121 EXPECT_THAT(actual_histogram_set.histograms(0).running().sum(), Eq(30)); in TEST_F()
122 EXPECT_THAT(actual_histogram_set.histograms(0).running().variance(), Eq(50)); in TEST_F()
143 EXPECT_THAT(actual_histogram_set.histograms(1).running().count(), Eq(2)); in TEST_F()
144 EXPECT_THAT(actual_histogram_set.histograms(1).running().max(), Eq(5000)); in TEST_F()
145 EXPECT_THAT(actual_histogram_set.histograms(1).running().meanlogs(), in TEST_F()
[all …]
/external/googleapis/google/cloud/channel/v1/
Doperations.proto27 // RPCs that return a Long Running Operation.
32 // Long Running Operation was triggered by CreateEntitlement.
35 // Long Running Operation was triggered by ChangeRenewalSettings.
38 // Long Running Operation was triggered by StartPaidService.
41 // Long Running Operation was triggered by ActivateEntitlement.
44 // Long Running Operation was triggered by SuspendEntitlement.
47 // Long Running Operation was triggered by CancelEntitlement.
50 // Long Running Operation was triggered by TransferEntitlements.
53 // Long Running Operation was triggered by TransferEntitlementsToGoogle.
56 // Long Running Operation was triggered by ChangeOffer.
[all …]
/external/google-cloud-java/java-channel/proto-google-cloud-channel-v1/src/main/proto/google/cloud/channel/v1/
Doperations.proto27 // RPCs that return a Long Running Operation.
32 // Long Running Operation was triggered by CreateEntitlement.
35 // Long Running Operation was triggered by ChangeRenewalSettings.
38 // Long Running Operation was triggered by StartPaidService.
41 // Long Running Operation was triggered by ActivateEntitlement.
44 // Long Running Operation was triggered by SuspendEntitlement.
47 // Long Running Operation was triggered by CancelEntitlement.
50 // Long Running Operation was triggered by TransferEntitlements.
53 // Long Running Operation was triggered by TransferEntitlementsToGoogle.
56 // Long Running Operation was triggered by ChangeOffer.
[all …]
/external/autotest/client/site_tests/bluetooth_AVLHCI/
Dbluetooth_AVLHCI.py66 logging.info('* Running Bluetooth spec_legacy_test:')
78 logging.info('* Running Bluetooth spec_4_0_test:')
84 logging.info('* Running Bluetooth spec_4_1_test:')
90 logging.info('* Running Bluetooth spec_4_2_test:')
98 logging.info('* Running Bluetooth spec_5_0_test:')
105 logging.info('* Running Bluetooth spec_5_2_test:')
111 logging.info('* Running Bluetooth hci_ext_msft_test:')
116 logging.info('* Running Bluetooth hci_ext_aosp_test:')
186 logging.info('** Running Bluetooth flushable data packets test:')
193 logging.info('** Running Bluetooth erroneous data reporting test:')
[all …]
/external/perfetto/test/trace_processor/diff_tests/metrics/startup/
Dandroid_startup_installd_dex2oat_slow.out64 slow_start_reason: "dex2oat running during launch"
67 reason: "dex2oat running during launch"
111 slow_start_reason: "dex2oat running during launch"
112 slow_start_reason: "installd running during launch"
113 slow_start_reason: "Startup running concurrent to launch"
116 reason: "dex2oat running during launch"
129 reason: "installd running during launch"
142 reason: "Startup running concurrent to launch"
185 slow_start_reason: "dex2oat running during launch"
186 slow_start_reason: "installd running during launch"
[all …]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceDefault.h49 // Running on the host CPU in numThreads()
52 // Running on a HIP device in numThreads()
55 // Running on a CUDA device in numThreads()
62 // Running on the host CPU in firstLevelCacheSize()
65 // Running on a HIP device in firstLevelCacheSize()
68 // Running on a CUDA device, return the amount of shared memory available. in firstLevelCacheSize()
75 // Running single threaded on the host CPU in lastLevelCacheSize()
78 // Running on a HIP device in lastLevelCacheSize()
81 // Running on a CUDA device in lastLevelCacheSize()
88 // Running single threaded on the host CPU in majorDeviceVersion()
[all …]
/external/guava/guava/src/com/google/common/util/concurrent/
DService.java38 * <li>{@linkplain State#RUNNING RUNNING} -&gt;
44 * before the {@link Service} reaches the {@linkplain State#RUNNING RUNNING} state. The set of legal
74 /** Returns {@code true} if this service is {@linkplain State#RUNNING running}. */
81 * If the service is {@linkplain State#STARTING starting} or {@linkplain State#RUNNING running},
94 * Waits for the {@link Service} to reach the {@linkplain State#RUNNING running state}.
97 * enter the {@link State#RUNNING} state. e.g. if the {@code state} is {@code
104 * Waits for the {@link Service} to reach the {@linkplain State#RUNNING running state} for no more
110 * enter the {@link State#RUNNING RUNNING} state. e.g. if the {@code state} is {@code
119 * Waits for the {@link Service} to reach the {@linkplain State#RUNNING running state} for no more
126 * enter the {@link State#RUNNING RUNNING} state. e.g. if the {@code state} is {@code
[all …]
/external/tensorflow/tensorflow/python/distribute/cluster_resolver/
Dkubernetes_cluster_resolver_test.py72 ret = _create_pod_list(('tensorflow-abc123', 'Running', '10.1.2.3'),)
89 ('tensorflow-abc123', 'Running', '10.1.2.3'),
90 ('tensorflow-def456', 'Running', '10.1.2.4'),
91 ('tensorflow-999999', 'Running', '10.1.2.5'))
110 ('worker-0', 'Running', '10.1.2.3'),
111 ('worker-1', 'Running', '10.1.2.4'),
112 ('worker-2', 'Running', '10.1.2.5'))
132 error_msg = 'Pod "tensorflow-abc123" is not running; phase: "Failed"'
138 ('tensorflow-abc123', 'Running', '10.1.2.3'),
139 ('tensorflow-def456', 'Running', '10.1.2.4'),
[all …]
/external/sdk-platform-java/api-common-java/src/main/java/com/google/api/core/
DApiService.java46 * <li>{@linkplain State#RUNNING RUNNING} -&gt;
52 * called before the {@link ApiService} reaches the {@linkplain State#RUNNING RUNNING} state. The
88 * Waits for the {@link ApiService} to reach the {@linkplain State#RUNNING running state}.
91 * enter the {@link State#RUNNING} state. e.g. if the {@code state} is {@code
97 * Waits for the {@link ApiService} to reach the {@linkplain State#RUNNING running state} for no
104 * enter the {@link State#RUNNING RUNNING} state. e.g. if the {@code state} is {@code
134 /** Returns {@code true} if this service is {@linkplain State#RUNNING running}. */
150 * If the service is {@linkplain State#STARTING starting} or {@linkplain State#RUNNING running},
180 RUNNING, enumConstant
182 /** A service in this state is transitioning to {@link #RUNNING}. */
[all …]
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DAbstractServiceTest.java56 assertFalse(service.running); in testNoOpServiceStartStop()
59 assertEquals(State.RUNNING, service.state()); in testNoOpServiceStartStop()
61 assertTrue(service.running); in testNoOpServiceStartStop()
66 assertFalse(service.running); in testNoOpServiceStartStop()
68 ImmutableList.of(State.STARTING, State.RUNNING, State.STOPPING, State.TERMINATED), in testNoOpServiceStartStop()
76 assertEquals(State.RUNNING, service.state()); in testNoOpServiceStartAndWaitStopAndWait()
86 assertEquals(State.RUNNING, service.state()); in testNoOpServiceStartAsyncAndAwaitStopAsyncAndAwait()
96 assertEquals(State.RUNNING, service.state()); in testNoOpServiceStopIdempotence()
102 ImmutableList.of(State.STARTING, State.RUNNING, State.STOPPING, State.TERMINATED), in testNoOpServiceStopIdempotence()
120 assertEquals(State.RUNNING, service.state()); in testNoOpServiceStopIdempotenceDoubleWait()
[all …]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractServiceTest.java56 assertFalse(service.running); in testNoOpServiceStartStop()
59 assertEquals(State.RUNNING, service.state()); in testNoOpServiceStartStop()
61 assertTrue(service.running); in testNoOpServiceStartStop()
66 assertFalse(service.running); in testNoOpServiceStartStop()
68 ImmutableList.of(State.STARTING, State.RUNNING, State.STOPPING, State.TERMINATED), in testNoOpServiceStartStop()
76 assertEquals(State.RUNNING, service.state()); in testNoOpServiceStartAndWaitStopAndWait()
86 assertEquals(State.RUNNING, service.state()); in testNoOpServiceStartAsyncAndAwaitStopAsyncAndAwait()
96 assertEquals(State.RUNNING, service.state()); in testNoOpServiceStopIdempotence()
102 ImmutableList.of(State.STARTING, State.RUNNING, State.STOPPING, State.TERMINATED), in testNoOpServiceStopIdempotence()
120 assertEquals(State.RUNNING, service.state()); in testNoOpServiceStopIdempotenceDoubleWait()
[all …]
/external/guava/android/guava/src/com/google/common/util/concurrent/
DService.java35 * <li>{@linkplain State#RUNNING RUNNING} -&gt;
41 * before the {@link Service} reaches the {@linkplain State#RUNNING RUNNING} state. The set of legal
71 /** Returns {@code true} if this service is {@linkplain State#RUNNING running}. */
78 * If the service is {@linkplain State#STARTING starting} or {@linkplain State#RUNNING running},
91 * Waits for the {@link Service} to reach the {@linkplain State#RUNNING running state}.
94 * enter the {@link State#RUNNING} state. e.g. if the {@code state} is {@code
101 * Waits for the {@link Service} to reach the {@linkplain State#RUNNING running state} for no more
108 * enter the {@link State#RUNNING RUNNING} state. e.g. if the {@code state} is {@code
183 /** A service in this state is transitioning to {@link #RUNNING}. */
187 RUNNING, enumConstant
[all …]
/external/python/cpython2/Lib/test/
Dtest_dummy_threading.py11 global running
22 running += 1
24 print running, 'tasks are running'
30 running -= 1
32 print self.name, 'is finished.', running, 'tasks are running'
42 global running
43 running = 0
/external/kernel-headers/original/uapi/linux/
Dmembarrier.h34 * @MEMBARRIER_CMD_GLOBAL: Execute a memory barrier on all running threads.
36 * is ensured that all running threads have passed
40 * (non-running threads are de facto in such a
42 * running on the system. This command returns 0.
44 * Execute a memory barrier on all running threads
48 * is ensured that all running threads have passed
52 * (non-running threads are de facto in such a
66 * Execute a memory barrier on each running
69 * caller thread is ensured that all its running
74 * (non-running threads are de facto in such a
[all …]
/external/autotest/client/cros/
Dxmlrpc_server.py53 running = []
69 running.append(proc)
74 if not running:
77 logging.info('Trying SIGTERM: pids=%s', [p.pid for p in running])
78 for proc in running:
87 (terminated, running) = psutil.wait_procs(running, sigterm_timeout)
88 if not running:
91 running.sort(key=lambda p: p.pid)
92 logging.info('Trying SIGKILL: pids=%s', [p.pid for p in running])
93 for proc in running:
[all …]
/external/python/cpython2/Doc/includes/
Dmp_synchronize.py16 def value_func(running, mutex): argument
22 running.value -= 1
27 running = multiprocessing.Value('i', TASKS)
31 p = multiprocessing.Process(target=value_func, args=(running, mutex))
34 while running.value > 0:
37 print running.value,
42 print 'No more running processes'
110 def semaphore_func(sema, mutex, running): argument
114 running.value += 1
115 print running.value, 'tasks are running'
[all …]
/external/aws-sdk-java-v2/services/elasticbeanstalk/src/main/resources/codegen-resources/
Dexamples-1.json15 …"description": "The following code aborts a running application version deployment for an environm…
116 "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
136 "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
147 "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
431 "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8"
571 "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
721 "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Node.js"
725 "64bit Amazon Linux 2015.03 v2.0.0 running Node.js",
726 "64bit Amazon Linux 2015.03 v2.0.0 running PHP 5.6",
727 "64bit Amazon Linux 2015.03 v2.0.0 running PHP 5.5",
[all …]

12345678910>>...416