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

<<51525354555657585960>>

  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
tst_qscriptengine.cpp 117 // QCOMPARE(fun.construct().isObject(), true);
164 // QCOMPARE(fun.construct().isObject(), true);
  /external/webkit/Source/WebCore/bindings/v8/
NPV8Object.cpp 551 if (NP_CLASS_STRUCT_VERSION_HAS_CTOR(npObject->_class) && npObject->_class->construct)
552 return npObject->_class->construct(npObject, arguments, argumentCount, result);
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 491 browserFuncs.construct = (NPN_ConstructProcPtr)tVectorForFunctionPointer((FunctionPointer)_NPN_Construct);
604 browserFuncs.construct = _NPN_Construct;
  /external/webkit/Tools/android/flex-2.5.4a/
main.c 1164 fprintf( f, _( "\t\t-Ce construct equivalence classes\n" ) );
1169 fprintf( f, _( "\t\t-Cm construct meta-equivalence classes\n" ) );
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 702 wpa_printf(MSG_DEBUG, "dbus: %s: Failed to construct signal",
738 wpa_printf(MSG_DEBUG, "dbus: %s: Failed to construct signal",
  /frameworks/base/core/java/android/animation/
ObjectAnimator.java 296 * android.util.Property} objects used to construct the PropertyValuesHolder objects or (if the
403 * value makes it easier to compose statements together that construct and then set the
  /frameworks/base/core/java/android/app/
SearchableInfo.java 305 * construct the object.
398 * construct the object.
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 138 * Construct a BluetoothSocket.
205 * Construct a BluetoothSocket from address. Used by native code.
  /frameworks/base/location/java/android/location/
Location.java 107 * Construct a new Location with a named provider.
119 * Construct a new Location object that is copied from an existing one.
  /frameworks/wilhelm/src/itf/
IObject.c 755 // initialized in construct:
814 // construct earlier reserved a pending slot, but did not choose the actual slot number
  /ndk/sources/host-tools/make-3.81/
rule.c 184 /* Construct the target name. */
202 /* Construct the dependency name. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
slist 328 get_allocator().construct(&__node->_M_data, __x);
345 get_allocator().construct(&__node->_M_data, value_type());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 1057 construct(pointer __p, const_reference __data) function in class:bitmap_allocator
1063 construct(pointer __p, _Args&&... __args) function in class:bitmap_allocator
slist 330 get_allocator().construct(&__node->_M_data, __x);
347 get_allocator().construct(&__node->_M_data, value_type());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 1057 construct(pointer __p, const_reference __data) function in class:bitmap_allocator
1063 construct(pointer __p, _Args&&... __args) function in class:bitmap_allocator
slist 330 get_allocator().construct(&__node->_M_data, __x);
347 get_allocator().construct(&__node->_M_data, value_type());
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
slist 328 get_allocator().construct(&__node->_M_data, __x);
345 get_allocator().construct(&__node->_M_data, value_type());
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
slist 328 get_allocator().construct(&__node->_M_data, __x);
345 get_allocator().construct(&__node->_M_data, value_type());
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
slist 328 get_allocator().construct(&__node->_M_data, __x);
345 get_allocator().construct(&__node->_M_data, value_type());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
slist 328 get_allocator().construct(&__node->_M_data, __x);
345 get_allocator().construct(&__node->_M_data, value_type());
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Channel.java 71 * Construct message from an array.
84 * Construct message from a ByteBuffer.
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 56 * Construct an instance of XSLTAttributeDef.
78 * Construct an instance of XSLTAttributeDef.
103 * Construct an instance of XSLTAttributeDef that uses two
134 * Construct an instance of XSLTAttributeDef that uses three
168 * Construct an instance of XSLTAttributeDef that uses three
    [all...]
  /external/tinyxml/
tinyxml.h 699 /// Construct an empty attribute.
717 /// Construct an attribute with a name and value.
847 /// Construct an element.
    [all...]
  /external/bison/doc/
bison.info     [all...]
bison.texinfo 568 A formal grammar is a mathematical construct. To define the language
662 of the whole construct from the semantic values of its parts. For example,
    [all...]

Completed in 1072 milliseconds

<<51525354555657585960>>