OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allelements
(Results
1 - 25
of
39
) sorted by null
1
2
/libcore/benchmarks/src/benchmarks/regression/
PriorityQueueBenchmark.java
41
List<Integer>
allElements
= new ArrayList<Integer>();
46
allElements
.add(i);
49
Collections.shuffle(
allElements
, random);
52
pq.add(
allElements
.get(i));
53
seekElements.add(
allElements
.get(i));
57
pq.add(
allElements
.get(i));
61
seekElements.add(
allElements
.get(i));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
VersionTrackerTask.java
37
private Vector
allElements
;
67
allElements
=new Vector();
83
for (int i=0; i<
allElements
.size();i++){
84
parse(
allElements
.elementAt(i).toString(), handler);
110
allElements
.add(getBuildDirectory()+File.separator+"plugins"+File.separator+element+File.separator+"plugin.xml");
116
allElements
.add(getBuildDirectory()+File.separator+"plugins"+File.separator+element+File.separator+"fragment.xml");
/libcore/luni/src/test/java/libcore/java/util/
SpliteratorTester.java
274
ArrayList<T>
allElements
= new ArrayList<>();
281
spliterator.forEachRemaining(value -> { distinct.add(value);
allElements
.add(value); });
284
split1.forEachRemaining(value -> { distinct.add(value);
allElements
.add(value); });
286
assertEquals(distinct.size(),
allElements
.size());
289
allElements
.clear();
294
while (spliterator.tryAdvance(value -> { distinct.add(value);
allElements
.add(value); })) {
299
while (split1.tryAdvance(value -> { distinct.add(value);
allElements
.add(value); })) {
303
assertEquals(distinct.size(),
allElements
.size());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/META-INF/
ECLIPSEF.SF
9
Name: templates/headless-build/
allElements
.xml
90
Name: scripts/productBuild/
allElements
.xml
MANIFEST.MF
51
Name: templates/headless-build/
allElements
.xml
132
Name: scripts/productBuild/
allElements
.xml
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/scripts/
build.xml
64
<ant antfile="${customTargets}" target="
allElements
">
78
<ant antfile="${customTargets}" target="
allElements
">
91
<ant antfile="${customTargets}" target="
allElements
">
105
<ant antfile="${customTargets}" target="
allElements
">
118
<ant antfile="${customTargets}" target="
allElements
">
129
<ant antfile="${customTargets}" target="
allElements
">
148
<ant antfile="${customTargets}" target="
allElements
">
/external/icu/icu4j/eclipse-build/pdebuild/
allElements.xml
1
<project name="
allElements
Delegator">
customTargets.xml
7
<property name="allElementsFile" value="${builder}/
allElements
.xml"/>
9
<target name="
allElements
">
44
<antcall target="
allElements
">
51
<antcall target="
allElements
">
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
BuilderValidator.java
77
List<? extends Element>
allElements
= subject.getEnclosedElements();
78
List<ExecutableElement> cxtors = ElementFilter.constructorsIn(
allElements
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
customTargets.xml
7
<available property="allElementsFile" file="${builder}/
allElements
.xml" value="${builder}/
allElements
.xml"/>
8
<property name="allElementsFile" location="${eclipse.pdebuild.templates}/headless-build/
allElements
.xml"/>
11
<target name="
allElements
">
46
<antcall target="
allElements
">
53
<antcall target="
allElements
">
allElements.xml
1
<project name="
allElements
Delegator">
/sdk/eclipse/buildConfig/
customTargets.xml
11
<property name="allElementsFile" value="${builder}/
allElements
.xml"/>
13
<target name="
allElements
">
48
<antcall target="
allElements
">
55
<antcall target="
allElements
">
184
<antcall target="
allElements
">
allElements.xml
5
<project name="
allElements
Delegator">
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/scripts/productBuild/
productBuild.xml
17
<property name="allElementsFile" value="${eclipse.pdebuild.scripts}/productBuild/
allElements
.xml"/>
allElements.xml
11
<project name="Product Build
allElements
Delegator">
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddchgr.h
179
AllElements
,
winioctl.h
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/
customTargets.xml
6
<target name="
allElements
">
141
<antcall target="
allElements
">
152
<antcall target="
allElements
">
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
SetsTest.java
590
ImmutableList<Integer>
allElements
= ImmutableList.of(4233352, 3284593,
592
for (int i = 0; i <
allElements
.size(); i++) {
593
Set<Integer> elements = newHashSet(
allElements
.subList(0, i));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
readme.html
158
targets that are used to provide this information.<BR><BR></P><TABLE WIDTH="100%" BORDER="1"><TR><TD WIDTH="24%">Target</TD><TD WIDTH="76%">Description</TD></TR><TR><TD WIDTH="24%">
allElements
</TD><TD WIDTH="76%"><P>This
167
name="
allElements
"><BR> <ant antfile="${genericTargets}"
176
example, the fetch target in the build.xml calls
allElements
and sets the target
178
target="
allElements
"><BR> <property
181
using arguments type and id set in
allElements
.<BR></P></TD></TR><TR><TD WIDTH="24%">assemble.<element.id>[.config.spec]</TD><TD WIDTH="76%"><P>For
266
target="
allElements
"><BR> <param
280
target="
allElements
"><BR> <param
/external/guava/guava-tests/test/com/google/common/collect/
SetsTest.java
895
ImmutableList<Integer>
allElements
= ImmutableList.of(4233352, 3284593
[
all
...]
/prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-htmlunit-driver/2.42.2/
selenium-htmlunit-driver-2.42.2.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/componentScripts/
customTargets.xml
12
<target name="
allElements
">
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar
/prebuilts/tools/common/m2/repository/org/gebish/geb-core/0.9.3/
geb-core-0.9.3.jar
Completed in 877 milliseconds
1
2