OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:collect
(Results
201 - 225
of
2080
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/LayoutTests/fast/dom/DOMImplementation/
detached-doctype.html
7
return GCController.
collect
();
/external/webkit/LayoutTests/fast/dom/HTMLFormElement/
document-deactivation-callback-crash.html
30
GCController.
collect
()
/external/webkit/LayoutTests/fast/dom/NodeList/
adoptNode-node-list-cache.html
10
return GCController.
collect
();
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
VariableInfo.h
19
// Traverses intermediate tree to
collect
all attributes and uniforms.
/external/webkit/Tools/CodeCoverage/
README
17
#
Collect
files
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
invitation.svg
25
inkscape:
collect
="always"
145
inkscape:
collect
="always"
156
inkscape:
collect
="always"
167
inkscape:
collect
="always"
176
inkscape:
collect
="always"
185
inkscape:
collect
="always"
194
inkscape:
collect
="always"
203
inkscape:
collect
="always"
214
inkscape:
collect
="always"
223
inkscape:
collect
="always
[
all
...]
/frameworks/base/core/java/com/google/android/collect/
Maps.java
17
package com.google.android.
collect
;
/frameworks/base/core/res/assets/webkit/
incognito_mode_start_page.html
17
<li>Websites that
collect
or share information about you</li>
/frameworks/base/core/res/res/raw/
incognito_mode_start_page.html
17
<li>Websites that
collect
or share information about you</li>
/frameworks/base/core/res/res/raw-xlarge/
incognito_mode_start_page.html
17
<li>Websites that
collect
or share information about you</li>
/system/extras/tests/bionic/libc/common/
test_dlopen_null.c
18
/* The Gold linker will garbage-
collect
unused global functions
/external/guava/guava/src/com/google/common/collect/
RegularImmutableSet.java
17
package com.google.common.
collect
;
21
import com.google.common.
collect
.ImmutableSet.ArrayImmutableSet;
BstCountBasedBalancePolicies.java
15
package com.google.common.
collect
;
18
import static com.google.common.
collect
.BstOperations.extractMax;
19
import static com.google.common.
collect
.BstOperations.extractMin;
20
import static com.google.common.
collect
.BstOperations.insertMax;
21
import static com.google.common.
collect
.BstOperations.insertMin;
22
import static com.google.common.
collect
.BstSide.LEFT;
23
import static com.google.common.
collect
.BstSide.RIGHT;
/external/guava/guava-testlib/src/com/google/common/collect/testing/
TestStringSetGenerator.java
17
package com.google.common.
collect
.testing;
19
import com.google.common.
collect
.testing.SampleElements.Strings;
TestUnhashableCollectionGenerator.java
17
package com.google.common.
collect
.testing;
19
import com.google.common.
collect
.testing.SampleElements.Unhashables;
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
ListFeature.java
17
package com.google.common.
collect
.testing.features;
19
import com.google.common.
collect
.testing.Helpers;
TesterRequirements.java
17
package com.google.common.
collect
.testing.features;
19
import com.google.common.
collect
.testing.Helpers;
/external/guava/guava-tests/test/com/google/common/collect/
ForwardingCollectionTest.java
17
package com.google.common.
collect
;
21
import com.google.common.
collect
.testing.CollectionTestSuiteBuilder;
22
import com.google.common.
collect
.testing.MinimalCollection;
23
import com.google.common.
collect
.testing.TestStringCollectionGenerator;
24
import com.google.common.
collect
.testing.features.CollectionFeature;
25
import com.google.common.
collect
.testing.features.CollectionSize;
ForwardingListTest.java
17
package com.google.common.
collect
;
19
import com.google.common.
collect
.testing.ListTestSuiteBuilder;
20
import com.google.common.
collect
.testing.TestStringListGenerator;
21
import com.google.common.
collect
.testing.features.CollectionFeature;
22
import com.google.common.
collect
.testing.features.CollectionSize;
23
import com.google.common.
collect
.testing.features.ListFeature;
ForwardingSetTest.java
17
package com.google.common.
collect
;
21
import com.google.common.
collect
.testing.MinimalSet;
22
import com.google.common.
collect
.testing.SetTestSuiteBuilder;
23
import com.google.common.
collect
.testing.TestStringSetGenerator;
24
import com.google.common.
collect
.testing.features.CollectionFeature;
25
import com.google.common.
collect
.testing.features.CollectionSize;
MutableClassToInstanceMapTest.java
17
package com.google.common.
collect
;
19
import com.google.common.
collect
.ImmutableClassToInstanceMapTest.TestClassToInstanceMapGenerator;
20
import com.google.common.
collect
.testing.MapTestSuiteBuilder;
21
import com.google.common.
collect
.testing.features.CollectionSize;
22
import com.google.common.
collect
.testing.features.MapFeature;
23
import com.google.common.
collect
.testing.testers.MapPutTester;
ForwardingMultisetTest.java
17
package com.google.common.
collect
;
19
import com.google.common.
collect
.testing.SetTestSuiteBuilder;
20
import com.google.common.
collect
.testing.TestStringSetGenerator;
21
import com.google.common.
collect
.testing.features.CollectionFeature;
22
import com.google.common.
collect
.testing.features.CollectionSize;
23
import com.google.common.
collect
.testing.google.MultisetTestSuiteBuilder;
24
import com.google.common.
collect
.testing.google.TestStringMultisetGenerator;
BstRangeOpsTest.java
15
package com.google.common.
collect
;
17
import static com.google.common.
collect
.BoundType.CLOSED;
18
import static com.google.common.
collect
.BoundType.OPEN;
19
import static com.google.common.
collect
.BstSide.LEFT;
20
import static com.google.common.
collect
.BstSide.RIGHT;
21
import static com.google.common.
collect
.BstTesting.assertInOrderTraversalIs;
22
import static com.google.common.
collect
.BstTesting.balancePolicy;
23
import static com.google.common.
collect
.BstTesting.countAggregate;
24
import static com.google.common.
collect
.BstTesting.defaultNullPointerTester;
25
import static com.google.common.
collect
.BstTesting.nodeFactory
[
all
...]
/external/proguard/src/proguard/obfuscate/
Obfuscator.java
190
//
Collect
all member names in all classes.
209
//
Collect
all private member names in this class and down
217
//
Collect
all non-private member names anywhere in the hierarchy.
239
//
Collect
all member names in this class.
244
//
Collect
all non-private member names higher up the hierarchy.
268
//
Collect
a map of special names to avoid
288
//
Collect
all private member names in this class and down
296
//
Collect
all non-private member names in this class and
325
//
Collect
all member names in this class.
330
//
Collect
all non-private member names higher up the hierarchy
[
all
...]
/external/clang/utils/
token-delta.py
117
collect
= None
121
if
collect
is None:
122
collect
= ln
124
collect
=
collect
+ '\n' + ln
126
ln,
collect
=
collect
,None
Completed in 1348 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>