OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accesses
(Results
1 - 25
of
708
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/dx/tests/100-local-mismatch/
info.txt
3
accesses
that local.
/external/webkit/LayoutTests/fast/dom/HTMLLabelElement/form/
test1-expected.txt
1
This test attempts to access an HTMLLabelElement's form property. The first test
accesses
the form property of an label which is inside of a form. The second test
accesses
the form property of an label which is not inside of a form
test1.html
34
<p>This test attempts to access an HTMLLabelElement's form property. The first test
accesses
the form property of an label which is inside of a form. The second test
accesses
the form property of an label which is not inside of a form</p>
/external/oprofile/daemon/liblegacy/
opd_24_stats.h
24
OPD_PROC_QUEUE_ACCESS, /**< nr
accesses
of proc queue */
25
OPD_PROC_QUEUE_DEPTH, /**< cumulative depth of proc queue
accesses
*/
27
OPD_MAP_ARRAY_ACCESS, /**< nr
accesses
of map array */
28
OPD_MAP_ARRAY_DEPTH, /**< cumulative depth of map array
accesses
*/
/external/valgrind/main/helgrind/tests/
tc16_byterace.c
13
bytes[2*i + 0] ++; /* child
accesses
: 0 2 4 6 8 */
30
bytes[2*i + 1] ++; /*
accesses
: 1 3 5 7 9 */
34
bytes[3*i + 1] ++; /*
accesses
: 1 4(race!) 7 */
/external/kernel-headers/original/asm-x86/
unaligned.h
5
* The x86 can do unaligned
accesses
itself.
9
* architectures where unaligned
accesses
aren't as simple.
20
* Note that unaligned
accesses
can be very expensive on some architectures.
33
* Note that unaligned
accesses
can be very expensive on some architectures.
/external/valgrind/tsan/pin/
simple_pin_test.cc
2
// Prints the number of memory
accesses
.
34
printf("
accesses
static : %d\n", static_memory_access_count);
35
printf("
accesses
dynamic : %lld\n", dynamic_memory_access_count);
45
printf("
accesses
static : %d\n", static_memory_access_count);
/dalvik/vm/mterp/arm-vfp/
README.txt
6
accesses
(which is true for some ARMv5 and all ARMv6/v7), to avoid having
/external/clang/test/CodeGen/
2009-12-07-BitFieldAlignment.c
2
// Set alignment on bitfield
accesses
.
/external/kernel-headers/original/asm-arm/
byteorder.h
5
* that byte
accesses
appear as:
7
* and word
accesses
(data or instruction) appear as:
10
* When in big endian mode, byte
accesses
appear as:
12
* and word
accesses
(data or instruction) appear as:
/external/valgrind/main/exp-ptrcheck/tests/
preen_invars_so.c
3
which is dlopened by preen_invar.c. That then
accesses
the global
/external/chromium/chrome/browser/tab_contents/
tab_util.h
15
// Should only be called from the UI thread, since it
accesses
TabContent.
/external/chromium/crypto/
mac_security_services_lock.h
17
// thread-safe. In particular, code that
accesses
the CSSM database is
/libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractOwnableSynchronizer.java
41
* <tt>volatile</tt> field
accesses
.
51
* or <tt>volatile</tt> field
accesses
.
/external/proguard/src/proguard/optimize/info/
AccessMethodMarker.java
33
* This InstructionVisitor marks the types of class
accesses
and class member
34
*
accesses
of the methods whose instructions it visits.
139
* Returns whether the given method
accesses
private class members.
159
* Returns whether the given method
accesses
package visible classes or class
180
* Returns whether the given method
accesses
protected class members.
/external/jsr305/ri/src/main/java/javax/annotation/concurrent/
ThreadSafe.java
13
* no sequences of
accesses
(reads and writes to public fields, calls to public
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
clear-watch-invalid-id-crash.js
1
description("Tests for a crash when clearWatch() is called with a zero ID.<br><br>We call clearWatch() with a request in progress then navigate the page. This
accesses
the watchers map during cleanup and triggers the crash. This page should not be visible when the test completes.");
/external/kernel-headers/original/linux/
prctl.h
16
# define PR_UNALIGN_NOPRINT 1 /* silently fix up unaligned user
accesses
*/
26
# define PR_FPEMU_NOPRINT 1 /* silently emulate fp operations
accesses
*/
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
prctl.h
16
# define PR_UNALIGN_NOPRINT 1 /* silently fix up unaligned user
accesses
*/
26
# define PR_FPEMU_NOPRINT 1 /* silently emulate fp operations
accesses
*/
/external/valgrind/main/exp-ptrcheck/docs/
pc-manual.xml
23
Memcheck's, but it is able to catch invalid
accesses
in a number of
29
in <computeroutput>h_main.[ch]</computeroutput>, checks
accesses
31
<computeroutput>sg_main.[ch]</computeroutput>, checks
accesses
to
41
the likely forms of stack and global array
accesses
, and, as far as is
110
out of range
accesses
and
accesses
to freed memory. The mechanism is
148
<para>Checking of
accesses
to such arrays would then be relatively
155
if a memory referencing instruction
accesses
inside a stack or
174
iteration, it
accesses
somewhere else, possibly a different local,
209
accesses
. Memcheck maintains bitmaps telling it which areas of memor
[
all
...]
/external/valgrind/tsan/
ts_trace_info.h
80
// Instead of analyzing all memory
accesses
, we do sampling.
91
// 1 means handle *almost* all
accesses
.
93
// 31 means very aggressive sampling (skip a lot of
accesses
).
138
// Check how may
accesses
are left to skip. Racey, but ok.
154
// The bigger the counter the bigger the number of skipped
accesses
.
/external/webkit/Source/JavaScriptCore/dfg/
DFGAliasTracker.h
38
// This class id used to detect aliasing property
accesses
, which we may
60
// This check ensures the
accesses
alias, provided that the subscript is an
62
// optimized
accesses
to handle integer subscripts).
/external/chromium/chrome/browser/notifications/
notifications_prefs_cache.h
27
// Once is_initialized() is set, all
accesses
must happen on the IO thread.
28
// Before that, all
accesses
need to happen on the UI thread.
/external/v8/test/mjsunit/compiler/
variables.js
69
// Parameters rewritten to property
accesses
. Using the name 'arguments'
71
// rewritten to explicit property
accesses
.
/external/valgrind/main/docs/html/
pc-manual.html
44
Memcheck's, but it is able to catch invalid
accesses
in a number of
49
in <code class="computeroutput">h_main.[ch]</code>, checks
accesses
51
<code class="computeroutput">sg_main.[ch]</code>, checks
accesses
to
60
the likely forms of stack and global array
accesses
, and, as far as is
112
out of range
accesses
and
accesses
to freed memory. The mechanism is
141
<p>Checking of
accesses
to such arrays would then be relatively
148
if a memory referencing instruction
accesses
inside a stack or
165
iteration, it
accesses
somewhere else, possibly a different local,
190
accesses
. Memcheck maintains bitmaps telling it which areas of memor
[
all
...]
Completed in 488 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>