| /tools/apksig/src/main/java/com/android/apksig/util/ | 
| DataSink.java | 30      * <p>This data sink guarantees to not hold references to the provided buffer after this method 42      * <p>This data sink guarantees to not hold references to the provided buffer after this method
 
 | 
| /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...]
 | 
| /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ | 
| ANQPRequestManagerTest.java | 156      * already pending.  The request will succeed when the hold off time is up. 169         // Attempt another request will fail while one is still pending and hold off time is not up
 176         // Attempt other request will succeed after the hold off time is up.
 231      * hold off time is up.
 248         // Attempt another request will fail since the hold off time is not up yet.
 253         // Attempt another request will succeed after the hold off time is up.
 261      * Verify the hold off time for each unanswered query, and that it will stay the same after
 262      * reaching the max hold off count {@link ANQPRequestManager#MAX_HOLDOFF_COUNT}.
 276         // Sending the request with the hold off time based on the current hold off count
 [all...]
 | 
| /toolchain/binutils/binutils-2.27/zlib/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...]
 | 
| /system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/ | 
| flatbuffers_serialization.h | 44  * @param buffer Buffer to hold the result of serialization. Caller is 45  *        responsible for allocating enough buffer size to hold the serialized
 48  *        return the required buffer size to hold the serialized data.
 51  * @return zero if buffer is not big enough to hold the serialized data,
 66  * @param stats/config/results Pointer to the output object to hold the result
 
 | 
| /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...]
 | 
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ | 
| ANQPRequestManager.java | 33  * period of time (hold off time) to a specified AP if the previous request to that AP goes 34  * unanswered or failed.  The hold off time will increase exponentially until the max is reached.
 48      * List of hold off time information associated with APs specified by their BSSID.
 62      * Max value for the hold off counter for unanswered/failed queries.  This limits the maximum
 63      * hold off time to:
 88          * Current hold off count.  Will max out at {@link #MAX_HOLDOFF_COUNT}.
 126         // No need to hold off future requests for send failures.
 131         // Update hold off info on when we are allowed to send the next ANQP request to
 148             // Query succeeded.  No need to hold off request to the given AP.
 173      * Update the ANQP request hold off info associated with the given AP
 [all...]
 | 
| /toolchain/binutils/binutils-2.27/zlib/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...]
 | 
| /frameworks/support/v7/appcompat/res/values/ | 
| strings.xml | 59     <!-- Prepended to the shortcut for a menu item to indicate that the user should hold the MENU button together with the shortcut to invoke the item. For example, if the shortcut to open a new tab in browser is MENU and B together, then this would be prepended to the letter "B" --> 61     <!-- Prepended to the shortcut for a menu item to indicate that the user should hold the META key together with the shortcut to invoke the item. -->
 63     <!-- Prepended to the shortcut for a menu item to indicate that the user should hold the CTRL key together with the shortcut to invoke the item. -->
 65     <!-- Prepended to the shortcut for a menu item to indicate that the user should hold the ALT key together with the shortcut to invoke the item. -->
 67     <!-- Prepended to the shortcut for a menu item to indicate that the user should hold the SHIFT key together with the shortcut to invoke the item. -->
 69     <!-- Prepended to the shortcut for a menu item to indicate that the user should hold the SYM key together with the shortcut to invoke the item. -->
 71     <!-- Prepended to the shortcut for a menu item to indicate that the user should hold the FUNCTION key together with the shortcut to invoke the item. -->
 
 | 
| /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?
 
 | 
| /packages/services/Telephony/src/com/android/services/telephony/ | 
| HoldTracker.java | 39      * the hold state for all holdable associated with the {@code phoneAccountHandle}. 54      * the hold state for all holdable associated with the {@code phoneAccountHandle}.
 67      * Updates the hold capability for all holdables associated with the {@code phoneAccountHandle}.
 
 | 
| /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/ | 
| plat_memctrl.c | 11  * Array to hold stream_id override config register offsets 89  * Array to hold the security configs for stream IDs
 167  * Array to hold the transaction override configs
 204  * Struct to hold the memory controller settings
 
 | 
| /external/autotest/server/site_tests/network_WiFi_MaskedBSSID/ | 
| control.wifi_masked_bssid | 16 firmwares may hold only one scan entry per BSSID and will foil attempts 
 | 
| /external/autotest/server/site_tests/platform_LongPressPower/ | 
| control | 18 This test uses servo to press and hold the device power button and uses ping 
 | 
| /external/conscrypt/common/src/main/java/org/conscrypt/ | 
| OpenSSLKeyHolder.java | 20  * Marker interface for classes that hold an {@link OpenSSLKey}. 
 | 
| /external/libcap/doc/ | 
| cap_copy_ext.3 | 31 function in order to hold the capability data record created from 45 allocate a buffer large enough to hold the copied data.  The buffer
 46 length required to hold the copied data may be obtained by a call to
 76 returns the length required to hold a capability data record on success,
 
 | 
| /external/libmojo/ipc/ | 
| ipc_mojo_handle_attachment.h | 20 // This can hold any type of transferrable Mojo handle (i.e. message pipe, data 
 | 
| /external/linux-kselftest/tools/testing/selftests/android/ion/ | 
| ipcsocket.h | 11  * data: hold the buffer fd 
 | 
| /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/ltp/testcases/kernel/fs/ftest/ | 
| libftest.c | 88  * Do logical or of hold and bits (of size) 89  * fields and store result into hold field.
 91 void ft_orbits(char *hold, char *bits, int size)
 94 		*hold++ |= *bits++;
 
 | 
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/ | 
| assertions.xml | 15 	[EPERM] The calling thread does not hold the lock. 
 | 
| /external/perf_data_converter/src/quipper/ | 
| conversion_utils.h | 20 // Structure to hold the format and file of an input or output. 
 |