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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/076-boolean-put/
info.txt 1 This checks a case where javac generates code that stores a byte into a
  /packages/apps/Email/res/xml/
stores_product.xml 3 Email stores that are considered "universal" and are appropriate for *all* android
4 platform devices should be defined in stores.xml.
senders_product.xml 3 Email stores that are considered "universal" and are appropriate for *all* android
stores.xml 32 <stores>
38 </stores>
  /external/bluetooth/bluez/tools/
bccmd.8 96 .BI psget\ [-r]\ [-s\ <stores>]\ <key>
100 .BI psset\ [-r]\ [-s\ <stores>]\ <key>\ <value>
104 .BI psclr\ [-r]\ [-s\ <stores>]\ <key>
108 .BI pslist\ [-r]\ [-s\ <stores>]
112 .BI psread\ [-r]\ [-s\ <stores>]
116 .BI psload\ [-r]\ [-s\ <stores>]\ <file>
120 .BI pscheck\ [-r]\ [-s\ <stores>]\ <file>
bccmd.c 176 static char *storestostr(uint16_t stores)
178 switch (stores) {
585 uint16_t type, stores[4] = { 0x0001, 0x0002, 0x0004, 0x0008 }; local
592 array[0] = stores[i] & 0xff;
593 array[1] = stores[i] >> 8;
601 printf("%s (0x%04x) = %s (%d)\n", storestostr(stores[i]),
602 stores[i], memorytostr(type), type);
609 { "stores", 1, 0, 's' },
615 static int opt_pskey(int argc, char *argv[], uint16_t *stores, int *reset, int *help)
622 if (!stores)
671 uint16_t pskey, length, value, stores = CSR_STORES_DEFAULT; local
746 uint16_t pskey, length, value, stores = CSR_STORES_PSRAM; local
852 uint16_t pskey, stores = CSR_STORES_PSRAM; local
889 uint16_t pskey = 0x0000, length, stores = CSR_STORES_DEFAULT; local
934 uint16_t pskey = 0x0000, length, stores = CSR_STORES_DEFAULT; local
1003 uint16_t pskey, length, size, stores = CSR_STORES_PSRAM; local
    [all...]
  /dalvik/libcore/prefs/src/main/java/java/util/prefs/
package.html 6 retrieving it from there. There are two different kinds of stores
  /external/webkit/LayoutTests/platform/android-v8/storage/domstorage/localstorage/
string-conversion-expected.txt 1 This test case verifies that local storage only stores strings.
  /external/webkit/LayoutTests/platform/android-v8/storage/domstorage/sessionstorage/
string-conversion-expected.txt 1 This test case verifies that session storage only stores strings.
  /external/webkit/LayoutTests/storage/domstorage/localstorage/
string-conversion-expected.txt 1 This test case verifies that local storage only stores strings.
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/
string-conversion-expected.txt 1 This test case verifies that session storage only stores strings.
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt_cipher_descriptor.c 15 Stores the cipher descriptor table, Tom St Denis
crypt_hash_descriptor.c 15 Stores the hash descriptor table, Tom St Denis
crypt_prng_descriptor.c 15 Stores the PRNG descriptors, Tom St Denis
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadFileInfo.java 22 * Stores information about the file in which a download gets saved.
  /packages/providers/TelephonyProvider/res/values/
strings.xml 19 <!-- This is the label for the application that stores phone data -->
  /external/bluetooth/hcidump/parser/
csr.c 208 uint16_t key, stores, next; local
211 stores = CSR_U16(frm);
215 printf("%s: key 0x%4.4x stores 0x%4.4x next 0x%4.4x\n", str, key, stores, next);
227 frm->in ? "len" : "stores", length);
232 uint16_t key, stores; local
235 stores = CSR_U16(frm);
238 printf("%s: key 0x%4.4x stores 0x%4.4x\n", str, key, stores);
243 uint16_t key, length, stores; local
    [all...]
  /external/opencore/doc/oscl_html/
classOsclBinIStreamLittleEndian.html 25 <tr><td>&nbsp;</td><td><font size=-1><em>This method reads a int8 from the stream and stores it in 'data'.</em> <a href="#a1"></a><em></em></font><br><br></td></tr>
27 <tr><td>&nbsp;</td><td><font size=-1><em>This method reads a uint8 from the stream and stores it in 'data'.</em> <a href="#a2"></a><em></em></font><br><br></td></tr>
29 <tr><td>&nbsp;</td><td><font size=-1><em>This method reads a int16 from the stream and stores it in 'data'.</em> <a href="#a3"></a><em></em></font><br><br></td></tr>
31 <tr><td>&nbsp;</td><td><font size=-1><em>This method reads a uint16 from the stream and stores it in 'data'.</em> <a href="#a4"></a><em></em></font><br><br></td></tr>
33 <tr><td>&nbsp;</td><td><font size=-1><em>This method reads a int32 from the stream and stores it in 'data'.</em> <a href="#a5"></a><em></em></font><br><br></td></tr>
35 <tr><td>&nbsp;</td><td><font size=-1><em>This method reads a uint32 from the stream and stores it in 'data'.</em> <a href="#a6"></a><em></em></font><br><br></td></tr>
96 This method reads a uint32 from the stream and stores it in 'data'.
127 This method reads a int32 from the stream and stores it in 'data'.
158 This method reads a uint16 from the stream and stores it in 'data'.
189 This method reads a int16 from the stream and stores it in 'data'
    [all...]
  /external/opencore/oscl/oscl/osclutil/src/
oscl_bin_stream.h 252 //! This method reads a int8 from the stream and stores it in 'data'.
255 //!This method reads a uint8 from the stream and stores it in 'data'.
258 //! This method reads a int16 from the stream and stores it in 'data'.
261 //! This method reads a uint16 from the stream and stores it in 'data'.
264 //! This method reads a int32 from the stream and stores it in 'data'.
267 //! This method reads a uint32 from the stream and stores it in 'data'.
314 //! This method reads a int8 from the stream and stores it in 'data'.
317 //! This method reads a uint8 from the stream and stores it in 'data'.
320 //! This method reads a int16 from the stream and stores it in 'data'.
323 //! This method reads a uint16 from the stream and stores it in 'data'
    [all...]
  /external/dropbear/libtommath/
bn_mp_toradix_n.c 18 /* stores a bignum as a ASCII string in a given radix (2..64)
20 * Stores upto maxlen-1 chars and always a NULL byte
  /external/skia/src/gl/
SkGLTextCache.h 47 uint32_t fGlyphIDArray[kMaxGlyphCount]; // stores glyphIDs
48 uint16_t fGlyphOffsetX[kMaxGlyphCount]; // stores x-offsets
  /dalvik/dx/src/com/android/dx/cf/attrib/
BaseAttribute.java 22 * Base implementation of {@link Attribute}, which directly stores
  /dalvik/dx/src/com/android/dx/cf/iface/
StdFieldList.java 22 * Standard implementation of {@link FieldList}, which directly stores
StdMethodList.java 22 * Standard implementation of {@link MethodList}, which directly stores
  /dalvik/vm/mterp/x86-atom/
OP_INT_TO_DOUBLE.S 24 * stores the result in the destination register. vA<- (double) vB

Completed in 840 milliseconds

1 2 3 4 5 6 7 8 91011>>