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

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/test/
typeswitch2.go 41 // be accessed (=> declared and not used error); but it is legal
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
TextureImageDetailsProvider.java 93 * of it can be accessed from the given node. A unique instance can be
94 * accessed if the given node is either the requested node itself, or
96 * accessed, but one of the texture mipmap levels can be accessed, then
  /system/chre/platform/shared/include/chre/platform/shared/
platform_log.h 27 * Only one instance of this class is created by CHRE and is accessed via the
  /system/sepolicy/prebuilts/api/28.0/public/
runas.te 17 # The app's data dir may be accessed through a symlink.
  /system/sepolicy/public/
runas.te 17 # The app's data dir may be accessed through a symlink.
  /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.
  /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.
  /art/runtime/
indirect_reference_table-inl.h 51 "JNI ERROR (app bug): accessed stale %s %p (index %d in a table of size %d)",
60 AbortIfNoCheckJNI(android::base::StringPrintf("JNI ERROR (app bug): accessed deleted %s %p",
  /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/gic/v3/
arm_gicv3_common.c 49 * GICR_WAKER.Sleep and GICR_WAKER.Quiescent bits that can be accessed
80 * GICR_WAKER.Sleep and GICR_WAKER.Quiescent bits that can be accessed
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmmControl2.h 11 accessed, will generate the SMI. Also, the hardware optionally supports the periodic generation of
88 /// accessed, will generate the SMI. Also, the hardware optionally supports the periodic generation of
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuGdt.c 52 0x09F, // present, ring 0, code, execute/read, conforming, accessed
63 0x093, // present, ring 0, data, read/write, accessed
  /external/clang/test/SemaObjC/
ivar-lookup.m 46 return a + b; // expected-error{{instance variable 'a' accessed in class method}} \
47 // expected-error{{instance variable 'b' accessed in class method}}
  /external/conscrypt/common/src/main/java/org/conscrypt/
DefaultSSLContextImpl.java 42 * Accessed by SSLContextImpl(DefaultSSLContextImpl) holding the
48 * Accessed by SSLContextImpl(DefaultSSLContextImpl) holding the
  /external/google-breakpad/src/processor/
static_contained_range_map.h 77 // is accessed on child ContainedRangeMap objects, and never on |this|.
82 // this reason, the entry_ field should only be accessed on child
  /external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/lexical_preservation_samples/
Example4_original.java.txt 182 * @throws IOException the path could not be accessed
197 * @throws IOException the path could not be accessed
209 * accessed through a class loader, a leading "/" is not allowed in pathToResource
212 * @throws IOException the path could not be accessed
223 * accessed through a class loader, a leading "/" is not allowed in pathToResource
227 * @throws IOException the path could not be accessed
239 * accessed through a class loader, a leading "/" is not allowed in pathToResource
242 * @throws IOException the path could not be accessed
  /external/libvpx/libvpx/vpx_util/
vpx_atomics.h 67 // These are wrapped in a struct so that they are not easily accessed directly
70 // (NOT memset) and accessed through vpx_atomic_ functions.
  /external/llvm/test/Instrumentation/AddressSanitizer/
instrument_global.ll 30 ; GlobSt is accessed out of bounds -- can't optimize
40 ; GlobSt is accessed with Gep that has non-0 first index -- can't optimize.
  /external/mesa3d/src/util/
u_atomic_test.c 41 #pragma warning( disable : 28113 ) /* A variable which is accessed via an Interlocked function must always be accessed via an Interlocked function */
  /external/mockito/src/main/java/org/mockito/internal/util/reflection/
BeanPropertySetter.java 26 * @param propertyField The field that should be accessed with the setter
38 * @param propertyField The propertyField that must be accessed through a setter
InstanceField.java 27 * @param field The field that should be accessed, note that no checks are performed to ensure
29 * @param instance The instance from which the field shall be accessed.
  /external/proguard/examples/
scala.pro 47 # Preserve some classes and class members that are accessed by means of
80 # Preserve some classes and class members that are accessed by means of
  /external/python/cpython3/Doc/c-api/
allocation.rst 56 the object should not be accessed after this call as the memory is no
62 Object which is visible in Python as ``None``. This should only be accessed
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
SharingSupport.java 73 // This file will be accessed by the target of the share through
92 // These files will be accessed by the target of the share through
  /hardware/google/av/media/codecs/hevc/
C2SoftHevcDec.h 84 // be part of c2-vndk so that they can be accessed by all video plugins
102 // be part of c2-vndk so that they can be accessed by all video plugins
  /libcore/luni/src/main/java/libcore/util/
BasicLruCache.java 123 * recently accessed to most recently accessed.

Completed in 1689 milliseconds

1 2 3 4 56 7 8 91011>>