OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:immediately
(Results
1 - 25
of
5448
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Analysis/
chroot.c
11
foo(); // expected-warning {{No call of chdir("/")
immediately
after chroot}}
23
foo(); // expected-warning {{No call of chdir("/")
immediately
after chroot}}
/external/nist-sip/java/javax/sip/header/
WWWAuthenticateHeader.java
14
* @deprecated This method should return
immediately
.
/external/selinux/policycoreutils/sepolicy/sepolicy/help/
booleans_toggled.txt
4
Toggle the button to turn on or off the boolean. This will not happen
immediately
. All changes on the application screen are bundled up into a single transaction. You need to select the update button to apply all of your changes to the system.
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/filters/
optionaltags.py
47
# or style element and the node
immediately
preceding the body
61
# is not
immediately
preceeded by another colgroup element whose
65
# omit the colgroup element's end tag when it is
immediately
73
# not
immediately
preceeded by a tbody, thead, or tfoot element
77
#
immediately
followed by a tbody element. See is_optional_end.
90
# is not
immediately
followed by a space character or a comment.
94
#
immediately
followed by another li element or if there is
97
# element is
immediately
followed by another optgroup element,
100
#
immediately
followed by another tr element, or if there is
108
#
immediately
followed by another dt element or a dd element
[
all
...]
/frameworks/base/core/java/android/database/sqlite/
SQLiteTransactionListener.java
24
* Called
immediately
after the transaction begins.
29
* Called
immediately
before commiting the transaction.
/external/autotest/client/tests/synctest/
control
11
On success, child is killed
immediately
while data sync is on.
/external/llvm/test/CodeGen/X86/
switch-default-only.ll
4
;
immediately
after the switch.
/frameworks/volley/src/test/java/com/android/volley/utils/
ImmediateResponseDelivery.java
10
* A ResponseDelivery for testing that
immediately
delivers responses
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
insn-error-a.d
1
# Check that changing arm -> thumb state
immediately
insn-error-t.d
1
# Check that changing thumb -> arm state
immediately
/device/google/contexthub/firmware/inc/
osApi.h
44
#define SYSCALL_OS_LAST 2 // always last. holes are allowed, but not
immediately
before this
50
#define SYSCALL_OS_DRV_LAST 3 // always last. holes are allowed, but not
immediately
before this
61
#define SYSCALL_OS_DRV_GPIO_LAST 7 // always last. holes are allowed, but not
immediately
before this
67
#define SYSCALL_OS_DRV_I2CM_LAST 3 // always last. holes are allowed, but not
immediately
before this
75
#define SYSCALL_OS_DRV_I2CS_LAST 5 // always last. holes are allowed, but not
immediately
before this
86
#define SYSCALL_OS_MAIN_LAST 8 // always last. holes are allowed, but not
immediately
before this
95
#define SYSCALL_OS_MAIN_EVTQ_LAST 6 // always last. holes are allowed, but not
immediately
before this
99
#define SYSCALL_OS_MAIN_LOG_LAST 1 // always last. holes are allowed, but not
immediately
before this
113
#define SYSCALL_OS_MAIN_SENSOR_LAST 11 // always last. holes are allowed, but not
immediately
before this
119
#define SYSCALL_OS_MAIN_TIME_LAST 3 // always last. holes are allowed, but not
immediately
before thi
[
all
...]
/external/icu/icu4c/source/i18n/
unumsys.cpp
22
// createInstance returns
immediately
if status indicates error
30
// createInstanceByName does NOT return
immediately
if status indicates error
48
// getAvailableNames returns
immediately
if status indicates error
/external/guice/extensions/service/src/com/google/inject/service/
Service.java
32
*
immediately
without taking action. A stopped service may not be restarted.
39
* {@link Future#get} returns
immediately
.
45
* returns
immediately
. If the service has already been stopped, this
46
* method returns
immediately
without taking action.
52
* already finished stopping, {@link Future#get} returns
immediately
.
/external/clang/test/SemaCXX/
runtimediag-ppe.cpp
4
// flow are delayed correctly in cases where we can't
immediately
tell whether
/external/clang/test/SemaObjCXX/
arc-ppe.mm
4
// works correctly in cases where we can't
immediately
tell whether the
/external/curl/tests/data/
test1513
28
return failure
immediately
from progress callback
/external/skia/src/utils/
SkThreadUtils.h
31
* If the thread has not started, returns
immediately
.
/external/strace/linux/m68k/
arch_sigreturn.c
17
/* Fetch remaining words of signal mask, located
immediately
before. */
/external/tlsdate/src/
seccomp-compat.h
18
#define SECCOMP_RET_KILL 0x00000000U /* kill the task
immediately
*/
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
PlotListener.java
27
* Fired
immediately
before the Plot "source" is drawn onto canvas.
37
* Fired
immediately
after the Plot "source" is drawn onto canvas.
/external/autotest/client/site_tests/network_3GFailedConnect/
control
9
This test will fail if a connect failure does not
immediately
cause the
20
This test will fail if a connect failure does not
immediately
cause the
control.pseudomodem
9
This test will fail if a connect failure does not
immediately
cause the
22
This test will fail if a connect failure does not
immediately
cause the
/external/libweave/include/weave/
stream.h
23
// Implementation should return
immediately
and post callback after
38
// Implementation should return
immediately
and post callback after
/external/mesa3d/docs/
MESA_release_buffers.spec
33
Therefore, Mesa cannot
immediately
detect when an X window or pixmap is
64
accum, etc) associated with the named drawable to be
immediately
/frameworks/base/services/core/java/com/android/server/job/
StateChangedListener.java
35
* it must be run
immediately
.
36
* @param jobStatus The state of the task which is to be run
immediately
. <strong>null
Completed in 768 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>