Searched defs:construct (Results 1 - 25 of 43) sorted by relevance

12

/external/v8/test/mjsunit/compiler/
H A Dalloc-object.js28 // Flags: --allow-natives-syntax --expose-gc --inline-construct
34 function test_helper(construct, a, b) {
35 return new construct(a, b);
38 function test(construct) {
40 test_helper(construct, 0, 0);
41 test_helper(construct, 0, 0);
44 var o = test_helper(construct, 1, 2);
50 construct.prototype = { z:6 };
51 var o = test_helper(construct, 4, 5);
59 function finalize_slack_tracking(construct) {
48 construct.prototype = { z:6 }; class
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DConstructData.cpp36 JSObject* construct(ExecState* exec, JSValue constructorObject, ConstructType constructType, const ConstructData& constructData, const ArgList& args) function in namespace:JSC
/external/webkit/Source/WebCore/bindings/js/
H A DScriptFunctionCall.cpp162 ScriptObject ScriptFunctionCall::construct(bool& hadException, bool reportExceptions) function in class:WebCore::ScriptFunctionCall
182 JSValue result = JSC::construct(m_exec, constructor, constructType, constructData, m_arguments);
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptFunctionCall.cpp148 ScriptObject ScriptFunctionCall::construct(bool& hadException, bool reportExceptions) function in class:WebCore::ScriptFunctionCall
/external/v8/test/mjsunit/
H A Dobject-literal.js183 function construct() { this.constructed = true; }
184 var v = eval("({" + keyword + ": construct})");
186 assertTrue(vo instanceof construct);
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DOctree.java120 public void construct(){ method in class:Octree
/external/llvm/include/llvm/ADT/
H A DStatistic.h46 /// construct - This should only be called for non-global statistics.
47 void construct(const char *name, const char *desc) { function in class:llvm::Statistic
/external/stlport/stlport/stl/
H A D_construct.h274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
H A D_pthread_alloc.h158 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/unit/
H A Dmvctor_declaration_test.cpp108 void construct(pointer, const_reference) {} function in class:std::allocator
H A Dstack_allocator.h138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } function in struct:StackAllocator
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPObjectMessageReceiver.cpp205 void NPObjectMessageReceiver::construct(const Vector<NPVariantData>& argumentsData, bool& returnValue, NPVariantData& resultData) function in class:WebKit::NPObjectMessageReceiver
207 if (!NP_CLASS_STRUCT_VERSION_HAS_CTOR(m_npObject->_class) || !m_npObject->_class->construct) {
219 returnValue = m_npObject->_class->construct(m_npObject, arguments.data(), arguments.size(), &result);
H A DNPObjectProxy.cpp244 bool NPObjectProxy::construct(const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) function in class:WebKit::NPObjectProxy
342 return toNPObjectProxy(npObject)->construct(arguments, argumentCount, result);
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSet.java99 return construct(e1, e2);
110 return construct(e1, e2, e3);
121 return construct(e1, e2, e3, e4);
132 return construct(e1, e2, e3, e4, e5);
156 return construct(elements);
160 private static <E> ImmutableSet<E> construct(Object... elements) { method in class:ImmutableSet
204 return construct(uniqueElements);
249 return construct(elements.clone());
345 return construct(elements);
H A DImmutableList.java89 return construct(e1, e2);
98 return construct(e1, e2, e3);
107 return construct(e1, e2, e3, e4);
116 return construct(e1, e2, e3, e4, e5);
125 return construct(e1, e2, e3, e4, e5, e6);
135 return construct(e1, e2, e3, e4, e5, e6, e7);
145 return construct(e1, e2, e3, e4, e5, e6, e7, e8);
155 return construct(e1, e2, e3, e4, e5, e6, e7, e8, e9);
165 return construct(e1, e2, e3, e4, e5, e6, e7, e8, e9, e10);
175 return construct(e
294 private static <E> ImmutableList<E> construct(Object... elements) { method in class:ImmutableList
[all...]
/external/icu4c/test/intltest/
H A Dfldset.cpp20 construct((UDebugEnumType)-1, fieldCount);
24 construct(field, udbg_enumCount(field));
35 void FieldsSet::construct(UDebugEnumType field, int32_t fieldCount) { function in class:FieldsSet
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
H A DBIHTree.java136 public void construct() { method in class:BIHTree
/external/stlport/test/eh/
H A DPrefix.h156 void construct(pointer __p, const _Tp& __val) const { stlport::construct(__p, __val); } function in class:EH_allocator
/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackObjectFunctions.h300 constructData.native.function = construct;
308 EncodedJSValue JSCallbackObject<Base>::construct(ExecState* exec) function in class:JSC::JSCallbackObject
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNPJSObject.cpp253 bool NPJSObject::construct(const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) function in class:WebKit::NPJSObject
272 JSValue value = JSC::construct(exec, m_jsObject.get(), constructType, constructData, argumentList);
381 return toNPJSObject(npObject)->construct(arguments, argumentCount, result);
/external/zlib/src/contrib/puff/
H A Dpuff.c39 * - Simplify offs[] index in construct()
56 * 1.4 31 Mar 2002 - Simplify construct() code set check
309 * Huffman code for n symbols, construct the tables required to decode those
328 * fixed() and is not verified by construct().
339 local int construct(struct huffman *h, const short *length, int n) function
547 /* construct lencode and distcode */
562 construct(&lencode, lengths, FIXLCODES);
567 construct(&distcode, lengths, MAXDCODES);
654 * code length code lengths, three bits each. This is used to construct the
668 int err; /* construct() retur
[all...]
/external/icu4c/i18n/
H A Dtblcoll.cpp94 construct(rules,
104 construct(rules,
115 construct(rules,
126 construct(rules,
157 RuleBasedCollator::construct(const UnicodeString& rules, function in class:RuleBasedCollator
290 * which will construct a collator that's functionally identical to this one.
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DPoolAlloc.h284 void construct(pointer p, const T& val) { new ((void *)p) T(val); } function in class:pool_allocator
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime.h309 NPConstructFunctionPtr construct; member in struct:NPClass
/external/webkit/Source/WebKit/chromium/src/
H A DWebBindings.cpp61 bool WebBindings::construct(NPP npp, NPObject* object, const NPVariant* args, uint32_t argCount, NPVariant* result) function in class:WebKit::WebBindings

Completed in 509 milliseconds

12