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

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
Trans.java 31 String inName = null;
39 inName = args[pos];
55 if (inText != null && inName != null) {
61 if (inName != null) {
62 in = new BufferedReader(new InputStreamReader(new FileInputStream(inName), "UTF8"));
  /libcore/ojluni/src/main/java/sun/security/x509/
DNSName.java 202 String inName =
205 if (inName.equals(thisName))
207 else if (thisName.endsWith(inName)) {
208 int inNdx = thisName.lastIndexOf(inName);
213 } else if (inName.endsWith(thisName)) {
214 int ndx = inName.lastIndexOf(thisName);
215 if (inName.charAt(ndx-1) == '.' )
RFC822Name.java 191 String inName =
194 if (inName.equals(thisName)) {
196 } else if (thisName.endsWith(inName)) {
198 if (inName.indexOf('@') != -1) {
200 } else if (inName.startsWith(".")) {
203 int inNdx = thisName.lastIndexOf(inName);
210 } else if (inName.endsWith(thisName)) {
217 int ndx = inName.lastIndexOf(thisName);
218 if (inName.charAt(ndx-1) == '@') {
  /external/expat/lib/
xmltok_impl.c     [all...]
  /external/guice/lib/build/
munge.jar 
  /external/v8/build/android/rezip/
RezipApk.java 105 String inName = entry.getName();
106 if (rename && entry.getSize() > 0 && isLibraryFilename(inName)) {
107 return renameLibraryForCrazyLinker(inName);
109 return inName;
  /external/bzip2/
bzip2.c 205 Char inName [FILE_NAME_LEN];
540 progName, inName );
607 fprintf ( stderr, "%s: %s: ", progName, inName );
680 inName, outName
701 retVal = MY_STAT ( inName, &statBuf );
1147 copyFileName ( inName, (Char*)"(stdin)" );
1151 copyFileName ( inName, name );
1156 copyFileName ( inName, name );
1161 if ( srcMode != SM_I2O && containsDubiousChars ( inName ) ) {
1164 progName, inName );
    [all...]
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/ant-tasks/24.4.0-beta3/
ant-tasks-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/ant-tasks/24.4.0-beta6/
ant-tasks-24.4.0-beta6.jar 

Completed in 763 milliseconds