HomeSort by relevance Sort by last modified time
    Searched full:singletonlist (Results 76 - 100 of 482) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
AbstractFakeCommandHandler.java 214 sendReply(session, replyCode, exception.getMessageKey(), Collections.singletonList(arg));
404 return Collections.singletonList(item);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 194 callback.action(orientationAction, Collections.singletonList(node), VALUE_VERTICAL, true);
199 callback.action(orientationAction, Collections.singletonList(node), VALUE_HORIZONTAL,
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
PeekingIteratorTest.java 94 actsLikeIteratorHelper(Collections.singletonList(new Object()));
Collections2Test.java 182 Collections2.permutations(Collections.<Integer> singletonList(1))
MultimapsTest.java 413 Collections.singletonList(1))));
415 Collections.singletonList(1))));
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapPutIterableTester.java 154 multimap().putAll(null, Collections.singletonList(sampleValues().e3));
  /external/guava/guava-tests/test/com/google/common/collect/
PeekingIteratorTest.java 95 actsLikeIteratorHelper(Collections.singletonList(new Object()));
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
RouteSelector.java 131 proxies = Collections.singletonList(proxy);
OkHeaders.java 103 result.put(null, Collections.unmodifiableList(Collections.singletonList(valueForNullKey)));
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
WebSocketCall.java 87 client.setProtocols(Collections.singletonList(com.squareup.okhttp.Protocol.HTTP_1_1));
  /external/vogar/src/vogar/target/junit/
Junit3.java 62 return Collections.singletonList((Test) suiteMethod.invoke(null));
  /libcore/luni/src/main/java/java/net/
CookieManager.java 144 return Collections.singletonMap("Cookie", Collections.singletonList(result.toString()));
  /libcore/luni/src/main/java/libcore/net/url/
FileURLConnection.java 206 Collections.singletonList(headerKeysAndValues[i + 1]));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ResizeGesture.java 263 return Collections.<Overlay> singletonList(mOverlay);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintRunner.java 160 boolean fatal = EclipseLintRunner.runLint(Collections.singletonList(project),
LintDeltaProcessor.java 103 mFiles = Collections.<IResource>singletonList(file);
LintFix.java 204 return Collections.singletonList(fix);
LintListDialog.java 164 mList.setResources(Collections.<IResource>singletonList(mFile));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptParserTest.java 166 List<String> errors = Collections.singletonList(originalError);
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
AbstractFakeFileSystem.java 205 return Collections.singletonList(getEntry(path));
233 return Collections.singletonList(getName(path));
508 return Collections.singletonList("");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AppendTrack.java 62 stsd.setBoxes(Collections.<Box>singletonList(aseResult));
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6-sources.jar 
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
IPAccessHandler.java 292 List whiteList = (whiteObj instanceof List) ? (List)whiteObj : Collections.singletonList(whiteObj);
311 List blackList = (blackObj instanceof List) ? (List)blackObj : Collections.singletonList(blackObj);
  /external/jetty/src/java/org/eclipse/jetty/servlets/
ProxyServlet.java 333 List whiteList = (whiteObj instanceof List)?(List)whiteObj:Collections.singletonList(whiteObj);
352 List blackList = (blackObj instanceof List)?(List)blackObj:Collections.singletonList(blackObj);

Completed in 707 milliseconds

1 2 34 5 6 7 8 91011>>