HomeSort by relevance Sort by last modified time
    Searched refs:instance (Results 376 - 400 of 432) sorted by null

<<1112131415161718

  /external/icu4c/i18n/
calendar.cpp 444 virtual UObject* cloneInstance(UObject* instance) const {
445 if(instance->getDynamicClassID() == UnicodeString::getStaticClassID()) {
446 return ((UnicodeString*)instance)->clone();
450 fprintf(stderr, "Cloning a %s calendar with tz=%ld\n", ((Calendar*)instance)->getType(), ((Calendar*)instance)->get(UCAL_ZONE_OFFSET, status2));
452 return ((Calendar*)instance)->clone();
    [all...]
numfmt.cpp 400 // Create a number style NumberFormat instance with the default locale.
409 // Create a number style NumberFormat instance with the inLocale locale.
418 // Create a currency style NumberFormat instance with the default locale.
427 // Create a currency style NumberFormat instance with the inLocale locale.
436 // Create a percent style NumberFormat instance with the default locale.
445 // Create a percent style NumberFormat instance with the inLocale locale.
454 // Create a scientific style NumberFormat instance with the default locale.
463 // Create a scientific style NumberFormat instance with the inLocale locale.
583 virtual UObject* cloneInstance(UObject* instance) const {
584 return ((NumberFormat*)instance)->clone()
    [all...]
  /external/webkit/WebCore/page/
EventHandler.cpp 1691 SVGElementInstance* instance = (*it); local
    [all...]
  /external/bluetooth/glib/gobject/
gobject.c 280 /* reset instance specific fields and methods that don't get inherited */
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 482 __u16 instance; member in struct:file_attribute
  /external/v8/src/
factory.h 175 // overflowing the instance size.
310 // Installs interceptors on the instance. 'desc' is a function template,
311 // and instance is an object instance created by the function of this
314 Handle<JSObject> instance,
factory.cc 255 // Check that we do not overflow the instance size when adding the
261 // If the instance size overflows, we allocate as many properties
616 // Ensure the key is a symbol before writing into the instance descriptor.
844 // Set instance call-as-function information in the map.
    [all...]
api.h 315 // There is a singleton instance of this class to hold the per-thread data.
330 static HandleScopeImplementer* instance();
regexp.js 363 // the value of the expression 'RegExp.multiline = null' (for instance) is the
  /external/webkit/WebKit/win/
WebPreferences.h 408 static void setInstance(WebPreferences* instance, BSTR identifier);
WebFrame.cpp 271 WebFrame* instance = new WebFrame(); local
272 instance->AddRef();
273 return instance;
    [all...]
  /frameworks/base/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 566 class_name instance; \
567 instance.run(); \
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 309 BitmapManager.instance().allowThreadDecoding(mWorkerThread);
315 BitmapManager.instance().cancelThreadDecoding(mWorkerThread, getContentResolver());
  /external/webkit/WebCore/dom/
Node.cpp     [all...]
  /dalvik/vm/jdwp/
JdwpHandler.c 741 * Return the instance of java.lang.ClassLoader that loaded the specified
896 LOGV("Creating instance of %s\n", dvmDbgGetClassDescriptor(classId));
1055 * Invoke an instance method. The invocation must occur in the specified
1716 ObjectId instance = dvmReadObjectId(&buf); local
    [all...]
  /external/gtest/src/
gtest.cc 3241 static UnitTest* const instance = new UnitTest; local
    [all...]
  /external/stlport/
configure.bat 168 echo Use this option to add any compilation flag to the build system. For instance
172 echo If you have several options use several --extra-cxxflag options. For instance
  /external/webkit/WebCore/bindings/v8/
V8NPObject.cpp 76 npObject = v8ObjectToNPObject(scriptInstance->instance());
374 // If we were unable to allocate the instance, we avoid wrapping and registering the NP object.
  /external/webkit/WebKitTools/QtLauncher/
main.cpp 489 fileMenu->addAction("Quit", QApplication::instance(), SLOT(closeAllWindows()), QKeySequence(Qt::CTRL | Qt::Key_Q));
  /frameworks/base/services/java/com/android/server/am/
HistoryRecord.java 250 AttributeCache.Entry ent = AttributeCache.instance().get(packageName,
  /external/guava/src/com/google/common/primitives/
generate.sh 296 * different types), use a shared {@link java.nio.ByteBuffer} instance, or use
398 return LexicographicalComparator.INSTANCE;
402 INSTANCE;
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 616 mCameraDevice = CameraHolder.instance().open();
647 CameraHolder.instance().release();
    [all...]
Camera.java 287 // TODO: Utilize mMediaProviderClient instance to replace
    [all...]
  /external/dropbear/libtommath/
bn.tex 163 However, there are cases where such a build is not optional. For instance, you want to perform RSA operations. You
171 file. For instance, BN\_MP\_ADD\_C represents the file ``bn\_mp\_add.c''. When a define has been enabled the
195 A trim is a manner of removing functionality from a function that is not required. For instance, to perform
357 are passed on the left and the destination is on the right. For instance,
366 For instance,
548 When an mp\_int is in a state where it won't be changed again\footnote{A Diffie-Hellman modulus for instance.} excess
    [all...]
  /external/v8/test/cctest/
test-api.cc 703 // base_instance is only an instance of base.
709 // derived_instance is an instance of base and derived.
716 // other_instance is an instance of other and its immediate
717 // prototype derived_instance2 is an instance of base and derived.
718 // Note, derived_instance is an instance of base and derived too,
961 // Instance accessor should not be visible on function object or its prototype
5036 Local<ObjectTemplate> instance = t->InstanceTemplate(); local
5144 Local<ObjectTemplate> instance = t->InstanceTemplate(); local
5555 Local<v8::Object> instance = t->GetFunction()->NewInstance(); local
6839 Local<v8::Object> instance = child_templ->GetFunction()->NewInstance(); local
6900 Local<v8::Object> instance = templ->GetFunction()->NewInstance(); local
7601 Local<v8::Object> instance = templ->NewInstance(); local
    [all...]

Completed in 2628 milliseconds

<<1112131415161718