HomeSort by relevance Sort by last modified time
    Searched refs:elements (Results 576 - 600 of 1272) sorted by null

<<21222324252627282930>>

  /external/v8/src/
builtins.cc 197 // Initialize elements and length in case later allocations fail so that the
225 // We do not use SetContent to skip the unnecessary elements type check.
243 // Set length and elements on the array.
250 // Allocate an appropriately typed elements array.
396 if (array_proto->elements() != heap->empty_fixed_array()) return false;
402 if (array_proto->elements() != heap->empty_fixed_array()) return false;
412 HeapObject* elms = array->elements();
436 if (first_added_arg >= args_length) return array->elements();
444 return array->elements();
533 if (elms != array->elements()) {
    [all...]
objects.cc 37 #include "elements.h"
676 // performance of fetching elements where checking the prototype chain is
693 if (js_object->elements() != heap->empty_fixed_array()) {
4063 FixedArray* elements = FixedArray::cast(this->elements()); local
9234 FixedArray* elements = FixedArray::cast(this->elements()); local
11336 FixedDoubleArray* elements = FixedDoubleArray::cast(elements_base); local
11363 FixedArray* elements = FixedArray::cast(elements_base); local
    [all...]
  /libcore/luni/src/main/java/java/util/
Vector.java 27 * All optional operations including adding, removing, and replacing elements are supported.
29 * <p>All elements are permitted, including null.
45 * The number of elements or the size of the vector.
50 * The elements of the vector.
55 * How many elements should be added to the vector when it is detected that
103 * Constructs a new instance of {@code Vector} containing the elements in
104 * {@code collection}. The order of the elements in the new {@code Vector}
108 * the collection of elements to add.
163 * returned from the Collection iterator. The elements with an index equal
229 * Returns the number of elements this vector can hold without growing
339 public Enumeration<E> elements() { method in class:Vector
    [all...]
LinkedList.java 28 * All optional operations including adding, removing, and replacing elements are supported.
30 * <p>All elements are permitted, including null.
34 * ability to scale to slightly larger numbers of elements. In general, though, you should
252 * elements contained in the specified {@code collection}. The order of the
253 * elements in this new {@code LinkedList} will be determined by the
257 * the collection of elements to add.
350 Collection<? extends E> elements = (collection == this) ? local
364 for (E e : elements) {
390 Collection<? extends E> elements = (collection == this) ? local
394 for (E e : elements) {
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp 982 const WTF::Vector<WebCore::FormAssociatedElement*>& elements = local
1019 const WTF::Vector<WebCore::FormDataElement>& elements = local
1660 const WTF::Vector<WebCore::FormAssociatedElement*>& elements = local
1705 const WTF::Vector<WebCore::FormAssociatedElement*>& elements = local
1749 WTF::Vector<WebCore::FormAssociatedElement*> elements = form->associatedElements(); local
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_item_set.java 51 /** Access to all elements of the set. */
52 public Enumeration all() {return _all.elements();}
338 /* hash together codes from at most first 5 elements */
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
treewizard.py 389 elements = m.get(ttype)
390 if elements is None:
391 m[ttype] = elements = []
393 elements.append(t)
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Connection1.java 196 public Array createArrayOf(String typeName, Object[] elements)
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 724 Enumeration elements = factories.elements(); local
725 while (elements.hasMoreElements()) {
726 LogFactory element = (LogFactory) elements.nextElement();
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateList.java 130 * Dump all patterns and elements that match those patterns
136 Enumeration associations = m_patternTable.elements();
184 Enumeration associations = m_patternTable.elements();
763 * that are macro elements in the XSL DOM tree.
771 * This table is keyed on the target elements
798 * that are template elements.
812 * that are template elements in the XSL DOM tree.
870 hashIterator = m_patternTable.elements();
900 hashIterator = m_namedTemplates.elements();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Sequence.java 166 return seq.elements();
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.h 72 const std::vector<BookmarkNodeData::Element>& elements,
  /external/eigen/blas/
dspr.f 53 * On entry, INCX specifies the increment for the elements of
130 * Start the operations. In this version the elements of the array AP
sspr.f 53 * On entry, INCX specifies the increment for the elements of
130 * Start the operations. In this version the elements of the array AP
  /external/libffi/testsuite/libffi.call/
cls_24byte.c 75 cls_struct_type.elements = cls_struct_fields;
cls_64byte.c 80 cls_struct_type.elements = cls_struct_fields;
cls_6_1_byte.c 74 cls_struct_type.elements = cls_struct_fields;
cls_7_1_byte.c 76 cls_struct_type.elements = cls_struct_fields;
  /external/v8/test/mjsunit/
elements-transition.js 51 // Trigger conversion to fast double elements at length-5.
57 // Trigger conversion to fast object elements at length-3.
get-own-property-descriptor.js 97 // Test that elements in the prototype chain is not returned.
107 // Test elements on global proxy object.
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.h 143 const PlatformPathElements& elements() const { return m_elements; } function in class:WebCore::PlatformPath
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 365 * updated: the position is incremented by the number of elements written
369 int elements = dst.remaining(); local
381 long bufferSize = (long)elements << shift;
402 * updated: the position is incremented by the number of elements read from
409 int elements = src.remaining(); local
421 long bufferBytes = (long) elements << shift;
    [all...]
  /frameworks/base/tools/aidl/
AST.cpp 807 N = this->elements.size();
809 this->elements[i]->GatherTypes(types);
857 N = this->elements.size();
859 this->elements[i]->Write(to);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 44 * @param elements the dragged elements
48 IDragElement[] elements) {
49 return new DropFeedbackPainter(rule, elements);
114 * A painter which can paint the drop feedback for elements being dragged into or
123 * @param elements the elements to draw */
124 public DropFeedbackPainter(GridLayoutRule rule, IDragElement[] elements) {
126 mElements = elements;
237 // Draw preview rectangles for all the dragged elements
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateMetadata.java 384 NodeList elements = mDocument.getElementsByTagName(TAG_DEPENDENCY); local
385 if (elements.getLength() == 0) {
390 for (int i = 0, n = elements.getLength(); i < n; i++) {
391 Element element = (Element) elements.item(i);

Completed in 5626 milliseconds

<<21222324252627282930>>