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

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLFormElementCustom.cpp 49 RefPtr<Node> formElement = form->elements()->item(index);
65 Vector<RefPtr<Node> > elements; local
66 imp->getNamedElements(v, elements);
67 if (elements.isEmpty())
73 Vector<RefPtr<Node> > elements; local
74 imp->getNamedElements(v, elements);
75 ASSERT(!elements.isEmpty());
77 if (elements.size() == 1)
78 return toV8(elements.at(0).release());
80 return toV8(V8NamedNodesCollection::create(elements));
    [all...]
  /development/samples/NFCDemo/src/com/example/android/nfc/
NdefMessageParser.java 45 List<ParsedNdefRecord> elements = new ArrayList<ParsedNdefRecord>(); local
48 elements.add(UriRecord.parse(record));
50 elements.add(TextRecord.parse(record));
52 elements.add(SmartPoster.parse(record));
55 return elements;
  /external/kernel-headers/original/linux/
mempool.h 16 int min_nr; /* nr of elements at *elements */
17 int curr_nr; /* Current nr of elements at *elements */
18 void **elements; member in struct:mempool_s
  /external/webrtc/src/system_wrappers/interface/
sort.h 38 // numOfElements The number of elements in the array.
46 // one-to-one correspondence between data elements and key elements, with
47 // corresponding elements sharing the same position in their respective
54 // numOfElements The number of elements in the arrays.
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListSet.java 13 * a {@link ConcurrentSkipListMap}. The elements of the set are kept
22 * Iterators are <i>weakly consistent</i>, returning elements
32 * of elements requires a traversal of the elements. Additionally, the
37 * only some of the added elements.
42 * this class does not permit the use of <tt>null</tt> elements,
44 * distinguished from the absence of elements.
51 * @param <E> the type of elements maintained by this set
68 * Constructs a new, empty set that orders its elements according to
76 * Constructs a new, empty set that orders its elements according t
    [all...]
  /external/clang/test/SemaCXX/
array-bounds.cpp 8 y[2] = 2; // expected-warning {{array index of '2' indexes past the end of an array (that contains 2 elements)}}
9 return x[2] + // expected-warning {{array index of '2' indexes past the end of an array (that contains 2 elements)}}
11 x[sizeof(x)] + // expected-warning {{array index of '8' indexes past the end of an array (that contains 2 elements)}}
12 x[sizeof(x) / sizeof(x[0])] + // expected-warning {{array index of '2' indexes past the end of an array (that contains 2 elements)}}
14 x[sizeof(x[2])]; // expected-warning {{array index of '4' indexes past the end of an array (that contains 2 elements)}}
28 int val = a[3]; // expected-warning {{array index of '3' indexes past the end of an array (that contains 1 elements)}}
41 u.a[3] = 1; // expected-warning {{array index of '3' indexes past the end of an array (that contains 2 elements)}}
46 array[const_subscript] = 0; // expected-warning {{array index of '3' indexes past the end of an array (that contains 1 elements)}}
52 array2[3] = 0; // expected-warning {{array index of '3' indexes past the end of an array (that contains 3 elements)}}
53 array2[2+2] = 0; // expected-warning {{array index of '4' indexes past the end of an array (that contains 3 elements)}}
    [all...]
  /external/proguard/src/proguard/gui/
ListPanel.java 89 // Remove the selected elements.
109 // Move the selected elements up.
130 // Move the selected elements down.
159 // Remove the selected elements from this panel.
162 // Add the elements to the other panel.
209 protected void addElements(Object[] elements)
211 // Add the elements one by one.
212 for (int index = 0; index < elements.length; index++)
214 listModel.addElement(elements[index]);
218 int[] selectedIndices = new int[elements.length]
    [all...]
  /external/guava/src/com/google/common/collect/
Sets.java 65 * Returns an immutable set instance containing the given enum elements.
69 * order, not the order in which the elements are provided to the method.
71 * @param anElement one of the elements the set should contain
72 * @param otherElements the rest of the elements the set should contain
73 * @return an immutable set containing those elements, minus duplicates
83 * Returns an immutable set instance containing the given enum elements.
87 * order, not the order in which the elements appear in the given collection.
89 * @param elements the elements, all of the same {@code enum} type, that the
91 * @return an immutable set containing those elements, minus duplicate
    [all...]
