OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scache
(Results
26 - 50
of
199
) sorted by null
1
2
3
4
5
6
7
8
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
ContactInfoCache.java
77
private static ContactInfoCache
sCache
= null;
84
if (
sCache
== null) {
85
sCache
= new ContactInfoCache(mContext.getApplicationContext());
87
return
sCache
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
scache.h
33
/** \page
scache
Sample Cache
context.h
140
* \li \subpage
scache
stream.h
48
* the sample cache. See \ref
scache
for more information
65
* \li Upload stream - pa_stream_connect_upload() (see \ref
scache
)
[
all
...]
/frameworks/support/v4/java/android/support/v4/content/
FileProvider.java
320
// @GuardedBy("
sCache
")
321
private static HashMap<String, PathStrategy>
sCache
= new HashMap<String, PathStrategy>();
531
synchronized (
sCache
) {
532
strat =
sCache
.get(authority);
543
sCache
.put(authority, strat);
[
all
...]
/development/ndk/platforms/android-9/arch-mips/include/asm/
cpu-features.h
202
#define cpu_scache_line_size() cpu_data[0].
scache
.linesz
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
cpu-features.h
202
#define cpu_scache_line_size() cpu_data[0].
scache
.linesz
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
cpu-features.h
202
#define cpu_scache_line_size() cpu_data[0].
scache
.linesz
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
cpu-features.h
202
#define cpu_scache_line_size() cpu_data[0].
scache
.linesz
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
cpu-features.h
202
#define cpu_scache_line_size() cpu_data[0].
scache
.linesz
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
cpu-features.h
202
#define cpu_scache_line_size() cpu_data[0].
scache
.linesz
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
cpu-features.h
202
#define cpu_scache_line_size() cpu_data[0].
scache
.linesz
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
cpu-features.h
202
#define cpu_scache_line_size() cpu_data[0].
scache
.linesz
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
cpu-features.h
202
#define cpu_scache_line_size() cpu_data[0].
scache
.linesz
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
cpu-features.h
202
#define cpu_scache_line_size() cpu_data[0].
scache
.linesz
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips.s
[
all
...]
/external/iproute2/misc/
ss.c
865
struct
scache
{
struct
866
struct
scache
*next;
872
struct
scache
*rlist;
889
struct
scache
*c;
937
struct
scache
*c;
960
static struct
scache
*cache_htab[SCACHE_BUCKETS];
965
struct
scache
*c;
1504
struct
scache
*s;
[
all
...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyTest.java
291
replaceInstance(ServiceManager.class, "
sCache
", null, mServiceManagerMockedServices);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
context.h
140
* \li \subpage
scache
stream.h
49
* the sample cache. See \ref
scache
for more information
66
* \li Upload stream - pa_stream_connect_upload() (see \ref
scache
)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libpulse.so
libpulse.so.0
libpulse.so.0.12.2
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpulse.so
libpulse.so.0
Completed in 1419 milliseconds
1
2
3
4
5
6
7
8