OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:executing
(Results
76 - 100
of
1348
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/docs/html/guide/topics/connectivity/
index.jd
27
<p>This class demonstrates the best practices for scheduling and
executing
downloads using
/libcore/luni/src/main/java/java/lang/
RuntimeException.java
22
* exceptional conditions which occur as a result of
executing
an application in
/libcore/luni/src/main/java/java/lang/reflect/
InvocationHandler.java
51
* @return the result of
executing
the method. Primitive types are boxed.
/libcore/luni/src/main/java/java/nio/channels/
SelectionKey.java
140
* is equal to
executing
{@code (readyOps() & OP_ACCEPT) == OP_ACCEPT}.
154
*
executing
{@code (readyOps() & OP_CONNECT) == OP_CONNECT}.
167
* and is ready to read. A call to this method is equal to
executing
190
* and is ready to write. A call to this method is equal to
executing
/ndk/tests/device/test-openmp/jni/
fib.c
37
printf("Number of
executing
thread=%d\n", omp_get_thread_num());
/external/apache-xml/src/main/java/org/apache/xpath/functions/
FunctionDef1Arg.java
49
*
executing
the argument expression.
79
*
executing
the argument expression.
111
*
executing
the argument expression.
/external/linux-tools-perf/Documentation/
perf-bench.txt
28
(
executing
1000000 pipe operations between two tasks)
104
(
executing
1000000 pipe operations between two tasks)
111
(
executing
1000 pipe operations between two tasks)
/external/smack/src/org/jivesoftware/smackx/commands/
RemoteCommand.java
37
* {@link AdHocCommand.Action#complete complete} actions results in
executing
that
106
* there is a problem
executing
the command it throws an XMPPException.
137
* @throws XMPPException if there is a problem
executing
the command.
AdHocCommandManager.java
355
* before
executing
the command, if:
365
* If this is not the first request, this method checks, before
executing
448
// Else it is still
executing
, and is registered to be
450
response.setStatus(Status.
executing
);
508
// command be removed from the
executing
list.
543
*
executing
command i.e. the same session id, all the execution of
591
// Otherwise it is still
executing
592
response.setStatus(Status.
executing
);
623
// command be removed from the
executing
list.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
time.h
98
/* Timers run only when the process is
executing
. */
101
/* Timers run when the process is
executing
and when
102
the system is
executing
on behalf of the process. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
time.h
98
/* Timers run only when the process is
executing
. */
101
/* Timers run when the process is
executing
and when
102
the system is
executing
on behalf of the process. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
time.h
98
/* Timers run only when the process is
executing
. */
101
/* Timers run when the process is
executing
and when
102
the system is
executing
on behalf of the process. */
/libcore/luni/src/main/java/java/util/concurrent/
ExecutorService.java
25
* tasks from starting and attempts to stop currently
executing
tasks.
26
* Upon termination, an executor has no tasks actively
executing
, no
35
* commonly useful forms of bulk execution,
executing
a collection of
89
* pool.shutdownNow(); // Cancel currently
executing
tasks
126
* Attempts to stop all actively
executing
tasks, halts the
130
* <p>This method does not wait for actively
executing
tasks to
135
* processing actively
executing
tasks. For example, typical
/external/apache-xml/src/main/java/org/apache/xpath/axes/
PredicatedNodeTest.java
302
* Get which predicate is
executing
.
304
* @return The current predicate index, or -1 if no predicate is
executing
.
317
* @return the result of
executing
the predicate expressions.
341
// System.out.println("
Executing
predicate expression - waiting count: "+m_lpi.getWaitingCount());
343
// System.out.println("\nBack from
executing
predicate expression - waiting count: "+m_lpi.getWaitingCount());
600
* Which predicate we are
executing
.
/cts/libs/vogar-expect/src/vogar/commands/
Command.java
89
Log.verbose("
executing
" + this);
153
throw new RuntimeException("Interrupted while
executing
process: " + args, e);
173
throw new RuntimeException("Interrupted while
executing
process: " + args, e);
/bionic/libc/unistd/
time.c
70
// note that if we are
executing
in a different thread than crt0, then the
/cts/tests/src/android/os/cts/
TestThread.java
19
* Thread class for
executing
a Runnable containing assertions in a separate thread.
/dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NO_OPT.S
56
@ Start
executing
the callee
/dalvik/vm/mterp/mips/
entry.S
79
/* start
executing
the instruction at rPC */
/external/chromium/chrome/browser/ui/cocoa/
confirm_quit_panel_controller_unittest.mm
38
// finishes
executing
.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
sendEmailAlert.sh
54
echo "[sendEmailAlert] Started `date +%H:%M:%S`.
Executing
with the following options:"
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAsyncTask.java
48
throw new RuntimeException("An error occured while
executing
doInBackground()",
/external/valgrind/main/none/tests/s390x/
tre.c
8
/* Register contents after
executing
an TRE insn */
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/Array/
general1.js
35
writeHeaderToLog('
Executing
script: general1.js');
general2.js
35
writeHeaderToLog('
Executing
script: general2.js');
Completed in 4419 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>