HomeSort by relevance Sort by last modified time
    Searched refs:instance (Results 426 - 450 of 470) sorted by null

<<111213141516171819

  /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;
  /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...]
  /external/webkit/WebKit/win/
WebFrame.cpp 271 WebFrame* instance = new WebFrame(); local
272 instance->AddRef();
273 return instance;
    [all...]
WebView.cpp 383 WebView* instance = new WebView(); local
384 instance->AddRef();
385 return instance;
    [all...]
  /external/v8/src/
regexp.js 363 // the value of the expression 'RegExp.multiline = null' (for instance) is the
runtime.js 356 // instance of F, and non-zero if not. This makes it possible to avoid
ast.h 245 static ValidLeftHandSideSentinel* instance() { return &instance_; } function in class:v8::internal::ValidLeftHandSideSentinel
    [all...]
messages.js 880 // However, it can't be an instance of the Error object because
parser.cc 816 return ValidLeftHandSideSentinel::instance();
    [all...]
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/guava/src/com/google/common/collect/
MapMaker.java 85 * instance retrieved from the map's {@linkplain Map#entrySet() entry set}
107 * Constructs a new {@code MapMaker} instance with default settings,
280 * does not alter the state of this {@code MapMaker} instance, so it can be
331 * <p>This method does not alter the state of this {@code MapMaker} instance,
508 ExpirationTimer.instance.schedule(
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 3422 static UnitTest* const instance = new UnitTest; local
    [all...]
  /external/stlport/src/
allocators.cpp 186 * the unicity of the node allocator instance. Without that guaranty node
814 static void _S_destructor(void *instance);
    [all...]
  /frameworks/base/core/java/android/provider/
MediaStore.java 338 MiniThumbFile thumbFile = MiniThumbFile.instance(baseUri);
742 * @return A Bitmap instance. It could be null if the original image
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 186 * the unicity of the node allocator instance. Without that guaranty node
814 static void _S_destructor(void *instance);
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
CropImage.java 526 BitmapManager.instance().cancelThreadDecoding(mDecodingThreads);
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 179 unlike libraries like OpenSSL is not tied to direct routines. For instance, in OpenSSL there are CBC block
    [all...]
  /external/libpng/
CHANGES 590 Added a test for up->location != 0 in the first instance of writing
    [all...]
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp 572 qConvDebug() << "found instance, with object:" << (void*) qtinst->getObject();
596 qConvDebug() << "found instance, with object:" << (void*) qtinst->getObject();
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp.py 584 clean_lines: A CleansedLines instance containing the file.
737 clean_lines: A CleansedLines instance containing the file.
789 clean_lines: A CleansedLines instance containing the file.
822 clean_lines: A CleansedLines instance containing the file.
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/webkit/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js     [all...]
  /external/v8/benchmarks/
deltablue.js 149 * a strength instance variable; concrete subclasses provide a means

Completed in 1230 milliseconds

<<111213141516171819