HomeSort by relevance Sort by last modified time
    Searched defs:thisName (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstMemberRef.java 82 CstUtf8 thisName = nat.getName();
85 return thisName.compareTo(otherName);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstMemberRef.java 82 CstString thisName = nat.getName();
85 return thisName.compareTo(otherName);
  /libcore/ojluni/src/main/java/sun/security/x509/
DNSName.java 204 String thisName = name.toLowerCase(Locale.ENGLISH);
205 if (inName.equals(thisName))
207 else if (thisName.endsWith(inName)) {
208 int inNdx = thisName.lastIndexOf(inName);
209 if (thisName.charAt(inNdx-1) == '.' )
213 } else if (inName.endsWith(thisName)) {
214 int ndx = inName.lastIndexOf(thisName);
RFC822Name.java 193 String thisName = name.toLowerCase(Locale.ENGLISH);
194 if (inName.equals(thisName)) {
196 } else if (thisName.endsWith(inName)) {
203 int inNdx = thisName.lastIndexOf(inName);
204 if (thisName.charAt(inNdx-1) == '@' ) {
210 } else if (inName.endsWith(thisName)) {
211 /* if thisName contains @, then they had to match exactly */
212 if (thisName.indexOf('@') != -1) {
214 } else if (thisName.startsWith(".")) {
217 int ndx = inName.lastIndexOf(thisName);
    [all...]
  /packages/apps/Music/src/com/android/music/utils/
MusicProvider.java 271 String thisName = cursor.getString(nameColumn);
272 Log.i(TAG, "PlayList ID: " + thisId + " Name: " + thisName);
274 LogHelper.i(TAG, "Found ", songList.size(), " items for playlist name: ", thisName);
275 mMusicListByPlaylist.put(thisName, songList);
  /prebuilts/misc/common/asm/
asm-6.0.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
asm-6.0.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
asm-6.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/6.0/
asm-6.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/
lint-checks-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.9.2/
lint-checks-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.1/
lint-checks-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.2/
lint-checks-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.0/
lint-checks-23.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.3/
lint-checks-23.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.4/
lint-checks-23.1.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.0/
lint-checks-23.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.1/
lint-checks-23.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.2/
lint-checks-23.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.4/
lint-checks-23.2.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.5/
lint-checks-23.2.5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.8/
lint-checks-23.2.8.jar 

Completed in 172 milliseconds

1 2 3 4 5 6 7 8 9