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

12

/external/chromium_org/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/chromium_org/ppapi/c/dev/
H A Dppp_class_deprecated.h118 struct PP_Var (*Construct)(void* object, member in struct:PPP_Class_Deprecated
H A Dppb_var_deprecated.h192 struct PP_Var (*Construct)(struct PP_Var object, member in struct:PPB_Var_Deprecated
/external/chromium_org/third_party/webrtc/base/
H A Dbuffer.h25 Construct(NULL, 0, 0);
28 Construct(data, length, length);
31 Construct(data, length, capacity);
34 Construct(buf.data(), buf.length(), buf.length());
45 Construct(buf.data(), buf.length(), buf.length());
86 Construct(NULL, 0, 0);
90 void Construct(const void* data, size_t length, size_t capacity) { function in class:rtc::Buffer
H A Dbytebuffer.cc26 Construct(NULL, DEFAULT_SIZE, ORDER_NETWORK);
30 Construct(NULL, DEFAULT_SIZE, byte_order);
34 Construct(bytes, len, ORDER_NETWORK);
38 Construct(bytes, len, byte_order);
42 Construct(bytes, strlen(bytes), ORDER_NETWORK);
45 void ByteBuffer::Construct(const char* bytes, size_t len, function in class:rtc::ByteBuffer
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dcondition_variable_posix.cc30 const int error = ptr->Construct();
42 int ConditionVariablePosix::Construct() { function in class:webrtc::ConditionVariablePosix
H A Devent_posix.cc32 const int error = ptr->Construct();
49 int EventPosix::Construct() { function in class:webrtc::EventPosix
H A Dthread_posix.cc107 const int error = ptr->Construct();
148 int ThreadPosix::Construct() { function in class:webrtc::ThreadPosix
/external/chromium_org/tools/grit/grit/node/
H A Dinclude.py127 def Construct(parent, name, type, file, translateable=True, member in class:IncludeNode
H A Dmessage.py235 def Construct(parent, message, name, desc='', meaning='', translateable=True): member in class:MessageNode
H A Dstructure.py345 def Construct(parent, name, type, file, encoding='cp1252'): member in class:StructureNode
/external/chromium_org/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/chromium_org/ppapi/cpp/dev/
H A Dscriptable_object_deprecated.cc113 PP_Var Construct(void* object, function in namespace:pp::deprecated::__anon9970
121 return static_cast<ScriptableObject*>(object)->Construct(
137 &Construct,
179 Var ScriptableObject::Construct(const std::vector<Var>& /*args*/, function in class:pp::deprecated::ScriptableObject
181 *exception = Var("Construct method does not exist in ScriptableObject");
/external/chromium_org/ppapi/cpp/private/
H A Dvar_private.cc128 VarPrivate VarPrivate::Construct(uint32_t argc, Var* argv, function in class:pp::VarPrivate
137 return Var(PassRef(), get_interface<PPB_Var_Deprecated>()->Construct(
141 return Var(PassRef(), get_interface<PPB_Var_Deprecated>()->Construct(
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunrequest.cc61 request->Construct();
156 void StunRequest::Construct() { function in class:cricket::StunRequest
/external/chromium_org/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/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/chromium_org/content/renderer/pepper/
H A Dppb_var_deprecated_impl.cc279 PP_Var Construct(PP_Var var, uint32_t argc, PP_Var* argv, PP_Var* exception) { function in namespace:content::__anon7811
346 &Construct,
/external/chromium_org/ppapi/proxy/
H A Dppb_var_deprecated_proxy.cc208 PP_Var Construct(PP_Var object, function in namespace:ppapi::proxy::__anon10124
309 &Construct,
484 result.Return(dispatcher(), ppb_var_impl_->Construct(
H A Dppp_class_proxy.cc146 PP_Var Construct(void* object, function in namespace:ppapi::proxy::__anon10128
184 &Construct,
367 ToPPPClass(ppp_class)->Construct,
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdataengine.cc96 Construct(timing);
100 Construct(NULL);
103 void RtpDataMediaChannel::Construct(rtc::Timing* timing) { function in class:cricket::RtpDataMediaChannel
H A Dvideocommon.h192 Construct(0, 0, 0, 0);
196 Construct(w, h, interval_ns, cc);
200 Construct(format.width, format.height, format.interval, format.fourcc);
203 void Construct(int w, int h, int64 interval_ns, uint32 cc) { function in struct:cricket::VideoFormat

Completed in 5382 milliseconds

12