/external/webkit/JavaScriptCore/runtime/ |
H A D | 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);
|
H A D | 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);
|
H A D | JSFunction.cpp | 252 JSObject* JSFunction::construct(ExecState* exec, const ArgList& args) function in class:JSC::JSFunction
|
/external/webkit/WebCore/bindings/js/ |
H A D | JSMessageChannelConstructor.cpp | 53 constructData.native.function = construct; 57 JSObject* JSMessageChannelConstructor::construct(ExecState* exec, JSObject* constructor, const ArgList&) function in class:WebCore::JSMessageChannelConstructor
|
H A D | 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);
|
H A D | JSWebGLArrayBufferConstructor.h | 40 PassRefPtr<WebGLArray> construct(JSC::ExecState* exec, const JSC::ArgList& args) function in namespace:WebCore
|
/external/webkit/WebCore/bindings/v8/ |
H A D | ScriptFunctionCall.cpp | 155 ScriptObject ScriptFunctionCall::construct(bool& hadException, bool reportExceptions) function in class:WebCore::ScriptFunctionCall
|
/external/stlport/stlport/stl/ |
H A D | _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
|
H A D | _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
|
H A D | _alloc.h | 331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } function in class:allocator
|
/external/stlport/test/unit/ |
H A D | mvctor_declaration_test.cpp | 108 void construct(pointer, const_reference) {} function in class:std::allocator
|
H A D | stack_allocator.h | 138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } function in struct:StackAllocator
|
/external/chromium/third_party/icu/source/test/intltest/ |
H A D | 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/test/intltest/ |
H A D | 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/ |
H A D | Prefix.h | 156 void construct(pointer __p, const _Tp& __val) const { stlport::construct(__p, __val); } function in class:EH_allocator
|
/external/webkit/JavaScriptCore/API/ |
H A D | 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/chromium/third_party/icu/source/i18n/ |
H A D | 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.
|
H A D | simpletz.cpp | 92 construct(rawOffsetGMT, 111 construct(rawOffsetGMT, 132 construct(rawOffsetGMT, 143 void SimpleTimeZone::construct(int32_t rawOffsetGMT, function in class:SimpleTimeZone
|
/external/icu4c/i18n/ |
H A D | 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.
|
H A D | simpletz.cpp | 92 construct(rawOffsetGMT, 111 construct(rawOffsetGMT, 132 construct(rawOffsetGMT, 143 void SimpleTimeZone::construct(int32_t rawOffsetGMT, function in class:SimpleTimeZone
|
/external/webkit/WebCore/bridge/ |
H A D | npruntime.h | 287 NPConstructFunctionPtr construct; member in struct:NPClass
|
/external/webkit/WebKit/chromium/src/ |
H A D | 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/ |
H A D | 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));
|
/external/zlib/contrib/puff/ |
H A D | puff.c | 39 * - Simplify offs[] index in construct() 56 * 1.4 31 Mar 2002 - Simplify construct() code set check 297 * Huffman code for n symbols, construct the tables required to decode those 316 * fixed() and is not verified by construct(). 327 local int construct(struct huffman *h, short *length, int n) function 537 construct(&lencode, lengths, FIXLCODES); 542 construct(&distcode, lengths, MAXDCODES); 544 /* construct lencode and distcode */ 635 * code length code lengths, three bits each. This is used to construct the 649 int err; /* construct() retur [all...] |
/external/skia/src/ports/ |
H A D | SkFontHost_android.cpp | 55 void construct(const char name[], FamilyRec* family) { function in struct:NameFamilyPair 210 list->construct(name, family);
|