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

  /external/nist-sip/java/gov/nist/core/
HostNameParser.java 242 int firstColonIndex = host.indexOf(Lexer.COLON);
244 if(firstColonIndex == -1)
247 int secondColonIndex = host.indexOf(Lexer.COLON, firstColonIndex + 1);
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 398 final int firstColonIndex = argument.indexOf(COLON);
399 if (firstColonIndex < 0) {
402 final int secondColonIndex = argument.indexOf(COLON, firstColonIndex + 1);
406 String column = argument.substring(0, firstColonIndex);
407 String type = argument.substring(firstColonIndex + 1, secondColonIndex);
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 312 milliseconds