/external/chromium_org/chrome/browser/ui/gtk/ |
nine_box.h | 24 // Construct a NineBox with nine images. Images are specified using resource 29 // Construct a NineBox from a single image and insets indicating the sizes
|
/external/chromium_org/chrome/renderer/media/ |
chrome_webrtc_log_message_delegate_unittest.cc | 19 // TODO(vrk): Fix this so that we can construct a delegate without needing to 20 // construct a message filter.
|
/external/chromium_org/net/websockets/ |
websocket_extension.h | 22 // Construct a parameter which does not have a value. 24 // Construct a parameter with a non-empty value.
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
PyCrypto_RSAKey.py | 15 self.rsa = RSA.construct( (n, e) ) 17 self.rsa = RSA.construct( (n, e, d, p, q) )
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
PublishItem.java | 29 * Construct a request to publish an item to a node.
42 * Construct a request to publish multiple items to a node.
|
SubscriptionEvent.java | 29 * Construct an event with no subscription id's. This can
42 * Construct an event with multiple subscriptions.
|
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
CertPathTrustManagerParametersTest.java | 35 * Case 1: Try to construct object. 39 // case 1: Try to construct object.
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGRadialGradientElement.cpp | 93 setCxBaseValue(SVGLength::construct(LengthModeWidth, value, parseError)); 95 setCyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); 97 setRBaseValue(SVGLength::construct(LengthModeOther, value, parseError, ForbidNegativeLengths)); 99 setFxBaseValue(SVGLength::construct(LengthModeWidth, value, parseError)); 101 setFyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); 103 setFrBaseValue(SVGLength::construct(LengthModeOther, value, parseError, ForbidNegativeLengths));
|
SVGRectElement.cpp | 92 setXBaseValue(SVGLength::construct(LengthModeWidth, value, parseError)); 94 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); 96 setRxBaseValue(SVGLength::construct(LengthModeWidth, value, parseError, ForbidNegativeLengths)); 98 setRyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths)); 100 setWidthBaseValue(SVGLength::construct(LengthModeWidth, value, parseError, ForbidNegativeLengths)); 102 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths));
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
bytebuffer.cc | 42 Construct(NULL, DEFAULT_SIZE, ORDER_NETWORK); 46 Construct(NULL, DEFAULT_SIZE, byte_order); 50 Construct(bytes, len, ORDER_NETWORK); 54 Construct(bytes, len, byte_order); 58 Construct(bytes, strlen(bytes), ORDER_NETWORK); 61 void ByteBuffer::Construct(const char* bytes, size_t len,
|
/external/openfst/src/include/fst/script/ |
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);
|
/frameworks/compile/mclinker/unittests/ |
LinearAllocatorTest.cpp | 65 m_pTestee->construct(pointer); 75 m_pTestee->construct(pointer, data); 85 m_pTestee->construct(pointer); 95 m_pTestee->construct(pointer, data); 106 m_pTestee->construct(pointer); 124 m_pTestee->construct(pointer);
|
RTLinearAllocatorTest.cpp | 66 m_pTestee->construct(pointer); 76 m_pTestee->construct(pointer, data); 86 m_pTestee->construct(pointer); 96 m_pTestee->construct(pointer, data); 107 m_pTestee->construct(pointer); 125 m_pTestee->construct(pointer);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
alloc_traits.h | 126 using _Base_type::construct; 138 // overload construct for non-standard pointer types 141 construct(_Alloc& __a, _Ptr __p, _Args&&... __args) function in struct:__alloc_traits 143 _Base_type::construct(__a, std::addressof(*__p), 201 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg) function in struct:__alloc_traits 202 { __a.construct(__p, __arg); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
alloc_traits.h | 126 using _Base_type::construct; 138 // overload construct for non-standard pointer types 141 construct(_Alloc& __a, _Ptr __p, _Args&&... __args) function in struct:__alloc_traits 143 _Base_type::construct(__a, std::addressof(*__p), 201 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg) function in struct:__alloc_traits 202 { __a.construct(__p, __arg); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
scoped_allocator | 207 _O_traits::construct(__outermost(*this), __p, 219 _O_traits::construct(__outermost(*this), __p, 229 _O_traits::construct(__outermost(*this), __p, 338 void construct(_Tp* __p, _Args&&... __args) 349 construct(pair<_T1, _T2>* __p, piecewise_construct_t, 360 _O_traits::construct(__outermost(*this), __p, piecewise_construct, 367 construct(pair<_T1, _T2>* __p) 368 { construct(__p, piecewise_construct, tuple<>(), tuple<>()); } 372 construct(pair<_T1, _T2>* __p, _Up&& __u, _Vp&& __v) 374 construct(__p, piecewise_construct [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/ |
finder.hpp | 41 Construct the \c first_finder. The finder searches for the first 82 Construct the \c last_finder. The finder searches for the last 121 Construct the \c nth_finder. The finder searches for the n-th (zero-indexed) 166 Construct the \c head_finder. The finder returns a head of a given 183 Construct the \c tail_finder. The finder returns a tail of a given 200 Construct the \c token_finder. The finder searches for a token 227 Construct the \c range_finder. The finder does not perform
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_eu.h | 175 * Construct a brw_reg. 229 /** Construct float[16] register */ 245 /** Construct float[8] register */ 261 /** Construct float[4] register */ 277 /** Construct float[2] register */ 293 /** Construct float[1] register */ 351 /** Construct unsigned word[16] register */ 359 /** Construct unsigned word[8] register */ 367 /** Construct unsigned word[1] register */ 388 /** Construct float immediate register * [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_eu.h | 175 * Construct a brw_reg. 229 /** Construct float[16] register */ 245 /** Construct float[8] register */ 261 /** Construct float[4] register */ 277 /** Construct float[2] register */ 293 /** Construct float[1] register */ 351 /** Construct unsigned word[16] register */ 359 /** Construct unsigned word[8] register */ 367 /** Construct unsigned word[1] register */ 388 /** Construct float immediate register * [all...] |
/external/chromium_org/net/spdy/ |
spdy_test_util_common.h | 139 // This struct holds information used to construct spdy control and data frames. 313 // Construct a SPDY frame. If it is a SYN_STREAM or SYN_REPLY frame (as 320 // Construct a SPDY frame. If it is a SYN_STREAM or SYN_REPLY frame (as 330 // Construct a generic SpdyControlFrame. 340 // Construct a generic SpdyControlFrame. 358 // Construct an expected SPDY reply string from the given headers. 361 // Construct an expected SPDY SETTINGS frame. 366 // Construct an expected SPDY CREDENTIAL frame. 371 // Construct a SPDY PING frame. 375 // Construct a SPDY GOAWAY frame with last_good_stream_id = 0 [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
BCRSAPrivateCrtKey.java | 33 * construct a private key from it's org.bouncycastle.crypto equivalent. 51 * construct a private key from an RSAPrivateCrtKeySpec 69 * construct a private key from another RSAPrivateCrtKey. 87 * construct an RSA key from a private key info object. 97 * construct an RSA key from a ASN.1 RSA private key object.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
JCERSAPrivateCrtKey.java | 33 * construct a private key from it's org.bouncycastle.crypto equivalent. 51 * construct a private key from an RSAPrivateCrtKeySpec 69 * construct a private key from another RSAPrivateCrtKey. 87 * construct an RSA key from a private key info object. 97 * construct an RSA key from a ASN.1 RSA private key object.
|
/external/chromium_org/ppapi/cpp/dev/ |
scriptable_object_deprecated.cc | 113 PP_Var Construct(void* object, 121 return static_cast<ScriptableObject*>(object)->Construct( 137 &Construct, 179 Var ScriptableObject::Construct(const std::vector<Var>& /*args*/, 181 *exception = Var("Construct method does not exist in ScriptableObject");
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
dynamic_message.h | 55 // know about at compile time. It would be nice to be able to construct 59 // As it turns out, a DynamicMessage needs to construct extra 70 // Construct a DynamicMessageFactory that will search for extensions in 74 // Construct a DynamicMessageFactory that will search for extensions in 98 // type. You can then call that message's New() method to construct a
|
/external/protobuf/src/google/protobuf/ |
dynamic_message.h | 55 // know about at compile time. It would be nice to be able to construct 59 // As it turns out, a DynamicMessage needs to construct extra 70 // Construct a DynamicMessageFactory that will search for extensions in 74 // Construct a DynamicMessageFactory that will search for extensions in 98 // type. You can then call that message's New() method to construct a
|