Home
last modified time | relevance | path

Searched defs:construct (Results 1 – 25 of 35) sorted by relevance

12

/external/v8/test/mjsunit/harmony/
Dproxies-hash.js33 function TestWithProxies(test, construct, handler) { argument
43 function TestSet(construct, fix) { argument
47 function TestSet2(construct, fix, create) { argument
80 function TestMap(construct, fix) { argument
84 function TestMap2(construct, fix, create) { argument
/external/v8/test/mjsunit/compiler/
Dalloc-object.js34 function test_helper(construct, a, b) { argument
38 function test(construct) { argument
50 construct.prototype = { z:6 }; class
59 function finalize_slack_tracking(construct) { argument
Ddivision-by-constant.js104 function TestDivisionLike(ref, construct, values, divisor) { argument
122 function Test(ref, construct) { argument
/external/libcxx/test/support/
Dtest_allocator.h81 void construct(pointer p, const T& val) in construct() function
84 void construct(pointer p, T&& val) in construct() function
141 void construct(pointer p, const T& val) in construct() function
144 void construct(pointer p, T&& val) in construct() function
Dallocators.h146 void construct(U* p, Args&& ...args) in construct() function
/external/v8/test/webkit/
Dpolymorphic-construct.js40 function construct(what) { function
/external/llvm/include/llvm/ADT/
DStatistic.h47 void construct(const char *name, const char *desc) { in construct() function
/external/libcxx/test/std/thread/futures/
Dtest_allocator.h75 void construct(pointer p, const T& val) in construct() function
78 void construct(pointer p, T&& val) in construct() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp78 void DWARFDebugAranges::construct() { in construct() function in DWARFDebugAranges
/external/v8/src/
Dzone-allocator.h48 void construct(pointer p, const T& val) { in construct() function
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
Dconstruct.pass.cpp41 void construct(U* p, Args&& ...args) in construct() function
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
DOctree.java120 public void construct(){ in construct() method in Octree
/external/guava/guava/src/com/google/common/collect/
DImmutableSet.java178 private static <E> ImmutableSet<E> construct(int n, Object... elements) { in construct() method in ImmutableSet
DImmutableList.java302 private static <E> ImmutableList<E> construct(Object... elements) { in construct() method in ImmutableList
DImmutableSortedSet.java421 static <E> ImmutableSortedSet<E> construct( in construct() method in ImmutableSortedSet
/external/v8/test/mjsunit/
Dobject-literal.js183 function construct() { this.constructed = true; } function
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
Dapiviewer.js175 ….members||V.extend){qx.Bootstrap.setDisplayNames(V.members,name+b);bb=V.construct||new Function;if… method
/external/zlib/src/contrib/blast/
Dblast.c187 local int construct(struct huffman *h, const unsigned char *rep, int n) in construct() function
/external/deqp/framework/common/
DtcuFloat.hpp205 Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::construct in construct() function in tcu::Float
/external/skia/gm/
Dgradients_no_texture.cpp135 void construct(const SkColor colors[], const SkScalar pos[], int count) { in construct() function
/external/zlib/src/contrib/puff/
Dpuff.c340 local int construct(struct huffman *h, const short *length, int n) in construct() function
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
DBIHTree.java136 public void construct() { in construct() method in BIHTree
/external/icu/icu4c/source/test/intltest/
Dfldset.cpp35 void FieldsSet::construct(UDebugEnumType field, int32_t fieldCount) { in construct() function in FieldsSet
/external/v8/src/compiler/
Djs-generic-lowering.cc374 Node* construct = NodeProperties::GetValueInput(node, 0); in LowerJSCallConstruct() local
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp886 PathDiagnosticCallPiece::construct(const ExplodedNode *N, in construct() function in PathDiagnosticCallPiece
897 PathDiagnosticCallPiece::construct(PathPieces &path, in construct() function in PathDiagnosticCallPiece

12