HomeSort by relevance Sort by last modified time
    Searched full:stores (Results 1 - 25 of 2393) 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
  /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/oprofile/events/mips/vr5432/
events 7 event:0x3 counters:0,1 um:zero minimum:500 name:STORES : Store execution
9 event:0x5 counters:0,1 um:zero minimum:500 name:FP_INSTRUCTIONS : (FP instruction execution) / 2 and truncated excluding cp1 loads and stores
10 event:0x6 counters:0,1 um:zero minimum:500 name:DOUBLEWORDS_FLUSHED : Doublewords flushed to main memory (no uncached stores)
  /external/chromium/chrome/browser/prefs/
pref_value_map.h 26 // Gets the value for |key| and stores it in |value|. Ownership remains with
48 // Gets a boolean value for |key| and stores it in |value|. Returns true if
52 // Gets a string value for |key| and stores it in |value|. Returns true if
59 // Compares this value map against |other| and stores all key names that have
default_pref_store.h 21 // Stores a new |value| for |key|. Assumes ownership of |value|.
  /external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot.h 19 // Grabs a snapshot of the designated window and stores a PNG representation
  /external/clang/test/CodeGen/
tbaa-for-vptr.cpp 2 // Check that we generate TBAA for vtable pointer loads and stores.
  /external/jmonkeyengine/engine/src/blender/com/jme3/asset/
GeneratedTextureKey.java 13 * Constructor. Stores the name. Extension and folder name are empty
  /external/llvm/test/Transforms/LICM/
2003-02-27-StoreSinkPHIs.ll 1 ; LICM is adding stores before phi nodes. bad.
  /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/webkit/LayoutTests/storage/indexeddb/
set_version_blocked-expected.txt 16 Deleted all object stores.
  /packages/apps/Email/res/xml/
senders_product.xml 3 Email stores that are considered "universal" and are appropriate for *all* android
  /external/chromium/chrome/common/extensions/
extension_sidebar_defaults.h 18 // Default title, stores manifest default_title key value.
24 // Default icon path, stores manifest default_icon key value.
  /external/llvm/test/CodeGen/X86/
2008-06-13-NotVolatileLoadStore.ll 4 ; These transforms are turned off for load volatiles and stores.
5 ; Check that they weren't turned off for all loads and stores!
  /packages/providers/TelephonyProvider/res/values/
strings.xml 21 devices, where the TelephonyProvider stores configuration info
26 Applications" UI. The TelephonyProvider stores configuration
  /external/llvm/test/Transforms/InstCombine/
align-2d-gep.ll 4 ; A multi-dimensional array in a nested loop doing vector stores that
7 ; array dimension is not even, so the stores to it won't always be
9 ; stores.
  /external/llvm/docs/
Atomics.html 64 stores. On the other hand, a non-volatile non-atomic load can be moved
89 dealing with stores needs to be aware of it.</p>
144 <p>For cases where simple loads and stores are not sufficient, LLVM provides
149 basic functionality as non-atomic loads and stores, but provide additional
203 stores by multiple threads should be protected by a lock or other
207 volatile loads and stores are not properly atomic; do not try to use
213 not otherwise exist is allowed; introducing stores to shared variables
219 relevant to unaligned stores: it is not allowed in general to convert
220 an unaligned store into two aligned stores of the same width as the
257 split a 64-bit store on ARM into two 32-bit unordered stores.
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_list.h 14 // Stores a list of all AutomationProvider objects.
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_state.h 5 // Stores per-profile state needed for find in page. This includes the most

Completed in 761 milliseconds

1 2 3 4 5 6 7 8 91011>>