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

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
invalid-ar.l 2 .*:2: Error: AR 0 can only be accessed by M-unit
3 .*:3: Error: AR 1 can only be accessed by M-unit
4 .*:4: Error: AR 2 can only be accessed by M-unit
5 .*:5: Error: AR 3 can only be accessed by M-unit
6 .*:6: Error: AR 4 can only be accessed by M-unit
7 .*:7: Error: AR 5 can only be accessed by M-unit
8 .*:8: Error: AR 6 can only be accessed by M-unit
9 .*:9: Error: AR 7 can only be accessed by M-unit
10 .*:10: Error: AR 8 can only be accessed by M-unit
11 .*:11: Error: AR 9 can only be accessed by M-uni
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
Subroutine.java 55 public Collection accessed() { method in class:Subroutine
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/msp430/
errata_warns.l 4 [^:]*:11: Warning: CPU8: Stack pointer accessed with an odd offset
5 [^:]*:12: Warning: CPU8: Stack pointer accessed with an odd offset
6 [^:]*:13: Warning: CPU8: Stack pointer accessed with an odd offset
7 [^:]*:14: Warning: CPU8: Stack pointer accessed with an odd offset
8 [^:]*:15: Warning: CPU8: Stack pointer accessed with an odd offset
  /external/mesa3d/src/compiler/glsl/tests/
array_refcount_test.cpp 307 const bool accessed = (j == 1) && (k == 0); local
310 EXPECT_EQ(accessed,
335 const bool accessed = (i == 1) && (k == 0); local
338 EXPECT_EQ(accessed,
363 const bool accessed = (i == 1) && (j == 2); local
366 EXPECT_EQ(accessed,
391 const bool accessed = (j == 3); local
394 EXPECT_EQ(accessed,
573 const bool accessed = (i == 2) && (k == 1); local
576 EXPECT_EQ(accessed,
618 const bool accessed = (i == 2) && (j == 3); local
705 const bool accessed = !(i == 1 && j == 1 && k == 0); local
    [all...]
  /art/runtime/
common_throws.h 91 void ThrowIllegalAccessErrorClass(ObjPtr<mirror::Class> referrer, ObjPtr<mirror::Class> accessed)
95 ObjPtr<mirror::Class> accessed,
100 void ThrowIllegalAccessErrorMethod(ObjPtr<mirror::Class> referrer, ArtMethod* accessed)
103 void ThrowIllegalAccessErrorField(ObjPtr<mirror::Class> referrer, ArtField* accessed)
106 void ThrowIllegalAccessErrorFinalField(ArtMethod* referrer, ArtField* accessed)
common_throws.cc 193 void ThrowIllegalAccessErrorClass(ObjPtr<mirror::Class> referrer, ObjPtr<mirror::Class> accessed) {
196 << "' attempting to access '" << mirror::Class::PrettyDescriptor(accessed) << "'";
201 ObjPtr<mirror::Class> accessed,
207 << mirror::Class::PrettyDescriptor(accessed) << "') in attempt to invoke " << type
212 void ThrowIllegalAccessErrorMethod(ObjPtr<mirror::Class> referrer, ArtMethod* accessed) {
214 msg << "Method '" << ArtMethod::PrettyMethod(accessed) << "' is inaccessible to class '"
219 void ThrowIllegalAccessErrorField(ObjPtr<mirror::Class> referrer, ArtField* accessed) {
221 msg << "Field '" << ArtField::PrettyField(accessed, false) << "' is inaccessible to class '"
226 void ThrowIllegalAccessErrorFinalField(ArtMethod* referrer, ArtField* accessed) {
228 msg << "Final field '" << ArtField::PrettyField(accessed, false
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
Real16ToFlat32.asm 75 ; Type: data, expand-up, writable, accessed
78 ; Type: execute, readable, expand-up, accessed
81 ; Type: execute, readable, expand-up, accessed
  /frameworks/rs/script_api/
rs_value_types.spec 39 Entries of a vector can be accessed using different naming styles.
41 Single entries can be accessed by following the variable name with a dot and:<ul>
52 Multiple entries of a vector can be accessed at once by using an identifier that is
56 With the example above, the middle two entries can be accessed using
rs_allocation_data.spec 23 <li>Individual cells are accessed using the rsGetElementAt* and
  /external/curl/docs/cmdline-opts/
disable-eprt.d 15 If the server is accessed using IPv6, this option will have no effect as EPRT
  /prebuilts/go/darwin-x86/test/
typeswitch2.go 41 // be accessed (=> declared and not used error); but it is legal
  /prebuilts/go/linux-x86/test/
typeswitch2.go 41 // be accessed (=> declared and not used error); but it is legal
  /prebuilts/go/darwin-x86/src/runtime/
mgcsweepbuf.go 20 // can be accessed without locks, but adding a block or
35 spine unsafe.Pointer // *[N]*gcSweepBlock, accessed atomically
36 spineLen uintptr // Spine array length, accessed atomically
37 spineCap uintptr // Spine array cap, accessed under lock
40 // of all blocks. It is accessed atomically.
mcache.go 17 // The following members are accessed on every malloc,
35 // The rest is not accessed on every malloc.
  /prebuilts/go/linux-x86/src/runtime/
mgcsweepbuf.go 20 // can be accessed without locks, but adding a block or
35 spine unsafe.Pointer // *[N]*gcSweepBlock, accessed atomically
36 spineLen uintptr // Spine array length, accessed atomically
37 spineCap uintptr // Spine array cap, accessed under lock
40 // of all blocks. It is accessed atomically.
mcache.go 17 // The following members are accessed on every malloc,
35 // The rest is not accessed on every malloc.
  /external/v8/src/profiler/
heap-snapshot-generator.h 225 bool accessed = true);
254 : id(id), addr(addr), size(size), accessed(true) { }
255 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size, bool accessed)
256 : id(id), addr(addr), size(size), accessed(accessed) { }
260 bool accessed; member in struct:v8::internal::HeapObjectsMap::EntryInfo
  /frameworks/base/core/tests/webkit/apk_with_native_libs/
Android.mk 54 # accessed through the APK itself on the device.
  /prebuilts/go/darwin-x86/src/plugin/
plugin.go 56 // symbols V and F can be accessed
  /prebuilts/go/linux-x86/src/plugin/
plugin.go 56 // symbols V and F can be accessed
  /compatibility/cdd/5_multimedia/
5_11_unprocessed-audio.md 5 OpenSL ES, it can be accessed with the record preset
  /external/ImageMagick/www/api/
cache.php 125 <p>GetAuthenticPixels() obtains a pixel region for read/write access. If the region is successfully accessed, a pointer to a Quantum array representing the region is returned, otherwise NULL is returned.</p>
129 <p>Pixels accessed via the returned pointer represent a simple array of type Quantum. If the image has corresponding metacontent,call GetAuthenticMetacontent() after invoking GetAuthenticPixels() to obtain the meta-content corresponding to the region. Once the Quantum array has been updated, the changes must be saved back to the underlying image using SyncAuthenticPixels() or they may be lost.</p>
315 <p>GetVirtualPixels() returns an immutable pixel region. If the region is successfully accessed, a pointer to it is returned, otherwise NULL is returned. The returned pointer may point to a temporary working copy of the pixels or it may point to the original pixels in memory. Performance is maximized if the selected region is part of one row, or one or more full rows, since there is opportunity to access the pixels in-place (without a copy) if the image is in memory, or in a memory-mapped file. The returned pointer must *never* be deallocated by the user.</p>
317 <p>Pixels accessed via the returned pointer represent a simple array of type Quantum. If the image type is CMYK or the storage class is PseudoClass, call GetAuthenticMetacontent() after invoking GetAuthenticPixels() to access the meta-content (of type void) corresponding to the the region.</p>
359 <p>Pixels accessed via the returned pointer represent a simple array of type Quantum. If the image type is CMYK or the storage class is PseudoClass, call GetAuthenticMetacontent() after invoking GetAuthenticPixels() to obtain the meta-content (of type void) corresponding to the region. Once the Quantum (and/or Quantum) array has been updated, the changes must be saved back to the underlying image using SyncAuthenticPixels() or they may be lost.</p>
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
IFieldAccessor.cs 39 /// Allows fields to be reflectively accessed.
  /system/vold/bench/
benchgen.py 346 print "Found", len(files), "data files accessed, total size", (size/1024), "kB"
  /toolchain/binutils/binutils-2.27/gold/
fileread.h 321 accessed() const function in class:gold::File_read::View
351 // Whether the view has been accessed recently.

Completed in 823 milliseconds

1 2 3 4 5 6