/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
DatagramPacketTest.java | 226 // Now validate we can construct 267 // now validate we can construct
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
TreeSetTest.java | 49 assertTrue("Did not construct correct TreeSet", new TreeSet().isEmpty()); 71 assertTrue("Did not construct correct TreeSet", myTreeSet.isEmpty());
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
IntVector.java | 61 * Construct a IntVector, using the given block size. 74 * Construct a IntVector, using the given block size.
|
ObjectVector.java | 61 * Construct a IntVector, using the given block size. 74 * Construct a IntVector, using the given block size.
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XNumber.java | 41 * Construct a XNodeSet object. 53 * Construct a XNodeSet object.
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store_unittest.cc | 138 // Construct some full hashes which share prefix with another. 201 // Construct some full hashes which share prefix with another.
|
/external/chromium/chrome/common/extensions/ |
url_pattern.h | 117 // Construct an URLPattern with the given set of allowable schemes. See 121 // Convenience to construct a URLPattern from a string. The string is expected
|
/external/clang/include/clang/Basic/ |
Module.h | 158 /// \brief Construct a top-level module. 167 /// \brief Construct a new module or submodule.
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
example-tuple.cpp | 66 // Construct tuple from separate arguments. 71 // Construct tuple from another tuple.
|
/external/grub/netboot/ |
otulip.c | 208 /* construct setup packet which is used by the 21143 to 219 /* construct perfect filter frame */
|
/external/icu4c/i18n/ |
strrepl.cpp | 28 * Construct a StringReplacer that sets the emits the given output 49 * Construct a StringReplacer that sets the emits the given output
|
/external/icu4c/i18n/unicode/ |
bms.h | 113 * Then you construct a <code>BMS</code> object from the <code>UCD</code> object, the pattern 186 * Construct a <code>MBS</code> object.
|
/external/icu4c/layoutex/ |
plruns.cpp | 215 * Construct a <code>LocaleRuns</code> object from pre-existing arrays of locales 232 * Construct an empty <code>LoIDRuns</code> object. Clients can add locale and limit
|
/external/mesa3d/src/glsl/ |
ast.h | 440 /** Construct a type specifier from a type name */ 448 /** Construct a type specifier from a structure definition */
|
/external/oauth/core/src/main/java/net/oauth/ |
OAuthMessage.java | 205 /** Construct a verbose description of this message and its origins. */ 308 * Construct a WWW-Authenticate or Authentication header value, containing
|
/external/opencv/cvaux/src/ |
cvcorrespond.cpp | 290 /* construct rest of horisontal path if its need */ 302 /* construct rest of vertical path if its need */
|
/external/skia/include/utils/ |
SkDeferredCanvas.h | 30 /** Construct a canvas with the specified device to draw into. 36 /** Construct a canvas with the specified device to draw into, and
|
/external/stlport/stlport/stl/ |
_locale.h | 119 // construct/copy/destroy: 217 // construct/copy/destroy:
|
_pthread_alloc.h | 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:pthread_allocator 341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:per_thread_allocator
|
/external/stlport/test/eh/ |
Prefix.h | 156 void construct(pointer __p, const _Tp& __val) const { stlport::construct(__p, __val); } function in class:EH_allocator
|
/external/v8/test/mjsunit/ |
debug-evaluate-locals-optimized-double.js | 28 // Flags: --expose-debug-as debug --expose-gc --allow-natives-syntax --inline-construct 142 // Check for construct call.
|
/external/webkit/Source/JavaScriptCore/runtime/ |
Executable.h | 313 // Returns either call or construct bytecode. This can be appropriate 314 // for answering questions that that don't vary between call and construct --
|
/frameworks/support/v13/java/android/support/v13/app/ |
FragmentTabHost.java | 121 // because the simple Context construct can result in a broken object! 140 // we will construct a standard one here.
|
/frameworks/support/v4/java/android/support/v4/app/ |
FragmentTabHost.java | 129 // because the simple Context construct can result in a broken object! 148 // we will construct a standard one here.
|
/libcore/luni/src/test/java/dalvik/system/ |
DexClassLoaderTest.java | 100 * Helper to construct an instance to test. 127 * Helper to construct an instance to test, using the jar file as
|