Searched defs:objects (Results 51 - 75 of 119) sorted by relevance

12345

/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DReflectUtils.java264 public static Class[] getClasses(Object[] objects) { argument
265 Class[] classes = new Class[objects.length];
266 for (int i = 0; i < objects.length; i++) {
267 classes[i] = objects[i].getClass();
/external/apache-xml/src/main/java/org/apache/xpath/objects/
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.
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DNPV8Object.cpp153 V8NPObjectVector& objects = iter->value; local
154 for (size_t index = 0; index < objects.size(); ++index) {
155 V8NPObject* v8npObject = objects.at(index);
210 V8NPObjectVector& objects = iter->value; local
211 for (size_t index = 0; index < objects.size(); ++index) {
212 if (objects.at(index) == v8NpObject) {
213 objects.remove(index);
217 if (objects.isEmpty())
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.h114 TrackedRendererListHashSet* objects = positionedObjects(); local
115 return objects && !objects->isEmpty();
488 // RenderRubyBase objects need to be able to split and merge, moving their children around
/external/chromium_org/third_party/closure_compiler/runner/src/com/google/javascript/jscomp/
H A DChromePass.java336 List<Node> objects = new ArrayList<>();
339 createObjectIfNew(objects, parts[0], true);
345 createObjectIfNew(objects, currPrefix.toString(), false);
349 return objects;
352 private void createObjectIfNew(List<Node> objects, String name, boolean needVar) { argument
354 objects.add(createJsNode((needVar ? "var " : "") + name + " = " + name + " || {};"));
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp157 // (xref, trailer, or just read all objects)
214 for (unsigned int i = 0 ; i < objects(); i++) {
482 size_t SkPdfNativeDoc::objects() const { function in class:SkPdfNativeDoc
496 // advantage of the boundaries of known objects, to minimize the risk of just parsing a bad
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_unittest.cc58 const Clipboard::ObjectMap& objects) {
59 clipboard->WriteObjects(ui::CLIPBOARD_TYPE_COPY_PASTE, objects);
65 void WriteObjectsToClipboard(const Clipboard::ObjectMap& objects) { argument
66 WriteObjectsToClipboard(&clipboard(), objects); local
373 Clipboard::ObjectMap objects; local
374 objects[Clipboard::CBF_SMBITMAP] = params;
376 &objects, handle_to_share, current_process));
378 ClipboardTest::WriteObjectsToClipboard(clipboard, objects);
449 Clipboard::ObjectMap objects; local
450 objects[Clipboar
57 WriteObjectsToClipboard(ui::Clipboard* clipboard, const Clipboard::ObjectMap& objects) argument
472 Clipboard::ObjectMap objects; local
497 Clipboard::ObjectMap objects; local
521 Clipboard::ObjectMap objects; local
[all...]
H A Dclipboard_android.cc214 void Clipboard::WriteObjects(ClipboardType type, const ObjectMap& objects) { argument
218 for (ObjectMap::const_iterator iter = objects.begin();
219 iter != objects.end(); ++iter) {
H A Dclipboard_aura.cc448 void Clipboard::WriteObjects(ClipboardType type, const ObjectMap& objects) { argument
451 for (ObjectMap::const_iterator iter = objects.begin();
452 iter != objects.end(); ++iter) {
H A Dclipboard_aurax11.cc585 void Clipboard::WriteObjects(ClipboardType type, const ObjectMap& objects) { argument
590 for (ObjectMap::const_iterator iter = objects.begin();
591 iter != objects.end(); ++iter) {
597 ObjectMap::const_iterator text_iter = objects.find(CBF_TEXT);
598 if (text_iter != objects.end()) {
H A Dclipboard_win.cc218 void Clipboard::WriteObjects(ClipboardType type, const ObjectMap& objects) { argument
227 for (ObjectMap::const_iterator iter = objects.begin();
228 iter != objects.end(); ++iter) {
/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-constructor.cpp38 namespace objects { namespace
125 B(C, int, C); // expected-note {{candidate constructor not viable: cannot convert initializer list argument to 'objects::C'}}
130 B b2{{1, 1.0, 4}, 2, {3, 4}}; // expected-error {{no matching constructor for initialization of 'objects::B'}}
/external/harfbuzz_ng/test/api/
H A Dtest-object.c165 static const object_t objects[] = variable
231 for (i = 0; i < G_N_ELEMENTS (objects); i++) {
232 const object_t *o = &objects[i];
/external/replicaisland/src/com/replica/replicaisland/
H A DLevelSelectActivity.java75 int textViewResourceId, int textViewResourceId2, List<T> objects) {
76 super(context, resource, textViewResourceId, objects);
74 DisableItemArrayAdapter(Context context, int resource, int disabledResource, int completedResource, int textViewResourceId, int textViewResourceId2, List<T> objects) argument
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp157 // (xref, trailer, or just read all objects)
214 for (unsigned int i = 0 ; i < objects(); i++) {
482 size_t SkPdfNativeDoc::objects() const { function in class:SkPdfNativeDoc
496 // advantage of the boundaries of known objects, to minimize the risk of just parsing a bad
/external/smack/src/org/xbill/DNS/
H A DType.java197 private HashMap objects; field in class:Type.TypeMnemonic
203 objects = new HashMap();
209 objects.put(Mnemonic.toInteger(val), proto);
220 return (Record) objects.get(toInteger(val));
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c784 char **objects = NULL; local
790 if (!dbus_connection_list_registered(con, path, &objects))
793 for (i = 0; objects[i]; i++) {
795 "%s/%s", path, objects[i]);
800 dbus_free_string_array(objects);
808 * Traverses through all registered objects and sends PropertiesChanged for
/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/ipc/
H A Dipc_sync_channel.cc40 // SyncChannel objects on the same thread (since one object can receive a
50 // SyncChannel objects can block the same thread).
503 WaitableEvent* objects[] = { local
510 size_t result = WaitableEvent::WaitMany(objects, count);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h140 // Ignored objects are treated like other objects, except that they
165 // Callback for iterating through addresses of all allocated objects. Accepts
169 // Iterate over the addresses of all allocated objects.
202 // If "base" is non-NULL, skip any objects present in "base".
210 // to find objects that are created in a certain time span:
335 objects(objects_arg) {
339 unsigned int objects; member in struct:HeapProfileTable::TypeCount
467 // Map of all currently allocated objects and mapped regions we know about.
482 // all of the objects i
[all...]
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java288 private Object[] objects; field in class:ArrayAccessReplaceTest.Simple
330 return objects[pos];
374 objects[pos] = value;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1load.c577 /* take an array of objects */
921 void** objects; local
943 objects = &dummy_object;
948 objects = (void**)blend->font_infos;
955 objects = &dummy_object;
961 objects = &dummy_object;
966 objects = (void**)blend->privates;
973 objects = &dummy_object;
978 objects = (void**)blend->bboxes;
985 objects
[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/third_party/WebKit/Source/core/accessibility/
H A DAXObject.cpp545 // Some objects have weak pointers to their parents and those associations need to be detached.
758 // Search up the parent chain and create a vector of all scrollable parent objects
760 Vector<const AXObject*> objects; local
764 objects.prepend(parentObject);
766 objects.append(this);
772 size_t levels = objects.size() - 1;
774 const AXObject* outer = objects[i];
775 const AXObject* inner = objects[i + 1];
/external/opencv/cvaux/src/
H A Dcveigenobjects.cpp195 // Purpose: The function calculates a covariance matrix for a group of input objects
198 // Parameters: nObjects - number of source objects
199 // objects - array of pointers to ROIs of the source objects
203 // size - ROI size of each source and averaged objects
243 nio = ioBufSize / n; /* number of objects in buffer */
354 uchar **objects = (uchar **) (((CvInput *) & input)->data); local
358 uchar *bu = objects[i];
366 uchar *bu2 = objects[j];
421 // object for a group of input objects (image
1203 uchar **objects = (uchar **) cvAlloc( sizeof( uchar * ) * nObjects ); local
1342 IplImage **objects = (IplImage **) (((CvInput *) & input)->data); local
1404 IplImage **objects = (IplImage **) (((CvInput *) & input)->data); local
[all...]

Completed in 683 milliseconds

12345