/external/mesa3d/src/gallium/auxiliary/os/ |
os_memory_aligned.h | 30 * Memory alignment wrappers.
|
os_memory_debug.h | 30 * Debugging wrappers for OS memory management abstractions.
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_screen.h | 58 * Cast wrappers
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_texture.h | 82 /** cast wrappers */
|
/external/v8/test/mjsunit/ |
tobool.js | 28 // All objects, including wrappers, must convert to true.
|
/external/yaffs2/yaffs2/direct/ |
ydirectenv.h | 3 * ydirectenv.h: Environment wrappers for direct.
|
/frameworks/base/media/mca/filterfw/jni/ |
jni_native_buffer.h | 41 // JNI Wrappers ////////////////////////////////////////////////////////////////////////////////////
|
/ndk/sources/android/support/ |
README | 6 - long double functions (simple wrappers really, since 'long double' is
|
/external/valgrind/main/coregrind/m_syswrap/ |
priv_types_n_macros.h | 3 /*--- Types and macros for writing syscall wrappers. ---*/ 39 syscall wrappers. It does not give prototypes for any such 42 wrappers, and as such should only contain stuff which is relevant 47 Types that are used in syscall wrappers. 134 /* Flags describing syscall wrappers */ 163 wrappers for the relevant syscall used in the OS kernel for that 206 Declaring and defining wrappers. 214 that ensures the names won't clash with other wrappers. 220 because a few wrappers declare the name "args" themselves, and 242 /* This macro generates declarations (prototypes) for wrappers. I [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pymem.h | 29 memory functions in special debugging wrappers that add additional 31 what to do with that stuff, and the Python wrappers have no idea what to do 56 /* Starting from Python 1.6, the wrappers Py_{Malloc,Realloc,Free} are
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pymem.h | 29 memory functions in special debugging wrappers that add additional 31 what to do with that stuff, and the Python wrappers have no idea what to do 56 /* Starting from Python 1.6, the wrappers Py_{Malloc,Realloc,Free} are
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8GCController.cpp | 109 // To make minor GC cycle time bounded, we limit the number of wrappers handled 112 // is 16 MB and it is full of wrappers (which is almost the worst case). 114 // the number of wrappers handled by each minor GC cycle is at most 3000. 127 // A minor DOM GC can handle only node wrappers in the main world. 129 // do not have wrappers in the main world. 204 // We completed the DOM tree traversal. All wrappers in the DOM tree are 206 // We report those wrappers to V8 as an object group.
|
/external/guava/guava-tests/test/com/google/common/eventbus/ |
EventBusTest.java | 45 Set<EventHandler> wrappers = bus.getHandlersForEventType(String.class); local 46 assertNotNull("Should have at least one method registered.", wrappers); 47 assertEquals("One method should be registered.", 1, wrappers.size());
|
/external/valgrind/main/docs/internals/ |
porting-HOWTO.txt | 59 properly. The syscall table and syscall wrappers will be painful; do them 104 able to reuse some of the generic (eg. POSIX) syscall wrappers, if the types 105 match. Otherwise, you'll have to write your own new wrappers. Do this
|
/external/chromium/base/ |
stringprintf.h | 43 // string. All other routines are just convenience wrappers around it.
|
/external/chromium/chrome/browser/cocoa/ |
authorization_util.h | 20 // The contract is that any tool executed by the wrappers declared in this
|
/external/chromium/chrome/browser/sync/engine/ |
syncproto.h | 5 // Wrappers to help us work with ids and protobuffers.
|
/external/chromium_org/remoting/host/native_messaging/ |
native_messaging_reader.h | 46 // Wrappers posted to by the read thread to trigger the message and EOF
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
SVGAnimatedProperty.cpp | 46 // Remove wrappers from cache.
|
/external/chromium_org/third_party/icu/source/common/ |
umapfile.h | 11 * Memory mapped file wrappers for use by the ICU Data Implementation
|
uset_props.cpp | 16 * C wrappers around UnicodeSet functions that are implemented in
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
nethelpers.h | 74 // talk_base namespaced wrappers for inet_ntop and inet_pton so we can avoid
|
/external/chromium_org/third_party/skia/src/core/ |
SkTypefaceCache.h | 73 // These are static wrappers around a global instance of a cache.
|
/external/chromium_org/third_party/skia/src/images/ |
SkImageRef_GlobalPool.cpp | 75 // global imagerefpool wrappers
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
maybe_threads.h | 34 // Some wrappers for pthread functions so that we can be LD_PRELOADed
|