HomeSort by relevance Sort by last modified time
    Searched full:stores (Results 1 - 25 of 1245) 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...]
  /external/icu4c/common/unicode/
icudataver.h 39 * @param status stores the error code from the calls to resource bundle
48 * Retrieves the data version from icuver and stores it in dataVersionFillin.
51 * @param status stores the error code from the calls to resource bundle
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
ExtendedPKIXParameters.java 26 private List stores; field in class:ExtendedPKIXParameters
60 stores = new ArrayList();
128 stores = new ArrayList(_params.stores);
199 * @throws ClassCastException if an element of <code>stores</code> is not
202 public void setCertStores(List stores)
204 if (stores != null)
206 Iterator it = stores.iterator();
215 * Sets the Bouncy Castle Stores for finding CRLs, certificates, attribute
220 * @param stores A list of stores to use
    [all...]
  /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/chromium/net/base/
ev_root_ca_metadata.h 24 // A singleton. This class stores the meta data of the root CAs that issue
36 // If the root CA cert has an EV policy OID, returns true and stores the
  /external/chromium/net/socket/
socks_client_socket.h 73 // client or via the server. This enum stores the state of the SOCKS
97 // Stores the underlying socket.
103 // Stores the callback to the layer above, called on completing Connect().
111 // While writing, this buffer stores the complete write handshake data.
112 // While reading, it stores the handshake information received so far.
socks5_client_socket.h 107 // Stores the underlying socket.
112 // Stores the callback to the layer above, called on completing Connect().
120 // While writing, this buffer stores the complete write handshake data.
121 // While reading, it stores the handshake information received so far.
  /external/chromium/base/
sha2.h 20 // Computes the SHA-256 hash of the input string 'str' and stores the first
  /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/TelephonyProvider/res/values/
strings.xml 19 <!-- This is the label for the application that stores phone data -->
  /external/libnfc-nxp/src/
phFriNfc_SmtCrdFmt.h 123 /* Stores the CC byte values. For Ex: 0xE1, 0x10 , 0x0C, 0x00*/
143 /* Stores the CC byte values. For Ex: 0xE1, 0x10 , 0x10, 0x00*/
180 /* Stores the PICC Master Key/NFC Forum MasterKey*/
208 /* Stores the Default KeyA and KeyB values*/
230 /* Stores the current block */
233 /* Stores the current block */
262 /* Stores the current block executed */
313 /** Stores the type of the smart card. */
316 /** Stores operating mode type of the MifareStd. */
322 /**< \internal Stores the card state Ex: Blank/Formatted etc. *
    [all...]
  /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/qemu/
qdict.c 181 * This function assumes that 'key' exists and it stores a
204 * This function assumes that 'key' exists and it stores a
218 * This function assumes that 'key' exists and it stores a
232 * This function assumes that 'key' exists and it stores a
245 * This function assumes that 'key' exists and it stores a
259 * This function assumes that 'key' exists and it stores a
  /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

Completed in 302 milliseconds

1 2 3 4 5 6 7 8 91011>>