Searched refs:objects (Results 126 - 150 of 735) sorted by relevance

1234567891011>>

/external/chromium-trace/trace-viewer/src/cc/
H A Dpicture_test.js18 var instance = p.objects.getAllInstancesNamed('cc::Picture')[0];
29 var instance = p.objects.getAllInstancesNamed('cc::Picture')[0];
H A Dlayer_viewer_test.js18 var instance = p.objects.getAllInstancesNamed('cc::LayerTreeHostImpl')[0];
34 var instance = p.objects.getAllInstancesNamed('cc::LayerTreeHostImpl')[0];
H A Dpicture_ops_list_view_test.js22 var instance = p.objects.getAllInstancesNamed('cc::Picture')[0];
36 var instance = p.objects.getAllInstancesNamed('cc::Picture')[0];
/external/openssl/crypto/evp/
H A Dm_null.c62 #include <openssl/objects.h>
H A De_bf.c64 #include <openssl/objects.h>
H A De_cast.c64 #include <openssl/objects.h>
H A De_null.c62 #include <openssl/objects.h>
H A Dm_ecdsa.c115 #include <openssl/objects.h>
H A Dm_wp.c9 #include <openssl/objects.h>
H A Dp_dec.c66 #include <openssl/objects.h>
H A Dp_enc.c66 #include <openssl/objects.h>
/external/openssl/ssl/
H A Ds23_meth.c60 #include <openssl/objects.h>
H A Dt1_meth.c60 #include <openssl/objects.h>
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DSpinnerAdapter.java26 String[] objects, LayoutInflater inflater) {
27 super(context, textViewResourceId, objects);
28 menuItems = objects;
25 SpinnerAdapter(Context context, int textViewResourceId, String[] objects, LayoutInflater inflater) argument
/external/chromium_org/dbus/
H A Dproperty_unittest.cc36 Property<std::vector<ObjectPath> > objects; member in struct:dbus::PropertyTest::Properties
47 RegisterProperty("Objects", &objects);
173 std::vector<ObjectPath> objects = properties_->objects.value(); local
174 ASSERT_EQ(1U, objects.size());
175 EXPECT_EQ(ObjectPath("/TestObjectPath"), objects[0]);
223 properties_->objects.Get(base::Bind(&PropertyTest::PropertyCallback,
229 std::vector<ObjectPath> objects = properties_->objects.value(); local
230 ASSERT_EQ(1U, objects
[all...]
/external/chromium_org/content/renderer/
H A Drenderer_clipboard_client.cc27 virtual void WriteBitmapFromPixels(ui::Clipboard::ObjectMap* objects,
30 virtual void Flush(const ui::Clipboard::ObjectMap& objects) OVERRIDE;
46 ui::Clipboard::ObjectMap* objects,
83 (*objects)[ui::Clipboard::CBF_SMBITMAP] = params;
86 // Flushes the objects to the clipboard with an IPC.
88 const ui::Clipboard::ObjectMap& objects) {
91 new ClipboardHostMsg_WriteObjectsSync(objects, shared_buf_->handle()));
94 new ClipboardHostMsg_WriteObjectsAsync(objects));
45 WriteBitmapFromPixels( ui::Clipboard::ObjectMap* objects, const void* pixels, const gfx::Size& size) argument
87 Flush( const ui::Clipboard::ObjectMap& objects) argument
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalysis_view_test.js33 var objects = p1.objects;
34 var i10 = objects.idWasCreated('0x1000', 'cc', 'LayerTreeHostImpl', 10);
35 var s10 = objects.addSnapshot('0x1000', 'cc', 'LayerTreeHostImpl', 10,
37 var s25 = objects.addSnapshot('0x1000', 'cc', 'LayerTreeHostImpl', 25,
39 var s40 = objects.addSnapshot('0x1000', 'cc', 'LayerTreeHostImpl', 40,
41 objects.idWasDeleted('0x1000', 'cc', 'LayerTreeHostImpl', 45);
/external/chromium_org/content/browser/renderer_host/
H A Dclipboard_message_filter.h31 void OnWriteObjectsAsync(const ui::Clipboard::ObjectMap& objects);
32 void OnWriteObjectsSync(const ui::Clipboard::ObjectMap& objects,
34 static void WriteObjectsOnUIThread(const ui::Clipboard::ObjectMap* objects);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DXUnresolvedVariableSimple.java25 import org.apache.xpath.objects.XObject;
45 * For support of literal objects in xpaths.
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXMLStringFactoryImpl.java21 package org.apache.xpath.objects;
/external/openssl/crypto/asn1/
H A Di2d_pu.c63 #include <openssl/objects.h>
H A Dnsseq.c63 #include <openssl/objects.h>
/external/openssl/crypto/objects/
H A Dobj_err.c1 /* crypto/objects/obj_err.c */
63 #include <openssl/objects.h>
/external/openssl/crypto/pkcs7/
H A Dpk7_enc.c63 #include <openssl/objects.h>
/external/openssl/crypto/x509/
H A Dx509rset.c62 #include <openssl/objects.h>

Completed in 625 milliseconds

1234567891011>>