Searched defs:objects (Results 1 - 25 of 119) sorted by path

12345

/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
H A DSerializationTest.java49 * returns array of objects to be de/serialized in tests, and the second
50 * compares reference and deserialized objects (needed only if tested objects do
59 * serialized objects. This mode should be run on a pure
119 * override it to provide actual objects for testing.
121 * @return array of objects to be de/serialized in tests.
126 * Tests that data objects can be serialized and deserialized without
128 * objects.
141 * Tests that data objects can be deserialized from golden files, to verify
168 * Working method for files generation mode. Serializes test objects
485 verifyGolden(TestCase test, Object[] objects) argument
509 verifyGolden(TestCase test, Object[] objects, SerializableAssert comparator) argument
565 verifySelf(Object[] objects) argument
585 verifySelf(Object[] objects, SerializableAssert comparator) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DDTMXRTreeFrag.java19 package org.apache.xpath.objects;
27 * Simple wrapper to DTM and XPathContext objects.
28 * Used in XRTreeFrag for caching references to the objects.
H A DXBoolean.java21 package org.apache.xpath.objects;
141 * Tell if two objects are functionally equal.
145 * @return True if the two objects are equal
H A DXBooleanStatic.java21 package org.apache.xpath.objects;
50 * Tell if two objects are functionally equal.
54 * @return True if the two objects are equal
H A DXMLStringFactoryImpl.java21 package org.apache.xpath.objects;
H A DXNodeSet.java21 package org.apache.xpath.objects;
42 * Default constructor for derived objects.
221 return org.apache.xpath.objects.XString.EMPTYSTRING;
484 // If both objects to be compared are node-sets, then the comparison
693 * Tell if two objects are functionally equal.
714 * Tell if two objects are functionally not equal.
H A DXNodeSetForDOM.java21 package org.apache.xpath.objects;
H A DXNull.java21 package org.apache.xpath.objects;
120 * Tell if two objects are functionally equal.
H A DXNumber.java21 package org.apache.xpath.objects;
385 * Tell if two objects are functionally equal.
389 * @return true if the two objects are equal
H A DXObject.java21 package org.apache.xpath.objects;
44 * This class acts as the base class to other XPath type objects,
79 * For support of literal objects in xpaths.
95 * This function should be called with a value of false for objects that are
625 * Tell if two objects are functionally equal.
653 * Tell if two objects are functionally not equal.
H A DXObjectFactory.java21 package org.apache.xpath.objects;
H A DXRTreeFrag.java21 package org.apache.xpath.objects;
247 * Tell if two objects are functionally equal.
251 * @return True if the two objects are equal
H A DXRTreeFragSelectWrapper.java21 package org.apache.xpath.objects;
57 * For support of literal objects in xpaths.
H A DXString.java21 package org.apache.xpath.objects;
283 * Tell if two objects are functionally equal.
287 * @return true if the two objects are equal
317 // Otherwise, both objects to be compared are converted to strings as
H A DXStringForChars.java21 package org.apache.xpath.objects;
H A DXStringForFSB.java21 package org.apache.xpath.objects;
323 * Tell if two objects are functionally equal.
327 * @return true if the two objects are equal
368 * Tell if two objects are functionally equal.
372 * @return true if the two objects are equal
/external/bluetooth/bluedroid/osi/src/
H A Dreactor.c37 list_t *objects; member in struct:reactor_t
53 ret->objects = list_new(NULL);
54 if (!ret->objects)
60 list_free(ret->objects);
70 list_free(reactor->objects);
104 list_append(reactor->objects, obj);
111 list_remove(reactor->objects, obj);
129 for (const list_node_t *iter = list_begin(reactor->objects); iter != list_end(reactor->objects); iter = list_next(iter)) {
160 for (const list_node_t *iter = list_begin(reactor->objects); re
[all...]
/external/chromium_org/base/message_loop/
H A Dmessage_loop_unittest.cc622 HANDLE objects[2] = { callback1_called.Get(), callback2_called.Get() }; local
623 DWORD result = WaitForMultipleObjects(2, objects, TRUE, 1000);
826 // Inject a test point for recording the destructor calls for Closure objects
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/share/
H A DShareDialogAdapter.java34 * @param objects The list of possible share intents.
36 public ShareDialogAdapter(Context context, PackageManager manager, List<ResolveInfo> objects) { argument
37 super(context, R.layout.share_dialog_item, objects);
/external/chromium_org/content/browser/android/java/
H A Dgin_java_method_invocation_helper_unittest.cc125 base::ListValue objects; local
126 objects.AppendInteger(100);
127 objects.Append(GinJavaBridgeValue::CreateObjectIDValue(1).release());
131 objects.Append(sub_list);
135 objects.Append(sub_dict);
140 objects.Append(sub_list_with_dict);
145 objects.Append(sub_dict_with_list);
152 objects);
/external/chromium_org/content/browser/renderer_host/
H A Dclipboard_message_filter.cc29 void SanitizeObjectMap(ui::Clipboard::ObjectMap* objects, argument
32 objects->erase(ui::Clipboard::CBF_SMBITMAP);
35 objects->find(ui::Clipboard::CBF_DATA);
36 if (data_it != objects->end()) {
47 objects->erase(ui::Clipboard::CBF_DATA);
108 const ui::Clipboard::ObjectMap& objects,
119 new ui::Clipboard::ObjectMap(objects));
143 const ui::Clipboard::ObjectMap* objects) {
146 clipboard->WriteObjects(ui::CLIPBOARD_TYPE_COPY_PASTE, *objects);
150 const ui::Clipboard::ObjectMap& objects) {
107 OnWriteObjectsSync( const ui::Clipboard::ObjectMap& objects, base::SharedMemoryHandle bitmap_handle) argument
142 WriteObjectsOnUIThread( const ui::Clipboard::ObjectMap* objects) argument
149 OnWriteObjectsAsync( const ui::Clipboard::ObjectMap& objects) argument
[all...]
/external/chromium_org/content/renderer/accessibility/
H A Dblink_ax_tree_source.cc94 WebVector<WebAXObject> objects,
97 for(size_t i = 0; i < objects.size(); i++)
98 ids.push_back(objects[i].axID());
172 // Blink returns ignored objects when walking up the parent chain,
93 AddIntListAttributeFromWebObjects(ui::AXIntListAttribute attr, WebVector<WebAXObject> objects, ui::AXNodeData* dst) argument
/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_org/dbus/
H A Dobject_manager_unittest.cc38 Property<std::vector<ObjectPath> > objects; member in struct:dbus::ObjectManagerTest::Properties
47 RegisterProperty("Objects", &objects);
244 std::vector<ObjectPath> objects = properties->objects.value(); local
245 ASSERT_EQ(1U, objects.size());
246 EXPECT_EQ(ObjectPath("/TestObjectPath"), objects[0]);
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...]

Completed in 659 milliseconds

12345