OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cached
(Results
201 - 225
of
746
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/src/ports/
SkFontMgr_win_dw.cpp
355
static bool FindByDWriteFont(SkTypeface*
cached
, void* ctx) {
356
DWriteFontTypeface* cshFace = reinterpret_cast<DWriteFontTypeface*>(
cached
);
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java
86
long lastCachedPss; // Last computed pss when in
cached
state.
87
long lastCachedSwapPss; // Last computed SwapPss when in
cached
state.
106
boolean notCachedSinceIdle; // Has this process not been in a
cached
state since last idle?
154
boolean
cached
; // Is this a
cached
process?
field in class:ProcessRecord
270
pw.print(prefix); pw.print("
cached
="); pw.print(
cached
);
[
all
...]
/frameworks/native/libs/vr/libvrflinger/
hardware_composer.cpp
1264
const bool
cached
= CheckAndUpdateCachedBuffer(slot, id);
local
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerService.java
369
// Get the
cached
state by default.
373
//
cached
can be used to force a getPlaybackState command. Useful for PTS testing.
374
public synchronized PlaybackState getPlaybackState(BluetoothDevice device, boolean
cached
) {
390
return mAvrcpCtSm.getCurrentPlayBackState(
cached
);
[
all
...]
AvrcpControllerStateMachine.java
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/svg/
svgpan.go
109
* Retrieves the root element for SVG manipulation. The element is then
cached
into the svgRoot global variable.
/prebuilts/go/darwin-x86/src/net/http/httptrace/
trace.go
83
// if there's already an idle
cached
connection available.
/prebuilts/go/linux-x86/src/cmd/pprof/internal/svg/
svgpan.go
109
* Retrieves the root element for SVG manipulation. The element is then
cached
into the svgRoot global variable.
/prebuilts/go/linux-x86/src/net/http/httptrace/
trace.go
83
// if there's already an idle
cached
connection available.
/external/netperf/
configure
[
all
...]
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h
43
// of chunks that need to be
cached
per-thread:
48
// c00 => s: 0 diff: +0 00% l 0
cached
: 0 0; id 0
49
// c01 => s: 16 diff: +16 00% l 4
cached
: 256 4096; id 1
50
// c02 => s: 32 diff: +16 100% l 5
cached
: 256 8192; id 2
51
// c03 => s: 48 diff: +16 50% l 5
cached
: 256 12288; id 3
52
// c04 => s: 64 diff: +16 33% l 6
cached
: 256 16384; id 4
53
// c05 => s: 80 diff: +16 25% l 6
cached
: 256 20480; id 5
54
// c06 => s: 96 diff: +16 20% l 6
cached
: 256 24576; id 6
55
// c07 => s: 112 diff: +16 16% l 6
cached
: 256 28672; id 7
57
// c08 => s: 128 diff: +16 14% l 7
cached
: 256 32768; id
155
uptr
cached
= MaxCached(i) * s;
local
[
all
...]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheTest.java
184
Response
cached
= cache.get(request);
local
186
assertNotNull(Integer.toString(responseCode),
cached
);
local
187
cached
.body().close();
189
assertNull(Integer.toString(responseCode),
cached
);
local
268
Response response2 = client.newCall(request).execute(); //
Cached
!
299
Response response2 = client.newCall(request).execute(); //
Cached
!
361
//
Cached
!
400
//
Cached
!
[
all
...]
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
UrlConnectionCacheTest.java
188
Response
cached
= cache.get(new Request.Builder().url(url).build());
local
190
assertNotNull(Integer.toString(responseCode),
cached
);
local
191
cached
.body().close();
193
assertNull(Integer.toString(responseCode),
cached
);
local
233
urlConnection = client.open(server.getUrl("/")); //
cached
!
266
HttpsURLConnection c2 = (HttpsURLConnection) client.open(server.getUrl("/")); //
cached
!
295
connection = client.open(server.getUrl("/")); //
cached
!
344
//
Cached
!
380
//
Cached
!
[
all
...]
/frameworks/base/services/core/java/com/android/server/job/
JobSchedulerService.java
625
@Override public void onUidCachedChanged(int uid, boolean
cached
) {
1894
Boolean
cached
= mPersistCache.get(uid);
local
[
all
...]
/packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java
87
long mCurMedRam = -1; // "Apps" or "
Cached
"
193
description.setText(rootView.getContext().getText(R.string.
cached
));
/external/libmtp/src/
libmtp.h.in
675
int
cached
;
[
all
...]
/external/robolectric/v3/libs/
sqlite4java-0.282.jar
/frameworks/base/services/core/java/com/android/server/notification/
NotificationUsageStats.java
217
boolean starred, boolean
cached
) {
226
if (
cached
) {
[
all
...]
/prebuilts/misc/common/robolectric/lib/
sqlite4java-0.282.jar
/prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar
/toolchain/binutils/binutils-2.25/bfd/
pdp11.c
1499
aout_symbol_type *
cached
;
local
[
all
...]
/external/ImageMagick/
configure
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
regalloc.go
194
needReg bool //
cached
value of !v.Type.IsMemory() && !v.Type.IsVoid() && !.v.Type.IsFlags()
195
rematerializeable bool //
cached
value of v.rematerializeable()
285
c *Value //
cached
version of the value
[
all
...]
/prebuilts/go/darwin-x86/src/runtime/
mgc.go
[
all
...]
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
regalloc.go
194
needReg bool //
cached
value of !v.Type.IsMemory() && !v.Type.IsVoid() && !.v.Type.IsFlags()
195
rematerializeable bool //
cached
value of v.rematerializeable()
285
c *Value //
cached
version of the value
[
all
...]
Completed in 3403 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>