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

<<41424344454647484950>>

  /external/skia/src/ports/
SkFontHost_linux.cpp 47 void construct(const char name[], FamilyRec* family) function in struct:NameFamilyPair
204 list->construct(name, family);
SkFontHost_simple.cpp 47 void construct(const char name[], FamilyRec* family) { function in struct:NameFamilyPair
202 list->construct(name, family);
  /external/tinyxml/docs/
classTiXmlAttribute.html 24 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Construct an empty attribute. <br></td></tr>
32 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Construct an attribute with a name and value. <br></td></tr>
  /external/v8/src/
deoptimizer.h 736 // Check if this frame is preceded by construct stub frame. The bottom-most
737 // inlined frame might still be called by an uninlined construct stub.
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackObjectFunctions.h 300 constructData.native.function = construct;
308 EncodedJSValue JSCallbackObject<Base>::construct(ExecState* exec) function in class:JSC::JSCallbackObject
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h 74 // Used to construct static strings, which have an special refCount that can never hit zero.
123 // Used to construct new strings sharing an existing SharedUChar (BufferShared)
  /external/webkit/Source/WebCore/bindings/v8/
V8NPObject.cpp 122 if (npObject->_class->construct)
123 retval = npObject->_class->construct(npObject, npArgs.get(), numArgs, &result);
  /frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java 92 * Construct a new SurfaceTexture to stream images to a given OpenGL texture.
101 * Construct a new SurfaceTexture to stream images to a given OpenGL texture.
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 195 // Construct Notification
232 // Construct the intent for bringing up the dialog activity, which shows the
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java 193 * This method takes into account the state of this class; we construct the CallerInfo
347 // Construct the URI object and query params, and start the query.
  /frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
MediaPlayerProxyTestCase.java 51 * {@link #createTestMediaPlayer()} method to construct the player you would like to test. Every
52 * test will construct the player in {@link #setUp()} and release it in {@link #tearDown()}.
  /libcore/luni/src/main/java/org/xml/sax/helpers/
AttributesImpl.java 32 * <li>to construct or modify an Attributes object in a SAX2 driver or filter.</li>
57 * Construct a new, empty AttributesImpl object.
XMLFilterImpl.java 64 * Construct an empty XML filter, with no parent.
81 * Construct an XML filter with the specified parent.
  /ndk/sources/host-tools/make-3.81/
expand.c 477 First recursively construct the variable value from its appended parts in
524 /* Construct the appended variable value. */
  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 99 * Construct a new Switch with default styling, overriding specific style
110 * Construct a new Switch with a default style determined by the given theme attribute,
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogFragment.java 440 // If "number" is really a SIP address, construct a sip: URI.
446 // Construct a tel: URI, but do some other possible cleanup first.
  /packages/apps/Contacts/src/com/android/contacts/list/
PhoneFavoriteFragment.java 273 // Construct two base adapters which will become part of PhoneFavoriteMergedAdapter.
274 // We don't construct the resultant adapter at this moment since it requires LayoutInflater
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-as.1 246 [\fB\-construct\-floats\fR] [\fB\-no\-construct\-floats\fR]
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-as.1 246 [\fB\-construct\-floats\fR] [\fB\-no\-construct\-floats\fR]
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-as.1 246 [\fB\-construct\-floats\fR] [\fB\-no\-construct\-floats\fR]
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-as.1 246 [\fB\-construct\-floats\fR] [\fB\-no\-construct\-floats\fR]
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_heap.h 364 * @brief Construct a heap over a range.
402 * @brief Construct a heap over a range using comparison functor.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_heap.h 366 * @brief Construct a heap over a range.
404 * @brief Construct a heap over a range using comparison functor.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_heap.h 366 * @brief Construct a heap over a range.
404 * @brief Construct a heap over a range using comparison functor.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 364 * @brief Construct a heap over a range.
402 * @brief Construct a heap over a range using comparison functor.

Completed in 764 milliseconds

<<41424344454647484950>>