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

<<11121314151617181920>>

  /ndk/docs/
SYSTEM-ISSUES.TXT 56 stores its result in a 'struct servent' structure, and the port number in
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppSendFileInfo.java 49 * This class stores information about a single sending file It will only be
  /packages/apps/Camera/src/com/android/camera/
ThumbnailController.java 85 // Stores the data from the specified file.
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 32 * Stores the list of all applications for the all apps view.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java 152 * Stores the user's selected word, before it is actually committed to the text field.
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java 25 * Stores information about an individual download.
  /sdk/ddms/libs/ddmlib/tests/src/com/android/ddmlib/testrunner/
RemoteAndroidTestRunnerTest.java 125 * Stores the provided command for later retrieval from getLastShellCommand.
  /dalvik/libcore/prefs/src/main/java/java/util/prefs/
Preferences.java 343 * Some implementations may store default values in backing stores. In this
370 * Some implementations may store default values in backing stores. In this
399 * Some implementations may store default values in backing stores. In this
427 * Some implementations may store default values in backing stores. In this
456 * Some implementations may store default values in backing stores. In this
485 * Some implementations may store default values in backing stores. In this
513 * Some implementations may store default values in backing stores. In this
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 115 /** Stores the scheme (usually the protocol) for this URI.
119 /** If specified, stores the userinfo for this URI; otherwise null.
123 /** If specified, stores the host for this URI; otherwise null.
127 /** If specified, stores the port for this URI; otherwise -1.
131 /** If specified, stores the path for this URI; otherwise null.
136 * If specified, stores the query string for this URI; otherwise
142 /** If specified, stores the fragment for this URI; otherwise null.
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
URI.java 112 /** Stores the scheme (usually the protocol) for this URI.
116 /** If specified, stores the userinfo for this URI; otherwise null.
120 /** If specified, stores the host for this URI; otherwise null.
124 /** If specified, stores the port for this URI; otherwise -1.
128 /** If specified, stores the path for this URI; otherwise null.
133 * If specified, stores the query string for this URI; otherwise
139 /** If specified, stores the fragment for this URI; otherwise null.
    [all...]
  /external/opencore/codecs_v2/audio/aac/dec/src/
esc_iquant_scaling.cpp 56 Local Stores/Buffers/Pointers Needed: None.
58 Global Stores/Buffers/Pointers Needed:
72 Local Stores Modified: None.
74 Global Stores Modified: None.
82 ,and stores the result in the output array in a variable Q format
getics.cpp 91 pMax_sfb = pointer to variable that stores maximum active
111 Local Stores/Buffers/Pointers Needed:
114 Global Stores/Buffers/Pointers Needed:
129 Local Stores Modified:
132 Global Stores Modified:
  /frameworks/base/media/libstagefright/codecs/aacdec/
esc_iquant_scaling.cpp 56 Local Stores/Buffers/Pointers Needed: None.
58 Global Stores/Buffers/Pointers Needed:
72 Local Stores Modified: None.
74 Global Stores Modified: None.
82 ,and stores the result in the output array in a variable Q format
getics.cpp 91 pMax_sfb = pointer to variable that stores maximum active
111 Local Stores/Buffers/Pointers Needed:
114 Global Stores/Buffers/Pointers Needed:
129 Local Stores Modified:
132 Global Stores Modified:
  /external/bluetooth/bluez/tools/
csr.c     [all...]
  /external/guava/javadoc/com/google/common/collect/
ImmutableListMultimap.Builder.html 175 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stores a collection of values with the same key in the built multimap.</TD>
184 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stores an array of values with the same key in the built multimap.</TD>
192 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stores another multimap's entries in the built multimap.</TD>
260 <DD>Stores a collection of values with the same key in the built multimap.
281 <DD>Stores an array of values with the same key in the built multimap.
300 <DD>Stores another multimap's entries in the built multimap. The generated
ImmutableMultimap.Builder.html 177 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stores a collection of values with the same key in the built multimap.</TD>
186 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stores an array of values with the same key in the built multimap.</TD>
194 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stores another multimap's entries in the built multimap.</TD>
259 <DD>Stores a collection of values with the same key in the built multimap.
277 <DD>Stores an array of values with the same key in the built multimap.
293 <DD>Stores another multimap's entries in the built multimap. The generated
ImmutableSetMultimap.Builder.html 176 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stores a collection of values with the same key in the built multimap.</TD>
185 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stores an array of values with the same key in the built multimap.</TD>
193 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stores another multimap's entries in the built multimap.</TD>
262 <DD>Stores a collection of values with the same key in the built multimap.
283 <DD>Stores an array of values with the same key in the built multimap.
302 <DD>Stores another multimap's entries in the built multimap. The generated
  /dalvik/libcore/archive/src/main/java/java/util/zip/
Inflater.java 205 * Inflates bytes from current input and stores them in {@code buf}.
219 * Inflates up to n bytes from the current input and stores them in {@code
  /dalvik/libcore/luni/src/main/java/java/io/
DataInputStream.java 71 * Reads at most {@code length} bytes from this stream and stores them in
214 * Reads bytes from this stream and stores them in the byte array {@code
PipedInputStream.java 244 * Reads at most {@code count} bytes from this stream and stores them in the
381 * Receives a byte and stores it in this stream's {@code buffer}. This
  /dalvik/libcore/security/src/main/java/java/security/
KeyStoreSpi.java 239 * Stores this {@code KeyStoreSpi} using the specified {@code
392 * Stores the given {@code Entry} in this {@code KeyStoreSpi} and associates
  /external/dhcpcd/
dhcpcd.8 301 generates the DUID and stores in it
414 Stores the PID of
dhcpcd.8.in 302 generates the DUID and stores in it
422 Stores the PID of
  /external/icu4c/common/
resbund.cpp 132 * stores all the resouce data, and the cache that stores flags

Completed in 298 milliseconds

<<11121314151617181920>>