OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accesses
(Results
176 - 200
of
2582
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/Analysis/LoopAccessAnalysis/
reverse-memcheck-bounds.ll
1
; RUN: opt -loop-
accesses
-analyze < %s | FileCheck %s
7
; When generating checks for
accesses
with negative stride
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
functionattrs.ll
40
; that the function
accesses
memory through its arguments, which TBAA
58
; Similar to the others, va_arg only
accesses
memory through its operand.
/external/python/cpython3/Lib/ctypes/test/
test_values.py
2
A testcase which
accesses
*values* in a dll.
35
# This test
accesses
the Py_OptimizeFlag integer, which is
/external/swiftshader/third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/
functionattrs.ll
40
; that the function
accesses
memory through its arguments, which TBAA
58
; Similar to the others, va_arg only
accesses
memory through its operand.
/frameworks/compile/slang/lit-tests/padding/
bitfield.rs
82
// to convert indirect
accesses
through nbf/bf into direct
83
//
accesses
through U or V.
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
bitfield.rs
93
// to convert indirect
accesses
through nbf/bf into direct
94
//
accesses
through U or V.
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
bitfield.rs
95
// to convert indirect
accesses
through nbf/bf into direct
96
//
accesses
through U or V.
/libcore/ojluni/src/main/java/java/util/concurrent/locks/
AbstractOwnableSynchronizer.java
70
* {@code volatile} field
accesses
.
80
* impose any synchronization or {@code volatile} field
accesses
.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
prctl.h
16
# define PR_UNALIGN_NOPRINT 1 /* silently fix up unaligned user
accesses
*/
27
# define PR_FPEMU_NOPRINT 1 /* silently emulate fp operations
accesses
*/
/system/sepolicy/prebuilts/api/27.0/public/
kernel.te
56
# f_mtp driver
accesses
files from kernel context.
76
#
accesses
to the underlying FS.
/system/sepolicy/prebuilts/api/28.0/public/
kernel.te
56
# f_mtp driver
accesses
files from kernel context.
77
#
accesses
to the underlying FS.
/system/sepolicy/public/
kernel.te
56
# f_mtp driver
accesses
files from kernel context.
77
#
accesses
to the underlying FS.
/art/test/406-fields/src/
Main.java
17
// Simple test for field
accesses
.
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
Format21c.java
75
// everything else is static field
accesses
/art/tools/veridex/
precise_hidden_api_finder.h
54
void AddUsesAt(const std::vector<ReflectAccessInfo>&
accesses
, MethodReference ref);
/development/samples/browseable/RuntimePermissions/res/values/
strings.xml
11
Clicking \"Show first contact\"
accesses
the contact database to display the name of the first contact.</string>
/device/google/marlin/sepolicy/
hal_dumpstate_impl.te
19
# dumpstate HAL no longer directly
accesses
/data owned by the radio app.
netmgrd.te
26
# netmgrd no longer directly
accesses
/data owned by the frameworks.
/device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
CpuIo.c
67
Count of the number of
accesses
to perform
121
Count of the number of
accesses
to perform
174
Count of the number of
accesses
to perform
233
Count of the number of
accesses
to perform
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/DiskIoDxe/
DiskIoDxe.inf
4
# This module produces Disk I/O protocol to abstract the block
accesses
/device/linaro/bootloader/edk2/Nt32Pkg/CpuRuntimeDxe/
CpuIo.c
60
Count of the number of
accesses
to perform
119
Count of the number of
accesses
to perform
177
Count of the number of
accesses
to perform
239
Count of the number of
accesses
to perform
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
control
22
- A chrome app that
accesses
the Document Scan API (in the
/external/compiler-rt/test/tsan/
stack_sync_reuse.cc
9
// our
accesses
away, structured to not introduce other data races and
/external/gemmlowp/doc/
design.md
8
complexity (n^3 vs. n^2), memory
accesses
are redundant (each matrix entry is
10
minimizing the inefficiency resulting from these redundant memory
accesses
.
24
accesses
are redundant for the reason outlined above. The way that one minimizes
26
these
accesses
hit the L1 cache, and most of the remaining ones hit the L2
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
ClassExpr.java
31
* Defines an expression that
accesses
the class of a type.
Completed in 1409 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>