HomeSort by relevance Sort by last modified time
    Searched refs:cached (Results 1 - 25 of 746) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/gpxe/
pxelinux.gpxe 2 set use-cached 1
pxelinuxk.gpxe 2 set use-cached 0
  /external/trappy/hooks/
pre-commit 26 git diff-index --check --cached HEAD --
  /external/syslinux/gpxe/src/net/infiniband/
ib_pathrec.c 162 /** A cached path */
183 struct ib_cached_path *cached; local
187 cached = &ib_path_cache[i];
188 if ( ! cached->path )
190 if ( cached->path->ibdev != ibdev )
192 if ( memcmp ( &cached->path->av.gid, dgid,
193 sizeof ( cached->path->av.gid ) ) != 0 )
195 return cached;
202 * Handle cached path transaction completion
212 struct ib_cached_path *cached = ib_path_get_ownerdata ( path ) local
244 struct ib_cached_path *cached; local
    [all...]
  /frameworks/base/core/java/android/app/
IUidObserver.aidl 48 * Report when the cached state of a uid has changed.
49 * If true, a uid has become cached -- that is, it has some active processes that are
50 * all in the cached state. It should be doing as little as possible at this point.
51 * If false, that a uid is no longer cached. This will only be called after
53 * running processes is no longer cached, or it no longer has any actively running processes.
55 void onUidCachedChanged(int uid, boolean cached);
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/
FakeImageResource.java 38 public void setCached(final boolean cached) {
39 mCached = cached;
  /prebuilts/go/darwin-x86/misc/git/
pre-commit 13 gofiles=$(git diff --cached --name-only --diff-filter=ACM | grep '\.go$')
  /prebuilts/go/linux-x86/misc/git/
pre-commit 13 gofiles=$(git diff --cached --name-only --diff-filter=ACM | grep '\.go$')
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_ionbuf.h 60 void* buffer_allocate(buffer_t *p_buffer, int cached);
85 * Invalidates the cached buffer
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_ionbuf.h 60 void* buffer_allocate(buffer_t *p_buffer, int cached);
85 * Invalidates the cached buffer
99 * clean the cached buffer
  /bootable/recovery/otafault/
ota_io.cpp 112 auto cached = filename_cache.find((intptr_t)stream); local
113 const char* cached_path = cached->second;
114 if (cached != filename_cache.end() &&
133 auto cached = filename_cache.find(fd); local
134 const char* cached_path = cached->second;
135 if (cached != filename_cache.end()
153 auto cached = filename_cache.find((intptr_t)stream); local
154 const char* cached_path = cached->second;
155 if (cached != filename_cache.end() &&
173 auto cached = filename_cache.find(fd) local
193 auto cached = filename_cache.find(fd); local
    [all...]
  /external/ltp/testcases/kernel/syscalls/readahead/
readahead02.c 154 char entry[] = "Cached: %lu";
199 * @cached: returns cached kB from /proc/meminfo
203 unsigned long *cached)
229 *cached = get_cached_size();
230 if (*cached > cached_start) {
232 (*cached - cached_start));
244 *cached = get_cached_size();
274 *cached = get_cached_size();
293 unsigned long cached_max, cached_low, cached, cached_ra local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
BindableMediaRequest.java 42 final boolean cached) {
44 mListener.onMediaResourceLoaded(request, resource, cached);
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_ionbuf.h 63 void* buffer_allocate(buffer_t *p_buffer, int cached);
88 * Invalidates the cached buffer
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_ionbuf.h 63 void* buffer_allocate(buffer_t *p_buffer, int cached);
88 * Invalidates the cached buffer
  /external/iproute2/include/
names.h 14 struct db_entry *cached; member in struct:db_names
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMem.h 94 QCameraMemory(bool cached,
118 bool cached; member in struct:qcamera::QCameraMemory::QCameraMemInfo
126 unsigned int heap_id, size_t size, bool cached, uint32_t is_secure);
146 unsigned int heap_id, size_t size, bool cached,
155 unsigned int heap_id, size_t size, bool cached,
166 QCameraHeapMemory(bool cached);
184 QCameraMetadataStreamMemory(bool cached);
195 bool cached,
219 QCameraVideoMemory(camera_request_memory getMemory, bool cached,
  /device/linaro/bootloader/arm-trusted-firmware/lib/locks/bakery/
bakery_lock_normal.c 77 #define write_cache_op(addr, cached) \
79 (cached ? dccvac((uint64_t)addr) :\
84 #define read_cache_op(addr, cached) if (cached) \
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
InternalCache.java 41 * with the headers from {@code network}. The cached response body is not
42 * updated. If the stored response has changed since {@code cached} was
45 void update(Response cached, Response network) throws IOException;
  /external/skia/src/core/
SkXfermode.cpp 95 static SkXfermode* cached[COUNT_BLENDMODES]; local
99 cached[(int)mode] = xfermode;
101 cached[(int)mode] = new SkProcCoeffXfermode(mode);
104 return sk_ref_sp(cached[(int)mode]);
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraMem.h 78 QCameraMemory(bool cached,
105 bool cached; member in struct:qcamera::QCameraMemory::QCameraMemInfo
113 unsigned int heap_id, size_t size, bool cached, uint32_t is_secure);
133 unsigned int heap_id, size_t size, bool cached,
142 unsigned int heap_id, size_t size, bool cached,
153 QCameraHeapMemory(bool cached);
175 bool cached,
201 void* cbCookie, bool cached,
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraMem.h 78 QCameraMemory(bool cached,
105 bool cached; member in struct:qcamera::QCameraMemory::QCameraMemInfo
113 unsigned int heap_id, size_t size, bool cached, uint32_t is_secure);
133 unsigned int heap_id, size_t size, bool cached,
142 unsigned int heap_id, size_t size, bool cached,
153 QCameraHeapMemory(bool cached);
174 bool cached,
198 QCameraVideoMemory(camera_request_memory getMemory, bool cached,
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
Engine.java 26 * Responsible for starting loads and managing active and cached resources.
106 * <li>Check the memory cache and provide the cached resource if present</li>
131 * @param isMemoryCacheable True if the transcoded resource can be cached in memory.
133 * will be cached in the local disk cache.
151 EngineResource<?> cached = getFromCache(key); local
152 if (cached != null) {
153 cached.acquire();
154 activeResources.put(key, new ResourceWeakReference(key, cached, resourceReferenceQueue));
155 cb.onResourceReady(cached);
206 Resource<?> cached = cache.remove(key) local
    [all...]
  /external/libunwind/doc/
unw_flush_cache.tex 8 \begin{Name}{3}{unw\_flush\_cache}{David Mosberger-Tang}{Programming Library}{unw\_flush\_cache}unw\_flush\_cache -- flush cached info
19 The \Func{unw\_flush\_cache}() routine flushes all cached info as it
21 target address-space \Var{as}. In addition, all info cached for
24 list is not tied to a code-range and its cached value (if any) is
32 information cached on behalf of address space \Var{as} is flushed.
  /toolchain/binutils/binutils-2.25/opcodes/
nios2-dis.c 198 static struct nios2_reg *cached = NULL; local
200 if (!cached)
206 cached = nios2_regs + i;
209 assert (cached);
211 return cached;
218 static struct nios2_reg *cached = NULL; local
220 if (!cached)
226 cached = nios2_regs + i;
229 assert (cached);
231 return cached;
    [all...]

Completed in 3359 milliseconds

1 2 3 4 5 6 7 8 91011>>