HomeSort by relevance Sort by last modified time
    Searched full:hold (Results 51 - 75 of 4808) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
GenericStringElement.java 8 * ANQP Element to hold a generic (UTF-8 decoded) character string
  /frameworks/base/core/java/android/app/backup/
IBackupManager.aidl 40 * only callers who hold the android.permission.BACKUP permission
50 * only callers who hold the android.permission.BACKUP permission
80 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
92 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
102 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
109 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
118 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
126 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
138 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
150 * <p>Callers must hold the android.permission.BACKUP permission to use this method
    [all...]
BackupManager.java 106 * This method requires that the application hold the "android.permission.BACKUP"
196 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
215 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
238 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
255 * Identify the currently selected transport. Callers must hold the
277 * hold the android.permission.BACKUP permission to use this method.
295 * Specify the current backup transport. Callers must hold the
327 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
347 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
  /external/skia/src/core/
SkStreamPriv.h 19 * @param storage Allocator to hold the memory. Will be reset to be large
20 * enough to hold the entire stream. Upon successful return,
  /frameworks/base/services/core/java/com/android/server/hdmi/
SendKeyAction.java 28 * does key repeat (a.k.a. press-and-hold) operation until it receives a key release event.
31 * for press-and-hold operation.
39 // coming down, we trigger the press-and-hold operation. Set to the value slightly
64 // The time stamp when the last CEC key command was sent. Used to determine the press-and-hold
113 // one becomes a new key code to be used for press-and-hold operation.
123 // Press-and-hold key transmission takes place if Android key inputs are
125 // press-and-hold key transmission.
168 // The first key press lasts long enough to start press-and-hold.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ColorSpace.java 34 * be large enough to hold the data, and the dimensions must be multiples of 2.
37 * @param output buffer to hold RGBA8888 data.
52 * buffer must be large enough to hold the data. The output buffer may be the same as the
56 * @param output buffer to hold RGBA8888 data.
71 * buffer must be large enough to hold the data. The output buffer may be the same as the
75 * @param output buffer to hold HSVA8888 data.
90 * buffer must be large enough to hold the data. The output buffer may be the same as the
94 * @param output buffer to hold YCbCrA8888 data.
  /ndk/sources/android/crazy_linker/src/
crazy_linker_error.h 10 // A class used to hold a fixed-size buffer to hold error messages
  /external/zlib/src/contrib/inflate86/
