HomeSort by relevance Sort by last modified time
    Searched full:consumed (Results 1 - 25 of 486) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLBufferedInput.java 35 private int consumed = 0; field in class:SSLBufferedInput
46 consumed = 0;
57 * Returns the number of consumed bytes.
59 protected int consumed() { method in class:SSLBufferedInput
60 return consumed;
72 consumed ++;
SSLEngineDataStream.java 26 * it provides the info about amount of consumed data.
38 private int consumed; field in class:SSLEngineDataStream
46 this.consumed = 0;
71 consumed += len;
87 protected int consumed() { method in class:SSLEngineDataStream
88 return consumed;
  /external/skia/src/images/
SkImageDecoder_libpvjpeg.cpp 172 int32 consumed = bytesInStorage; local
173 status = codec->Decode((uint8*)storage, &consumed);
175 SkASSERT(bytesInStorage >= consumed);
176 bytesInStorage -= consumed;
180 SkASSERT(consumed >= 0 && bytesInStorage >= 0);
181 SkASSERT((size_t)(consumed + bytesInStorage) <= sizeof(fStorage));
183 // SkDebugf("-- memmov srcOffset=%d, numBytes=%d\n", consumed, bytesInStorage);
184 memmove(storage, storage + consumed, bytesInStorage);
  /external/webkit/WebCore/editing/
HTMLInterchange.cpp 62 unsigned consumed = 0; local
64 consumed = 1;
71 consumed = count;
106 i += consumed;
  /external/chromium/net/base/
upload_data_stream.h 24 // Call to indicate that a portion of the stream's buffer was consumed. This
26 // the upload data to be consumed.
  /external/bluetooth/bluez/audio/
gstsbcparse.c 86 int consumed; local
88 consumed = sbc_parse(&parse->new_sbc, data + offset,
90 if (consumed <= 0)
108 consumed, parse->outcaps, &output);
113 memcpy(GST_BUFFER_DATA(output), data + offset, consumed);
119 offset += consumed;
gstsbcdec.c 84 int consumed; local
93 consumed = sbc_decode(&dec->sbc, data + offset, size - offset,
96 if (consumed <= 0)
127 offset += consumed;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DefaultSuggestionView.java 286 boolean consumed = false;
289 consumed = mIcon2.requestFocus();
290 if (DBG) Log.d(TAG, "onKey Icon2 accepted focus: " + consumed);
292 consumed = requestFocus();
293 if (DBG) Log.d(TAG, "onKey SuggestionView accepted focus: " + consumed);
296 return consumed;
  /external/chromium/net/ftp/
ftp_directory_listing_buffer.h 32 // Called when all received data has been consumed by this buffer. Tells the
70 // CRLF-delimited lines, without the CRLF, not yet consumed by parser.
ftp_directory_listing_parser.h 39 // Called after all input has been consumed. Returns true if the parser
  /external/sqlite/android/
PhoneticStringUtils.h 29 // is "consumed" (e.g. Japanese halfwidth katakana's voiced mark is consumed
  /frameworks/base/core/res/res/xml/
power_profile.xml 33 <!-- The current consumed by the radio when it is scanning for a signal -->
36 <!-- Current consumed by the radio at different signal strengths, when paging -->
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BarrierConsumer.java 26 * has been consumed, further values are rejected.
76 // or enough values have already been consumed
  /external/apache-http/src/org/apache/http/entity/
InputStreamEntity.java 53 private boolean consumed = false; field in class:InputStreamEntity
100 this.consumed = true;
105 return !this.consumed;
110 this.consumed = true;
  /external/kernel-headers/original/linux/
textsearch.h 66 * @consumed: number of bytes consumed by the caller
73 * of the block or 0 if at the end. consumed == 0 indicates
76 unsigned int (*get_next_block)(unsigned int consumed,
  /bootable/recovery/mtdutils/
mtdutils.c 41 size_t consumed; member in struct:MtdReadContext
278 ctx->consumed = partition->erase_size;
333 if (ctx->consumed < ctx->partition->erase_size) {
334 size_t avail = ctx->partition->erase_size - ctx->consumed;
336 memcpy(data + read, ctx->buffer + ctx->consumed, copy);
337 ctx->consumed += copy;
342 while (ctx->consumed == ctx->partition->erase_size &&
353 if (ctx->consumed == ctx->partition->erase_size && read < (int) len) {
355 ctx->consumed = 0;
  /dalvik/docs/opcodes/
opcode-11-return-object.html 80 The return value can be consumed by (exactly) the first instruction
  /external/e2fsprogs/intl/
printf-parse.h 33 /* arg_index value indicating that no argument is consumed. */
wprintf-parse.h 33 /* arg_index value indicating that no argument is consumed. */
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
AutoDetector.java 34 If bytes are consumed from the InputStream in the process, they
  /frameworks/base/core/java/com/android/internal/os/
PowerProfile.java 125 * Power consumed by the audio hardware when playing back audio content. This is in addition
131 * Power consumed by any media hardware when playing back video content. This is in addition
215 * Returns the average current in mA consumed by the subsystem
233 * Returns the average current in mA consumed by the subsystem for the given level.
  /hardware/broadcom/wlan/bcm4329/src/shared/
miniopt.c 68 t->consumed = 0;
82 t->consumed++;
91 t->consumed++;
142 t->consumed++;
  /frameworks/base/include/ui/
InputTransport.h 26 * have not yet been consumed.
111 bool consumed; member in struct:android::InputMessage
189 * Should be called after an event has been consumed to release resources used by the
234 /* Appends a motion sample to a motion event unless already consumed.
238 * Returns FAILED_TRANSACTION if the current event has already been consumed.
  /external/protobuf/python/google/protobuf/
text_format.py 365 True iff the text was consumed.
379 ParseError: If the text couldn't be consumed.
402 ParseError: If an identifier couldn't be consumed.
417 ParseError: If a signed 32bit integer couldn't be consumed.
433 ParseError: If an unsigned 32bit integer couldn't be consumed.
449 ParseError: If a signed 64bit integer couldn't be consumed.
465 ParseError: If an unsigned 64bit integer couldn't be consumed.
481 ParseError: If a floating point number couldn't be consumed.
508 ParseError: If a boolean value couldn't be consumed.
526 ParseError: If a string value couldn't be consumed
    [all...]
  /frameworks/base/libs/ui/
InputTransport.cpp 34 // available to be consumed in the shared memory buffer.
226 mSharedMessage->consumed = false;
241 if (mSharedMessage->consumed) {
309 mSharedMessage->consumed = false;
456 // Only possible source of contention is the consumer having consumed (or being in the
460 "already been consumed.", mChannel->getName().string());
581 if (mSharedMessage->consumed) {
582 LOGE("channel '%s' consumer ~ The current message has already been consumed.",
588 // to the publisher that the message has been consumed (or is in the process of being
589 // consumed). Eventually the publisher will reinitialize the semaphore for the next message
    [all...]

Completed in 300 milliseconds

1 2 3 4 5 6 7 8 91011>>