OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hold
(Results
251 - 275
of
9550
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java
155
public synchronized void
hold
(Thread t) {
method in class:Profile.Watchdog
212
//
Hold
the future samples coming from current thread until commit() or
215
public static void
hold
() {
method in class:Profile
216
sWatchdog.
hold
(Thread.currentThread());
/packages/apps/Settings/src/com/android/settings/datausage/
TemplatePreferenceCategory.java
43
"TemplatePreferenceCategories can only
hold
TemplatePreferences");
/packages/services/Telecomm/src/com/android/server/telecom/
CallState.java
76
* Indicates that the call is currently on
hold
. In this state, the call is not terminated
77
* but no communication is allowed until the call is no longer on
hold
. The typical transition
78
* to this state is by the user putting an {@link #ACTIVE} call on
hold
by explicitly performing
79
* an action, such as clicking the
hold
button.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in_systm.h
31
* don't
hold
in general. As a consequence, the network order versions
/prebuilts/go/darwin-x86/src/internal/poll/
sys_cloexec.go
20
// It is probably okay to
hold
the lock across syscall.Accept
/prebuilts/go/linux-x86/src/internal/poll/
sys_cloexec.go
20
// It is probably okay to
hold
the lock across syscall.Accept
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLBooleanProperty.java
20
/** Properties that
hold
boolean values. */
GLEnumProperty.java
21
/** Properties that
hold
a {@link GLEnum}. */
GLFloatProperty.java
19
/** Properties that
hold
float values. */
/system/bt/bta/hf_client/
bta_hf_client_at.h
52
alarm_t* hold_timer; /* AT
hold
timer */
/system/netd/libnetdutils/include/netdutils/
Fd.h
28
// This class should typically
hold
unowned file descriptors.
/system/nvram/messages/include/nvram/messages/
compiler.h
30
// Check a condition, abort if it doesn't
hold
.
/toolchain/binutils/binutils-2.27/ld/emulparams/
elf32m32c.sh
18
# to
hold
the sentinel value(s).
elf32mt.sh
18
# to
hold
the sentinel value(s).
elf32rl78.sh
18
# to
hold
the sentinel value(s).
elf32rx.sh
19
# to
hold
the sentinel value(s).
shelf.sh
29
# to
hold
the sentinel value(s).
/toolchain/binutils/binutils-2.27/gas/
stabs.c
513
char *
hold
;
local
528
hold
= input_line_pointer;
569
input_line_pointer =
hold
;
579
char *
hold
;
local
593
hold
= input_line_pointer;
645
input_line_pointer =
hold
;
657
char *
hold
= input_line_pointer;
local
676
input_line_pointer =
hold
;
688
char *
hold
= input_line_pointer;
local
702
input_line_pointer =
hold
;
[
all
...]
/frameworks/base/cmds/statsd/src/metrics/
MetricsManager.h
159
//
Hold
all the atom matchers from the config.
162
//
Hold
all the conditions from the config.
165
//
Hold
all metrics from the config.
168
//
Hold
all alert trackers.
171
//
Hold
all periodic alarm trackers.
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeFrame.java
66
* you need to
hold
on to the returned value, you must retain it.
113
"NativeFrame cannot
hold
" + ints.length + " integers. (Can only
hold
" +
130
"NativeFrame cannot
hold
" + floats.length + " floats. (Can only
hold
" +
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyCapabilities.java
132
* Return true if the current phone supports explicit "
Hold
" and
134
* provide onscreen "
Hold
" / "Unhold" buttons.)
138
* on
hold
.")
147
* Return true if the current phone supports distinct "Answer &
Hold
"
154
* managing the background call, or "putting a call on
hold
.")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inflate.c
120
state->
hold
= 0;
240
state->
hold
= 0;
246
state->
hold
+= value << state->bits;
465
hold
= state->
hold
; \
476
state->
hold
=
hold
; \
483
hold
= 0; \
493
hold
+= (unsigned long)(*next++) << bits; \
507
((unsigned)
hold
& ((1U << (n)) - 1))
613
unsigned long
hold
; \/* bit buffer *\/
local
[
all
...]
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.c
135
state->
hold
= 0;
257
state->
hold
= 0;
263
state->
hold
+= (unsigned)value << state->bits;
482
hold
= state->
hold
; \
493
state->
hold
=
hold
; \
500
hold
= 0; \
510
hold
+= (unsigned long)(*next++) << bits; \
524
((unsigned)
hold
& ((1U << (n)) - 1)
630
unsigned long
hold
; \/* bit buffer *\/
local
[
all
...]
/external/python/cpython2/Modules/zlib/
inflate.c
120
state->
hold
= 0;
240
state->
hold
= 0;
246
state->
hold
+= value << state->bits;
465
hold
= state->
hold
; \
476
state->
hold
=
hold
; \
483
hold
= 0; \
493
hold
+= (unsigned long)(*next++) << bits; \
507
((unsigned)
hold
& ((1U << (n)) - 1)
613
unsigned long
hold
; \/* bit buffer *\/
local
[
all
...]
/external/python/cpython3/Modules/zlib/
inflate.c
135
state->
hold
= 0;
257
state->
hold
= 0;
263
state->
hold
+= (unsigned)value << state->bits;
482
hold
= state->
hold
; \
493
state->
hold
=
hold
; \
500
hold
= 0; \
510
hold
+= (unsigned long)(*next++) << bits; \
524
((unsigned)
hold
& ((1U << (n)) - 1)
630
unsigned long
hold
; \/* bit buffer *\/
local
[
all
...]
Completed in 723 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>