/system/keymaster/include/keymaster/ |
serializable.h | 140 * four bytes remaining in \p *buf_ptr. Advances \p *buf_ptr to the next byte to be read. 152 * Copies a uint64_t from \p *buf_ptr. Returns false if there are less than eight bytes remaining
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
ClusterChain.java | 200 int len = dest.remaining(); 245 int len = srcBuf.remaining();
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
app_codelab3_mvc.html | 166 $scope.remaining = function() { 309 document.getElementById('remaining').innerText = notDone; 342 <span>{{remaining()}} of {{todos.length}} remaining</span> 370 <span><span id="remaining"></span> of <span id="length"></span> remaining</span>
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
stream_unittest.cc | 386 // Write to the stream, close it, read the remaining bytes 423 size_t remaining; local 424 EXPECT_TRUE(buf.GetWriteRemaining(&remaining)); 425 EXPECT_EQ(12u, remaining); 435 EXPECT_TRUE(buf.GetWriteRemaining(&remaining)); 436 EXPECT_EQ(12u, remaining);
|
/external/chromium_org/third_party/webrtc/base/ |
stream_unittest.cc | 369 // Write to the stream, close it, read the remaining bytes 406 size_t remaining; local 407 EXPECT_TRUE(buf.GetWriteRemaining(&remaining)); 408 EXPECT_EQ(12u, remaining); 418 EXPECT_TRUE(buf.GetWriteRemaining(&remaining)); 419 EXPECT_EQ(12u, remaining);
|
/external/eigen/Eigen/src/Core/products/ |
GeneralMatrixVector.h | 232 /* process remaining coeffs (or all if there is no explicit vectorization) */ 242 // process remaining first and last columns (at most columnsAtOnce-1) 267 // process remaining scalars (or all if no explicit vectorization) 502 // process remaining coeffs (or all if no explicit vectorization) 516 // process remaining first and last rows (at most columnsAtOnce-1) 543 // process remaining scalars
|
/external/elfutils/0.153/src/ |
size.c | 168 int remaining; local 189 argp_parse (&argp, argc, argv, 0, &remaining, NULL); 195 if (remaining == argc) 199 /* Process all the remaining files. */ 201 result |= process_file (argv[remaining]); 202 while (++remaining < argc);
|
/external/libnfc-nxp/src/ |
phHal4Nfc_P2P.c | 164 /*No of bytes remaining for next send*/ 383 /*More info remaining in send buffer.continue with sending remaining 391 /*copy to tx_buffer ,remaining bytes.NumberOfBytesSent is the 414 /*Remaining bytes is less than PH_HAL4NFC_MAX_SEND_LEN*/ 425 /*No of bytes remaining for next send*/
|
phFriNfc_TopazMap.c | [all...] |
/external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/ |
memcpy_mck.S | 176 and in2=7,tmp // remaining length 207 and tmp=127,in2 // remaining bytes after this block 318 cmp.le p6,p7=8,curlen; // have at least 8 byte remaining? 398 mov in2=curlen // remaining length 537 * case, remaining byte in kernel buffer will be zeroed. 616 * The remaining byte to copy is calculated as:
|
/frameworks/av/media/libstagefright/rtsp/ |
ARTPWriter.cpp | 689 size_t remaining = size - offset; local 690 bool lastPacket = (remaining + 14 <= buffer->capacity()); 692 remaining = buffer->capacity() - 14; 712 memcpy(&data[14], &mediaData[offset], remaining); 713 offset += remaining; 715 buffer->setRange(0, remaining + 14);
|
/libcore/luni/src/main/java/java/util/ |
ArrayList.java | 556 /** Number of elements remaining in this iteration */ 557 private int remaining = size; field in class:ArrayList.ArrayListIterator 566 return remaining != 0; 571 int rem = remaining; 578 remaining = rem - 1; 591 System.arraycopy(a, removalIdx + 1, a, removalIdx, remaining);
|
/libcore/luni/src/main/java/javax/crypto/ |
CipherSpi.java | 315 * {@code input.remaining()} bytes starting at {@code input.position()} are 318 * If the {@code output.remaining()} is too small to hold the transformed 359 if (output.remaining() < bOutput.length) { 399 * {@code input.remaining()} bytes starting at {@code input.position()} are 490 * Processes the {@code input.remaining()} bytes in {@code input} buffer at 542 if (output.remaining() < bOutput.length) {
|
/packages/apps/Gallery/src/com/android/camera/ |
MenuHelper.java | [all...] |
/packages/apps/Gallery2/src/com/android/photos/views/ |
GalleryThumbnailView.java | 240 for (int remaining = mLargeColumnUnitCount, i = 0; 241 remaining > 0 && startPosition + i >= 0 && startPosition + i < mItemCount; 245 remaining -= LAND_UNITS; 248 remaining -= PORT_UNITS; 249 if (remaining < 0) { 250 remaining += (mSmallColumnUnitCount - mLargeColumnUnitCount);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
ViewMetadataRepository.java | 346 Set<ViewElementDescriptor> remaining = new HashSet<ViewElementDescriptor>( local 349 remaining.addAll(layoutDescriptors.getViewDescriptors()); 350 remaining.addAll(layoutDescriptors.getLayoutDescriptors()); 363 remaining.remove(descriptor); 395 if (remaining.size() > 0) { 397 new ArrayList<ViewElementDescriptor>(remaining); [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ustrtrns.c | 82 /* "complicated" case, find the end of the remaining string */ 196 /* "complicated" case, find the end of the remaining string */ 545 count = srcLength; /* min(remaining dest, remaining src/3) */ [all...] |
/external/icu/icu4c/source/common/ |
ustrtrns.cpp | 88 /* "complicated" case, find the end of the remaining string */ 202 /* "complicated" case, find the end of the remaining string */ 553 count = srcLength; /* min(remaining dest, remaining src/3) */ [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderDeprecatedFlexibleBox.cpp | 498 // Allocate the remaining space among the flexible objects. If we are trying to 505 // Always start off by assuming the group can get all the remaining space. 555 // This is not advancing, avoid getting stuck by distributing the remaining pixels. 737 // Now we have to calc our height, so we know how much space we have remaining. 752 // Allocate the remaining space among the flexible objects. If we are trying to 759 // Always start off by assuming the group can get all the remaining space. [all...] |
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/ |
storage_api.py | 343 remaining = self._buffer.remaining() 344 if size >= 0 and size < remaining: 349 size -= remaining 350 self._offset += remaining 379 next_offset = self._offset + self._buffer.remaining() 574 def remaining(self): member in class:_Buffer
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
FirstFitLocalCombiningAllocator.java | 204 // Any remaining local-associated registers will be mapped later. 248 // Compute max category for remaining unmapped registers. 286 boolean remaining = false; 294 remaining = !succeeded || remaining; 301 return !remaining; [all...] |
/external/libpng/ |
pngpread.c | 57 png_size_t remaining = png_ptr->buffer_size; local 63 if (png_ptr->save_buffer_size < remaining) 64 return remaining - png_ptr->save_buffer_size; 74 png_uint_32 remaining = 0; local 94 remaining = png_ptr->skip_length; 99 return remaining; 145 /* Read any remaining signature bytes from the stream and compare them with [all...] |
/external/jpeg/ |
jdmarker.c | 593 unsigned int datalen, INT32 remaining) 596 * datalen is # of bytes at data[], remaining is length of rest of marker data. 599 INT32 totallen = (INT32) datalen + remaining; 669 unsigned int datalen, INT32 remaining) 672 * datalen is # of bytes at data[], remaining is length of rest of marker data. 693 TRACEMS1(cinfo, 1, JTRC_APP14, (int) (datalen + remaining)); 735 /* skip any remaining data -- could be lots */ 820 /* Reset pointer & calc remaining data length */ 841 /* skip any remaining data -- could be lots */ [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/ |
hists.c | 425 u64 new_total, remaining; local 432 remaining = new_total; 443 remaining -= cumul; 927 u16 remaining = h->nr_rows - h->row_offset; local 928 if (offset > remaining) { 929 offset -= remaining; 1005 u64 new_total, remaining; local 1013 remaining = new_total; 1024 remaining -= cumul; [all...] |
/external/pdfium/core/src/fxcodec/libjpeg/ |
fpdfapi_jdmarker.c | 619 unsigned int datalen, INT32 remaining)
622 * datalen is # of bytes at data[], remaining is length of rest of marker data.
625 INT32 totallen = (INT32) datalen + remaining;
695 unsigned int datalen, INT32 remaining)
698 * datalen is # of bytes at data[], remaining is length of rest of marker data.
719 TRACEMS1(cinfo, 1, JTRC_APP14, (int) (datalen + remaining));
761 /* skip any remaining data -- could be lots */
846 /* Reset pointer & calc remaining data length */
867 /* skip any remaining data -- could be lots */
[all...] |