Home
last modified time | relevance | path

Searched refs:constructed (Results 1 – 25 of 112) sorted by relevance

12345

/external/chromium/base/memory/
Dscoped_ptr_unittest.cc29 int constructed = 0; in TEST() local
32 scoped_ptr<ConDecLogger> scoper(new ConDecLogger(&constructed)); in TEST()
33 EXPECT_EQ(1, constructed); in TEST()
40 EXPECT_EQ(0, constructed); in TEST()
44 scoped_ptr<ConDecLogger> scoper(new ConDecLogger(&constructed)); in TEST()
45 EXPECT_EQ(1, constructed); in TEST()
48 scoper.reset(new ConDecLogger(&constructed)); in TEST()
49 EXPECT_EQ(1, constructed); in TEST()
53 EXPECT_EQ(0, constructed); in TEST()
56 scoper.reset(new ConDecLogger(&constructed)); in TEST()
[all …]
/external/chromium/base/
Dlazy_instance_unittest.cc31 ++constructed; in SlowConstructor()
36 static int constructed; member in __anon5f6e9f590111::SlowConstructor
41 int SlowConstructor::constructed = 0; member in __anon5f6e9f590111::SlowConstructor
88 EXPECT_EQ(0, SlowConstructor::constructed); in TEST()
92 EXPECT_EQ(0, SlowConstructor::constructed); in TEST()
96 EXPECT_EQ(1, SlowConstructor::constructed); in TEST()
/external/llvm/test/Archive/
DREADME.txt10 GNU.a - constructed on Linux with GNU ar
11 MacOSX.a - constructed on Mac OS X with its native BSD4.4 ar
12 SVR4.a - constructed on Solaris with /usr/ccs/bin/ar
13 xpg4.a - constructed on Solaris with /usr/xpg4/bin/ar
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DASN1StreamParser.java52 DEREncodable readImplicit(boolean constructed, int tag) throws IOException in readImplicit() argument
56 if (!constructed) in readImplicit()
64 if (constructed) in readImplicit()
93 DERObject readTaggedObject(boolean constructed, int tag) throws IOException in readTaggedObject() argument
95 if (!constructed) in readTaggedObject()
DBERTaggedObjectParser.java25 boolean constructed, in BERTaggedObjectParser() argument
29 _constructed = constructed; in BERTaggedObjectParser()
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/
DWebKitDOMTestInterface.cpp116 if (G_OBJECT_CLASS(webkit_dom_test_interface_parent_class)->constructed) in webkit_dom_test_interface_constructed()
117 G_OBJECT_CLASS(webkit_dom_test_interface_parent_class)->constructed(object); in webkit_dom_test_interface_constructed()
126 gobjectClass->constructed = webkit_dom_test_interface_constructed; in webkit_dom_test_interface_class_init()
DWebKitDOMTestMediaQueryListListener.cpp114 if (G_OBJECT_CLASS(webkit_dom_test_media_query_list_listener_parent_class)->constructed) in webkit_dom_test_media_query_list_listener_constructed()
115 G_OBJECT_CLASS(webkit_dom_test_media_query_list_listener_parent_class)->constructed(object); in webkit_dom_test_media_query_list_listener_constructed()
124 gobjectClass->constructed = webkit_dom_test_media_query_list_listener_constructed; in webkit_dom_test_media_query_list_listener_class_init()
DWebKitDOMTestSerializedScriptValueInterface.cpp139 if (G_OBJECT_CLASS(webkit_dom_test_serialized_script_value_interface_parent_class)->constructed) in webkit_dom_test_serialized_script_value_interface_constructed()
140 …G_OBJECT_CLASS(webkit_dom_test_serialized_script_value_interface_parent_class)->constructed(object… in webkit_dom_test_serialized_script_value_interface_constructed()
149 gobjectClass->constructed = webkit_dom_test_serialized_script_value_interface_constructed; in webkit_dom_test_serialized_script_value_interface_class_init()
DWebKitDOMTestCallback.cpp200 if (G_OBJECT_CLASS(webkit_dom_test_callback_parent_class)->constructed) in webkit_dom_test_callback_constructed()
201 G_OBJECT_CLASS(webkit_dom_test_callback_parent_class)->constructed(object); in webkit_dom_test_callback_constructed()
210 gobjectClass->constructed = webkit_dom_test_callback_constructed; in webkit_dom_test_callback_class_init()
/external/openssl/crypto/asn1/
Dasn1_lib.c195 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, in ASN1_put_object() argument
201 i=(constructed)?V_ASN1_CONSTRUCTED:0; in ASN1_put_object()
218 if (constructed == 2) in ASN1_put_object()
257 int ASN1_object_size(int constructed, int length, int tag) in ASN1_object_size() argument
271 if (constructed == 2) in ASN1_object_size()
Da_bytes.c133 int ret,r,constructed; in i2d_ASN1_bytes() local
147 constructed=1; in i2d_ASN1_bytes()
149 constructed=0; in i2d_ASN1_bytes()
150 ASN1_put_object(&p,constructed,ret,tag,xclass); in i2d_ASN1_bytes()
Dasn1_par.c65 static int asn1_print_info(BIO *bp, int tag, int xclass,int constructed,
69 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed, in asn1_print_info() argument
76 if (constructed & V_ASN1_CONSTRUCTED) in asn1_print_info()
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dasn1_test.c69 hdr.constructed, in asn1_parse()
70 hdr.constructed ? "Constructed" : "Primitive", in asn1_parse()
74 hdr.constructed) { in asn1_parse()
Dasn1.h54 u8 identifier, class, constructed; member
Dasn1.c34 hdr->constructed = !!(hdr->identifier & (1 << 5)); in asn1_get_next()
/external/v8/test/mjsunit/
Dobject-literal.js183 function construct() { this.constructed = true; }
187 assertTrue(vo.constructed);
/external/wpa_supplicant_8/src/tls/
Dasn1.h48 u8 identifier, class, constructed; member
Dasn1.c25 hdr->constructed = !!(hdr->identifier & (1 << 5)); in asn1_get_next()
/external/iptables/extensions/
Dlibipt_NETMAP.man7 Network address to map to. The resulting address will be constructed in the
/external/webkit/Source/WebCore/rendering/
DInlineBox.h72 …nlineBox(RenderObject* obj, float x, float y, float logicalWidth, bool firstLine, bool constructed, in InlineBox() argument
82 , m_constructed(constructed) in InlineBox()
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_editor_unittest.mm233 // Test that the menu is constructed correctly when CanPasteAndGo().
256 // Test that the menu is constructed correctly when !CanPasteAndGo().
276 // Test that the menu is constructed correctly when field isn't
/external/webkit/PerformanceTests/
DChangeLog107 However, I constructed a benchmark which shows at least one possible slow point.
136 However, I constructed a benchmark which shows at least one possible slow point.
/external/llvm/test/Feature/
Dconstexpr.ll5 ; This testcase is for testing expressions constructed from
/external/llvm/test/Integer/
Dconstexpr_bt.ll6 ; This testcase is for testing expressions constructed from
/external/elfutils/libasm/
DChangeLog76 * Makefile.am: Check for text relocations in constructed DSO.

12345