Searched refs:theName (Results 1 – 12 of 12) sorted by relevance
182 void GPTPart::SetName(const string & theName) { argument183 SetName((UnicodeString) theName.c_str());188 void GPTPart::SetName(const UnicodeString & theName) { argument189 if (theName.isBogus()) {193 theName.extractBetween(0, NAME_SIZE, (UChar*) name);203 void GPTPart::SetName(const string & theName) { argument205 size_t len = theName.length() ;209 uint8_t cp = theName[ i ++ ] ;236 cp = theName[ i ++ ] ;
83 void SetName(const string & theName);85 void SetName(const UnicodeString & theName);
325 UnicodeString theName = ""; in SetName() local331 theName = ReadUString(); in SetName()333 theName = ReadString(); in SetName()335 partitions[partNum].SetName(theName); in SetName()
155 int SetName(uint32_t partNum, const UnicodeString & theName);
2050 int GPTData::SetName(uint32_t partNum, const UnicodeString & theName) { in SetName() argument2054 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()
94 var theName = "MyField";98 var f = this.getField(theName);105 this.removeField(theName);
94 var theName = "MyField";102 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()
35 @Named("SayMyName") theName: String
268 // without annotation, we'd get "theName", but we want "name":