HomeSort by relevance Sort by last modified time
    Searched refs:elements (Results 426 - 450 of 1581) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3rewritestreams.h 42 /// A generic list of elements tracked in an alternative to be used in
52 /// Once you start next()ing, do not try to add more elements. It will
66 /// which bumps it to 1 meaning no more elements.
70 /// Track single elements w/o creating a list. Upon 2nd add, alloc list
76 pANTLR3_VECTOR elements; member in struct:ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct
106 /// not consumed any of its elements. Elements themselves are untouched.
114 /// Return the next element in the stream. If out of elements, throw
115 /// an exception unless size()==1. If size is 1, then return elements[0].
148 /// Number of elements available in the strea
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
SecureClassLoader2Test.java 55 Enumeration e1 = pc.elements();
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueParser.java 47 * Basic implementation for parsing header values into elements.
85 * Parses elements with the given parser.
90 * @return array holding the header elements, never <code>null</code>
123 List elements = new ArrayList(); local
127 elements.add(element);
131 elements.toArray(new HeaderElement[elements.size()]);
  /external/chromium_org/chrome/browser/prerender/
prerender_field_trial.cc 280 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/content/common/
page_state_serialization.h 33 std::vector<ExplodedHttpBodyElement> elements; member in struct:content::ExplodedHttpBody
  /external/chromium_org/content/public/renderer/
history_item_serialization.cc 107 state->http_body.elements.resize(http_body.elementCount());
111 ToExplodedHttpBodyElement(element, &state->http_body.elements[i]);
159 for (size_t i = 0; i < state.http_body.elements.size(); ++i)
160 AppendHTTPBodyElement(state.http_body.elements[i], &http_body);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
InputLayoutCache.h 44 D3D11_INPUT_ELEMENT_DESC elements[gl::MAX_VERTEX_ATTRIBS]; member in struct:rx::InputLayoutCache::InputLayoutKey
  /external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
model.py 76 def __init__(self, elements):
77 self.elements = elements
175 for value in node.elements:
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp 85 bool GrClipMaskManager::useSWOnlyPath(const ElementList& elements) {
92 for (ElementList::Iter iter(elements.headIter()); iter.get(); iter.next()) {
114 ElementList elements(16);
133 &elements,
137 if (elements.isEmpty()) {
161 if (this->useSWOnlyPath(elements)) {
166 elements,
171 elements,
210 elements,
424 const ElementList& elements,
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
seek.js 5 // This file performs actions on media elements.
19 throw new Error('Can not seek non HTML5 media elements.');
  /external/chromium_org/win8/metro_driver/
toast_notification_handler.cc 42 mswr::ComPtr<winxml::Dom::IXmlNodeList> elements; local
46 &elements);
50 elements->get_Length(&count);
56 hr = elements->Item(index, node);
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedMultisetFauxverideShim.java 143 * Comparable} elements.</b> Proper calls will resolve to the version in {@code
151 public static <E> ImmutableSortedMultiset<E> copyOf(E[] elements) {
165 * The result is that ImmutableSortedMultiset.copyOf() may be called on non-Comparable elements.
ImmutableSortedSetFauxverideShim.java 138 * non-{@code Comparable} elements.</b> Proper calls will resolve to the
145 @Deprecated public static <E> ImmutableSortedSet<E> copyOf(E[] elements) {
162 * non-Comparable elements. We have not discovered a better solution. In
Multiset.java 31 * may have duplicate elements. A multiset is also sometimes called a
34 * <p>Elements of a multiset that are equal to one another (see "Note on
51 * #elementSet} contains the distinct elements of the multiset "with duplicates
60 * given initial elements. This is simply a refinement of {@code Collection}'s
122 * implementation does not permit null elements. Note that if {@code
152 * implementation does not permit null elements. Note that if {@code
173 * implementation does not permit null elements. Note that if {@code
182 * Returns the set of distinct elements contained in this multiset. The
184 * either is immediately reflected in the other. The order of the elements in
193 * elements in the multiset: {@code elementSet().size()}
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractMapTester.java 60 protected void expectMissingKeys(K... elements) {
61 for (K element : elements) {
67 protected void expectMissingValues(V... elements) {
68 for (V element : elements) {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListRemoveAllTester.java 42 collection = getSubjectGenerator().create(arrayAndDuplicate.elements);
ListRemoveTester.java 40 collection = getSubjectGenerator().create(arrayAndDuplicate.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/libffi/testsuite/libffi.call/
struct1.c 36 ts1_type.elements = ts1_type_elements;
struct2.c 35 ts2_type.elements = ts2_type_elements;
struct4.c 35 ts4_type.elements = ts4_type_elements;
struct5.c 33 ts5_type.elements = ts5_type_elements;
struct6.c 33 ts6_type.elements = ts6_type_elements;
struct7.c 35 ts7_type.elements = ts7_type_elements;
struct9.c 34 ts9_type.elements = ts9_type_elements;

Completed in 729 milliseconds

<<11121314151617181920>>