Home
last modified time | relevance | path

Searched refs:theName (Results 1 – 12 of 12) sorted by relevance

/external/gptfdisk/
Dgptpart.cc182 void GPTPart::SetName(const string & theName) { argument
183 SetName((UnicodeString) theName.c_str());
188 void GPTPart::SetName(const UnicodeString & theName) { argument
189 if (theName.isBogus()) {
193 theName.extractBetween(0, NAME_SIZE, (UChar*) name);
203 void GPTPart::SetName(const string & theName) { argument
205 size_t len = theName.length() ;
209 uint8_t cp = theName[ i ++ ] ;
236 cp = theName[ i ++ ] ;
Dgptpart.h83 void SetName(const string & theName);
85 void SetName(const UnicodeString & theName);
Dgpttext.cc325 UnicodeString theName = ""; in SetName() local
331 theName = ReadUString(); in SetName()
333 theName = ReadString(); in SetName()
335 partitions[partNum].SetName(theName); in SetName()
Dgpt.h155 int SetName(uint32_t partNum, const UnicodeString & theName);
Dgpt.cc2050 int GPTData::SetName(uint32_t partNum, const UnicodeString & theName) { in SetName() argument
2054 partitions[partNum].SetName(theName); in SetName()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DUtil.java24 public static String getLocalResource(String theName) { in getLocalResource() argument
27 input = YamlDocument.class.getClassLoader().getResourceAsStream(theName); in getLocalResource()
29 throw new RuntimeException("Can not find " + theName); in getLocalResource()
/external/pdfium/testing/resources/javascript/
Dbug_679642.in94 var theName = "MyField";
98 var f = this.getField(theName);
105 this.removeField(theName);
Dbug_679643.in94 var theName = "MyField";
102 this.removeField(theName);
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DElementType.java25 private String theName; // element type name (Qname) field in ElementType
51 theName = name; in ElementType()
103 public String name() { return theName; } in name()
/external/snakeyaml/src/test/java/org/pyyaml/
DPyImportTest.java64 protected String getResource(String theName) { in getResource() argument
66 content = Util.getLocalResource(PATH + File.separator + theName); in getResource()
/external/dagger2/javatests/artifacts/hilt-android/simpleKotlin/app/src/androidTest/java/dagger/hilt/android/simpleKotlin/viewmodel/
DMyViewModels.kt35 @Named("SayMyName") theName: String
/external/jackson-databind/
DREADME.md268 // without annotation, we'd get "theName", but we want "name":