HomeSort by relevance Sort by last modified time
    Searched defs:theName (Results 1 - 7 of 7) sorted by null

  /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/gptfdisk/
gpttext.cc 307 UnicodeString theName = "";
313 theName = ReadUString();
315 theName = ReadString();
317 partitions[partNum].SetName(theName);
    [all...]
  /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 178 milliseconds