Searched defs:Construct (Results 1 - 8 of 8) sorted by relevance

/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/v8/src/
H A Delements-kind.cc69 static void Construct( function in struct:v8::internal::InitializeFastElementsKindSequence
/external/webrtc/src/system_wrappers/source/
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.cc85 const int error = ptr->Construct();
129 int ThreadPosix::Construct() function in class:webrtc::ThreadPosix
/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(
/external/v8/src/base/
H A Dlazy-instance.h38 // static void Construct(MyClass* allocated_ptr) {
108 ConstructTrait::Construct(MutableInstance(storage));
131 static void Construct(T* allocated_ptr) { function in struct:v8::base::DefaultConstructTrait
/external/clang/lib/Sema/
H A DSemaDecl.cpp431 // Construct a type with type-source information.
1491 const CXXConstructExpr *Construct = local
1493 if (Construct && !Construct->isElidable()) {
1494 CXXConstructorDecl *CD = Construct->getConstructor();
12718 // Construct the decl.

Completed in 4213 milliseconds