OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skipCache
(Results
1 - 11
of
11
) sorted by null
/system/libvintf/include/vintf/
VintfObject.h
49
* If
skipCache
, always skip the cache in memory and read the files / get runtime information
58
static std::shared_ptr<const HalManifest> GetDeviceHalManifest(bool
skipCache
= false);
64
static std::shared_ptr<const HalManifest> GetFrameworkHalManifest(bool
skipCache
= false);
71
bool
skipCache
= false);
78
bool
skipCache
= false);
83
* {
skipCache
== true, flags == ALL}: re-fetch everything
84
* {
skipCache
== false, flags == ALL}: fetch everything if not previously fetched
85
* {
skipCache
== true, flags == selected info}: re-fetch selected information
87
* {
skipCache
== false, flags == selected info}: fetch selected information
90
* @param
skipCache
do not fetch if previously fetche
[
all
...]
/system/libvintf/
VintfObject.cpp
56
bool
skipCache
,
59
if (
skipCache
|| !ptr->fetchedOnce) {
72
std::shared_ptr<const HalManifest> VintfObject::GetDeviceHalManifest(bool
skipCache
) {
74
return Get(&gVendorManifest,
skipCache
, &VintfObject::FetchDeviceHalManifest);
78
std::shared_ptr<const HalManifest> VintfObject::GetFrameworkHalManifest(bool
skipCache
) {
80
return Get(&gFrameworkManifest,
skipCache
, &VintfObject::FetchFrameworkHalManifest);
85
std::shared_ptr<const CompatibilityMatrix> VintfObject::GetDeviceCompatibilityMatrix(bool
skipCache
) {
87
return Get(&gDeviceMatrix,
skipCache
, &VintfObject::FetchDeviceMatrix);
91
std::shared_ptr<const CompatibilityMatrix> VintfObject::GetFrameworkCompatibilityMatrix(bool
skipCache
) {
102
Get(&gCombinedFrameworkMatrix,
skipCache
,
[
all
...]
/frameworks/minikin/include/minikin/
MinikinFont.h
34
// Note: if you add a field here, either add it to LayoutCacheKey or to
skipCache
()
48
bool
skipCache
() const { return !fontFeatureSettings.empty(); }
LayoutCache.h
141
if (paint.
skipCache
()) {
/frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
/prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 201 milliseconds