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

1 2 3 4

  /external/webkit/Source/JavaScriptCore/runtime/
ConstructData.cpp 36 JSObject* construct(ExecState* exec, JSValue constructorObject, ConstructType constructType, const ConstructData& constructData, const ArgList& args) function in namespace:JSC
  /external/webkit/Source/WebCore/bindings/js/
ScriptFunctionCall.cpp 162 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/
ScriptFunctionCall.cpp 148 ScriptObject ScriptFunctionCall::construct(bool& hadException, bool reportExceptions) function in class:WebCore::ScriptFunctionCall
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidURITest.java 26 construct("http://www.google.com/this/is-the/path?query#fragment",
30 private static void construct(String str, String host, String path, boolean absolute) method in class:OldAndroidURITest
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPObjectMessageReceiver.cpp 205 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);
NPObjectProxy.cpp 244 bool NPObjectProxy::construct(const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) function in class:WebKit::NPObjectProxy
256 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::Construct(argumentsData), Messages::NPObjectMessageReceiver::Construct::Reply(returnValue, resultData), m_npObjectID))
342 return toNPObjectProxy(npObject)->construct(arguments, argumentCount, result);
  /external/llvm/include/llvm/ADT/
Statistic.h 45 /// construct - This should only be called for non-global statistics.
46 void construct(const char *name, const char *desc) { function in class:llvm::Statistic
  /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
  /external/v8/test/mjsunit/
object-literal.js 181 function construct() { this.constructed = true; }
182 var v = eval("({" + keyword + ": construct})");
184 assertTrue(vo instanceof construct);
  /ndk/sources/cxx-stl/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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
array_allocator.h 74 // 402. wrong new expression in [some_] allocator::construct
76 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
82 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
extptr_allocator.h 99 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
105 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
malloc_allocator.h 106 // 402. wrong new expression in [some_] allocator::construct
108 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
114 construct(pointer __p, _Args&&... __args) function in class:malloc_allocator
new_allocator.h 102 // 402. wrong new expression in [some_] allocator::construct
104 construct(pointer __p, const _Tp& __val) function in class:new_allocator
110 construct(pointer __p, _Args&&... __args) function in class:new_allocator
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 74 // 402. wrong new expression in [some_] allocator::construct
76 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
82 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
extptr_allocator.h 99 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
105 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
malloc_allocator.h 106 // 402. wrong new expression in [some_] allocator::construct
108 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
114 construct(pointer __p, _Args&&... __args) function in class:malloc_allocator
new_allocator.h 102 // 402. wrong new expression in [some_] allocator::construct
104 construct(pointer __p, const _Tp& __val) function in class:new_allocator
110 construct(pointer __p, _Args&&... __args) function in class:new_allocator
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/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
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 74 // 402. wrong new expression in [some_] allocator::construct
76 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
82 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
extptr_allocator.h 99 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
105 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
malloc_allocator.h 106 // 402. wrong new expression in [some_] allocator::construct
108 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
114 construct(pointer __p, _Args&&... __args) function in class:malloc_allocator
new_allocator.h 102 // 402. wrong new expression in [some_] allocator::construct
104 construct(pointer __p, const _Tp& __val) function in class:new_allocator
110 construct(pointer __p, _Args&&... __args) function in class:new_allocator
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/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
  /external/stlport/test/unit/
mvctor_declaration_test.cpp 108 void construct(pointer, const_reference) {} function in class:std::allocator

Completed in 748 milliseconds

1 2 3 4