HomeSort by relevance Sort by last modified time
    Searched defs:construct (Results 1 - 25 of 44) sorted by null

1 2

  /external/webkit/JavaScriptCore/runtime/
ConstructData.cpp 33 JSObject* construct(ExecState* exec, JSValue object, ConstructType constructType, const ConstructData& constructData, const ArgList& args) function in namespace:JSC
39 return asFunction(object)->construct(exec, args);
NativeErrorConstructor.cpp 43 ErrorInstance* NativeErrorConstructor::construct(ExecState* exec, const ArgList& args) function in class:JSC::NativeErrorConstructor
53 return static_cast<NativeErrorConstructor*>(constructor)->construct(exec, args);
64 return static_cast<NativeErrorConstructor*>(constructor)->construct(exec, args);
JSFunction.cpp 242 // ECMA 13.2.2 [[Construct]]
252 JSObject* JSFunction::construct(ExecState* exec, const ArgList& args) function in class:JSC::JSFunction
  /external/webkit/WebCore/bindings/js/
JSMessageChannelConstructor.cpp 53 constructData.native.function = construct;
57 JSObject* JSMessageChannelConstructor::construct(ExecState* exec, JSObject* constructor, const ArgList&) function in class:WebCore::JSMessageChannelConstructor
JSWebGLArrayBufferConstructor.h 40 PassRefPtr<WebGLArray> construct(JSC::ExecState* exec, const JSC::ArgList& args) function in namespace:WebCore
ScriptFunctionCall.cpp 167 ScriptObject ScriptFunctionCall::construct(bool& hadException, bool reportExceptions) function in class:WebCore::ScriptFunctionCall
187 JSValue result = JSC::construct(m_exec, constructor, constructType, constructData, m_arguments);
  /external/webkit/WebCore/bindings/v8/
ScriptFunctionCall.cpp 155 ScriptObject ScriptFunctionCall::construct(bool& hadException, bool reportExceptions) function in class:WebCore::ScriptFunctionCall
  /frameworks/base/tests/CoreTests/android/core/
URITest.java 29 construct("http://www.google.com/this/is-the/path?query#fragment",
33 private static void construct(String str, String host, String path, boolean absolute) method in class:URITest
  /external/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
_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
  /ndk/sources/android/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
_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/unit/
mvctor_declaration_test.cpp 108 void construct(pointer, const_reference) {} function in class:std::allocator
stack_allocator.h 138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } function in struct:StackAllocator
  /ndk/sources/android/stlport/test/unit/
mvctor_declaration_test.cpp 108 void construct(pointer, const_reference) {} function in class:std::allocator
  /external/chromium/third_party/icu/source/i18n/
simpletz.cpp 92 construct(rawOffsetGMT,
111 construct(rawOffsetGMT,
132 construct(rawOffsetGMT,
143 void SimpleTimeZone::construct(int32_t rawOffsetGMT, function in class:SimpleTimeZone
    [all...]
tblcoll.cpp 92 construct(rules,
102 construct(rules,
113 construct(rules,
124 construct(rules,
155 RuleBasedCollator::construct(const UnicodeString& rules, function in class:RuleBasedCollator
287 * which will construct a collator that's functionally identical to this one.
  /external/chromium/third_party/icu/source/test/intltest/
fldset.cpp 20 construct((UDebugEnumType)-1, fieldCount);
24 construct(field, udbg_enumCount(field));
35 void FieldsSet::construct(UDebugEnumType field, int32_t fieldCount) { function in class:FieldsSet
  /external/icu4c/i18n/
simpletz.cpp 92 construct(rawOffsetGMT,
111 construct(rawOffsetGMT,
132 construct(rawOffsetGMT,
143 void SimpleTimeZone::construct(int32_t rawOffsetGMT, function in class:SimpleTimeZone
    [all...]
tblcoll.cpp 92 construct(rules,
102 construct(rules,
113 construct(rules,
124 construct(rules,
155 RuleBasedCollator::construct(const UnicodeString& rules, function in class:RuleBasedCollator
287 * which will construct a collator that's functionally identical to this one.
  /external/icu4c/test/intltest/
fldset.cpp 20 construct((UDebugEnumType)-1, fieldCount);
24 construct(field, udbg_enumCount(field));
35 void FieldsSet::construct(UDebugEnumType field, int32_t fieldCount) { function in class:FieldsSet
  /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/webkit/JavaScriptCore/API/
JSCallbackObjectFunctions.h 302 constructData.native.function = construct;
310 JSObject* JSCallbackObject<Base>::construct(ExecState* exec, JSObject* constructor, const ArgList& args) function in class:JSC::JSCallbackObject
  /external/webkit/WebKit/chromium/src/
WebBindings.cpp 65 bool WebBindings::construct(NPP npp, NPObject *npobj, const NPVariant *args, uint32_t argCount, NPVariant* result) function in class:WebKit::WebBindings
  /external/zlib/contrib/blast/
blast.c 173 * Huffman code for n symbols, construct the tables required to decode those
185 local int construct(struct huffman *h, const unsigned char *rep, int n) function
311 construct(&litcode, litlen, sizeof(litlen));
312 construct(&lencode, lenlen, sizeof(lenlen));
313 construct(&distcode, distlen, sizeof(distlen));

Completed in 1926 milliseconds

1 2