HomeSort by relevance Sort by last modified time
    Searched refs:elements (Results 376 - 400 of 466) sorted by null

<<111213141516171819

  /external/webkit/WebKit/win/Interfaces/
DOMHTML.idl 306 - (DOMHTMLCollection *)elements;
308 HRESULT elements([out, retval] IDOMHTMLCollection** result);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
ArrayListTest.java 84 "arrayList created from collection has incorrect elements",
198 assertTrue("Manipulated elements < index",
201 assertTrue("Failed to ad elements properly",
204 assertTrue("Failed to ad elements properly",
283 // Inserted elements should be equal to integers array
287 // Elements after inserted location should
288 // be equals to related elements in strings array
366 assertTrue("Failed to add elements properly", l.get(i).equals(
489 assertTrue("Cloned list contains incorrect elements",
498 assertTrue("nulls test - Cloned list contains incorrect elements",
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 928 RegisterSpecList result = new RegisterSpecList(ssaSet.elements());
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 535 # the token. By convension, "B" is used for block elements that needs not
536 # to be wrapped into paragraph tags at the end, ":" is used for elements
    [all...]
  /external/libvpx/vp8/common/arm/neon/
mbloopfilter_neon.asm 23 ; All 16 elements in these variables are equal.
355 ; much simpler than ordering and writing two 3 element sets (or three 2 elements
  /external/v8/src/
objects-inl.h 1119 Array* JSObject::elements() {
    [all...]
  /frameworks/base/include/private/opengles/
gl_context.h 385 inline GLfloat const* elements() const { return m; } function in struct:android::gl::matrixf_t
  /libcore/luni/src/main/java/org/apache/xpath/
XPathContext.java 365 for (java.util.Enumeration e = m_rtfdtm_stack.elements() ; e.hasMoreElements() ;)
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol.cpp 8176 uint32_t *elements = coll->latinOneCEs; local
    [all...]
  /external/icu4c/i18n/
ucol.cpp 7918 uint32_t *elements = coll->latinOneCEs; local
    [all...]
  /build/tools/droiddoc/templates-sdk/
customization.cs 79 <!-- option elements added by buildApiLevelSelector() -->
  /external/chromium/base/
base.scons 576 # elements in the path with '__':
base_main.scons 90 load: list of elements in the LOAD= specification
  /external/chromium/net/
net_base.scons 451 # elements in the path with '__':
net_main.scons 108 load: list of elements in the LOAD= specification
net_unittests.scons 497 # elements in the path with '__':
  /external/chromium/sdch/
sdch_main.scons 77 load: list of elements in the LOAD= specification
  /external/chromium/third_party/icu/
icu_main.scons 79 load: list of elements in the LOAD= specification
icui18n.scons 405 # elements in the path with '__':
icuuc.scons 412 # elements in the path with '__':
  /external/chromium/third_party/libevent/
libevent_main.scons 77 load: list of elements in the LOAD= specification
  /external/chromium/third_party/modp_b64/
modp_b64_main.scons 77 load: list of elements in the LOAD= specification
  /external/chromium/third_party/zlib/
zlib_main.scons 77 load: list of elements in the LOAD= specification
  /external/guava/src/com/google/common/primitives/
generate.sh 180 * the same elements as {@code target}.
317 * elements
420 * <p>Elements are copied from the argument collection as if by {@code
427 * @throws NullPointerException if {@code collection} or any of its elements

Completed in 796 milliseconds

<<111213141516171819