OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accesses
(Results
76 - 100
of
708
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/content_settings/
content_settings_pref_provider.h
84
// Used around
accesses
to the default_content_settings_ object to guarantee
/external/clang/lib/CodeGen/
README.txt
14
Bitfields
accesses
can be shifted to simplify masking and sign
CGRecordLayout.h
48
/// and the composed bit-field is formed as the boolean OR of all
accesses
,
85
///
accesses
).
/external/clang/test/Analysis/
bstring.c
67
memcpy(dst, src, 5); // expected-warning{{Memory copy function
accesses
out-of-bound array element}}
88
memcpy(dst+2, src+2, 3); // expected-warning{{Memory copy function
accesses
out-of-bound array element}}
189
mempcpy(dst, src, 5); // expected-warning{{Memory copy function
accesses
out-of-bound array element}}
210
mempcpy(dst+2, src+2, 3); // expected-warning{{Memory copy function
accesses
out-of-bound array element}}
/external/e2fsprogs/e2fsck/
mtrace.c
41
/* Address to breakpoint on
accesses
to... */
/external/harfbuzz/src/
harfbuzz-gpos.h
48
/* A pointer to a function which
accesses
the PostScript interpreter.
/external/icu4c/common/
umutex.h
79
* Code within ICU that
accesses
shared static or global data should
/external/oprofile/events/i386/athlon/
events
8
event:0x40 counters:0,1,2,3 um:zero minimum:500 name:DATA_CACHE_ACCESSES : Data cache
accesses
/external/oprofile/events/mips/loongson2/
events
26
event:0x17 counters:1 um:zero minimum:500 name:UNCACHED_ACCESS : Uncached
accesses
/external/quake/quake/src/QW/client/
bothdefs.h
39
#define UNALIGNED_OK 1 // set to 0 if unaligned
accesses
are not supported
/external/tcpdump/
acconfig.h
94
/* define if unaligned memory
accesses
fail */
/external/webkit/Source/JavaScriptCore/dfg/
DFGGraph.h
65
// The order may be significant for nodes with side-effects (property
accesses
, value conversions).
/external/webkit/Source/JavaScriptCore/wtf/
StaticConstructors.h
37
// changing how a lot of code
accesses
these global objects.
/external/webkit/Source/WebCore/platform/graphics/chromium/
Extensions3DChromium.h
41
// GL_CHROMIUM_strict_attribs : indicating a GL error is generated for out-of-bounds buffer
accesses
.
/external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.h
73
// to prevent invalid
accesses
to the resources.
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
SummarizerDBHelper.java
30
* A basic class that wraps database
accesses
inside itself and provides functionality to
/external/oprofile/events/i386/atom/
unit_masks
14
0x07 dtlb_miss Memory
accesses
that missed the DTLB
43
0x03
accesses
Instruction fetches
/external/valgrind/main/helgrind/
hg_basics.h
59
#define SCE_ACCESS (1<<3) // Sanity check at mem
accesses
76
accesses
. There are three levels:
/external/oprofile/events/mips/74K/
events
22
event:0x4 counters:0,2 um:zero minimum:500 name:ITLB_ACCESSES : 4-0 Instruction micro-TLB
accesses
24
event:0x6 counters:0,2 um:zero minimum:500 name:ICACHE_ACCESSES : 6-0 Instruction cache
accesses
including speculative instructions
41
event:0x17 counters:0,2 um:zero minimum:500 name:DCACHE_LOAD_ACCESSES : 23-0 Counts all
accesses
to the data cache caused by load instructions
43
event:0x19 counters:0,2 um:zero minimum:500 name:JTLB_DATA_ACCESSES : 25-0 Joint TLB data (non-instruction)
accesses
117
event:0x417 counters:1,3 um:zero minimum:500 name:DCACHE_ACCESSES : 23-1 Data cache
accesses
122
event:0x41c counters:1,3 um:zero minimum:500 name:L2_CACHE_ACCESSES : 28-1
Accesses
to the L2 cache
/external/clang/test/CXX/class.access/
p4.cpp
238
// Redeclaration lookups are not
accesses
.
399
// TODO: These first two
accesses
can be detected as ill-formed at
400
// definition time because they're member
accesses
and A<int> can't
/external/freetype/include/freetype/config/
ftheader.h
380
* definitions of an API which
accesses
BDF-specific strings from a
599
* optional FreeType~2 API which
accesses
embedded `name' strings in
641
* FreeType~2 API which
accesses
PFR-specific data.
/external/kernel-headers/original/asm-arm/
pgtable.h
29
* any out-of-bounds memory
accesses
will hopefully be caught.
88
* allow
accesses
to the page if the "young" bit is set.
Accesses
to the
/external/oprofile/events/x86-64/family11h/
events
38
event:0x40 counters:0,1,2,3 um:zero minimum:500 name:DATA_CACHE_ACCESSES : Data cache
accesses
46
event:0x47 counters:0,1,2,3 um:zero minimum:500 name:MISALIGNED_ACCESSES : Misaligned
Accesses
115
event:0xe0 counters:0,1,2,3 um:dramaccess minimum:500 name:DRAM_ACCESSES : DRAM
accesses
/external/oprofile/events/x86-64/hammer/
events
38
event:0x40 counters:0,1,2,3 um:zero minimum:500 name:DATA_CACHE_ACCESSES : Data cache
accesses
46
event:0x47 counters:0,1,2,3 um:zero minimum:500 name:MISALIGNED_ACCESSES : Misaligned
Accesses
110
event:0xe0 counters:0,1,2,3 um:page_access minimum:500 name:DRAM_ACCESSES : DRAM
accesses
/external/javassist/src/main/javassist/tools/reflect/
Reflection.java
122
* Inserts hooks for intercepting
accesses
to the fields declared
221
* Registers a reflective class. The field
accesses
to the instances
Completed in 990 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>