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

  /frameworks/base/core/java/android/content/
ClipDescription.java 129 final int slashpos = desiredType.indexOf('/'); local
130 if (slashpos > 0) {
131 if (typeLength == slashpos+2 && desiredType.charAt(slashpos+1) == '*') {
132 if (desiredType.regionMatches(0, concreteType, 0, slashpos+1)) {
IntentFilter.java 718 final int slashpos = type.indexOf('/'); local
720 if (slashpos > 0 && typelen >= slashpos+2) {
722 if (typelen == slashpos+2 && type.charAt(slashpos+1) == '*') {
723 String str = type.substring(0, slashpos);
1915 final int slashpos = type.indexOf('\/'); local
    [all...]
  /external/protobuf/src/google/protobuf/testing/
file.cc 124 string::size_type slashpos = path.find_last_of('/');
125 if (slashpos == string::npos) {
130 return RecursivelyCreateDir(path.substr(0, slashpos), mode) &&
  /frameworks/base/services/core/java/com/android/server/
IntentResolver.java 392 int slashpos = resolvedType.indexOf('/'); local
393 if (slashpos > 0) {
394 final String baseType = resolvedType.substring(0, slashpos);
396 if (resolvedType.length() != slashpos+2
397 || resolvedType.charAt(slashpos+1) != '*') {
571 final int slashpos = name.indexOf('/'); local
572 if (slashpos > 0) {
573 baseName = name.substring(0, slashpos).intern();
580 if (slashpos > 0) {
602 final int slashpos = name.indexOf('/') local
    [all...]
  /external/zopfli/src/zopflipng/
zopflipng_bin.cc 31 size_t slashpos = filename.find_last_of("/\\"); local
33 if (slashpos == npos) {
37 *dir = filename.substr(0, slashpos + 1);
38 nodir = filename.substr(slashpos + 1);
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 222 milliseconds