Iterables.java 72 * Returns the number of elements in {@code iterable}.
106 * @param removeFrom the iterable to (potentially) remove elements from
107 * @param elementsToRemove the elements to remove
108 * @return {@code true} if any elements are removed from {@code iterable}
124 * @param removeFrom the iterable to (potentially) remove elements from
125 * @param elementsToRetain the elements to retain
126 * @return {@code true} if any elements are removed from {@code iterable}
139 * @param removeFrom the iterable to (potentially) remove elements from
142 * @return {@code true} if any elements were removed from the iterable
185 * Determines whether two iterables contain equal elements in the same order
    [all...]
  /external/collada/include/1.4/dom/
domGlsl_newarray_type.h 32 protected: // Elements
35 * You may recursively nest glsl_newarray elements to create multidimensional
40 * Used to preserve order in elements that do not specify strict sequencing of sub-elements.
44 * Used to preserve order in elements that have a complex content model.
68 * @return Returns a reference to the array of glsl_param_type elements.
73 * @return Returns a constant reference to the array of glsl_param_type elements.
78 * @return Returns a reference to the array of array elements.
83 * @return Returns a constant reference to the array of array elements.
domGlsl_setarray_type.h 32 protected: // Elements
35 * You may recursively nest glsl_newarray elements to create multidimensional
40 * Used to preserve order in elements that do not specify strict sequencing of sub-elements.
44 * Used to preserve order in elements that have a complex content model.
68 * @return Returns a reference to the array of glsl_param_type elements.
73 * @return Returns a constant reference to the array of glsl_param_type elements.
78 * @return Returns a reference to the array of array elements.
83 * @return Returns a constant reference to the array of array elements.
domCg_setuser_type.h 35 protected: // Elements
46 * Used to preserve order in elements that do not specify strict sequencing of sub-elements.
50 * Used to preserve order in elements that have a complex content model.
85 * @return Returns a reference to the array of cg_param_type elements.
90 * @return Returns a constant reference to the array of cg_param_type elements.
95 * @return Returns a reference to the array of array elements.
100 * @return Returns a constant reference to the array of array elements.
105 * @return Returns a reference to the array of usertype elements.
110 * @return Returns a constant reference to the array of usertype elements
    [all...]
domEffect.h 45 protected: // Elements
75 * Used to preserve order in elements that do not specify strict sequencing of sub-elements.
79 * Used to preserve order in elements that have a complex content model.
116 * @return Returns a reference to the array of annotate elements.
121 * @return Returns a constant reference to the array of annotate elements.
126 * @return Returns a reference to the array of image elements.
131 * @return Returns a constant reference to the array of image elements.
136 * @return Returns a reference to the array of newparam elements.
141 * @return Returns a constant reference to the array of newparam elements
    [all...]
domProfile_CG.h 425 protected: // Elements
433 * Used to preserve order in elements that do not specify strict sequencing of sub-elements.
437 * Used to preserve order in elements that have a complex content model.
516 protected: // Elements
547 * @return Returns a reference to the array of annotate elements.
552 * @return Returns a constant reference to the array of annotate elements.
572 * @return Returns a reference to the array of bind elements.
577 * @return Returns a constant reference to the array of bind elements.
617 protected: // Elements
    [all...]
domProfile_GLSL.h 426 protected: // Elements
430 * Used to preserve order in elements that do not specify strict sequencing of sub-elements.
434 * Used to preserve order in elements that have a complex content model.
513 protected: // Elements
548 * @return Returns a reference to the array of annotate elements.
553 * @return Returns a constant reference to the array of annotate elements.
573 * @return Returns a reference to the array of bind elements.
578 * @return Returns a constant reference to the array of bind elements.
618 protected: // Elements
    [all...]
  /external/webkit/Source/WebCore/platform/network/curl/
FormDataStreamCurl.cpp 52 Vector<FormDataElement> elements;
54 elements = m_resourceHandle->firstRequest().httpBody()->elements();
56 if (m_formDataElementIndex >= elements.size())
59 FormDataElement element = elements[m_formDataElementIndex];
106 Vector<FormDataElement> elements; local
108 elements = m_resourceHandle->firstRequest().httpBody()->elements();
110 return m_formDataElementIndex < elements.size();
  /libcore/luni/src/main/java/org/apache/harmony/lang/annotation/
