OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theName
(Results
1 - 11
of
11
) sorted by null
/external/gptfdisk/
gptpart.h
82
void SetName(const string &
theName
);
84
void SetName(const UnicodeString &
theName
);
gptpart.cc
169
// Set the name for a partition to
theName
, using a C++-style string as
171
void GPTPart::SetName(const string &
theName
) {
172
SetName((UnicodeString)
theName
.c_str());
175
// Set the name for a partition to
theName
, using a Unicode string as
177
void GPTPart::SetName(const UnicodeString &
theName
) {
178
if (
theName
.isBogus()) {
182
theName
.extractBetween(0, NAME_SIZE, (UChar*) name);
188
// Set the name for a partition to
theName
. Note that
theName
is a
192
void GPTPart::SetName(const string &
theName
) {
[
all
...]
gpttext.cc
307
UnicodeString
theName
= "";
313
theName
= ReadUString();
315
theName
= ReadString();
317
partitions[partNum].SetName(
theName
);
[
all
...]
gpt.h
150
int SetName(uint32_t partNum, const UnicodeString &
theName
);
gpt.cc
[
all
...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
ElementType.java
25
private String
theName
; // element type name (Qname)
51
theName
= name;
103
public String name() { return
theName
; }
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
NetworkInterfaceTest.java
214
String
theName
= networkInterface1.getName();
215
if (
theName
!= null) {
218
networkInterface1, NetworkInterface.getByName(
theName
));
225
String
theName
= networkInterface2.getName();
226
if (
theName
!= null) {
229
networkInterface2, NetworkInterface.getByName(
theName
));
/prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar
Completed in 1601 milliseconds