Searched refs:theName (Results 1 – 10 of 10) sorted by relevance
173 void GPTPart::SetName(const string & theName) { argument174 SetName((UnicodeString) theName.c_str());179 void GPTPart::SetName(const UnicodeString & theName) { argument180 if (theName.isBogus()) {184 theName.extractBetween(0, NAME_SIZE, (UChar*) name);194 void GPTPart::SetName(const string & theName) { argument196 size_t len = theName.length() ;200 uint8_t cp = theName[ i ++ ] ;227 cp = theName[ i ++ ] ;
82 void SetName(const string & theName);84 void SetName(const UnicodeString & theName);
307 UnicodeString theName = ""; in SetName() local313 theName = ReadUString(); in SetName()315 theName = ReadString(); in SetName()317 partitions[partNum].SetName(theName); in SetName()
151 int SetName(uint32_t partNum, const UnicodeString & theName);
1914 int GPTData::SetName(uint32_t partNum, const UnicodeString & theName) { in SetName() argument1918 partitions[partNum].SetName(theName); in SetName()
24 public static String getLocalResource(String theName) { in getLocalResource() argument27 input = YamlDocument.class.getClassLoader().getResourceAsStream(theName); in getLocalResource()29 throw new RuntimeException("Can not find " + theName); in getLocalResource()
93 var theName = "MyField";97 var f = this.getField(theName);104 this.removeField(theName);
93 var theName = "MyField";101 this.removeField(theName);
25 private String theName; // element type name (Qname) field in ElementType51 theName = name; in ElementType()103 public String name() { return theName; } in name()
64 protected String getResource(String theName) { in getResource() argument66 content = Util.getLocalResource(PATH + File.separator + theName); in getResource()