Searched refs:Construct (Results 1 - 25 of 33) sorted by relevance

12

/external/v8/test/mjsunit/
H A Dnew.js28 function Construct(x) { return x; } function
30 assertFalse(null == new Construct(null));
31 assertFalse(void 0 == new Construct(void 0));
32 assertFalse(0 == new Construct(0));
33 assertFalse(1 == new Construct(1));
34 assertFalse(4.2 == new Construct(4.2));
35 assertFalse('foo' == new Construct('foo'));
36 assertFalse(true == new Construct(true));
39 assertTrue(x === new Construct(x));
40 assertFalse(x === new Construct(nul
[all...]
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DWebKitPluginHostTypes.h48 Construct enumerator in enum:InvokeType
H A DProxyInstance.mm265 return invoke(exec, Construct, 0, args);
/external/webrtc/src/system_wrappers/source/
H A Dcondition_variable_posix.h32 int Construct();
H A Devent_posix.h44 int Construct();
H A Dthread_posix.h42 int Construct();
H A Dcondition_variable_posix.cc32 const int error = ptr->Construct();
46 int ConditionVariablePosix::Construct() function in class:webrtc::ConditionVariablePosix
H A Devent_posix.cc33 const int error = ptr->Construct();
53 int EventPosix::Construct() function in class:webrtc::EventPosix
H A Dthread_posix.cc57 const int error = ptr->Construct();
86 int ThreadPosix::Construct() function in class:webrtc::ThreadPosix
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbuffer.h42 Construct(NULL, 0, 0);
45 Construct(data, length, length);
48 Construct(data, length, capacity);
51 Construct(buf.data(), buf.length(), buf.length());
62 Construct(buf.data(), buf.length(), buf.length());
103 Construct(NULL, 0, 0);
107 void Construct(const void* data, size_t length, size_t capacity) { function in class:talk_base::Buffer
/external/openfst/src/include/fst/script/
H A Dshortest-distance.h60 static Queue *Construct(const Fst<Arc> &, function in struct:fst::script::QueueConstructor
71 static AutoQueue<typename Arc::StateId> *Construct( function in struct:fst::script::QueueConstructor
84 *Construct(const Fst<Arc> &fst, function in struct:fst::script::QueueConstructor
94 static TopOrderQueue<typename Arc::StateId> *Construct( function in struct:fst::script::QueueConstructor
111 QueueConstructor<Queue, Arc, AnyArcFilter<Arc> >::Construct(
121 QueueConstructor<Queue, Arc, AnyArcFilter<Arc> >::Construct(
132 QueueConstructor<Queue, Arc, InputEpsilonArcFilter<Arc> >::Construct(
144 OutputEpsilonArcFilter<Arc> >::Construct(
H A Dshortest-path.h73 ArcFilter>::Construct(ifst, &weights);
85 ArcFilter>::Construct(ifst, &weights);
97 ArcFilter >::Construct(ifst, &weights);
109 ArcFilter>::Construct(ifst, &weights);
121 ArcFilter>::Construct(ifst, &weights);
133 ArcFilter>::Construct(ifst, &weights);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstunrequest.h85 void Construct();
H A Dstunrequest.cc61 request->Construct();
150 void StunRequest::Construct() { function in class:cricket::StunRequest
/external/v8/src/
H A Dlazy-instance.h61 // static void Construct(MyClass* allocated_ptr) {
128 ConstructTrait::Construct(MutableInstance(storage));
153 static void Construct(T* allocated_ptr) { function in struct:v8::internal::DefaultConstructTrait
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dchannelmanager.h164 void Construct();
H A Dmediasessionclient.h141 void Construct();
H A Dchannelmanager.cc144 Construct();
160 Construct();
163 void ChannelManager::Construct() { function in class:cricket::ChannelManager
H A Dmediasessionclient.cc59 Construct();
69 Construct();
73 void MediaSessionClient::Construct() { function in class:cricket::MediaSessionClient
/external/compiler-rt/make/
H A Dlib_platforms.mk20 # Construct the variable key for this directory.
H A Dsubdir.mk34 # Construct the variable key for this directory.
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPObjectProxy.cpp256 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::Construct(argumentsData), Messages::NPObjectMessageReceiver::Construct::Reply(returnValue, resultData), m_npObjectID))
/external/clang/lib/AST/
H A DDeclPrinter.cpp521 } else if (CXXConstructExpr *Construct
523 Args = Construct->getArgs();
524 NumArgs = Construct->getNumArgs();
625 if (CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init))
627 Construct->getNumArgs() == 0 && !Construct->isListInitialization();
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
H A DSDL_epocvideo.cpp198 User::LeaveIfError(Private->EPOC_WsScreen->Construct());
202 User::LeaveIfError(Private->EPOC_WsWindowGroup.Construct(WindowClientHandle));
217 User::LeaveIfError(Private->EPOC_WsWindow.Construct(Private->EPOC_WsWindowGroup,WindowClientHandle));
247 /* Construct Epoc window */
/external/llvm/lib/Support/Windows/
H A DPathV2.inc696 // Construct the current directory entry.

Completed in 355 milliseconds

12