HomeSort by relevance Sort by last modified time
    Searched full:elements (Results 351 - 375 of 5422) sorted by null

<<11121314151617181920>>

  /external/antlr/src/org/antlr/runtime/misc/
IntArray.java 34 * but make sure that you append elements only with add() so that you
36 * manually adding new elements.
39 * really as just an array not a List per se. Manipulate the elements
64 /** This only tracks elements added via push/add. */
  /external/chromium/chrome/browser/sync/util/
dbgq.h 12 // puts the elements into the array in reverse, so you can just look at the i_
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/
background.html 19 // The srcUrl property is only available for image elements.
  /external/clang/include/clang/AST/
ASTVector.h 32 // additional overloads so that elements with pointer types are recognized as
69 // Destroy the constructed elements in the vector.
170 /// capacity - Return the total number of elements in the currently allocated
187 // Copy the new elements over.
201 // Copy the new elements over.
207 /// starting with "Dest", constructing elements into it as needed.
250 // If there are more elements between the insertion point and the end of the
258 // Copy the existing elements that get replaced.
265 // Otherwise, we're inserting more elements than exist already, and we're
268 // Copy over the elements that we're about to overwrite
    [all...]
  /external/clang/test/SemaCXX/
type-convert-construct.cpp 5 int v2 = typeof(int)(1,2); // expected-error {{excess elements in scalar initializer}}
  /external/collada/include/1.4/dom/
domSkin.h 119 protected: // Elements
133 * @return Returns a reference to the array of input elements.
138 * @return Returns a constant reference to the array of input elements.
143 * @return Returns a reference to the array of extra elements.
148 * @return Returns a constant reference to the array of extra elements.
339 protected: // Elements
375 * @return Returns a reference to the array of input elements.
380 * @return Returns a constant reference to the array of input elements.
395 * @return Returns a reference to the array of extra elements.
400 * @return Returns a constant reference to the array of extra elements
    [all...]
  /external/collada/include/modules/
daeSTLDatabase.h 40 // Element Types of all Elements
59 // Elements
90 std::map< std::string, std::vector< daeElement* > > elements; // type name --> element lookup table (deprecated) member in class:daeSTLDatabase
97 std::multimap< std::string, daeElement* > elementsIDMap; //map for elements keyed on ID
  /external/dropbear/libtommath/
bn_mp_exch.c 18 /* swap the elements of two integers, for cases where you can't simply swap the
  /external/freetype/src/cff/
cffcmap.h 41 FT_UShort* gids; /* up to 256 elements */
  /external/llvm/test/CodeGen/Generic/
promote-integers.ll 2 ; RUN: llc -march=x86 -promote-elements < %s | FileCheck %s
  /external/llvm/test/CodeGen/X86/
extractelement-shuffle.ll 5 ; preserves the number of elements so the optimization code tries to read
vec_shuffle-28.ll 7 ; Pack various elements via shuffles.
  /external/llvm/test/FrontendC/
2008-08-07-AlignPadding1.c 4 between array elements. Reduced from Python. */
  /external/speex/libspeex/
stack_alloc.h 62 * Allocates 'size' elements of type 'type' on the stack
65 * @param size Number of elements
80 * Allocate 'size' elements of 'type' on stack
83 * @param size Number of elements
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLCollection10.js 81 on those elements that are allowed a name attribute.
84 the elements attribute. The first SELECT element is further retrieved
85 using the elements name attribute since the id attribute doesn't match.
109 formsnodeList = testNode.elements;
HTMLCollection11.js 81 on those elements that are allowed a name attribute.
84 the elements attribute. The first SELECT element is further retrieved
85 using the elements id attribute.
109 formsnodeList = testNode.elements;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLCollection10.js 81 on those elements that are allowed a name attribute.
84 the elements attribute. The first SELECT element is further retrieved
85 using the elements name attribute since the id attribute doesn't match.
109 formsnodeList = testNode.elements;
HTMLCollection11.js 81 on those elements that are allowed a name attribute.
84 the elements attribute. The first SELECT element is further retrieved
85 using the elements id attribute.
109 formsnodeList = testNode.elements;
  /external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/
css-properties-case-sensitive.js 2 'This test checks that access to CSS properties via JavaScript properties on DOM elements is case sensitive.'
  /external/webkit/LayoutTests/fast/dom/HTMLFormElement/
htmlformelement-indexed-getter.html 15 description('This test verifies that elements can be fetched by index from HTMLFormElements.');
invalid-form-field.html 23 form.elements.namedItem("input");
  /external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
prefetch-onerror.html 18 <p>This tests that onerror events can be attached to link elements with rel=prefetch. Since prefetch links are just there as a performance optimization, the onerror/onload event is their only programatic side-effect.</p>
prefetch-onload.html 23 <p>This tests that onload events can be attached to link elements with rel=prefetch. Since prefetch links are just there as a performance optimization, the onload event is their only programatic side-effect.</p>
  /external/webkit/LayoutTests/fast/encoding/
denormalised-voiced-japanese-chars.html 7 This test checks that the decomposed unicode version of voiced japanese hiragana and katakana characters are rendered the same as the precomposed version. This test is a pixel-test, and passes when the text in the two heading elements are identical.
quotes-in-title.html 25 This test checks whether charset sniffer skips over quoted elements in a title tag correctly. Tests a bug in the charset sniffer that would consume all characters after the bracket in the quoted text until the next closing bracket, causing the closing title tag to be missed.

Completed in 1562 milliseconds

<<11121314151617181920>>