Searched
full:accesses (Results
426 -
450 of
2582) sorted by null
<<11121314151617181920>>
/system/sepolicy/prebuilts/api/27.0/public/ |
mediaserver.te | 123 # accesses to the underlying FS.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
mediaserver.te | 120 # accesses to the underlying FS.
|
/system/sepolicy/public/ |
mediaserver.te | 120 # accesses to the underlying FS.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/ |
test-example.c | 26 /* Define helper macros to generate register accesses here. */
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
BlockDevice.java | 83 * accesses after this method was called.
|
/art/compiler/optimizing/ |
nodes_shared.h | 133 // For array accesses the element address has the following structure: 136 // the same data type and index. For example, for the following loop 5 accesses can share address
|
scheduler_arm64.cc | 45 // that spacing it from its use in memory accesses was beneficial. 52 // that spacing it from its use in memory accesses was beneficial.
|
scheduler.cc | 167 // Static and instance field accesses should not alias. 173 // If either of the field accesses is unresolved. 175 // Conservatively treat these two accesses may alias. 179 // If both fields accesses are resolved. 229 // Heap accesses of different kinds should not alias.
|
/art/dexlayout/ |
dex_writer.h | 172 // Cached Begin() from the container to provide faster accesses. 174 // Cached Size from the container to provide faster accesses.
|
/art/libartbase/base/unix_file/ |
fd_file.h | 61 // Release the file descriptor. This will make further accesses to this FdFile invalid. Disables 86 // yourself; this is meant to handle failure cases and read-only accesses.
|
/art/libdexfile/dex/ |
dex_file_tracking_registrar.cc | 40 // If true, poison dex files to track accesses. 65 // once will not trigger unnecessary accesses.
|
/art/test/586-checker-null-array-get/smali/ |
SmaliTests.smali | 40 # We create multiple accesses that will lead the bounds check 109 # We create multiple accesses that will lead the bounds check
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
DirectIvarAssignment.cpp | 209 // Register the checker that checks for direct accesses in all functions, 215 // Register the checker that checks for direct accesses in functions annotated
|
/external/clang/test/Driver/ |
arm-alignment.c | 87 // aligned accesses error for all supported architecture triples. 95 // CHECK-UNALIGN-NOT-SUPPORTED: error: the {{.*}} sub-architecture does not support unaligned accesses
|
/external/fio/crc/ |
sha1.c | 3 * optimized to do word accesses rather than byte accesses,
|
/external/libpcap/ |
extract.h | 85 * accesses for *specific* items? 139 #endif /* must special-case unaligned accesses */
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen8_ps_state.c | 78 * gives us with the "Accesses UAV" bit set for at least one shader stage 85 * coherency required", the "Accesses UAV" bits will implicitly cause an in
|
/external/python/cpython3/Objects/ |
dictnotes.txt | 30 Some use cases have two consecutive accesses to the same key. 88 non-overlapping memory accesses for keys(), items(), values(),
|
/external/valgrind/ |
glibc-2.X-drd.supp | 45 # that triggers conflicting memory accesses. See also 155 # Unfortunately many statements in libgomp trigger conflicting accesses. It is
|
/external/valgrind/helgrind/ |
hg_basics.h | 59 #define SCE_ACCESS (1<<3) // Sanity check at mem accesses 76 accesses. There are three levels:
|
/system/extras/simpleperf/ |
generate_event_type_table.py | 95 hw_cache_op_results = [["accesses", "PERF_COUNT_HW_CACHE_RESULT_ACCESS"], 102 if result_name == "accesses":
|
/device/linaro/bootloader/arm-trusted-firmware/include/common/aarch64/ |
el3_common_macros.S | 99 * disabled in secure state. Accesses to SPE registers at SEL1 generate 110 * accesses to all Performance Monitors registers do not trap to EL3. 141 * CPTR_EL3.TCPAC: Set to zero so that any accesses to CPACR_EL1, 144 * CPTR_EL3.TTA: Set to zero so that System register accesses to the 147 * CPTR_EL3.TFP: Set to zero so that accesses to Advanced SIMD and 167 * the endianness of data accesses.
|
/system/core/libutils/ |
RefBase.cpp | 90 // accesses to the object, happens before the corresponding dec() call. 93 // since memory fences or ordered memory accesses are likely to be a major 94 // performance cost for this code. All accesses to mStrong, mWeak, and mFlags 114 // one, we are guaranteed that all other object accesses happen before the 440 // That's OK: all accesses to this happen before its deletion here, 441 // and all accesses to refs happen before its deletion in the final decWeak.
|
/external/abi-compliance-checker/modules/ |
RulesBin.xml | 314 Previous accesses of applications to public fields of this class or its subclasses may be incorrect. 963 1) Previous accesses of applications to the removed field will be incorrect. 1236 Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. 1274 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. 1292 Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. 1347 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. [all...] |
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
vktRenderPassMultisampleResolveTests.cpp | 1132 const tcu::ConstPixelBufferAccess accesses[] = local 1176 const Vec4 firstColor (accesses[0].getPixel(x, y)); [all...] |
Completed in 1677 milliseconds
<<11121314151617181920>>