/external/chromium_org/v8/test/mjsunit/ |
H A D | new.js | 28 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/tools/grit/grit/tool/ |
H A D | toolbar_postprocess.py | 112 node.AddChild(misc.IdentifierNode.Construct(node, 'IDS_COMMAND_gcFirst', '12000', '')) 113 node.AddChild(misc.IdentifierNode.Construct(node, 115 node.AddChild(misc.IdentifierNode.Construct(node, 'PCI_BUTTON', '0', '')) 116 node.AddChild(misc.IdentifierNode.Construct(node, 'PCI_MENU', '1', '')) 117 node.AddChild(misc.IdentifierNode.Construct(node, 'PCI_TIP', '2', '')) 118 node.AddChild(misc.IdentifierNode.Construct(node, 'PCI_OPTIONS_TEXT', '3', '')) 119 node.AddChild(misc.IdentifierNode.Construct(node, 'PCI_TIP_DISABLED', '4', '')) 120 node.AddChild(misc.IdentifierNode.Construct(node, 'PCI_TIP_MENU', '5', '')) 121 node.AddChild(misc.IdentifierNode.Construct(node, 'PCI_TIP_MENU_DISABLED', '6', '')) 122 node.AddChild(misc.IdentifierNode.Construct(nod [all...] |
/external/webrtc/src/system_wrappers/source/ |
H A D | condition_variable_posix.h | 32 int Construct();
|
H A D | event_posix.h | 44 int Construct();
|
H A D | thread_posix.h | 44 int Construct();
|
H A D | condition_variable_posix.cc | 32 const int error = ptr->Construct(); 46 int ConditionVariablePosix::Construct() function in class:webrtc::ConditionVariablePosix
|
H A D | event_posix.cc | 33 const int error = ptr->Construct(); 53 int EventPosix::Construct() function in class:webrtc::EventPosix
|
/external/chromium_org/third_party/webrtc/base/ |
H A D | buffer.h | 25 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 D | bytebuffer.cc | 26 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
|
H A D | bytebuffer.h | 103 void Construct(const char* bytes, size_t size, ByteOrder byte_order);
|
/external/chromium_org/third_party/webrtc/system_wrappers/source/ |
H A D | condition_variable_posix.h | 34 int Construct();
|
H A D | event_posix.h | 43 int Construct();
|
H A D | thread_posix.h | 46 int Construct();
|
H A D | condition_variable_posix.cc | 30 const int error = ptr->Construct(); 42 int ConditionVariablePosix::Construct() { function in class:webrtc::ConditionVariablePosix
|
/external/chromium_org/ppapi/c/dev/ |
H A D | ppp_class_deprecated.h | 118 struct PP_Var (*Construct)(void* object, member in struct:PPP_Class_Deprecated
|
H A D | ppb_var_deprecated.h | 192 struct PP_Var (*Construct)(struct PP_Var object, member in struct:PPB_Var_Deprecated
|
/external/openfst/src/include/fst/script/ |
H A D | shortest-distance.h | 60 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 D | shortest-path.h | 73 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_org/tools/grit/grit/node/ |
H A D | message_unittest.py | 52 msg_node = message.MessageNode.Construct(None, msg, 'BINGOBONGO') 63 msg_node = message.MessageNode.Construct(None, msg, 'BINGOBONGO')
|
/external/chromium_org/ppapi/cpp/dev/ |
H A D | scriptable_object_deprecated.cc | 113 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");
|
H A D | scriptable_object_deprecated.h | 75 virtual Var Construct(const std::vector<Var>& args,
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
H A D | videocommon.h | 192 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
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
H A D | stunrequest.h | 87 void Construct();
|
H A D | stunrequest.cc | 61 request->Construct(); 156 void StunRequest::Construct() { function in class:cricket::StunRequest
|
/external/chromium_org/v8/src/base/ |
H A D | lazy-instance.h | 38 // static void Construct(MyClass* allocated_ptr) { 108 ConstructTrait::Construct(MutableInstance(storage)); 131 static void Construct(T* allocated_ptr) { function in struct:v8::base::DefaultConstructTrait
|