Searched
full:wrapper (Results
451 -
475 of
1325) sorted by null
<<11121314151617181920>>
/frameworks/base/opengl/tools/glgen/stubs/gles11/ |
GLES11cHeader.cpp | 26 /* special calls implemented in Android's GLES wrapper used to more
|
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
cstdlib | 34 * Standard C++ Library wrapper around the C stdlib.h header file.
|
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
cstdlib | 34 * Standard C++ Library wrapper around the C stdlib.h header file.
|
/ndk/docs/ |
NDK-BUILD.TXT | 72 'ndk-build' itself is a tiny wrapper around GNU Make, its purpose is simply
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
TransactionBundle.java | 23 * A wrapper around the Bundle instances used to start the TransactionService.
|
/system/core/include/cutils/ |
mspace.h | 17 /* A wrapper file for dlmalloc.h that defines prototypes for the
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstType.java | 95 * Returns an instance of this class that represents the wrapper 101 * @return {@code non-null;} the corresponding wrapper class
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ForegroundService.java | 64 * This is a wrapper around the new startForeground method, using the older 90 * This is a wrapper around the new stopForeground method, using the older
|
/development/simulator/wrapsim/ |
LaunchWrapper.c | 59 * wrapper. 275 "Usage: launch-wrapper [-wait] [-output filename] <cmd> [args...]\n");
|
/external/astl/include/ |
iterator | 219 // Detect wrapper iterators. 229 // For wrapper iterators, android::iter::base(it) returns a pointer
|
/external/bison/build-aux/ |
ylwrap | 2 # ylwrap - wrapper for lex/yacc invocations. 48 Wrapper for lex/yacc invocations, renaming files as desired.
|
/external/stlport/src/details/ |
fstream_unistd.cpp | 148 // Return the size of the file. This is a wrapper for stat. 285 // Wrapper for lseek or the like.
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8WebGLArrayCustom.h | 99 // Transform the holder into a wrapper object for the array. 132 // Transform the holder into a wrapper object for the array.
|
/external/webkit/WebKit/mac/Misc/ |
WebNSPasteboardExtras.mm | 185 - (void)_web_writeFileWrapperAsRTFDAttachment:(NSFileWrapper *)wrapper 187 NSTextAttachment *attachment = [[NSTextAttachment alloc] initWithFileWrapper:wrapper];
|
/external/wpa_supplicant/ |
wpa_supplicant.h | 70 * driver, the driver wrapper code is expected to use a registered 255 * Driver wrapper code should call this function whenever an event is received
|
/frameworks/base/docs/html/guide/topics/location/ |
index.jd | 4 <div id="qv-wrapper"> 114 <p>In general, the MapView class provides a wrapper around the Google Maps API
|
/frameworks/base/docs/html/resources/articles/ |
faster-screen-orientation-change.jd | 5 <div id="qv-wrapper"> 23 <div class="sidebox-wrapper">
|
/external/e2fsprogs/ |
configure.in | 444 dnl See whether to install the `fsck' wrapper program (that calls e2fsck) 447 [ --enable-fsck build fsck wrapper program], 451 echo "Not building fsck wrapper" 454 echo "Building fsck wrapper" 460 echo "Not building fsck wrapper by default" 464 echo "Building fsck wrapper by default"
|
/external/webkit/SunSpider/tests/parse-only/ |
prototype-1.6.0.3.js | 245 wrap: function(wrapper) { 248 return wrapper.apply(this, [__method.bind(this)].concat($A(arguments))); [all...] |
/external/libpng/ |
ltmain.sh | 925 # True iff FILE is a libtool wrapper script 934 # True iff FILE is a libtool wrapper executable 962 # True iff FILE is a libtool wrapper script or wrapper executable [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver.h | 60 * only included for backwards compatibility with existing driver wrapper 287 * the 32-octet (256-bit) PSK, if available. The driver wrapper should 378 * in this wrapper. 587 * This function is depracated. New driver wrapper implementations [all...] |
/external/icu4c/i18n/ |
coll.cpp | 37 * 01/29/01 synwee Modified into a C++ wrapper calling C APIs (ucol.h) 790 // This is a wrapper over ucol_getKeywords 801 // This is a wrapper over ucol_getKeywordValues 813 // This is a wrapper over ucol_getKeywordValuesForLocale 826 // This is a wrapper over ucol_getFunctionalEquivalent
|
/external/opencore/nodes/pvomxbasedecnode/include/ |
pvmf_omx_basedec_node.h | 181 // CUSTOM DEALLOCATOR FOR MEDIA DATA SHARED PTR WRAPPER: 183 // 2) Deallocates the pvci buffer wrapper and the rest of accompanying structures 184 // Deallocator is created as part of the wrapper, and travels with the buffer wrapper 201 // finally, free the shared ptr wrapper memory [all...] |
/external/webkit/JavaScriptGlue/JavaScriptGlue.xcodeproj/ |
project.pbxproj | 71 0867D69BFE84028FC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; 72 0867D6A5FE840307C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; }; 81 DD66F3D608F73ED700C75FD7 /* JavaScriptGlue.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = JavaScriptGlue.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 82 DD66F3F508F7401B00C75FD7 /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = JavaScriptCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 97 F14FC9F30258E9A603CA149D /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
|
/cts/tests/tests/content/src/android/content/cts/ |
AsyncQueryHandlerTest.java | 373 MockAsyncQueryHandler wrapper = new MockAsyncQueryHandler(mResolver); local 374 Handler result = wrapper.createHandler(Looper.myLooper()); 379 wrapper.createHandler(null);
|
Completed in 192 milliseconds
<<11121314151617181920>>