/device/google/contexthub/firmware/os/inc/ |
syscall.h | 74 //this will only work if the backing table exists...this is intentional to avoid auto growth in scary ways
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ebc/ |
SwitchStack.c | 33 the new backing store pointer.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
InternalSwitchStack.c | 34 the new backing store pointer.
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/ |
InternalSwitchStack.c | 52 the new backing store pointer.
|
/external/autotest/client/cros/ |
verity_utils.py | 11 """ a wrapper for using verity/dm-verity with a test backing store """ 54 TODO(wad) add direct verified and backing store access functions 222 """Hashes the backing image, appends it to the backing image, points
|
/external/autotest/server/cros/dynamic_suite/ |
frontend_wrappers_unittest.py | 84 # delay as a result of backing off in an exponential fashion.
|
/external/guava/guava/src/com/google/common/cache/ |
ForwardingLoadingCache.java | 27 * more methods to modify the behavior of the backing cache as desired per the
|
/external/guava/guava/src/com/google/common/collect/ |
ForwardingDeque.java | 24 * should override one or more methods to modify the behavior of the backing
|
MutableClassToInstanceMap.java | 51 * empty {@code backingMap}. The caller surrenders control of the backing map,
|
TreeBasedTable.java | 233 SortedMap<C, V> backing = backingRowMap(); local 234 if (backing == null) { 241 SortedMap<C, V> backing = backingRowMap(); local 242 if (backing == null) {
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
ForwardingBlockingQueue.java | 28 * modify the behavior of the backing collection as desired per the <a
|
ForwardingCheckedFuture.java | 27 * should override one or more methods to modify the behavior of the backing
|
ForwardingFuture.java | 30 * the backing future as desired per the <a
|
/external/guice/core/src/com/google/inject/ |
Provider.java | 35 * when to delegate to the backing provider and when to provide the instance some other way.
|
Scope.java | 40 * {@link Object#toString} in the returned provider and include the backing
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
ContextPathTest.java | 170 // ROOT Web app, using explicit backing servlet mounted at /* 182 // ROOT Web app, using two backing servlets, mounted at /bar/* and /foo/* 206 // Web app located at /webtest, using explicit backing servlet mounted at /* 218 // Web app located at /webtest, using two backing servlets, mounted at /bar/*
|
/external/kernel-headers/original/uapi/drm/ |
msm_drm.h | 240 * backing pages still exist. 242 #define MSM_MADV_WILLNEED 0 /* backing pages are needed, status returned in 'retained' */ 243 #define MSM_MADV_DONTNEED 1 /* backing pages not needed */ 249 __u32 retained; /* out, whether backing store still exists */
|
/external/kernel-headers/original/uapi/linux/ |
inotify.h | 43 #define IN_UNMOUNT 0x00002000 /* Backing fs was unmounted */
|
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/ |
struct_definition.tmpl | 19 // NOTE: The memory backing |object| may be smaller than |sizeof(*object)| if
|
/external/libunwind/src/coredump/ |
_UCD_internal.h | 69 /* Data for backing file. If backing_fd < 0, there is no file */
|
/external/libunwind/src/ia64/ |
NOTES | 5 - bsp current backing store pointer
|
/external/mesa3d/src/mapi/glapi/ |
glapi_priv.h | 106 * Number of extension functions is also subject to the size of backing exec
|
/external/mockito/src/main/java/org/mockito/internal/junit/ |
UnusedStubbingsFinder.java | 41 * different mocks are created, different 'Invocation' instance is backing the 'Stubbing' instance.
|
/external/skia/include/core/ |
SkTraceMemoryDump.h | 54 * Sets the memory backing for an existing dump.
|
/external/skia/include/private/ |
GrRenderTargetProxy.h | 26 // Actually instantiate the backing rendertarget, if necessary.
|