HomeSort by relevance Sort by last modified time
    Searched full:construct (Results 201 - 225 of 2991) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/openfst/src/include/fst/script/
replace.h 37 // Now that we know the arc type, we construct a vector of
  /external/proguard/src/proguard/classfile/visitor/
ClassForNameClassVisitor.java 63 // Visit the referenced class from the Class.forName construct, if any.
  /external/qemu/distrib/jpeg-6b/
ansi2knr.1 23 - Any other construct that starts at the left margin and follows the
  /external/webkit/Source/JavaScriptCore/runtime/
ConstructData.cpp 36 JSObject* construct(ExecState* exec, JSValue constructorObject, ConstructType constructType, const ConstructData& constructData, const ArgList& args) function in namespace:JSC
ConstructData.h 60 JSObject* construct(ExecState*, JSValue constructor, ConstructType, const ConstructData&, const ArgList&);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.3.1.js 32 It has the internal [[Call]] and [[Construct]]
15.6.3.js 29 It has the internal [[Call]] and [[Construct]]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1-1-n.js 27 The global object does not have a [[Construct]] property; it is not
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Number/
15.7.3.js 29 [[Call]] and [[Construct]] properties, and the length
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebKitPluginHostTypes.h 48 Construct
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPObjectMessageReceiver.messages.in 35 Construct(Vector<WebKit::NPVariantData> argumentsData) -> (bool returnValue, WebKit::NPVariantData resultData)
NPObjectProxy.cpp 244 bool NPObjectProxy::construct(const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) function in class:WebKit::NPObjectProxy
256 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::Construct(argumentsData), Messages::NPObjectMessageReceiver::Construct::Reply(returnValue, resultData), m_npObjectID))
342 return toNPObjectProxy(npObject)->construct(arguments, argumentCount, result);
  /frameworks/base/core/java/android/app/backup/
AbsoluteFileBackupHelper.java 39 * Construct a helper for backing up / restoring the files at the given absolute locations
  /frameworks/base/media/java/android/drm/mobile1/
DrmConstraintInfo.java 46 * Construct the DrmConstraint.
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
Chunk.java 53 * Construct from a ByteBuffer. The chunk is assumed to start at
  /libcore/luni/src/main/java/java/lang/reflect/
TypeVariable.java 46 * Returns the language construct that declares this type variable.
  /ndk/sources/host-tools/make-3.81/
ansi2knr.1 23 - Any other construct that starts at the left margin and follows the
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-B 6 Construct a simple makefile that builds a target.
  /packages/apps/Email/src/org/apache/commons/io/comparator/
ReverseComparator.java 34 * Construct an instance with the sepecified delegate {@link Comparator}.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ControlPoint.java 49 * @param event The mouse event to construct the {@link ControlPoint}
65 * @param event The menu detect event to construct the {@link ControlPoint} from.
82 * @param event The mouse event to construct the {@link ControlPoint}
97 * @param event The mouse event to construct the {@link ControlPoint}
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/core/emulationui/
EmuViewerLeafNode.java 30 * A class should construct an instance of this class whenever it wishes
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/internal/devicelayoutspecification/
ObjectFactory.java 26 * construct new instances of the Java representation
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectInputStream2Test.java 76 assertTrue("should construct super", A.list.contains(b));
77 assertFalse("should not construct self", B.list.contains(b));
96 // construct a string whose length > 64K
  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.h 92 // Construct a GoogleServiceAuthError from a State with no additional data.
95 // Construct a GoogleServiceAuthError from a network error.
99 // Construct a CAPTCHA_REQUIRED error with CAPTCHA challenge data.
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 10 // Provides a way to construct an ASTConsumer that runs given matchers
13 // The general idea is to construct a matcher expression that describes a
19 // the match or construct changes that can be applied to the code.

Completed in 1087 milliseconds

1 2 3 4 5 6 7 891011>>