HomeSort by relevance Sort by last modified time
    Searched refs:accessed (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/oprofile/daemon/liblegacy/
opd_proc.h 39 int accessed; member in struct:opd_proc
opd_proc.c 79 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/
SkBitmapRef.h 53 bool accessed() { bool result = fAccessed; function in class:SkBitmapRef
  /external/javassist/src/main/javassist/bytecode/analysis/
Subroutine.java 55 public Collection accessed() { method in class:Subroutine
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodevalue06.js 78 An document is accessed, setNodeValue is called with a non-null argument, but getNodeValue
hc_nodelistindexequalzero.js 84 element was accessed.
hc_nodevalue04.js 78 An document type accessed, setNodeValue is called with a non-null argument, but getNodeValue
hc_nodevalue07.js 79 An Entity is accessed, setNodeValue is called with a non-null argument, but getNodeValue
hc_nodevalue08.js 79 An notation is accessed, setNodeValue is called with a non-null argument, but getNodeValue
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodevalue06.js 78 An document is accessed, setNodeValue is called with a non-null argument, but getNodeValue
hc_nodelistindexequalzero.js 84 element was accessed.
hc_nodevalue04.js 78 An document type accessed, setNodeValue is called with a non-null argument, but getNodeValue
hc_nodevalue07.js 79 An Entity is accessed, setNodeValue is called with a non-null argument, but getNodeValue
hc_nodevalue08.js 79 An notation is accessed, setNodeValue is called with a non-null argument, but getNodeValue
  /external/v8/src/
profile-generator.h 347 // Accessed by VM thread and profile generator thread.
375 // 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)
721 accessed(accessed) { }
723 bool accessed; member in struct:v8::internal::HeapObjectsMap::EntryInfo
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 46 'startTime': oneWeekAgo // that was accessed less than one week ago.
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLCollection01.js 78 An individual node may be accessed by either ordinal index, the node's
HTMLCollection02.js 78 An individual node may be accessed by either ordinal index, the node's
HTMLCollection03.js 78 An individual node may be accessed by either ordinal index, the node's
HTMLOptionsCollection02.js 80 An individual node may be accessed by either ordinal index, the node's
HTMLOptionsCollection03.js 80 An individual node may be accessed by either ordinal index, the node's
HTMLOptionsCollection04.js 80 An individual node may be accessed by either ordinal index, the node's
HTMLOptionsCollection05.js 80 An individual node may be accessed by either ordinal index, the node's
HTMLOptionsCollection06.js 80 An individual node may be accessed by either ordinal index, the node's
HTMLOptionsCollection07.js 80 An individual node may be accessed by either ordinal index, the node's

Completed in 715 milliseconds

1 2 3 4