HomeSort by relevance Sort by last modified time
    Searched full:accesses (Results 201 - 225 of 2582) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libchrome/base/
lazy_instance.cc 21 // all about ordering of memory accesses to *associated* data).
  /external/libxml2/python/
TODO 20 - DTD element and attributes content accesses
  /external/linux-kselftest/tools/testing/selftests/breakpoints/
breakpoint_test.c 115 /* Dummy variables to test read/write accesses */
118 /* Dummy functions to test execution accesses */
199 * Do the r/w/x accesses to trigger the breakpoints. And run
241 /* Test read/write watchpoints (on read accesses) */
  /external/llvm/test/Analysis/LoopAccessAnalysis/
memcheck-for-loop-invariant.ll 1 ; RUN: opt -loop-accesses -analyze < %s | FileCheck %s
non-wrapping-pointer.ll 1 ; RUN: opt -basicaa -loop-accesses -analyze < %s | FileCheck %s
pointer-with-unknown-bounds.ll 1 ; RUN: opt -loop-accesses -analyze < %s | FileCheck %s
safe-with-dep-distance.ll 1 ; RUN: opt -loop-accesses -analyze < %s | FileCheck %s
  /external/llvm/test/CodeGen/SystemZ/
tls-04.ll 1 ; Test local-dynamic TLS accesses.
  /external/llvm/test/Transforms/LoadStoreVectorizer/X86/
preserve-order32.ll 7 ; Check an i32 and i8* get vectorized, and that the two accesses
  /external/python/cpython3/Lib/
py_compile.py 28 type name can be accesses as class variable
32 can be accesses as class variable 'exc_value'
35 can be accesses as class variable 'file'
40 message (or default) can be accesses as class variable
  /external/skia/src/gpu/ops/
GrOp.cpp 20 // memory barrier between accesses of a context on different threads. Also, there may be multiple
  /external/skqp/src/gpu/ops/
GrOp.cpp 20 // memory barrier between accesses of a context on different threads. Also, there may be multiple
  /external/swiftshader/src/Main/
Config.hpp 97 MAX_TEXTURE_LOD = MIPMAP_LEVELS - 2, // Trilinear accesses lod+1
  /external/valgrind/drd/
drd_darwin_intercepts.c 33 * the data accesses involved in this mechanism.
drd_suppression.c 116 * Start tracing memory accesses in the range [a1,a2). If persistent == True,
136 * Stop tracing memory accesses in the range [a1,a2).
158 * Stop using the memory range [a1,a2). Stop tracing memory accesses to
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
EventHandler.java 29 * the download, to avoid concentrating too many accesses around
  /system/sepolicy/prebuilts/api/26.0/private/
bluetooth.te 17 # Data file accesses.
  /system/sepolicy/prebuilts/api/27.0/private/
bluetooth.te 16 # Data file accesses.
  /system/sepolicy/prebuilts/api/28.0/private/
bluetooth.te 16 # Data file accesses.
  /system/sepolicy/private/
bluetooth.te 16 # Data file accesses.
  /external/llvm/lib/Target/SystemZ/
SystemZLDCleanup.cpp 1 //===-- SystemZLDCleanup.cpp - Clean up local-dynamic TLS accesses --------===//
10 // This pass combines multiple accesses to local-dynamic TLS variables so that
75 // No point folding accesses if there isn't at least two.
  /external/valgrind/helgrind/
README_MSMProp2.txt 146 later-observed accesses: either (1) the accessing thread holds at
147 least one lock in common with LS, or (2) those accesses must
151 Hence a Write state places a constraint on all accesses.
  /libcore/dalvik/src/main/java/dalvik/annotation/optimization/
ReachabilitySensitive.java 63 * as accesses to a ReachabilitySensitive field of that object. Classes will normally
70 * which accesses from another class (or calls from another class to an annotated method) are
71 * unavoidable. Normally all such accesses should be accompanied by corresponding
  /libcore/luni/src/test/java/libcore/libcore/io/
MemoryTest.java 41 long ptr = base_ptr + ptr_offset; // To test aligned and unaligned accesses.
82 long ptr = base_ptr + ptr_offset; // To test aligned and unaligned accesses.
120 long ptr = base_ptr + ptr_offset; // To test aligned and unaligned accesses.
  /system/extras/boottime_tools/io_analysis/
check_file_read.py 51 self.accesses = []
69 self.accesses.append((time, offset, size, process_name))
84 self.accesses.append((time, offsets[i], lens[i], process_names[i]))
105 print " Ext4 single block accesses:", collections.OrderedDict( \
111 print " Block single block accesses:", collections.OrderedDict( \
126 print " repeating accesses", repeating_reads_counter, " offset:count ->", ','.join(prints)
377 accesses = accesses_per_inodes.get(pending.inode)
378 if not accesses: # merged one already dispatched
380 if len(accesses[0]) == 1:
383 pending.handle_merged_req(time, accesses[0], accesses[1], accesses[2], is_read
    [all...]

Completed in 729 milliseconds

1 2 3 4 5 6 7 891011>>