/external/apache-xml/src/main/java/org/apache/xpath/ |
ExpressionNode.java | 26 * A class that implements this interface can construct expressions,
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XBooleanStatic.java | 37 * Construct a XBooleanStatic object.
|
/external/bison/data/ |
location.cc | 42 /// Construct a position. 173 /// Construct a location from \a b to \a e. 180 /// Construct a 0-width location in \a p. 187 /// Construct a 0-width location in \a f, \a l, \a c.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
GeneralNames.java | 44 * Construct a GeneralNames object containing one GeneralName.
|
/external/chromium/chrome/browser/tab_contents/ |
web_drag_source_win.h | 44 // Cannot construct thusly.
|
/external/chromium/net/http/ |
http_network_layer.h | 36 // Construct a HttpNetworkLayer with an existing HttpNetworkSession which
|
/external/chromium/webkit/glue/ |
webdropdata.h | 25 // Construct from a WebDragData object.
|
/external/eigen/unsupported/doc/examples/ |
BVH_Example.cpp | 47 KdBVH<double, 2, Vector2d> redTree(redPoints.begin(), redPoints.end()), blueTree(bluePoints.begin(), bluePoints.end()); //construct the trees
|
/external/icu4c/i18n/ |
funcrepl.h | 51 * Construct a replacer that takes the output of the given
|
/external/icu4c/test/intltest/ |
tokiter.h | 29 * Construct an iterator over the tokens returned by the given
|
/external/jpeg/ |
ansi2knr.1 | 23 - Any other construct that starts at the left margin and follows the
|
/external/libsepol/src/ |
policydb_convert.c | 8 /* Construct a policydb from the supplied (data, len) pair */
|
/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/skia/include/gpu/ |
GrColor.h | 56 * Since premultiplied means that alpha >= color, we construct a color with
|
GrEffectUnitTest.h | 70 * dummyTextures[] are valid textures that can optionally be used to construct GrTextureAccesses.
|
/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)
|