Searched defs:elements (Results 201 - 225 of 513) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Ddxbc.h69 } elements[]; member in struct:dxbc_chunk_signature
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
H A Dd3d11spikysphere.cpp112 D3D11_INPUT_ELEMENT_DESC elements[1] = local
118 ensure(dev->CreateInputLayout(elements, 1, g_vs, sizeof(g_vs), &layout));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DToolbar.js98 "elements": true,
115 "elements": true,
/external/aac/libAACdec/src/
H A Daacdecoder.h179 MP4_ELEMENT_ID elements[7]; /*!< Table where the element Id's are listed */ member in struct:AAC_DECODER_INSTANCE
180 UCHAR elTags[7]; /*!< Table where the elements id Tags are listed */
280 /* Initialization of stream-info elements */
288 elements are not supported. The transport layer might signal, that the
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DRemoteDebugEventSocketListener.java254 String[] elements = getEventElements(line);
255 if ( elements==null || elements[0]==null ) {
259 if ( elements[0].equals("enterRule") ) {
260 listener.enterRule(elements[1], elements[2]);
262 else if ( elements[0].equals("exitRule") ) {
263 listener.exitRule(elements[1], elements[2]);
265 else if ( elements[
433 deserializeNode(String[] elements, int offset) argument
444 deserializeToken(String[] elements, int offset) argument
[all...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Connection1.java196 public Array createArrayOf(String typeName, Object[] elements) argument
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementDef.java32 * mapping between Xalan classes and the markup elements in the XSLT instance.
33 * This actually represents both text nodes and elements.
50 * @param elements An array of allowed child element defs, or null.
56 XSLTElementDef[] elements, XSLTAttributeDef[] attributes,
59 build(namespace, name, nameAlias, elements, attributes, contentHandler,
78 * @param elements An array of allowed child element defs, or null.
82 * @param has_required true if this element has required elements by the XSLT specification.
85 XSLTElementDef[] elements, XSLTAttributeDef[] attributes,
89 build(namespace, name, nameAlias, elements, attributes, contentHandler,
109 * @param elements A
55 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject) argument
84 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, boolean has_required) argument
116 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, boolean has_required, boolean required) argument
142 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, boolean has_required, boolean required, int order, boolean multiAllowed) argument
171 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, boolean has_required, boolean required, boolean has_order, int order, boolean multiAllowed) argument
199 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, boolean has_order, int order, boolean multiAllowed) argument
224 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, int order, boolean multiAllowed) argument
263 build(String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
H A DPKCS12KeyStoreSpi.java307 Enumeration c = certs.elements();
321 c = keyCerts.elements();
1671 public Enumeration elements() method in class:PKCS12KeyStoreSpi.IgnoresCaseHashtable
1673 return orig.elements();
/external/chromium/chrome/browser/webdata/
H A Dautofill_table_unittest.cc250 // Removing all elements since the beginning of this function should remove
609 std::vector<FormField> elements; local
610 elements.push_back(FormField(string16(),
616 elements.push_back(FormField(string16(),
622 elements.push_back(FormField(string16(),
628 elements.push_back(FormField(string16(),
636 db.GetAutofillTable()->AddFormFieldValuesTime(elements, &changes, t);
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_field_trial.cc280 vector<string> elements; local
284 &elements); local
285 for (int i = 0; i < static_cast<int>(elements.size()); i++) {
287 SplitStringUsingSubstr(elements[i], "=", &key_value);
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_dom_feature_extractor.cc94 // of the elements in the document. It keeps track of our current position.
95 WebKit::WebNodeCollection elements; member in struct:safe_browsing::PhishingDOMFeatureExtractor::FrameData
164 cur_node = cur_frame_data_->elements.nextItem();
175 cur_node = cur_frame_data_->elements.firstItem();
179 cur_node = cur_frame_data_->elements.nextItem()) {
387 cur_frame_data_->elements = cur_document_.all();
457 // Record whether forms appear and whether various form elements appear.
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_table_unittest.cc218 // Removing all elements since the beginning of this function should remove
473 std::vector<FormFieldData> elements; local
477 elements.push_back(field);
481 elements.push_back(field);
485 elements.push_back(field);
489 elements.push_back(field);
492 table_->AddFormFieldValuesTime(elements, &changes, t);
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DBlit.cpp103 static const D3DVERTEXELEMENT9 elements[] = local
109 result = device->CreateVertexDeclaration(elements, &mQuadVertexDeclaration);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_vbo.c48 const struct pipe_vertex_element *elements)
72 const struct pipe_vertex_element *ve = &elements[i];
77 so->element[i].pipe = elements[i];
46 nv50_vertex_state_create(struct pipe_context *pipe, unsigned num_elements, const struct pipe_vertex_element *elements) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_vbo.c50 const struct pipe_vertex_element *elements)
76 const struct pipe_vertex_element *ve = &elements[i];
81 so->element[i].pipe = elements[i];
146 const unsigned b = elements[i].vertex_buffer_index;
147 const unsigned s = elements[i].src_offset;
48 nvc0_vertex_state_create(struct pipe_context *pipe, unsigned num_elements, const struct pipe_vertex_element *elements) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Duniform_query.cpp279 unsigned elements = (uni->type->is_sampler()) local
282 /* Calculate the source base address *BEFORE* modifying elements to
286 &uni->storage[offset * elements];
294 unsigned bytes = sizeof(src[0]) * elements;
323 for (unsigned i = 0; i < elements; i++) {
468 * \param count Number of array elements to propagate.
728 * "When loading N elements starting at an arbitrary position k in a
729 * uniform declared as an array, elements k through k + N - 1 in the
836 unsigned elements; local
882 * "When loading N elements startin
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm.h273 * the number of elements of a statically defined array.
276 #define elements(x) ( sizeof(x) / sizeof(*(x)) ) macro
/external/guava/guava/src/com/google/common/collect/
H A DImmutableList.java38 * Does not permit null elements.
65 // Casting to any type is safe because the list will never hold any elements.
84 * Returns an immutable list containing the given elements, in order.
93 * Returns an immutable list containing the given elements, in order.
102 * Returns an immutable list containing the given elements, in order.
111 * Returns an immutable list containing the given elements, in order.
120 * Returns an immutable list containing the given elements, in order.
129 * Returns an immutable list containing the given elements, in order.
139 * Returns an immutable list containing the given elements, in order.
149 * Returns an immutable list containing the given elements, i
215 copyOf(Iterable<? extends E> elements) argument
241 copyOf(Collection<? extends E> elements) argument
255 copyOf(Iterator<? extends E> elements) argument
265 copyOf(E[] elements) argument
294 construct(Object... elements) argument
511 final Object[] elements; field in class:ImmutableList.SerializedForm
512 SerializedForm(Object[] elements) argument
583 addAll(Iterable<? extends E> elements) argument
600 add(E... elements) argument
614 addAll(Iterator<? extends E> elements) argument
[all...]
H A DIterables.java105 * Returns the number of elements in {@code iterable}.
139 * @param removeFrom the iterable to (potentially) remove elements from
140 * @param elementsToRemove the elements to remove
157 * @param removeFrom the iterable to (potentially) remove elements from
158 * @param elementsToRetain the elements to retain
172 * @param removeFrom the iterable to (potentially) remove elements from
175 * @return {@code true} if any elements were removed from the iterable
227 // moving elements when remove() is called). Stop before 'from' because
241 * Determines whether two iterables contain equal elements in the same order.
243 * and {@code iterable2} contain the same number of elements an
400 cycle(T... elements) argument
[all...]
H A DLists.java79 * elements.
81 * <p><b>Note:</b> if mutability is not required and the elements are
85 * @param elements the elements that the list should contain, in order
86 * @return a new {@code ArrayList} containing those elements
89 public static <E> ArrayList<E> newArrayList(E... elements) { argument
90 checkNotNull(elements); // for GWT
92 int capacity = computeArrayListCapacity(elements.length);
94 Collections.addAll(list, elements);
107 * elements
116 newArrayList(Iterable<? extends E> elements) argument
135 newArrayList(Iterator<? extends E> elements) argument
214 newLinkedList( Iterable<? extends E> elements) argument
919 addAllImpl( List<E> list, int index, Iterable<? extends E> elements) argument
[all...]
H A DTreeMultiset.java40 * A multiset which maintains the ordering of its elements, according to either
60 * Creates a new, empty multiset, sorted according to the elements' natural
61 * order. All elements inserted into the multiset must implement the
62 * {@code Comparable} interface. Furthermore, all such elements must be
64 * {@code ClassCastException} for any elements {@code e1} and {@code e2} in
67 * element to a set whose elements are integers), the {@code add(Object)}
80 * comparator. All elements inserted into the multiset must be <i>mutually
82 * e2)} must not throw a {@code ClassCastException} for any elements {@code
88 * null value indicates that the elements' <i>natural ordering</i> should
100 * Creates an empty multiset containing the given initial elements, sorte
110 create( Iterable<? extends E> elements) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterables.java102 * Returns the number of elements in {@code iterable}.
136 * @param removeFrom the iterable to (potentially) remove elements from
137 * @param elementsToRemove the elements to remove
154 * @param removeFrom the iterable to (potentially) remove elements from
155 * @param elementsToRetain the elements to retain
169 * @param removeFrom the iterable to (potentially) remove elements from
172 * @return {@code true} if any elements were removed from the iterable
224 // moving elements when remove() is called). Stop before 'from' because
238 * Determines whether two iterables contain equal elements in the same order.
240 * and {@code iterable2} contain the same number of elements an
382 cycle(T... elements) argument
[all...]
H A DTreeMultiset.java36 * A multiset which maintains the ordering of its elements, according to either
56 * Creates a new, empty multiset, sorted according to the elements' natural
57 * order. All elements inserted into the multiset must implement the
58 * {@code Comparable} interface. Furthermore, all such elements must be
60 * {@code ClassCastException} for any elements {@code e1} and {@code e2} in
63 * element to a set whose elements are integers), the {@code add(Object)}
76 * comparator. All elements inserted into the multiset must be <i>mutually
78 * e2)} must not throw a {@code ClassCastException} for any elements {@code
84 * null value indicates that the elements' <i>natural ordering</i> should
96 * Creates an empty multiset containing the given initial elements, sorte
106 create( Iterable<? extends E> elements) argument
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractIteratorTester.java153 + actual + "' not found. Remaining elements: " + expected);
161 * elements and a set of features to support (from the enclosing
177 // TODO: track seen elements when order isn't guaranteed
182 * The elements to be returned by future calls to {@code next()}, with the
187 * The elements to be returned by future calls to {@code previous()}, with
313 List<E> elements = new ArrayList<E>();
314 Helpers.addAll(elements, previousElements);
315 Helpers.addAll(elements, Helpers.reverse(nextElements));
316 return elements;
349 * expected elements passe
364 verify(List<E> elements) argument
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DMinMaxPriorityQueueTest.java190 * this map would contain the same exact elements as the MinMaxHeap; the
522 @Override protected void verify(List<T> elements) {
523 assertEquals(Sets.newHashSet(elements),
581 ArrayList<Integer> elements = createOrderedList(size);
582 List<Integer> expected = ImmutableList.copyOf(elements);
584 long seed = insertRandomly(elements, q);
586 elements.add(q.pollFirst());
588 assertEquals("Using seed " + seed, expected, elements);
596 ArrayList<Integer> elements = createOrderedList(size);
597 List<Integer> expected = ImmutableList.copyOf(elements);
716 insertRandomly(ArrayList<Integer> elements, MinMaxPriorityQueue<Integer> q) argument
724 insertRandomly(ArrayList<Integer> elements, MinMaxPriorityQueue<Integer> q, Random random) argument
[all...]

Completed in 852 milliseconds

1234567891011>>