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

1 2 3 45 6 7 8 91011>>

  /external/valgrind/main/drd/
drd_thread.h 90 /** Wether recording of memory load accesses is currently enabled. */
92 /** Wether recording of memory load accesses is currently enabled. */
  /frameworks/base/core/java/android/content/
AbstractThreadedSyncAdapter.java 95 // all accesses to this member variable must be synchronized on mSyncThreadLock
260 // that also synchronize accesses to mSyncThreads
  /frameworks/base/core/java/android/view/
SurfaceHolder.java 98 * surface. If you have a rendering thread that directly accesses
275 * that thread only accesses the Surface while it is valid, and that the
  /frameworks/base/include/utils/
AssetManager.h 168 * packages. Depending on the cache setting and previous accesses,
180 * packages. Depending on the cache setting and previous accesses,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
thread-mainloop.h 62 * Since the PulseAudio API doesn't allow concurrent accesses to objects,
224 * the locking mechanism to handle concurrent accesses, but nothing else.
  /external/valgrind/main/docs/html/
drd-manual.html 100 accesses via locking. E.g. the POSIX threads library, the Qt library
180 Which source code statements generate which memory accesses depends on
272 conflicting memory accesses are ordered by synchronization
288 many conflicting memory accesses in such applications and although such
295 algorithm is to verify whether all shared memory accesses follow a consistent
297 whether all interthread memory accesses are ordered by synchronization
352 memory accesses that occur after memory has been freed but might cause
509 There are always at least two memory accesses involved in a data
510 race. Memory accesses involved in a data race are called
511 <span class="emphasis"><em>conflicting memory accesses</em></span>. DRD prints
    [all...]
  /cts/tests/appsecurity-tests/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ModifyInstallerPackageTest.java 33 * Accesses app cts/tests/appsecurity-tests/test-apps/PermissionDeclareApp/...
  /external/blktrace/btt/
bno_plot.py 45 set title 'btt Generated Block Accesses'
  /external/bzip2/
unzcrash.c 8 This should not cause any invalid memory accesses. If it does,
  /external/chromium/base/
id_map.h 49 // However, all the accesses may take place on another thread, such as the
  /external/chromium/chrome/browser/
oom_priority_manager.cc 96 // we avoid jank, because it accesses /proc.
  /external/chromium/chrome/browser/prefs/
pref_member.h 153 // Moves the PrefMember to another thread, allowing read accesses from there.
  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.cc 58 // TODO(oshima): Re-enable when ChromeOS only accesses the profile on the UI
  /external/chromium/chrome/browser/tab_contents/
background_contents.h 145 // Should only be called from the UI thread, since it accesses
  /external/chromium/net/proxy/
sync_host_resolver_bridge.cc 68 // Mutex to guard accesses to |has_shutdown_|.
  /external/chromium/net/spdy/
spdy_session_pool.h 112 // A debugging mode where we compress all accesses through a single domain.
  /external/chromium/webkit/glue/
cpp_bound_class.h 35 // CppBoundClass lets you map Javascript method calls and property accesses
  /external/clang/test/SemaObjC/
instancetype.m 110 // The ASTs don't model super property accesses well enough to get this right
  /external/kernel-headers/original/asm-x86/
thread_info_32.h 171 * have to worry about atomic accesses.
  /external/kernel-headers/original/linux/
mempolicy.h 51 * In process context there is no locking because only the process accesses
  /external/liblzf/
lzfP.h 169 /* for unaligned accesses we need a 16 bit datatype. */
  /external/libpcap/
aclocal.m4 583 dnl Checks to see if unaligned memory accesses fail
594 [AC_MSG_CHECKING(if unaligned accesses fail)
610 # comment) doesn't fault on unaligned accesses, but doesn't
620 # file and conclude that unaligned accesses don't work).
  /external/libvpx/vpx_ports/
mem_ops.h 18 * unaligned accesses.
  /external/llvm/include/llvm/ADT/
Statistic.h 61 // concurrent accesses, but not to read the return value, so the
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 127 /// hasLazyResolverStub - Return true if accesses to the specified global have

Completed in 1099 milliseconds

1 2 3 45 6 7 8 91011>>