/external/v8/test/mjsunit/ |
D | new.js | 28 function Construct(x) { return x; } class 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(null)); [all …]
|
/external/chromium_org/v8/test/mjsunit/ |
D | new.js | 28 function Construct(x) { return x; } class 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(null)); [all …]
|
/external/chromium_org/tools/grit/grit/tool/ |
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(node, 'PCI_TIP_OPTIONS', '7', '')) [all …]
|
D | rc2grd.py | 279 node.AddChild(include.IncludeNode.Construct(node, id, res_type, fname)) 292 node.AddChild(structure.StructureNode.Construct( 298 node.AddChild(structure.StructureNode.Construct(node, id, res_type, 360 msg_node = message.MessageNode.Construct(node, msg_obj, id,
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | buffer.h | 42 Construct(NULL, 0, 0); in Buffer() 45 Construct(data, length, length); in Buffer() 48 Construct(data, length, capacity); in Buffer() 51 Construct(buf.data(), buf.length(), buf.length()); in Buffer() 62 Construct(buf.data(), buf.length(), buf.length()); 103 Construct(NULL, 0, 0); in TransferTo() 107 void Construct(const void* data, size_t length, size_t capacity) { in Construct() function
|
D | bytebuffer.cc | 42 Construct(NULL, DEFAULT_SIZE, ORDER_NETWORK); in ByteBuffer() 46 Construct(NULL, DEFAULT_SIZE, byte_order); in ByteBuffer() 50 Construct(bytes, len, ORDER_NETWORK); in ByteBuffer() 54 Construct(bytes, len, byte_order); in ByteBuffer() 58 Construct(bytes, strlen(bytes), ORDER_NETWORK); in ByteBuffer() 61 void ByteBuffer::Construct(const char* bytes, size_t len, in Construct() function in talk_base::ByteBuffer
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | buffer.h | 42 Construct(NULL, 0, 0); in Buffer() 45 Construct(data, length, length); in Buffer() 48 Construct(data, length, capacity); in Buffer() 51 Construct(buf.data(), buf.length(), buf.length()); in Buffer() 62 Construct(buf.data(), buf.length(), buf.length()); 103 Construct(NULL, 0, 0); in TransferTo() 107 void Construct(const void* data, size_t length, size_t capacity) { in Construct() function
|
/external/openfst/src/include/fst/script/ |
D | shortest-distance.h | 60 static Queue *Construct(const Fst<Arc> &, in Construct() function 71 static AutoQueue<typename Arc::StateId> *Construct( 84 *Construct(const Fst<Arc> &fst, 94 static TopOrderQueue<typename Arc::StateId> *Construct( 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(
|
D | shortest-path.h | 73 ArcFilter>::Construct(ifst, &weights); in ShortestPath() 85 ArcFilter>::Construct(ifst, &weights); in ShortestPath() 97 ArcFilter >::Construct(ifst, &weights); in ShortestPath() 109 ArcFilter>::Construct(ifst, &weights); in ShortestPath() 121 ArcFilter>::Construct(ifst, &weights); in ShortestPath() 133 ArcFilter>::Construct(ifst, &weights); in ShortestPath()
|
/external/chromium_org/ppapi/cpp/dev/ |
D | scriptable_object_deprecated.cc | 113 PP_Var Construct(void* object, in Construct() function 121 return static_cast<ScriptableObject*>(object)->Construct( in Construct() 137 &Construct, 179 Var ScriptableObject::Construct(const std::vector<Var>& /*args*/, in Construct() function in pp::deprecated::ScriptableObject
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | videocommon.h | 192 Construct(0, 0, 0, 0); in VideoFormat() 196 Construct(w, h, interval_ns, cc); in VideoFormat() 200 Construct(format.width, format.height, format.interval, format.fourcc); in VideoFormat() 203 void Construct(int w, int h, int64 interval_ns, uint32 cc) { in Construct() function
|
D | rtpdataengine.cc | 96 Construct(timing); in RtpDataMediaChannel() 100 Construct(NULL); in RtpDataMediaChannel() 103 void RtpDataMediaChannel::Construct(talk_base::Timing* timing) { in Construct() function in cricket::RtpDataMediaChannel
|
/external/webrtc/src/system_wrappers/source/ |
D | condition_variable_posix.cc | 32 const int error = ptr->Construct(); in Create() 46 int ConditionVariablePosix::Construct() in Construct() function in webrtc::ConditionVariablePosix
|
D | condition_variable_posix.h | 32 int Construct();
|
D | event_posix.cc | 33 const int error = ptr->Construct(); in Create() 53 int EventPosix::Construct() in Construct() function in webrtc::EventPosix
|
D | thread_posix.cc | 85 const int error = ptr->Construct(); in Create() 129 int ThreadPosix::Construct() in Construct() function in webrtc::ThreadPosix
|
D | event_posix.h | 44 int Construct();
|
D | thread_posix.h | 44 int Construct();
|
/external/chromium_org/tools/grit/grit/node/ |
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/private/ |
D | var_private.cc | 128 VarPrivate VarPrivate::Construct(uint32_t argc, Var* argv, in Construct() function in pp::VarPrivate 137 return Var(PassRef(), get_interface<PPB_Var_Deprecated>()->Construct( in Construct() 141 return Var(PassRef(), get_interface<PPB_Var_Deprecated>()->Construct( in Construct()
|
/external/chromium_org/v8/src/ |
D | lazy-instance.h | 131 ConstructTrait::Construct(MutableInstance(storage)); in InitStorageUsingTrait() 154 static void Construct(T* allocated_ptr) { in Construct() function
|
/external/v8/src/ |
D | lazy-instance.h | 128 ConstructTrait::Construct(MutableInstance(storage)); in InitStorageUsingTrait() 153 static void Construct(T* allocated_ptr) { in Construct() function
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | stunrequest.cc | 61 request->Construct(); in SendDelayed() 156 void StunRequest::Construct() { in Construct() function in cricket::StunRequest
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | stunrequest.cc | 61 request->Construct(); in SendDelayed() 150 void StunRequest::Construct() { in Construct() function in cricket::StunRequest
|
/external/chromium_org/ppapi/c/dev/ |
D | ppp_class_deprecated.h | 118 struct PP_Var (*Construct)(void* object, member
|