HomeSort by relevance Sort by last modified time
    Searched defs:EMPTY_LIST (Results 1 - 25 of 36) sorted by null

1 2

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
PemObject.java 10 private static final List EMPTY_LIST = Collections.unmodifiableList(new ArrayList());
24 this(type, EMPTY_LIST, content);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
CertUtils.java 36 private static List EMPTY_LIST = Collections.unmodifiableList(new ArrayList());
145 return EMPTY_LIST;
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingSetTest.java 102 private static final List<String> EMPTY_LIST =
158 forward().addAll(EMPTY_LIST);
173 forward().containsAll(EMPTY_LIST);
193 forward().removeAll(EMPTY_LIST);
198 forward().retainAll(EMPTY_LIST);
ForwardingListTest.java 135 private static final List<String> EMPTY_LIST =
193 forward.addAll(EMPTY_LIST);
213 forward.containsAll(EMPTY_LIST);
263 forward.removeAll(EMPTY_LIST);
268 forward.retainAll(EMPTY_LIST);
  /libcore/luni/src/main/java/java/util/
Collections.java 106 return Collections.EMPTY_LIST;
156 return EMPTY_LIST;
168 public static final List EMPTY_LIST = new EmptyList();
    [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 53 private static final List<String> EMPTY_LIST = new ArrayList<String>();
255 mSuggestions = EMPTY_LIST;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DB_Results.java 46 private static final String[] EMPTY_LIST = new String[0];
429 if (BUILDS_LENGTH == 0) return EMPTY_LIST;
483 if (COMPONENTS == null) return EMPTY_LIST;
506 if (CONFIGS == null) return EMPTY_LIST;
1018 BUILDS = EMPTY_LIST;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EventLocationAdapter.java 94 private static ArrayList<Result> EMPTY_LIST = new ArrayList<Result>();
150 super(context, R.layout.location_dropdown_item, EMPTY_LIST);
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 49 private static final NodeList EMPTY_LIST = new NodeListImpl();
87 return EMPTY_LIST;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 133 EMPTY_LIST = ']' # push empty list
595 write(EMPTY_LIST)
596 else: # proto 0 -- can't use EMPTY_LIST
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 133 EMPTY_LIST = ']' # push empty list
595 write(EMPTY_LIST)
596 else: # proto 0 -- can't use EMPTY_LIST
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 1412 milliseconds

1 2