AnnotationFactory.java 90 * @param elements name-value pairs representing elements of the annotation
95 AnnotationMember[] elements)
97 AnnotationFactory antn = new AnnotationFactory(annotationType, elements);
103 private AnnotationMember[] elements; field in class:AnnotationFactory
117 elements = defs;
120 elements = new AnnotationMember[defs.length];
121 next: for (int i = elements.length - 1; i >= 0; i-- ){
124 elements[i] = val.setDefinition(defs[i]);
128 elements[i] = defs[i]
    [all...]
  /external/expat/examples/
elements.dsp 1 # Microsoft Developer Studio Project File - Name="elements" - Package Owner=<4>
7 CFG=elements - Win32 Debug
11 !MESSAGE NMAKE /f "elements.mak".
16 !MESSAGE NMAKE /f "elements.mak" CFG="elements - Win32 Debug"
20 !MESSAGE "elements - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "elements - Win32 Debug" (based on "Win32 (x86) Console Application")
31 !IF "$(CFG)" == "elements - Win32 Release"
41 # PROP Intermediate_Dir "..\win32\tmp\Release-elements"
56 !ELSEIF "$(CFG)" == "elements - Win32 Debug"
    [all...]
  /libcore/luni/src/main/java/java/util/
SortedSet.java 22 * SortedSet is a Set which iterates over its elements in a sorted order. The
23 * order is determined either by the elements natural ordering, or by a
25 * construction time. All elements in this set must be mutually comparable. The
26 * ordering in this set must be consistent with {@code equals} of its elements.
34 * Returns the comparator used to compare elements in this {@code SortedSet}.
52 * {@code SortedSet} which contains elements less than the end element. The
58 * @return a subset where the elements are less than {@code end}.
64 * not support null elements.
80 * {@code SortedSet} which contains elements greater or equal to the start
89 * @return a subset where the elements are greater or equal to {@code start
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnSentence.java 30 public ArrayList<WnnClause> elements; field in class:WnnSentence
47 this.elements = clauses;
90 this.elements = new ArrayList<WnnClause>();
91 this.elements.add(clause);
108 this.elements = new ArrayList<WnnClause>();
109 this.elements.addAll(prev.elements);
110 this.elements.add(clause);
128 this.elements = new ArrayList<WnnClause>();
129 this.elements.add(head)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTSchema.java 61 * mapping between Xalan classes and the markup elements in the stylesheet.
86 XSLTAttributeDef elementsAttr = new XSLTAttributeDef(null, "elements",
114 "cdata-section-elements",
124 // It is an error if the name attribute is invalid on any of these elements
326 null /*alias */, null /* elements */, null, /* attributes */
333 null /*alias */, null /* elements */,
355 templateElements /* elements */,
368 templateElementsAndParams /* elements */,
379 null /*alias */, null /* elements */,
386 null /*alias */, null /* elements */,
    [all...]
  /libcore/luni/src/main/java/java/security/
PermissionsHash.java 53 public Enumeration elements() { method in class:PermissionsHash
54 return perms.elements();
68 for (Enumeration elements = elements(); elements.hasMoreElements();) {
69 if (((Permission)elements.nextElement()).implies(permission)) {
  /system/core/nexus/
VpnController.cpp 52 int elements) :
53 IntegerProperty(name, ro, elements) {
59 bool ro, int elements) :
60 StringProperty(name, ro, elements) {
66 bool ro, int elements) :
67 IPV4AddressProperty(name, ro, elements) {
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
Annotation.java 51 private final TreeMap<CstUtf8, NameValuePair> elements; field in class:Annotation
54 * Construct an instance. It initially contains no elements.
70 this.elements = new TreeMap<CstUtf8, NameValuePair>();
87 return elements.equals(otherAnnotation.elements);
93 hash = (hash * 31) + elements.hashCode();
112 Iterator<NameValuePair> thisIter = elements.values().iterator();
113 Iterator<NameValuePair> otherIter = other.elements.values().iterator();
150 for (NameValuePair pair : elements.values()) {
197 elements.put(pair.getName(), pair)
    [all...]
  /dalvik/dx/src/com/android/dx/rop/annotation/
Annotation.java 43 private final TreeMap<CstString, NameValuePair> elements; field in class:Annotation
46 * Construct an instance. It initially contains no elements.
62 this.elements = new TreeMap<CstString, NameValuePair>();
79 return elements.equals(otherAnnotation.elements);
85 hash = (hash * 31) + elements.hashCode();
104 Iterator<NameValuePair> thisIter = elements.values().iterator();
105 Iterator<NameValuePair> otherIter = other.elements.values().iterator();
142 for (NameValuePair pair : elements.values()) {
189 elements.put(pair.getName(), pair)
    [all...]

Completed in 1313 milliseconds

1 2 3 45 6 7 8 91011>>