| /libcore/ojluni/src/main/java/javax/net/ssl/ |
| SSLEngineResult.java | 38 * ongoing handshake. Lastly, it reports the number of bytes consumed 169 * the number of bytes consumed from the source ByteBuffer 213 * Returns the number of bytes consumed from the input buffer. 215 * @return the number of bytes consumed.
|
| SSLSocketFactory.java | 224 * already been consumed/removed from the {@link Socket}'s 234 * {@code consumed} stream before this method is called, perhaps 237 * {@code consumed} until it reaches {@code EOF}, then all further 247 * @param consumed 248 * the consumed inbound network data that has already been 266 public Socket createSocket(Socket s, InputStream consumed,
|
| /packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
| EventHandler.java | 21 * is consumed.
|
| /prebuilts/misc/windows/sdl2/test/ |
| testrendercopyex.c | 151 int consumed; local 153 consumed = SDLTest_CommonArg(state, i); 154 if (consumed == 0) { 158 i += consumed;
|
| testscale.c | 141 int consumed; local 143 consumed = SDLTest_CommonArg(state, i); 144 if (consumed == 0) { 148 i += consumed;
|
| testgles2.c | 429 int consumed; local 431 consumed = SDLTest_CommonArg(state, i); 432 if (consumed == 0) { 435 consumed = 1; 438 consumed = 1; 442 consumed = -1; 445 consumed = 1; 448 consumed = -1; 451 if (consumed < 0) { 456 i += consumed; [all...] |
| /system/core/debuggerd/include/debuggerd/ |
| client.h | 28 // output_fd is consumed, timeout of 0 will wait forever.
|
| /system/extras/perfprofd/ |
| perfprofd_cmdline.h | 31 // by perfprofd within the destination directory; consumed by GmsCore.
|
| /external/libhevc/decoder/ |
| ihevcd_bitstream.c | 135 * Flushes given number of bits. Bits consumed increases by this number 171 * Flushes to next byte boundary.Bits consumed increases by this number 393 * nxt_word and are not consumed, 8 has to be subtracted 433 * Returns the number of bits consumed in the bitstream 436 * Compute number of bits consumed based on current pointer and buffer base 438 * nxt_word and are not consumed, 8 has to be subtracted 443 * @returns Total number of bits bits consumed
|
| /frameworks/support/compat/src/main/java/androidx/core/view/ |
| WindowInsetsCompat.java | 151 * Check if these insets have been fully consumed. 153 * <p>Insets are considered "consumed" if the applicable <code>consume*</code> methods 155 * insets through the view hierarchy; insets that have not been fully consumed will continue 161 * @return true if the insets have been fully consumed. 190 * Returns a copy of this WindowInsets with the system window insets fully consumed. 335 * Returns a copy of this WindowInsets with the stable insets fully consumed. 363 * Returns a copy of this WindowInsets with the cutout fully consumed.
|
| /frameworks/wilhelm/src/android/ |
| android_StreamPlayer.cpp | 142 // (either because there was a command with no data, or all the data has been consumed) 211 // 2/ keep track of how much has been consumed 219 size_t consumed = oldFront->mDataSize - oldFront->mDataSizeConsumed; local 220 //SL_LOGD("consuming rest of buffer: enqueueing=%u", consumed); 233 if (consumed > 0) { 235 memcpy(bufferLoc, pSrc, consumed); 236 // 2/ keep track of how much has been consumed 239 receivedBuffer_l(bufferId, consumed); 243 // data has been consumed, and the buffer queue state has been updated 258 // here a buffer is only dequeued when fully consumed [all...] |
| /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
| HOST_BUS.ASL | 154 IO (Decode16, 0x70, 0x77, 0x01, 0x08) //Consumed resource (0xCF8-0xCFF)
155 IO (Decode16, 0xCF8, 0xCF8, 0x01, 0x08) //Consumed resource (0xCF8-0xCFF)
157 WORDIO ( // Consumed-and-produced resource (all I/O below CF8)
170 WORDIO ( // Consumed-and-produced resource
183 WORDIO ( // Consumed-and-produced resource (all I/O above CFF)
|
| /external/boringssl/src/ssl/ |
| ssl_buffer.cc | 150 // |ssl_read_buffer_extend_to| implicitly discards any consumed data. 188 size_t consumed, uint8_t alert) { 191 ssl->s3->read_buffer.Consume(consumed); 194 // Nothing was returned to the caller, so discard anything marked consumed. 202 int read_ret = ssl_read_buffer_extend_to(ssl, consumed);
|
| /external/clang/lib/Analysis/ |
| Consumed.cpp | 1 //===- Consumed.cpp --------------------------------------------*- C++ --*-===// 10 // A intra-procedural analysis for checking consumed properties. This is based, 23 #include "clang/Analysis/Analyses/Consumed.h" 52 using namespace consumed; 128 case CallableWhenAttr::Consumed: 203 case ConsumableAttr::Consumed: 216 case ParamTypestateAttr::Consumed: 229 case ReturnTypestateAttr::Consumed: 241 case SetTypestateAttr::Consumed: 249 case consumed::CS_None 283 namespace consumed { namespace in namespace:clang 953 namespace consumed { namespace in namespace:clang [all...] |
| /frameworks/av/media/libstagefright/id3/ |
| ID3.cpp | 903 size_t consumed = 1; local 906 size_t mimeLen = StringSize(&data[consumed], size - consumed, 0x00); 907 if (mimeLen > size - consumed) { 911 mime->setTo((const char *)&data[consumed]); 912 consumed += mimeLen; 915 uint8_t picType = data[consumed]; 923 consumed++; 924 if (consumed >= size) { 929 size_t descLen = StringSize(&data[consumed], size - consumed, encoding) [all...] |
| /frameworks/base/core/java/android/view/ |
| ViewParent.java | 564 * <p>Both the consumed and unconsumed portions of the scroll distance are reported to the 565 * ViewParent. An implementation may choose to use the consumed portion to match or chase scroll 572 * @param dxConsumed Horizontal scroll distance in pixels already consumed by target 573 * @param dyConsumed Vertical scroll distance in pixels already consumed by target 574 * @param dxUnconsumed Horizontal scroll distance in pixels not consumed by target 575 * @param dyUnconsumed Vertical scroll distance in pixels not consumed by target 590 * report how any pixels of the scroll reported by dx, dy were consumed in the 591 * <code>consumed</code> array. Index 0 corresponds to dx and index 1 corresponds to dy. 592 * This parameter will never be null. Initial values for consumed[0] and consumed[1 [all...] |
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/ |
| StringEscapeUtils.java | 125 * into another set of codepoints. The number of codepoints consumed must be returned, 132 * @return int count of codepoints consumed 175 final int consumed = translate(input, pos, out); local 176 if (consumed == 0) { 193 for (int pt = 0; pt < consumed; pt++) { 309 * Execution stops with the number of consumed codepoints being returned. 315 final int consumed = translator.translate(input, index, out); local 316 if (consumed != 0) { 317 return consumed;
|
| /external/brotli/docs/ |
| decode.h.3 | 73 .RI "\fIChecks if instance has already consumed input\&. \fP" 222 After each call, \fC*available_in\fP will be decremented by the amount of input bytes consumed, and the \fC*next_in\fP pointer will be incremented by that amount\&. Similarly, \fC*available_out\fP will be decremented by the amount of output bytes written, and the \fC*next_out\fP pointer will be incremented by that amount\&. 258 \fBBROTLI_DECODER_RESULT_SUCCESS\fP decoding is finished, no more input might be consumed and no more output will be produced 330 Checks if instance has already consumed input\&. Instance that returns \fBBROTLI_FALSE\fP is considered 'fresh' and could be reused\&. 381 After every call to \fBBrotliDecoderTakeOutput\fP \fC*size\fP bytes of output are considered consumed for all consecutive calls to the instance methods; returned pointer becomes invalidated as well\&. 395 \fBout:\fP amount of data pointed by returned pointer and considered consumed;
|
| /external/llvm/docs/CommandGuide/ |
| llvm-bcanalyzer.rst | 217 The total number of bytes consumed by the 32-bit and 64-bit integers that use 222 The total number of bytes that would have been consumed by the 32-bit and 64-bit 263 The number of bytes consumed by instructions in the function. 267 The average number of bytes consumed by the instructions in the function. 287 The total number of bytes in this function consumed by the 32-bit and 64-bit 292 The total number of bytes in this function that would have been consumed by
|
| /external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
| llvm-bcanalyzer.pod | 218 The total number of bytes consumed by the 32-bit and 64-bit integers that use
223 The total number of bytes that would have been consumed by the 32-bit and 64-bit
267 The number of bytes consumed by instructions in the function.
271 The average number of bytes consumed by the instructions in the function. This
291 The total number of bytes in this function consumed by the 32-bit and 64-bit
296 The total number of bytes in this function that would have been consumed by
|
| /frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/ |
| SwipeRefreshLayout.java | 117 // consumed by this as the nested scrolling parent is used in place of the 771 // Reset the counter of how much leftover scroll needs to be consumed. 780 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { 785 consumed[1] = dy - (int) mTotalUnconsumed; 789 consumed[1] = dy; 799 && Math.abs(dy - consumed[1]) > 0) { 805 if (dispatchNestedPreScroll(dx - consumed[0], dy - consumed[1], parentConsumed, null)) { 806 consumed[0] += parentConsumed[0]; 807 consumed[1] += parentConsumed[1] [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/ |
| uu_codec.py | 18 object, length consumed).
47 object, length consumed).
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/ |
| uu_codec.py | 18 object, length consumed).
47 object, length consumed).
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
| EotGlobalData.py | 85 # Dict for consumed PPI function calling
101 # Dict for consumed PROTOCOL function calling
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Ascii/ |
| Sprint.c | 79 ... - Vararg list consumed by processing Format.
117 Marker - Vararg list consumed by processing Format.
|