Searched refs:accessed (Results 1 - 14 of 14) sorted by relevance

/external/oprofile/daemon/liblegacy/
H A Dopd_proc.h39 int accessed; member in struct:opd_proc
H A Dopd_proc.c79 proc->accessed = 0;
169 proc->accessed = 1;
326 proc->accessed = 1;
390 // delay death whilst its still being accessed
392 proc->dead += proc->accessed;
393 proc->accessed = 0;
/external/webkit/Source/WebCore/platform/graphics/android/
H A DSkBitmapRef.h53 bool accessed() { bool result = fAccessed; function in class:SkBitmapRef
/external/javassist/src/main/javassist/bytecode/analysis/
H A DSubroutine.java55 public Collection accessed() { method in class:Subroutine
H A DAnalyzer.java318 // Skip everything accessed by a subroutine, mergeRet must handle this
379 for (Iterator i = subroutine.accessed().iterator(); i.hasNext(); ) {
/external/skia/tests/
H A DDeferredCanvasTest.cpp34 SkBitmap accessed = canvas.getDevice()->accessBitmap(false); local
36 REPORTER_ASSERT(reporter, accessed.pixelRef() == store.pixelRef());
/external/v8/src/
H A Dprofile-generator.h375 // As the result needs to be accessed from a different thread, we
383 // All other fields are accessed only from the sampler thread.
718 explicit EntryInfo(SnapshotObjectId id) : id(id), accessed(true) { }
719 EntryInfo(SnapshotObjectId id, bool accessed) argument
721 accessed(accessed) { }
723 bool accessed; member in struct:v8::internal::HeapObjectsMap::EntryInfo
H A Dprofile-generator.cc1366 entry_info.accessed = true;
1383 if (entry_info.accessed) {
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas606 { Local variable Z is never accessed again. We add it to check that there
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli72 (** The linkage of a global value, accessed with {!linkage} and
93 (** The linker visibility of a global value, accessed with {!visibility} and
102 (** The following calling convention values may be accessed with
/external/dropbear/libtomcrypt/
H A Dcrypt.tex5360 The ciphers in LibTomCrypt are accessed through the ltc\_cipher\_descriptor structure.
5677 These two functions are meant for cases where a user wants to encrypt (in ECB mode no less) an array of blocks. These functions are accessed
5681 These two functions are meant for accelerated CBC encryption. These functions are accessed through the accel\_cbc\_encrypt and accel\_cbc\_decrypt pointers.
5758 The hash functions are accessed through the ltc\_hash\_descriptor structure.
6396 All \textit{bignums} are accessed through an opaque \textit{void *} data type. You must internally cast the pointer if you need to access members of your bignum structure. During

Completed in 212 milliseconds