HomeSort by relevance Sort by last modified time
    Searched full:stores (Results 201 - 225 of 1191) sorted by null

1 2 3 4 5 6 7 891011>>

  /dalvik/libcore/luni/src/main/java/java/io/
PipedReader.java 170 * Reads at most {@code count} characters from this reader and stores them
315 * Receives a char and stores it into the PipedReader. This called by
367 * Receives a char array and stores it into the PipedReader. This called by
FileInputStream.java 255 * Reads bytes from this stream and stores them in the byte array
271 * Reads at most {@code count} bytes from this stream and stores them in the
InputStream.java 146 * Reads bytes from this stream and stores them in the byte array {@code b}.
163 * Reads at most {@code length} bytes from this stream and stores them in
Reader.java 134 * Reads characters from this reader and stores them in the character array
153 * Reads at most {@code count} characters from this reader and stores them
  /dalvik/vm/compiler/codegen/arm/
LocalOptimizations.c 63 * 1) Eliminate redundant loads and stores
64 * 2) Sink stores to latest possible slot
236 * for partially overlapping stores.
  /external/guava/src/com/google/common/collect/
ImmutableMultimap.java 155 * Stores a collection of values with the same key in the built multimap.
170 * Stores an array of values with the same key in the built multimap.
180 * Stores another multimap's entries in the built multimap. The generated
ImmutableSetMultimap.java 191 * Stores a collection of values with the same key in the built multimap.
206 * Stores an array of values with the same key in the built multimap.
216 * Stores another multimap's entries in the built multimap. The generated
  /external/icu4c/tools/genbidi/
store.c 91 Stores some of the bidi mirroring data, where each code point maps to
105 The table stores source code points, and also for each the index of its mirror
120 array, and the jgArray[] stores a byte for each of these code points,
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
block_idct.cpp 26 Local Stores/Buffers/Pointers Needed:
34 Global Stores/Buffers/Pointers Needed:
54 Local Stores Modified:
58 Global Stores Modified:
434 Local Stores/Buffers/Pointers Needed:
442 Global Stores/Buffers/Pointers Needed:
462 Local Stores Modified:
466 Global Stores Modified:
755 Local Stores/Buffers/Pointers Needed:
763 Global Stores/Buffers/Pointers Needed
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
block_idct.cpp 26 Local Stores/Buffers/Pointers Needed:
34 Global Stores/Buffers/Pointers Needed:
54 Local Stores Modified:
58 Global Stores Modified:
433 Local Stores/Buffers/Pointers Needed:
441 Global Stores/Buffers/Pointers Needed:
461 Local Stores Modified:
465 Global Stores Modified:
754 Local Stores/Buffers/Pointers Needed:
762 Global Stores/Buffers/Pointers Needed
    [all...]
  /dalvik/libcore/crypto/src/main/java/javax/crypto/
ExemptionMechanism.java 322 * Generates the result key blob for this exemption mechanism and stores it
343 * Generates the result key blob for this exemption mechanism and stores it
  /dalvik/libcore/luni/src/main/java/java/net/
DatagramPacket.java 88 * a byte array which stores the characters to be sent.
112 * a byte array which stores the characters to be sent.
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 431 // setting up the properties pointing to the key/trust stores
477 // setting up the properties pointing to the key/trust stores
529 // setting up the properties pointing to the key/trust stores
582 // setting up the properties pointing to the key/trust stores
645 // setting up the properties pointing to the key/trust stores
713 // setting up the properties pointing to the key/trust stores
773 // setting up the properties pointing to the key/trust stores
    [all...]
  /dalvik/libcore/nio_char/src/main/java/java/nio/charset/
CoderResult.java 72 * Stores unique result objects for each malformed-input error of a certain
78 * Stores unique result objects for each unmappable-character error of a
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
ASN1Choice.java 218 // identifiers[0]: stores identifiers (includes nested choices)
219 // identifiers[1]: stores identifiers' indexes in array of types
  /development/scripts/app_engine_server/gae_shell/
shell.py 79 """A shell session. Stores the session's globals.
94 The unpicklable_names property stores all of the names of globals that were
  /external/e2fsprogs/e2fsck/
e2fsck.h 83 * The directory information structure; stores directory information
95 * The indexed directory information structure; stores information for
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-distance.h 184 // each visited state S and stores the value in the 'distance' vector.
213 // initial state to each state S and stores the value in the
  /external/v8/src/arm/
constants-arm.h 278 // extra loads and stores
293 // Test for special encodings of type 0 instructions (extra loads and stores,
  /external/v8/src/
factory.h 354 // atom regexp and stores it in the regexp.
362 // irregexp regexp and stores it in the regexp.
log-utils.h 196 // Stores a record if it differs from a previous one (or there's no previous).
254 // Stores log message into compressor, returns true if the message
  /frameworks/base/include/tts/
TtsEngine.h 178 // @param[inout] iosize in: stores the size available to store the
180 // out: stores the size required to hold the language
  /packages/apps/Contacts/src/com/android/contacts/
DialtactsActivity.java 304 * Stores the filter text associated with a FILTER_CONTACTS_ACTION intent.
334 * Stores the uri associated with a dial intent. This is so child activities can
  /build/tools/apriori/
cmdline.c 97 /* getopt_long stores the option index here. */
  /cts/tools/dasm/src/java_cup/
reduce_action.java 5 * The action simply stores the production that it reduces with and

Completed in 256 milliseconds

1 2 3 4 5 6 7 891011>>