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

1 2 3 4 5 6 7 8 91011>>

  /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/clang/test/SemaObjC/
arc-repeated-weak.mm 22 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this function but may be unpredictably set to nil; assign to a strong variable to keep the object alive}}
23 use(a.weakProp); // expected-note{{also accessed here}}
28 use(a.weakProp); // expected-note{{also accessed here}}
56 a.weakProp = get(); // expected-note{{also accessed here}}
57 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
66 use(a.strongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple times in this function and may be unpredictably set to nil; assign to a strong variable to keep the object alive}}
67 use(a.strongProp.weakProp); // expected-note{{also accessed here}}
71 use(a.strongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple times}}
72 use(a.strongProp.weakProp); // expected-note{{also accessed here}}
76 use(a.implicitProp); // expected-warning{{weak implicit property 'implicitProp' is accessed multiple times}
    [all...]
warn-direct-ivar-access.m 22 _myMaster = _isTickledPink; // expected-warning {{instance variable '_myMaster' is being directly accessed}} \
23 // expected-warning {{instance variable '_isTickledPink' is being directly accessed}}
37 p->_isTickledPink = (*p)._myMaster; // expected-warning {{instance variable '_isTickledPink' is being directly accessed}} \
38 // expected-warning {{instance variable '_myMaster' is being directly accessed}}
39 if (p->_myIntProp) // expected-warning {{instance variable '_myIntProp' is being directly accessed}}
40 p->_myIntProp = 0; // expected-warning {{instance variable '_myIntProp' is being directly accessed}}
41 return p->_isTickledPink; // expected-warning {{instance variable '_isTickledPink' is being directly accessed}}
74 - (id) property_in_protocol { return _property_in_protocol; } // expected-warning {{instance variable '_property_in_protocol' is being directly accessed}}
err-ivar-access-in-class-method.m 24 foo = 0; // expected-error {{instance variable 'foo' accessed in class method}}
  /art/test/073-mismatched-field/
info.txt 3 and throw an IncompatibleClassChangeError when the field is accessed.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fadvise.h 15 #define POSIX_FADV_NOREUSE 7 /* Data will be accessed once. */
18 #define POSIX_FADV_NOREUSE 5 /* Data will be accessed once. */
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/Ia32/
VirtualMemory.h 36 UINT32 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
54 UINT32 Accessed:1; // 0 = Not accessed (cleared by software), 1 = Accessed (set by CPU)
74 UINT32 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
  /external/kernel-headers/original/uapi/linux/
fadvise.h 16 #define POSIX_FADV_NOREUSE 7 /* Data will be accessed once. */
19 #define POSIX_FADV_NOREUSE 5 /* Data will be accessed once. */
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenPage/
VirtualMemory.h 40 UINT64 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
61 UINT64 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
83 UINT64 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
106 UINT64 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/X64/
VirtualMemory.h 38 UINT64 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
59 UINT64 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
79 UINT64 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
101 UINT64 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
PcdDataBaseSignatureGuid.h 122 //DYNAMICEX_MAPPING ExMapTable[]; // DynamicEx PCD mapped to LocalIndex in LocalTokenNumberTable. It can be accessed by the ExMapTableOffset.
123 //UINT32 LocalTokenNumberTable[]; // Offset | DataType | PCD Type. It can be accessed by LocalTokenNumberTableOffset.
124 //GUID GuidTable[]; // GUID for DynamicEx and HII PCD variable Guid. It can be accessed by the GuidTableOffset.
126 //PCD_NAME_INDEX PcdNameTable[]; // PCD name index info. It can be accessed by the PcdNameTableOffset.
129 //UINT8 StringTable[]; // String for String PCD value and HII PCD Variable Name. It can be accessed by StringTableOffset.
130 //SIZE_INFO SizeTable[]; // MaxSize and CurSize for String PCD. It can be accessed by SizeTableOffset.
  /external/libchrome/base/trace_event/
memory_dump_scheduler.h 143 // Accessed on the thread of the client before enabling and only accessed on
147 // Accessed on the thread of the client before enabling and only accessed on
151 // Accessed on the thread of the client only.
154 // True when the scheduler is setup. Accessed on the thread of client only.
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/X64/
VirtualMemory.h 65 UINT64 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
86 UINT64 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
108 UINT64 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
132 UINT64 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
    [all...]
  /external/valgrind/drd/tests/
fp_race.c 20 static double s_d1; /* accessed before thread creation and in the created */
22 static double s_d2; /* accessed in the created thread and after the join */
24 static double s_d3; /* accessed simultaneously from both threads (race). */
sem_as_mutex.c 21 static double s_d1; /* accessed before thread creation and in the created */
23 static double s_d2; /* accessed in the created thread and after the join */
25 static double s_d3; /* accessed simultaneously from both threads (race). */
sem_open.c 21 static double s_d1; /* accessed before thread creation and in the created */
23 static double s_d2; /* accessed in the created thread and after the join */
25 static double s_d3; /* accessed simultaneously from both threads (race). */
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/
Capsule.h 59 UINT64 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
80 UINT64 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
104 UINT64 Accessed:1; // 0 = Not accessed, 1 = Accessed (set by CPU)
  /external/libmojo/base/android/java/src/org/chromium/base/annotations/
AccessedByNative.java 14 * only accessed by native.
  /external/python/cpython2/Doc/includes/
email-headers.py 14 # Now the header items can be accessed as a dictionary:
  /external/llvm/test/CodeGen/SPARC/
stack-align.ll 8 ;; andn), that the local var is accessed via stack pointer (to %o0), and that
9 ;; the argument is accessed via frame pointer not stack pointer (to %o1).
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
AppCompatImageButton.java 129 * This should be accessed via
143 * This should be accessed via
157 * This should be accessed via
171 * This should be accessed via
184 * This should be accessed via
198 * This should be accessed via
212 * This should be accessed via
226 * This should be accessed via
AppCompatImageView.java 139 * This should be accessed via
153 * This should be accessed via
167 * This should be accessed via
181 * This should be accessed via
195 * This should be accessed via
209 * This should be accessed via
223 * This should be accessed via
237 * This should be accessed via
AppCompatTextView.java 107 * This should be accessed via
121 * This should be accessed via
135 * This should be accessed via
149 * This should be accessed via
209 * This should be accessed via
229 * This should be accessed via
254 * This should be accessed via
274 * This should be accessed via
296 * This should be accessed via
315 * This should be accessed vi
    [all...]
  /art/test/601-method-access/src/other/
ProtectedClass.java 19 // Class that cannot be accessed outside of this package.
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
CtsAndroidTestCase.java 26 * DummyActivity is not supposed to be accessed.

Completed in 633 milliseconds

1 2 3 4 5 6 7 8 91011>>