Home
last modified time | relevance | path

Searched full:executing (Results 1 – 25 of 4022) sorted by relevance

12345678910>>...161

/external/ltp/testcases/open_posix_testsuite/bin/
Drun-posix-option-group-test.sh44 echo "Executing asynchronous I/O tests"
49 echo "Executing signals tests"
58 echo "Executing semaphores tests"
62 echo "Executing threads tests"
66 echo "Executing timers and clocks tests"
73 echo "Executing message queues tests"
77 echo "Executing process and thread scheduling tests"
81 echo "Executing mapped, process and shared memory tests"
/external/clang/test/Rewriter/
Dfinally.m5 …printf("executing try"); // expected-warning{{implicitly declaring library function 'printf' with …
9 printf("executing finally");
13 printf("executing try");
16 printf("executing finally");
18 printf("executing after finally block");
21 printf("executing try");
23 printf("executing finally");
Drewrite-modern-try-catch-finally.m18 printf("executing try");
21 printf("executing finally");
23 printf("executing after finally block");
26 printf("executing try");
28 printf("executing finally");
/external/webrtc/sdk/android/tests/src/org/webrtc/
DFakeMediaCodecWrapper.java43 EXECUTING_FLUSHED(Primary.EXECUTING),
44 EXECUTING_RUNNING(Primary.EXECUTING),
45 EXECUTING_END_OF_STREAM(Primary.EXECUTING),
48 public enum Primary { STOPPED, EXECUTING, RELEASED } enumConstant
220 if (state.getPrimary() != State.Primary.EXECUTING) { in flush()
221 throw new IllegalStateException("Expected state EXECUTING but was " + state); in flush()
228 if (state.getPrimary() != State.Primary.EXECUTING) { in stop()
229 throw new IllegalStateException("Expected state EXECUTING but was " + state); in stop()
259 if (state.getPrimary() != State.Primary.EXECUTING) { in queueInputBuffer()
260 throw new IllegalStateException("Expected state EXECUTING but was " + state); in queueInputBuffer()
[all …]
/external/python/cpython2/Doc/c-api/
Dreflection.rst11 or the interpreter of the thread state if no frame is currently executing.
17 or *NULL* if no frame is currently executing.
23 or *NULL* if no frame is currently executing.
29 currently executing.
34 Return the line number that *frame* is currently executing.
39 If there is a current frame and it is executing in restricted mode, return true,
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DSerializeReentrantCallsDirectExecutor.java39 private boolean executing; field in SerializeReentrantCallsDirectExecutor
46 if (!executing) { in execute()
47 executing = true; in execute()
51 log.log(Level.SEVERE, "Exception while executing runnable " + task, t); in execute()
56 executing = false; in execute()
70 log.log(Level.SEVERE, "Exception while executing runnable " + task, t); in completeQueuedTasks()
/external/autotest/server/cros/
Dfilesystem_util.py45 @raises TestError: If executing the command on CrOS fails.
59 raise error.TestError('Executing remount command on DUT failed')
68 @raises TestError: if executing the command on CrOS fails.
82 raise error.TestError('Executing command on DUT failed')
93 @raises TestError: if executing the command on CrOS fails.
101 raise error.TestError('Executing command on DUT failed')
/external/python/cpython3/Doc/c-api/
Dreflection.rst11 or the interpreter of the thread state if no frame is currently executing.
17 or ``NULL`` if no frame is currently executing.
23 or ``NULL`` if no frame is currently executing.
29 currently executing.
/external/google-cloud-java/java-contentwarehouse/proto-google-cloud-contentwarehouse-v1/src/main/java/com/google/cloud/contentwarehouse/v1/
DRuleActionsPairOrBuilder.java65 * Outputs of executing the actions associated with the above rule.
75 * Outputs of executing the actions associated with the above rule.
85 * Outputs of executing the actions associated with the above rule.
95 * Outputs of executing the actions associated with the above rule.
106 * Outputs of executing the actions associated with the above rule.
DRuleActionsPair.java124 * Outputs of executing the actions associated with the above rule.
137 * Outputs of executing the actions associated with the above rule.
151 * Outputs of executing the actions associated with the above rule.
164 * Outputs of executing the actions associated with the above rule.
177 * Outputs of executing the actions associated with the above rule.
815 * Outputs of executing the actions associated with the above rule.
832 * Outputs of executing the actions associated with the above rule.
848 * Outputs of executing the actions associated with the above rule.
864 * Outputs of executing the actions associated with the above rule.
887 * Outputs of executing the actions associated with the above rule.
[all …]
/external/trusty/arm-trusted-firmware/plat/qti/qtiseclib/inc/
Dqtiseclib_interface.h46 * This takes care of executing required CPU errata's.
54 * This takes care of executing required CPU errata's.
62 * This takes care of executing required CPU errata's.
70 * This takes care of executing required CPU errata's.
/external/arm-trusted-firmware/plat/qti/qtiseclib/inc/
Dqtiseclib_interface.h46 * This takes care of executing required CPU errata's.
54 * This takes care of executing required CPU errata's.
62 * This takes care of executing required CPU errata's.
70 * This takes care of executing required CPU errata's.
/external/arm-trusted-firmware/docs/plat/arm/tc/
Dindex.rst26 executing AP_BL1 and then executes AP_BL2 which loads the SCP_BL2 from
29 RAM and starts executing it. The AP then continues executing the rest of TF-A
30 stages including BL31 runtime stage and hands off executing to
/external/trusty/arm-trusted-firmware/docs/plat/arm/tc/
Dindex.rst28 executing AP_BL1 and then executes AP_BL2 which loads the SCP_BL2 from
31 RAM and starts executing it. The AP then continues executing the rest of TF-A
32 stages including BL31 runtime stage and hands off executing to
/external/swiftshader/third_party/marl/include/marl/
Dscheduler.h132 // The currently executing Fiber can be obtained by calling Fiber::current().
135 // of the fiber and start executing other pending work. Once the block has
140 // current() returns the currently executing fiber, or nullptr if called
150 // While the Fiber is suspended, the scheduler thread may continue executing
156 // wait() must only be called on the currently executing fiber.
167 // While the Fiber is suspended, the scheduler thread may continue executing
173 // wait() must only be called on the currently executing fiber.
182 // While the Fiber is suspended, the scheduler thread may continue executing
184 // wait() must only be called on the currently executing fiber.
198 // While the Fiber is suspended, the scheduler thread may continue executing
[all …]
/external/mesa3d/docs/_static/specs/OLD/
DMESA_program_debug.spec43 1. Have the GL call a user-specified function prior to executing
50 be called prior to executing each vertex or fragment program instruction.
176 prior to executing each instruction in the current fragment or
187 program is currently executing and <data> will be the value
260 Begin and End when a vertex or fragment program is currently executing.
312 be used to print the values of R0, R1, R2 and R3 while executing
316 /* This is called by the GL when the vertex program is executing.
/external/google-cloud-java/java-dns/src/main/java/com/google/cloud/dns/
DChangeRequestInfo.java109 * Sets a collection of {@link RecordSet}s which are to be added to the zone upon executing this
115 * Sets a collection of {@link RecordSet}s which are to be deleted from the zone upon executing
121 * Adds a {@link RecordSet} to be <strong>added</strong> to the zone upon executing this {@code
127 * Adds a {@link RecordSet} to be <strong>deleted</strong> to the zone upon executing this
133 * Clears the collection of {@link RecordSet}s which are to be added to the zone upon executing
140 * executing this {@code ChangeRequestInfo}.
146 * <strong>added</strong> to the zone upon executing this {@code ChangeRequestInfo}.
152 * <strong>deleted</strong> from the zone upon executing this {@code ChangeRequestInfo}.
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCoroutineStart.kt31 …* If coroutine [Job] is cancelled before it even had a chance to start executing, then it will not…
45 …* If coroutine [Job] is cancelled before it even had a chance to start executing, then it will not…
52 … * This is similar to [DEFAULT], but the coroutine cannot be cancelled before it starts executing.
65 …* This is similar to [ATOMIC] in the sense that coroutine starts executing even if it was already …
66 * but the difference is that it starts executing in the same thread.
/external/igt-gpu-tools/runner/json_tests_data/piglit-style-dmesg/
Dreference.json22 …g to colour dummy device 80x25\n<6> [3216186.095097] [IGT] successtest: executing\n<6> [3216186.10…
34 …g to colour dummy device 80x25\n<6> [3216186.111851] [IGT] successtest: executing\n<6> [3216186.11…
46 …g to colour dummy device 80x25\n<6> [3216186.123414] [IGT] no-subtests: executing\n<6> [3216186.12…
58 …hing to colour dummy device 80x25\n<6> [3216186.135212] [IGT] skippers: executing\n<6> [3216186.13…
70 …hing to colour dummy device 80x25\n<6> [3216186.145912] [IGT] skippers: executing\n<6> [3216186.14…
/external/igt-gpu-tools/runner/json_tests_data/warnings-with-dmesg-warns/
Dreference.json22 …g to colour dummy device 80x25\n<6> [3216186.095097] [IGT] successtest: executing\n<6> [3216186.10…
35 …g to colour dummy device 80x25\n<6> [3216186.111851] [IGT] successtest: executing\n<6> [3216186.11…
47 …g to colour dummy device 80x25\n<6> [3216186.123414] [IGT] no-subtests: executing\n<6> [3216186.12…
59 …hing to colour dummy device 80x25\n<6> [3216186.135212] [IGT] skippers: executing\n<6> [3216186.13…
71 …hing to colour dummy device 80x25\n<6> [3216186.145912] [IGT] skippers: executing\n<6> [3216186.14…
/external/igt-gpu-tools/runner/json_tests_data/normal-run/
Dreference.json22 …g to colour dummy device 80x25\n<6> [3216186.095097] [IGT] successtest: executing\n<6> [3216186.10…
34 …g to colour dummy device 80x25\n<6> [3216186.111851] [IGT] successtest: executing\n<6> [3216186.11…
46 …g to colour dummy device 80x25\n<6> [3216186.123414] [IGT] no-subtests: executing\n<6> [3216186.12…
58 …hing to colour dummy device 80x25\n<6> [3216186.135212] [IGT] skippers: executing\n<6> [3216186.13…
70 …hing to colour dummy device 80x25\n<6> [3216186.145912] [IGT] skippers: executing\n<6> [3216186.14…
/external/igt-gpu-tools/runner/json_tests_data/warnings/
Dreference.json22 …g to colour dummy device 80x25\n<6> [3216186.095097] [IGT] successtest: executing\n<6> [3216186.10…
34 …g to colour dummy device 80x25\n<6> [3216186.111851] [IGT] successtest: executing\n<6> [3216186.11…
46 …g to colour dummy device 80x25\n<6> [3216186.123414] [IGT] no-subtests: executing\n<6> [3216186.12…
58 …hing to colour dummy device 80x25\n<6> [3216186.135212] [IGT] skippers: executing\n<6> [3216186.13…
70 …hing to colour dummy device 80x25\n<6> [3216186.145912] [IGT] skippers: executing\n<6> [3216186.14…
/external/android_onboarding/java/com/android/onboarding/contracts/
DIdentifyExecutingContract.kt19 /** Returns true if this [OnboardingActivityApiContract] is currently executing. */
24 * Find which of multiple non-overlapping contracts are executing. in isExecuting()
35 /** Returns true if this [OnboardingActivityApiContract] is currently executing. */
/external/google-cloud-java/java-life-sciences/proto-google-cloud-life-sciences-v2beta/src/main/java/com/google/cloud/lifesciences/v2beta/
DRunPipelineRequestOrBuilder.java99 * To associate labels with resources created while executing the operation,
113 * To associate labels with resources created while executing the operation,
130 * To associate labels with resources created while executing the operation,
144 * To associate labels with resources created while executing the operation,
162 * To associate labels with resources created while executing the operation,
/external/igt-gpu-tools/runner/json_tests_data/dmesg-results/
Dreference.json22 …g to colour dummy device 80x25\n<6> [3216186.095097] [IGT] successtest: executing\n<6> [3216186.10…
35 …g to colour dummy device 80x25\n<6> [3216186.111851] [IGT] successtest: executing\n<6> [3216186.11…
48 …g to colour dummy device 80x25\n<6> [3216186.123414] [IGT] no-subtests: executing\n<3> [3216186.10…
61 …hing to colour dummy device 80x25\n<6> [3216186.135212] [IGT] skippers: executing\n<3> [3216186.10…
73 …hing to colour dummy device 80x25\n<6> [3216186.145912] [IGT] skippers: executing\n<3> [3216186.10…

12345678910>>...161