HomeSort by relevance Sort by last modified time
    Searched full:wrapper (Results 476 - 500 of 1325) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/text/src/main/java/java/text/
Collator.java 183 // Wrapper class of ICU4JNI Collator
186 Collator(com.ibm.icu4jni.text.Collator wrapper) {
187 this.icuColl = wrapper;
  /external/opencore/doc/oscl_html/
classOscl__Int64__Utils.html 9 <hr><h1>Oscl_Int64_Utils Class Reference</h1>The Oscl_Int64_Utils class provides a wrapper for commonly used int64/uint64 operations.
27 The Oscl_Int64_Utils class provides a wrapper for commonly used int64/uint64 operations.
31 Provides a wrapper for commonly used operations to mask the differences between OSes that have an int64/uint64 class instead of a 64-bit integer.
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
genericper.h 119 /* General length det, e.g. for extension wrapper */
138 /* Also calls GetLengthDet(stream) to skip wrapper */
187 /* General length det, e.g. for extension wrapper */
  /external/srec/portable/include/
PFile.h 212 * In case the underlying function returns an error, it will be propegated by the wrapper.
221 * In case the underlying function returns an error, it will be propegated by the wrapper.
247 * Expose functions only if use wrappers is not defined, otherwize only expose wrapper functions.
  /external/stlport/stlport/stl/
_string_sum.h 23 /*char wrapper to simulate basic_string*/
42 /*C string wrapper to simulate basic_string*/
61 /*basic_string wrapper to ensure that we only store a reference to the original string and not copy it*/
_ios_base.h 44 // wrapper classes. They delegate buffering and physical character
264 // All of them are trivial one-line wrapper functions.
  /external/v8/src/
accessors.cc 90 JSValue* wrapper = JSValue::cast(value);
95 if (wrapper->map() == number_map) return wrapper->value();
  /external/webkit/JavaScriptGlue/
JSUtils.cpp 142 JSValueWrapper* wrapper = (JSValueWrapper*)ptr->GetData(); local
143 if (wrapper)
145 result = wrapper->GetValue();
  /external/webkit/WebCore/bindings/v8/
ScriptController.cpp 332 // NPObject as part of its wrapper. However, before accessing the object
335 v8::Local<v8::Object> wrapper = createV8ObjectForNPObject(npObject, 0);
353 return V8ScriptInstance::create(wrapper);
  /external/webkit/WebCore/bridge/objc/
objc_instance.mm 106 RefPtr<ObjcInstance> wrapper = adoptRef(new ObjcInstance(instance, rootObject));
107 NSMapInsert(s_instanceWrapperCache, instance, wrapper.get());
108 return wrapper.release();
objc_utility.mm 123 wrapper id
226 id object wrapper
  /external/webkit/WebKitTools/WebKitLauncher/WebKitLauncher.xcodeproj/
project.pbxproj 65 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
81 5DE79BEB0F1C63CC0067BE08 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = BUILT_PRODUCTS_DIR; };
83 8D1107320486CEB800E47090 /* WebKit.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WebKit.app; sourceTree = BUILT_PRODUCTS_DIR; };
  /packages/apps/Mms/src/com/android/mms/model/
SlideshowModel.java 248 DrmWrapper wrapper = media.getDrmObject(); local
249 part.setDataUri(wrapper.getOriginalUri());
250 part.setData(wrapper.getOriginalData());
  /development/host/windows/usb/legacy/driver/
android_usb_device_object.cpp 382 // This is a device FO. Create wrapper for device FO
419 // Get our wrapper for the device and redirect event to its handler
434 // Get our wrapper for the device and redirect event to its handler
455 // Get our wrapper for the device and redirect event to its handler
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/engines/
DESedeWrapEngine.java 8 import org.bouncycastle.crypto.Wrapper;
28 implements Wrapper
  /external/bluetooth/glib/
NEWS.pre-1-3 130 - g_byte_array_remove_index: wrapper for g_array_remove_index
131 - g_byte_array_remove_index_fast: wrapper for g_array_remove_index_fast
  /external/icu4c/test/cintltst/
chashtst.c 46 * UHashTok wrapper functions
333 * Wrapper Functions
udatpg_test.c 16 * Test of the C wrapper for the DateTimePatternGenerator.
17 * Calls each C API function and exercises code paths in the wrapper,
  /external/libffi/testsuite/lib/
libffi-dg.exp 25 load_gcc_lib wrapper.exp
266 # end of a test, we must replace dg-test with a wrapper.
  /external/libpng/contrib/visupng/
cexcept.h 25 this header file directly. Instead, create a wrapper header file that
205 /* the calls to setjmp() and longjmp(). A wrapper struct is used to */
  /external/openssl/crypto/bn/
bn_gf2m.c 418 * This function calls down to the BN_GF2m_mod_arr implementation; this wrapper
496 * This function calls down to the BN_GF2m_mod_mul_arr implementation; this wrapper
552 * This function calls down to the BN_GF2m_mod_sqr_arr implementation; this wrapper
642 * This function calls down to the BN_GF2m_mod_inv implementation; this wrapper
768 * This function calls down to the BN_GF2m_mod_div implementation; this wrapper
836 * This function calls down to the BN_GF2m_mod_exp_arr implementation; this wrapper
895 * This function calls down to the BN_GF2m_mod_sqrt_arr implementation; this wrapper
1014 * This function calls down to the BN_GF2m_mod_solve_quad_arr implementation; this wrapper
  /external/openssl/crypto/rand/
rand_egd.c 84 * RAND_egd_bytes() is a wrapper for RAND_query_egd_bytes() with buf=NULL.
95 * RAND_egd() is a wrapper for RAND_egd_bytes() with numbytes=255.
  /external/qemu/
sockets.h 21 * a simple wrapper interface declared here.
28 /* the wrapper will convert any Winsock error message into an errno
  /external/stlport/src/details/
fstream_stdio.cpp 165 // Return the size of the file. This is a wrapper for stat.
341 // Wrapper for lseek or the like.
  /external/webkit/WebKit/win/
DOMCreateInstance.cpp 136 void setDOMWrapper(void* objectHandle, GEN_DOMObject* wrapper)
138 domWrapperCache().set(objectHandle, wrapper);

Completed in 157 milliseconds

<<11121314151617181920>>