HomeSort by relevance Sort by last modified time
    Searched refs:getSuffix (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
TagTuple.java 34 public String getSuffix() {
TagToken.java 34 return "value=[" + value.getHandle() + ", " + value.getSuffix() + "]";
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
RepresentTest.java 36 assertEquals(1, bean.getSuffix());
53 public int getSuffix() {
60 return prefix.equals(bean.getPrefix()) && suffix == bean.getSuffix();
72 String value = coin.getPrefix() + "d" + coin.getSuffix();
  /libcore/ojluni/src/main/java/sun/security/x509/
X509AttributeName.java 68 public String getSuffix() {
X509CertImpl.java 670 attr = new X509AttributeName(attr.getSuffix());
677 if (attr.getSuffix() != null) {
679 return info.get(attr.getSuffix());
727 attr = new X509AttributeName(attr.getSuffix());
731 if (attr.getSuffix() == null) {
739 info.set(attr.getSuffix(), obj);
769 attr = new X509AttributeName(attr.getSuffix());
773 if (attr.getSuffix() != null) {
776 info.delete(attr.getSuffix());
    [all...]
X509CertInfo.java 375 String suffix = attrName.getSuffix();
464 String suffix = attrName.getSuffix();
542 String suffix = attrName.getSuffix();
    [all...]
  /hardware/libhardware/include/hardware/
boot_control.h 113 * (*getSuffix)() returns the string suffix used by partitions that
118 const char* (*getSuffix)(struct boot_control_module *module, unsigned slot);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
StructuredNameDataItem.java 63 public String getSuffix() {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalSource.java 222 int startId = Integer.parseInt(pid.path.getSuffix());
228 int curId = Integer.parseInt(pid2.path.getSuffix());
250 String s1 = p1.path.getSuffix();
251 String s2 = p2.path.getSuffix();
Path.java 201 public String getSuffix() {
SecureAlbum.java 179 int id = Integer.parseInt(path.getSuffix());
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapBmessageBuilder.java 156 sb.append(nd.getSuffix() == null ? "" : nd.getSuffix());
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
RealVectorFormat.java 149 public String getSuffix() {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapCard.java 92 json.put("suffix", name.getSuffix());
PhonebookEntry.java 132 name.suffix = n.getSuffix();
  /system/extras/bootctl/
bootctl.c 129 const char* suffix = module->getSuffix(module, slot_number);
  /system/update_engine/
boot_control_android.cc 143 const char* suffix = module_->getSuffix(module_, slot);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Vector3DFormat.java 146 public String getSuffix() {
  /external/snakeyaml/src/test/java/org/pyyaml/
CanonicalParser.java 91 tag = token.getValue().getHandle() + token.getValue().getSuffix();
  /hardware/bsp/intel/soc/common/bootctrl/
bootctrl.c 358 .getSuffix = bootctrl_get_suffix,
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetConfigure.java 173 int bucketId = Integer.parseInt(path.getSuffix());
  /packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
GalleryWidgetMigrator.java 98 int bucketId = Integer.parseInt(path.getSuffix());
  /system/extras/boot_control_copy/
boot_control_copy.c 290 .getSuffix = module_getSuffix,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
NameSplitterTest.java 321 assertEquals(suffix, name.getSuffix());
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardEntryTests.java 351 assertEquals("Suffix", nameData.getSuffix());

Completed in 2572 milliseconds

1 2 3 4 5