HomeSort by relevance Sort by last modified time
    Searched full:accesses (Results 226 - 250 of 708) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/windows/sdl/host/include/SDL/
SDL_audio.h 147 * protect data structures that it accesses by calling SDL_LockAudio()
  /prebuilt/windows/sdl/include/SDL/
SDL_audio.h 141 * protect data structures that it accesses by calling SDL_LockAudio()
  /external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.h 266 /* Start ignoring all memory accesses (reads and writes). */
273 /* Stop ignoring all memory accesses. */
  /external/clang/lib/CodeGen/
CGObjC.cpp 378 /// accesses. They don't have to be fast, just faster than a function
386 /// Return the maximum size that permits atomic accesses for the given
390 // ARM has 8-byte atomic accesses, but it's not clear whether we
494 // If we're not atomic, just use expression accesses.
501 // accesses even if they're nominally atomic.
623 // Currently, all atomic accesses have to be through integer
825 // Currently, all atomic accesses have to be through integer
    [all...]
  /external/icu4c/test/cintltst/
spreptst.c 355 NFS client accesses the server, but have meaning when a local process
356 accesses the file. The ability to display and modify these
  /external/javassist/src/main/javassist/
CodeConverter.java 232 * Modify a method body, so that ALL accesses to an array are replaced with
647 * accesses to array elements.
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 171 // where there are several consecutive memory accesses to the same location,
407 // situation often occurs with bitfield accesses.
  /external/qemu/memcheck/
memcheck.c 567 * retaddr - Code address (in TB) that accesses memory.
602 * retaddr - Code address (in TB) that accesses memory.
  /external/valgrind/dynamic_annotations/
dynamic_annotations.h 265 /* Start ignoring all memory accesses (reads and writes). */
272 /* Stop ignoring all memory accesses. */
  /external/valgrind/main/docs/html/
dh-manual.html 237 <p>Really, what we want is to measure only memory accesses in
246 size, and which are 4096 bytes or smaller, DHAT counts accesses
  /external/valgrind/main/exp-dhat/docs/
dh-manual.xml 260 <para>Really, what we want is to measure only memory accesses in
272 size, and which are 4096 bytes or smaller, DHAT counts accesses
  /frameworks/base/docs/html/guide/publishing/
preparing.jd 120 <p>You may also have to obtain other release keys if your application accesses a service or uses a
280 <p>If your application accesses remote servers or services, make sure you are using the production
  /frameworks/media/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Interface.c 31 #include "M4OSA_FileWriter.h" /**< Include for OSAL file accesses implementation */
32 #include "M4OSA_Memory.h" /**< Include for OSAL memory accesses implementation */
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java 189 * @param fair if {@code true} then queue accesses for threads blocked
210 * @param fair if {@code true} then queue accesses for threads blocked
  /external/llvm/docs/
AliasAnalysis.html 156 <tt>C[0]</tt> and <tt>C[1]</tt> because they are accesses to two distinct
157 locations one byte apart, and the accesses are each one byte. In this case, the
177 that the accesses alias.</p>
207 freed and reallocated between accesses through one pointer and accesses through
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 755 // Since memset is 'accesses arguments' only, the AliasAnalysis base class
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 241 // Accesses via GEPs that are consistent with element access of a vector
246 // Accesses via vector operations and GEPs that are consistent with the
337 /// Here we turn element accesses into insert/extract element operations.
361 // Full width accesses can be ignored, because they can always be turned
406 /// its accesses to a single vector type, return true and set VecTy to
    [all...]
  /external/valgrind/tsan/
ts_pin.cc 210 int ignore_accesses; // if > 0, ignore all memory accesses.
232 // If true, ignore all accesses in all threads.
926 // So, when __cxa_guard_acquire returns true, we start ignoring all accesses
928 // We also need to ignore all accesses inside these two functions.
    [all...]
  /external/v8/src/
scopes.cc 162 // scope accesses this one's parameters. Allocate the arguments_shadow_
958 // allocated. All parameters are rewritten into property accesses via
    [all...]
  /frameworks/base/docs/html/guide/practices/
security.jd 591 <p>If your application accesses sensitive data with a <code><a
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
target.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
target.h     [all...]
  /dalvik/vm/
IndirectRefTable.h 82 * memory accesses on add/get. It will catch additional problems, e.g.:
  /dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp 116 * register accesses.
  /dalvik/vm/native/
dalvik_system_DexFile.cpp 180 * optimize field/method accesses based on a class that appeared later

Completed in 746 milliseconds

1 2 3 4 5 6 7 8 91011>>