HomeSort by relevance Sort by last modified time
    Searched refs:accessed (Results 1 - 25 of 81) 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;
  /art/runtime/
common_throws.h 73 void ThrowIllegalAccessErrorClass(mirror::Class* referrer, mirror::Class* accessed)
76 void ThrowIllegalAccessErrorClassForMethodDispatch(mirror::Class* referrer, mirror::Class* accessed,
82 void ThrowIllegalAccessErrorMethod(mirror::Class* referrer, mirror::ArtMethod* accessed)
85 void ThrowIllegalAccessErrorField(mirror::Class* referrer, mirror::ArtField* accessed)
89 mirror::ArtField* accessed)
common_throws.cc 131 void ThrowIllegalAccessErrorClass(mirror::Class* referrer, mirror::Class* accessed) {
134 << PrettyDescriptor(accessed) << "'";
138 void ThrowIllegalAccessErrorClassForMethodDispatch(mirror::Class* referrer, mirror::Class* accessed,
144 << PrettyDescriptor(accessed) << "') in attempt to invoke " << type
149 void ThrowIllegalAccessErrorMethod(mirror::Class* referrer, mirror::ArtMethod* accessed) {
151 msg << "Method '" << PrettyMethod(accessed) << "' is inaccessible to class '"
156 void ThrowIllegalAccessErrorField(mirror::Class* referrer, mirror::ArtField* accessed) {
158 msg << "Field '" << PrettyField(accessed, false) << "' is inaccessible to class '"
164 mirror::ArtField* accessed) {
166 msg << "Final field '" << PrettyField(accessed, false) << "' cannot be written to by method '
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
Subroutine.java 55 public Collection accessed() { method in class:Subroutine
Analyzer.java 318 // Skip everything accessed by a subroutine, mergeRet must handle this
379 for (Iterator i = subroutine.accessed().iterator(); i.hasNext(); ) {
  /external/chromium_org/chrome_frame/test/
test_server_test.cc 186 EXPECT_EQ(person.accessed(), 1);
187 EXPECT_EQ(file.accessed(), 1);
188 EXPECT_EQ(redir.accessed(), 1);
test_server.h 29 // All Response classes count how many times they have been accessed. Just
30 // call Response::accessed().
176 size_t accessed() const { function in class:test_server::Response
  /external/chromium_org/content/test/data/media/
media_utils.js 8 // Parameters can then be accessed via QueryString.test or QueryString.bob.
  /external/chromium_org/v8/src/
heap-snapshot-generator.h 251 : id(id), addr(addr), size(size), accessed(true) { }
252 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size, bool accessed)
253 : id(id), addr(addr), size(size), accessed(accessed) { }
257 bool accessed; member in struct:v8::internal::HeapObjectsMap::EntryInfo
  /external/chromium_org/v8/test/webkit/
function-prototype-descriptor.js 41 // Test prototype's attributes are correct, if assigned without first having being accessed.
  /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/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 50 'startTime': oneWeekAgo // that was accessed less than one week ago.
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-double-call.js 35 // Global variable, accessed from eval'd script.
array-bounds-check-removal.js 32 // Test that we do not assert if the accessed index has not an int32 rep.
debug-liveedit-restart-frame.js 50 // Global variable, accessed from eval'd script.
  /external/eigen/blas/
dspr.f 131 * are accessed sequentially with one pass through AP.
sspr.f 131 * are accessed sequentially with one pass through AP.
chbmv.f 196 * are accessed sequentially with one pass through A.
chpmv.f 158 * are accessed sequentially with one pass through AP.
chpr.f 137 * are accessed sequentially with one pass through AP.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py     [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
util.js 168 'only be accessed using ' + ctor.name + '.getInstance().');

Completed in 5026 milliseconds

1 2 3 4