OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accesses
(Results
276 - 300
of
708
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/include/utils/
threads.h
550
// note that all
accesses
of mExitPending and mRunning need to hold mLock
/frameworks/base/media/java/android/media/
ExifInterface.java
113
// use sLock to serialize the
accesses
.
/frameworks/base/media/libstagefright/codecs/aacdec/
fwd_long_complex_rot.cpp
231
* Use auxiliary variables to avoid double
accesses
to memory.
fwd_short_complex_rot.cpp
229
* Use auxiliary variables to avoid double
accesses
to memory.
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
if2_to_ets.cpp
151
* The following section of code
accesses
bits in the IF2 method of
wmf_to_ets.cpp
164
* The following section of code
accesses
bits in the WMF method of
/frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_decode_header.cpp
147
temp = getNbits(inputStream, 21); // to avoid multiple bitstream
accesses
/frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java
121
* multiple times before the query is complete. All
accesses
(listeners) must be
/ndk/sources/host-tools/sed-4.2.1/lib/
copy-acl.c
343
change the allowed
accesses
, but still visible). */
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java
266
* is necessary (since the base class
accesses
both internal directly
/external/grub/netboot/
depca.c
74
NICSR
accesses
have been changed to byte
accesses
for all the cards
w89c840.c
151
work only with I/O space
accesses
. Pass -DUSE_IO_OPS to use PCI I/O space
152
accesses
instead of memory space. */
/external/llvm/docs/
GetElementPtr.html
273
GEP instruction never
accesses
memory, it is illegal.</p>
729
<li>The GEP instruction never
accesses
memory, it only provides pointer
/external/valgrind/main/
FAQ.txt
101
your program so that it doesn't do any illegal memory
accesses
. The
268
crashes because it erroneously
accesses
memory that is unaddressable,
/external/valgrind/main/docs/xml/
FAQ.xml
157
doesn't do any illegal memory
accesses
. The above failure will
393
crashes because it erroneously
accesses
memory that is unaddressable,
/external/libxml2/
xmlIO.c
583
* Standard I/O for file
accesses
*
1080
* I/O for compressed file
accesses
*
1267
* I/O for HTTP file
accesses
*
[
all
...]
/external/valgrind/main/docs/html/
cg-manual.html
74
runtime, as it masks
accesses
to main memory. Furthermore, the L1 caches
106
<p>Note that D1 total
accesses
is given by
109
accesses
is given by <code class="computeroutput">ILmr</code> +
166
<p>Cache
accesses
for instruction fetches are summarised
171
<p>Cache
accesses
for data follow. The information is similar
179
number of memory
accesses
, not the number of L1 misses. I.e. it is
[
all
...]
/external/valgrind/main/exp-ptrcheck/
h_main.c
4
/*--- This file checks heap
accesses
. ---*/
[
all
...]
/external/valgrind/tsan/
ts_valgrind_intercepts.c
242
// We ignore memory
accesses
and sync events inside malloc.
243
//
Accesses
are ignored so that we don't spend time on them.
540
memory
accesses
inside it. */
[
all
...]
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/share/info/
gdb.info
[
all
...]
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/share/info/
gdb.info
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/share/info/
gdb.info
[
all
...]
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/share/info/
gdb.info
[
all
...]
/bionic/libc/bionic/
pthread.c
208
//
accesses
previously made by the creating thread are visible to us.
349
// memory
accesses
previously performed by this thread are visible to
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp
284
"Byte string function
accesses
out-of-bound array element"));
300
<< "
accesses
out-of-bound array element";
[
all
...]
Completed in 378 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>