inffast.S 156 #define hold_state 48 /* state->hold */
275 * hold = state->hold;
435 /* regs: %esi = in, %ebp = hold, %bl = bits, %edi = out
439 * hold |= *((unsigned short *)in)++ << bits;
442 * this = lcode[hold & lmask]
452 orl %eax, hold_r /* hold |= *((ushort *)in)++ << bits */
457 andl hold_r, %edx /* edx &= hold */
458 movl (%ecx,%edx,4), %eax /* eax = lcode[hold & lmask] */
461 /* regs: %esi = in, %ebp = hold, %bl = bits, %edi = ou
    [all...]
inffas86.c 89 /* 80 40 */ unsigned long hold; /* edx rdx local strm->hold */ member in struct:inffast_ar
118 ar.hold = state->hold;
128 /* align in on 1/2 hold size boundary */
129 while (((unsigned long)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) {
130 ar.hold += (unsigned long)*ar.in++ << ar.bits;
146 " movq 80(%%rsp), %%rdx\n" /* rdx = hold */
168 " orq %%rax, %%rdx\n" /* hold |= *((uint *)in)++ << bits */
187 " orq %%rax, %%rdx\n" /* hold |= *((uint *)in)++ << bits *
    [all...]
  /external/zlib/src/contrib/masmx64/
inffas8664.c 94 /* 80 40 */ size_t /*unsigned long */hold; /* edx rdx local strm->hold */ member in struct:inffast_ar
135 ar.hold = state->hold;
145 /* align in on 1/2 hold size boundary */
146 while (((size_t)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) {
147 ar.hold += (unsigned long)*ar.in++ << ar.bits;
170 ar.hold &= (1U << ar.bits) - 1;
181 state->hold = (unsigned long)ar.hold;
    [all...]
  /external/skia/src/gpu/
GrBufferAllocPool.h 79 * Returns a block of memory to hold data. A buffer designated to hold the
93 * @param buffer returns the buffer that will hold the data.
153 * Returns a block of memory to hold vertices. A buffer designated to hold
167 * @param buffer returns the vertex buffer that will hold the
204 * Returns a block of memory to hold indices. A buffer designated to hold
217 * @param buffer returns the index buffer that will hold the indices.
  /frameworks/compile/mclinker/lib/Core/
LinkerConfig.cpp 25 // FIXME: is here the right place to hold this?
35 // FIXME: is here the right place to hold this?
40 // FIXME: is here the right place to hold this?
  /external/llvm/test/Transforms/Float2Int/
toolarge.ll 8 ; fp128 has a 112-bit mantissa, which can hold an i80. But we only support
  /external/llvm/test/Transforms/GlobalOpt/
integer-bool.ll 2 ;; check that global opt turns integers that only hold 0 or 1 into bools.
  /external/tcpdump/tests/
mpls-ldp-hello.out 6 Hold Time: 15s, Flags: [Link Hello]
  /frameworks/base/core/java/android/os/
Vibrator.java 59 * <p>This method requires the caller to hold the permission
70 * <p>This method requires the caller to hold the permission
96 * <p>This method requires the caller to hold the permission
120 * <p>This method requires the caller to hold the permission
153 * <p>This method requires the caller to hold the permission
  /system/bt/bta/include/
bta_av_sbc.h 61 ** p_dst: the data buffer to hold the converted audio data
90 ** p_dst: the data buffer to hold the converted audio data
111 ** p_dst: the data buffer to hold the converted audio data
132 ** p_dst: the data buffer to hold the converted audio data
153 ** p_dst: the data buffer to hold the converted audio data
  /cts/tests/tests/media/libaudiojni/
Gate.h 58 // Do not hold a monitor lock while calling this.
89 // unoptimized pthreads will wake thread to find we still hold lock.
100 // unoptimized pthreads will wake thread to find we still hold lock.
  /external/icu/icu4c/source/common/unicode/
umachine.h 158 /** The smallest value an 8 bit signed integer can hold @stable ICU 2.0 */
162 /** The smallest value a 16 bit signed integer can hold @stable ICU 2.0 */
166 /** The smallest value a 32 bit signed integer can hold @stable ICU 2.0 */
171 /** The largest value an 8 bit signed integer can hold @stable ICU 2.0 */
175 /** The largest value a 16 bit signed integer can hold @stable ICU 2.0 */
179 /** The largest value a 32 bit signed integer can hold @stable ICU 2.0 */
184 /** The largest value an 8 bit unsigned integer can hold @stable ICU 2.0 */
188 /** The largest value a 16 bit unsigned integer can hold @stable ICU 2.0 */
192 /** The largest value a 32 bit unsigned integer can hold @stable ICU 2.0 */
216 /** The smallest value a 64 bit signed integer can hold @stable ICU 2.8 *
    [all...]
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsCallSession.aidl 88 * can only hold one listener at a time. Subsequent calls to this method
153 * Puts a call on hold. When it succeeds, {@link Listener#callSessionHeld} is called.
155 * @param profile stream media profile {@link ImsStreamMediaProfile} to hold the call
158 void hold(in ImsStreamMediaProfile profile);
161 * Continues a call that's on hold. When it succeeds, {@link Listener#callSessionResumed}
170 * Merges the active & hold call. When the merge starts,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
Field.java 35 * e<sub>0</sub> + a = a hold.
45 * e<sub>1</sub> &times; a = a hold.
  /external/compiler-rt/lib/builtins/
popcountdi2.c 30 /* The lower 32 bits hold four 16 bit sums (5 significant bits). */
33 /* The lower 16 bits hold two 32 bit sums (6 significant bits). */
  /external/guava/guava/src/com/google/common/util/concurrent/
SettableFuture.java 48 * @param value the value the future should hold.
63 * @param throwable the exception the future should hold.
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractMultimapAsMapImplementsMapTest.java 64 * Thus, the expectation doesn't hold that {@code map.remove(x)} returns the
80 // This line doesn't hold - see the Javadoc comments above.
  /external/kernel-headers/original/uapi/linux/
atmmpc.h 48 __u16 mpc_p6; /* Hold Down Time */
89 #define MPC_P6 160 /* Hold Down Time */

Completed in 2245 milliseconds

1 23 4 5 6 7 8 91011>>