Searched refs:theName (Results 1 - 15 of 15) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DUtil.java24 public static String getLocalResource(String theName) { argument
27 input = YamlDocument.class.getClassLoader().getResourceAsStream(theName);
29 throw new RuntimeException("Can not find " + theName);
/external/gptfdisk/
H A Dgptpart.h82 void SetName(const string & theName);
84 void SetName(const UnicodeString & theName);
H A Dgptpart.cc171 // Set the name for a partition to theName, using a C++-style string as
173 void GPTPart::SetName(const string & theName) { argument
174 SetName((UnicodeString) theName.c_str());
177 // Set the name for a partition to theName, using a Unicode string as
179 void GPTPart::SetName(const UnicodeString & theName) { argument
180 if (theName.isBogus()) {
184 theName.extractBetween(0, NAME_SIZE, (UChar*) name);
190 // Set the name for a partition to theName. Note that theName is a
194 void GPTPart::SetName(const string & theName) { argument
[all...]
H A Dgpttext.cc307 UnicodeString theName = ""; local
313 theName = ReadUString();
315 theName = ReadString();
317 partitions[partNum].SetName(theName);
H A Dgpt.h151 int SetName(uint32_t partNum, const UnicodeString & theName);
H A Dgpt.cc1911 int GPTData::SetName(uint32_t partNum, const UnicodeString & theName) { argument
1915 partitions[partNum].SetName(theName);
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DElementType.java25 private String theName; // element type name (Qname) field in class:ElementType
51 theName = name;
103 public String name() { return theName; }
/external/snakeyaml/src/test/java/org/pyyaml/
H A DPyImportTest.java64 protected String getResource(String theName) { argument
66 content = Util.getLocalResource(PATH + File.separator + theName);
/external/robolectric/v3/runtime/
H A Dtagsoup-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 6150 milliseconds