/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
BitSet.java | 115 public void addAll(int[] elements) { 116 if ( elements==null ) { 119 for (int i = 0; i < elements.length; i++) { 120 int e = elements[i]; 125 public void addAll(Iterable elements) { 126 if ( elements==null ) { 129 Iterator it = elements.iterator(); 139 int n = elements.size(); 141 Object o = elements.get(i); 331 public static BitSet of(Collection elements) { [all...] |
/cts/tools/dex-tools/src/dex/reader/ |
TypeFormatter.java | 91 private String format(List<?> elements, String separator) { 94 for (Object element : elements) {
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
RewriteCardinalityException.js | 6 * This signifies a case where the cardinality of two or more elements
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
BERConstructedOctetString.java | 100 return generateOcts().elements(); 103 return octs.elements();
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
ExtendedKeyUsage.java | 80 Enumeration e = usages.elements(); 107 for (Enumeration it = usageTable.elements(); it.hasMoreElements();)
|
X509Extensions.java | 305 e = ordering.elements(); 313 e = this.ordering.elements(); 334 Enumeration e = objectIDs.elements(); 343 e = this.ordering.elements(); 360 return ordering.elements(); 399 Enumeration e = ordering.elements();
|
/external/doclava/res/assets/templates/components/ |
api_filter.cs | 7 <!-- option elements added by buildApiLevelSelector() -->
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ObjectArrays.java | 50 * @param array the array of elements to append 53 * elements of {@code array} occupying the remaining elements. 65 * @param array the array of elements to prepend 86 * Returns an array containing all of the elements in the specified 93 * the array has more elements than the collection), the element in the array 96 * the caller knows that the collection does not contain any null elements. 98 * <p>This method returns the elements in the order they are returned by the 103 * @param c the collection for which to return an array of elements 104 * @param array the array in which to place the collection elements [all...] |
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...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
Helpers.java | 47 public static <E> List<E> copyToList(Iterable<? extends E> elements) { 49 addAll(list, elements); 53 public static <E> List<E> copyToList(E[] elements) { 54 return copyToList(Arrays.asList(elements)); 58 public static <E> Set<E> copyToSet(Iterable<? extends E> elements) { 60 addAll(set, elements); 64 public static <E> Set<E> copyToSet(E[] elements) { 65 return copyToSet(Arrays.asList(elements)); 89 assertTrue("unexpected elements: " + act, act.isEmpty());
|
MapTestSuiteBuilder.java | 196 public Set<Map.Entry<K, V>> create(Object... elements) { 197 return mapGenerator.create(elements).entrySet(); 240 public Set<K> create(Object... elements) { 242 K[] keysArray = (K[]) elements; 246 mapGenerator.getSampleElements(elements.length); 250 new ArrayList<Entry<K, V>>(elements.length); 301 public Collection<V> create(Object... elements) { 303 V[] valuesArray = (V[]) elements; 307 mapGenerator.getSampleElements(elements.length); 311 new ArrayList<Entry<K, V>>(elements.length) [all...] |
/external/junit/src/org/junit/matchers/ |
JUnitMatchers.java | 31 * @param elements 32 * @return A matcher matching any collection containing every element in elements 34 public static <T> org.hamcrest.Matcher<java.lang.Iterable<T>> hasItems(T... elements) { 35 return IsCollectionContaining.hasItems(elements); 42 * or different elements matching each matcher)
|
/external/v8/test/mjsunit/regress/ |
regress-117409.js | 32 // Create literal with a fast double elements backing store 35 // Specialize the IC for fast double elements 39 // Trruncate array to 0 elements, at which point backing store will be replaced 44 // elements fixed array backing store. This leads to a mismatch between the map
|
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
PredicatesTest.java | 68 private static <E> ArrayList<E> newArrayList(E... elements) { 70 Collections.addAll(list, elements);
|
/frameworks/base/test-runner/src/junit/runner/ |
ClassPathTestCollector.java | 25 return result.elements(); 35 Enumeration e= roots.elements();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
AdapterViewRule.java | 33 @Nullable IDragElement[] elements) { 57 public DropFeedback onDropMove(@NonNull INode targetNode, @NonNull IDragElement[] elements,
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ForwardingListTest.java | 98 int index, Collection<? extends T> elements) { 99 return standardAddAll(index, elements); 146 @Override protected List<String> create(String[] elements) { 148 Lists.newArrayList(elements)); 155 @Override protected List<String> create(String[] elements) { 157 ImmutableList.copyOf(elements));
|
/external/icu4c/i18n/ |
bmsearch.cpp | 90 UCollationElements *elements; member in class:Target 98 targetString(NULL), targetBuffer(NULL), targetLength(0), elements(NULL), charBreakIterator(NULL) 144 ucol_closeElements(elements); 153 ucol_closeElements(elements); 164 elements = ucol_openElements(coll, target->getBuffer(), target->length(), &status); 165 ucol_forceHanImplicit(elements, &status); 191 low = ucol_getOffset(elements); 192 order = ucol_next(elements, &status); 193 high = ucol_getOffset(elements); 241 high = ucol_getOffset(elements); [all...] |
/frameworks/base/tools/aidl/ |
generate_java_binder.cpp | 38 this->elements.push_back(descriptor); 50 this->elements.push_back(ctor); 62 this->elements.push_back(asBinder); 79 this->elements.push_back(onTransact); 143 this->elements.push_back(m); 171 this->elements.push_back(new Field(PRIVATE, mRemote)); 180 this->elements.push_back(ctor); 189 this->elements.push_back(asBinder); 269 stubClass->elements.push_back(transactCode); 289 interface->elements.push_back(decl) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
DomUtilities.java | 95 * Returns all elements below the given node (which can be a document, 99 * @return all elements in the subtree formed by the node parameter 103 List<Element> elements = new ArrayList<Element>(64); local 104 addElements(node, elements); 105 return elements; 108 private static void addElements(@NonNull Node node, @NonNull List<Element> elements) { 110 elements.add((Element) node); 115 addElements(childNodes.item(i), elements); local 245 * @return a pair of parent and child elements, where either the parent or the child 357 * Returns a range of elements for the given caret range. Note that the two element [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
TreeToNFAConverter.g | 658 IntSet elements=new IntervalSet(); 660 $start.setSetValue(elements); // track set for use by code gen 663 (^(ALT ( ^(BACKTRACK_SEMPRED .*) )? setElement[elements] EOA))+ 667 $g = factory.build_Set(elements,$b); 669 $b.setSetValue(elements); // track set value of this block 671 //{System.out.println("set elements="+elements.toString(grammar));} 674 setRule returns [IntSet elements=new IntervalSet()] 682 ( ^(ALT (BACKTRACK_SEMPRED)? setElement[elements] EOA) )+ 691 setElement[IntSet elements] [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
TestVersionTracker.java | 56 private Hashtable elements; field in class:TestVersionTracker 86 elements = new Hashtable(); 114 Enumeration keys=elements.keys(); 117 TestPlugin testPlugin=(TestPlugin)elements.get(id); 142 elements.put(id,testPlugin); 185 if (elements.containsKey(name)){ 251 if (elements.containsKey(name)) { 347 Object[] keys = elements.keySet().toArray(); 351 writer.println(((TestPlugin)elements.get(key)).toString());
|
ErrorTracker.java | 72 NodeList elements = document.getElementsByTagName("platform"); local 73 int elementCount = elements.getLength(); 75 PlatformStatus aPlatform = new PlatformStatus((Element) elements.item(i)); 79 Node zipType = elements.item(i).getParentNode(); 179 Enumeration values = platforms.elements();
|
/external/libffi/src/powerpc/ |
ffi_darwin.c | 200 if ((*ptr)->elements[0]->type == 3) 241 for (i = 0; s->elements[i] != NULL; i++) 246 p = s->elements[i]; 263 if (s->elements[0]->type == FFI_TYPE_UINT64 264 || s->elements[0]->type == FFI_TYPE_SINT64 265 || s->elements[0]->type == FFI_TYPE_DOUBLE 266 || s->elements[0]->alignment == 8) 392 if ((*ptr)->elements[0]->type == 3) 708 if (arg_types[i]->elements[0]->type == 3)
|
/external/guava/guava/src/com/google/common/collect/ |
Sets.java | 68 * Returns an immutable set instance containing the given enum elements. 72 * order, not the order in which the elements are provided to the method. 74 * @param anElement one of the elements the set should contain 75 * @param otherElements the rest of the elements the set should contain 76 * @return an immutable set containing those elements, minus duplicates 86 * Returns an immutable set instance containing the given enum elements. 90 * order, not the order in which the elements appear in the given collection. 92 * @param elements the elements, all of the same {@code enum} type, that the 94 * @return an immutable set containing those elements, minus duplicate [all...] |