HomeSort by relevance Sort by last modified time
    Searched full:empty_list (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /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);
  /system/media/camera/docs/
metadata_helpers_test.py 45 empty_list = []
47 for (x, y) in enumerate_with_last(empty_list):
  /external/guava/guava-tests/test/com/google/common/collect/
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);
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);
  /external/smack/src/org/jivesoftware/smackx/packet/
HeadersExtension.java 33 private Collection<Header> headers = Collections.EMPTY_LIST;
  /external/smack/src/org/jivesoftware/smackx/pubsub/
ConfigurationEvent.java 52 return Collections.EMPTY_LIST;
AffiliationsExtension.java 27 protected List<Affiliation> items = Collections.EMPTY_LIST;
ItemDeleteEvent.java 26 private List<String> itemIds = Collections.EMPTY_LIST;
SubscriptionEvent.java 26 private List<String> subIds = Collections.EMPTY_LIST;
SubscriptionsExtension.java 26 protected List<Subscription> items = Collections.EMPTY_LIST;
  /external/smack/src/org/xbill/DNS/
OPTRecord.java 167 return Collections.EMPTY_LIST;
178 return Collections.EMPTY_LIST;
179 List list = Collections.EMPTY_LIST;
183 if (list == Collections.EMPTY_LIST)
RRset.java 123 return Collections.EMPTY_LIST.iterator();
  /frameworks/base/core/tests/coretests/res/layout/
list_with_empty_view.xml 34 android:text="@string/empty_list" />
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/
X509ExtensionUtil.java 56 return Collections.EMPTY_LIST;
  /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/chromium_org/chrome/renderer/extensions/
activity_log_converter_strategy_unittest.cc 117 "empty_list: [],"
149 EXPECT_TRUE(VerifyString(v8_object->Get(v8::String::New("empty_list")),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
AndroidJUnitLaunchInfo.java 36 private Collection<IDevice> mDevices = Collections.EMPTY_LIST;
  /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;
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 113 assertEquals("Extra algorithms", Collections.EMPTY_LIST, extra);
120 assertEquals("Missing classes", Collections.EMPTY_LIST, missing);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_primitive_field.cc 172 (*variables)["empty_list"] = "java.util.Collections.emptyList()";
552 "private $field_list_type$ $name$_ = $empty_list$;\n");
613 " $name$_ = $empty_list$;\n"
627 printer->Print(variables_, "$name$_ = $empty_list$;\n");
633 "$name$_ = $empty_list$;\n"
java_string_field.cc 67 (*variables)["empty_list"] = "com.google.protobuf.LazyStringArrayList.EMPTY";
476 "private com.google.protobuf.LazyStringList $name$_ = $empty_list$;\n");
544 " $name$_ = $empty_list$;\n"
569 printer->Print(variables_, "$name$_ = $empty_list$;\n");
575 "$name$_ = $empty_list$;\n"
  /external/chromium_org/ash/system/drive/
tray_drive.cc 502 DriveOperationStatusList empty_list; local
506 default_->Update(&empty_list);
508 detailed_->Update(&empty_list);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java 117 nodeIterator = Collections.EMPTY_LIST.iterator();
225 private Iterator subIterator = Collections.EMPTY_LIST.iterator();
337 subIterator = Collections.EMPTY_LIST.iterator();
  /external/chromium_org/net/cert/
multi_threaded_cert_verifier_unittest.cc 314 const CertificateList empty_list; local
374 0, empty_list),
  /frameworks/base/core/tests/coretests/res/values/
strings.xml 84 <string name="empty_list">Empty list</string>

Completed in 689 milliseconds

1 2 3 4