OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theName
(Results
1 - 18
of
18
) sorted by null
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
Util.java
24
public static String getLocalResource(String
theName
) {
27
input = YamlDocument.class.getClassLoader().getResourceAsStream(
theName
);
29
throw new RuntimeException("Can not find " +
theName
);
/external/gptfdisk/
gptpart.h
82
void SetName(const string &
theName
);
84
void SetName(const UnicodeString &
theName
);
gptpart.cc
171
// Set the name for a partition to
theName
, using a C++-style string as
173
void GPTPart::SetName(const string &
theName
) {
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
) {
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
) {
[
all
...]
gpttext.cc
307
UnicodeString
theName
= "";
313
theName
= ReadUString();
315
theName
= ReadString();
317
partitions[partNum].SetName(
theName
);
[
all
...]
gpt.h
151
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
));
/external/snakeyaml/src/test/java/org/pyyaml/
PyImportTest.java
64
protected String getResource(String
theName
) {
66
content = Util.getLocalResource(PATH + File.separator +
theName
);
/prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar
/external/robolectric/v3/runtime/
tagsoup-1.2.jar
/prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/
tagsoup-1.2.jar
/prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/
tagsoup-1.2.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
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar
/frameworks/opt/setupwizard/tools/docs/
doclava.jar
Completed in 811 milliseconds