OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:singletonlist
(Results
101 - 125
of
482
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentHashMapTest.java
153
assertTrue(m.containsKey(Collections.
singletonList
(new BI(i))));
167
m.put(Collections.
singletonList
(new BI(i)), true);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java
574
return Collections.
singletonList
(ATTR_ID);
712
return Collections.
singletonList
(ATTR_ID);
[
all
...]
/external/jetty/lib/
jetty-util-6.1.26.jar
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
PredicatesTest.java
367
Predicate<Integer> troo = Predicates.or(Collections.
singletonList
(TRUE));
/external/guava/guava-tests/test/com/google/common/collect/
Collections2Test.java
340
Collections2.permutations(Collections.<Integer>
singletonList
(1))
MultimapsTest.java
514
Collections.
singletonList
(1))));
516
Collections.
singletonList
(1))));
[
all
...]
FluentIterableTest.java
175
List<String> expected = Collections.
singletonList
("foo");
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/test/
AbstractTestCase.java
241
return Collections.
singletonList
(element);
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/test/
AbstractTest.java
229
return Collections.
singletonList
(element);
/external/mockito/src/org/mockito/internal/util/reflection/
GenericMetadataSupport.java
391
return Collections.
singletonList
(type);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java
364
final List<InputMethodInfo> imiList = Collections.
singletonList
(
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
RelativeLayoutRule.java
313
actions.add(createGravityAction(Collections.<INode>
singletonList
(parentNode),
BaseLayoutRule.java
113
Collections.
singletonList
(parentNode)
194
Collections.
singletonList
(parentNode)
[
all
...]
LinearLayoutRule.java
135
new PropertyCallback(Collections.
singletonList
(parentNode),
154
new PropertyCallback(Collections.
singletonList
(parentNode),
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java
223
Collections.
singletonList
(resource), null, false);
EclipseLintClient.java
491
clearMarkers(Collections.
singletonList
(resource));
829
classes = Collections.
singletonList
(file);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java
265
dxInput = Collections.
singletonList
(obfuscatedJar.getAbsolutePath());
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java
409
Collections.
singletonList
(NdkLaunchConstants.DEFAULT_SOLIB_PATH));
/prebuilts/devtools/tools/lib/
lint-checks.jar
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetNavigationTester.java
263
multiset.addAll(Collections.
singletonList
(entry.getElement()));
/external/guava/guava-tests/test/com/google/common/base/
PredicatesTest.java
439
Predicate<Integer> troo = Predicates.or(Collections.
singletonList
(TRUE));
[
all
...]
/external/jetty/src/java/org/eclipse/jetty/client/
AbstractHttpConnection.java
470
AggregateLifeCycle.dump(out,indent,Collections.
singletonList
(_endp));
/external/jetty/src/java/org/eclipse/jetty/http/
PathMap.java
200
Collections.
singletonList
(_default);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DefaultMp4Builder.java
241
editListBox.setEntries(Collections.
singletonList
(
FragmentedMp4Builder.java
398
return Collections.
singletonList
(trun);
Completed in 521 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>