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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
cond_st.vgtest 2 args: stores
  /art/test/076-boolean-put/
info.txt 1 This checks a case where javac generates code that stores a byte into a
  /external/chromium_org/third_party/icu/source/common/unicode/
icudataver.h 32 * Retrieves the data version from icuver and stores it in dataVersionFillin.
35 * @param status stores the error code from the calls to resource bundle
  /external/icu/icu4c/source/common/unicode/
icudataver.h 32 * Retrieves the data version from icuver and stores it in dataVersionFillin.
35 * @param status stores the error code from the calls to resource bundle
  /external/skia/src/ports/
SkBarriers_x86.h 28 // On x86, all stores are release stores, so we only need a compiler barrier.
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences.h 28 // Stores the current displays prefereces (both primary display id and
32 // If there is an internal display, stores |rotation_lock| along with the
44 // Stores the display layout for given display pairs for tests.
49 // Stores the given |power_state| for tests.
  /external/chromium_org/third_party/skia/gyp/
chromeos_deps.gyp 1 # This GYP file stores the dependencies necessary to build Skia on the Chrome OS
  /external/skia/gyp/
chromeos_deps.gyp 1 # This GYP file stores the dependencies necessary to build Skia on the Chrome OS
  /external/chromium_org/cloud_print/gcp20/prototype/
dns_sd_server.h 81 // Stores socket to multicast address.
84 // Stores multicast address end point.
87 // Stores time until last announcement is live.
90 // Stores service parameters (like service-name and service-type etc.)
93 // Stores the buffer for receiving messages.
96 // Stores address from where last message was sent.
99 // Stores information for TXT respond.
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
RenderData.java 11 * This class stores data that needs to be accessed on both the display thread and the
15 /** Stores pan and zoom configuration and converts image coordinates to screen coordinates. */
  /external/chromium_org/third_party/skia/src/ports/
SkBarriers_x86.h 34 // On x86, all stores are release stores, so we only need a compiler barrier.
  /external/chromium_org/components/network_time/
network_time_pref_names.cc 10 // Stores a pair of local time and corresponding network time to bootstrap
  /external/llvm/test/CodeGen/SystemZ/
atomic-store-01.ll 1 ; Test 8-bit atomic stores.
atomic-store-02.ll 1 ; Test 16-bit atomic stores.
atomic-store-03.ll 1 ; Test 32-bit atomic stores.
atomic-store-04.ll 1 ; Test 64-bit atomic stores.
  /external/llvm/test/MC/Disassembler/AArch64/
ldp-offset-predictable.txt 4 # Stores are OK.
  /external/llvm/test/Analysis/CostModel/AArch64/
store.ll 5 ; Stores of <2 x i64> should be expensive because we don't split them and
6 ; and unaligned 16b stores have bad performance.
10 ; We scalarize the loads/stores because there is no vector register name for
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_store.h 22 // Stores external data referenced by policies. Data is keyed by (policy, hash),
27 // * After creation, the cache and all stores using it must always be accessed
29 // * Stores sharing a cache must use different cache_keys to avoid namespace
31 // * The cache must outlive all stores using it.
43 // Stores |data| under (policy, hash). Returns true if the store succeeded.
  /external/chromium_org/v8/src/
hydrogen-store-elimination.cc 13 // Performs a block-by-block local analysis for removable stores.
41 // Remove any unobserved stores overwritten by this store.
45 // Observe any unobserved stores on this object + field.
74 // Only non-transitioning stores are removable.
102 TRACE(("-- Observed stores at I%d (%s might deoptimize)\n",
108 TRACE(("-- Observed stores at I%d (%s might GC)\n",
114 TRACE(("-- Observed stores at I%d (GVN flags of %s)\n",
  /external/bouncycastle/bcprov/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/chromium_org/chrome/common/extensions/docs/server2/
cache_chain_object_store.py 10 '''Maintains an in-memory cache along with a chain of other object stores to
15 - When setting (or deleting) items, all object stores in the hierarcy will
20 stores higher in the hierarchy.
23 delegate stores.
53 # When a value is found, cache it in all object stores further up the
70 # Update the caches of all object stores that need it.
  /external/chromium_org/third_party/brotli/src/brotli/enc/
port.h 15 // Macros for endianness, branch prediction and unaligned loads and stores.
61 // Portable handling of unaligned loads, stores, and copies.
68 // x86 and x86-64 can perform unaligned loads/stores directly;
69 // modern PowerPC hardware can also do unaligned integer loads and stores;
70 // but note: the FPU still sends unaligned loads and stores to a trap handler!
114 // unaligned loads and stores.
  /external/chromium_org/media/audio/sounds/
wav_audio_handler.h 28 // the case of success stores the number of written bytes in
39 // Parses the 'fmt' section chunk and stores |params_|.
42 // Parses the 'data' section chunk and stores |data_|.
  /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)

Completed in 916 milliseconds

1 2 3 4 5 6 7 8 91011>>