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

  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaItem.java 135 int slashPos = mMimeType.indexOf('/');
136 if (slashPos != -1 && slashPos + 1 < mMimeType.length()) {
137 mDisplayMimeType = mMimeType.substring(slashPos + 1).toUpperCase();
  /frameworks/base/media/libstagefright/
HTTPDataSource.cpp 101 string::size_type slashPos = location.find('/');
102 if (slashPos == string::npos) {
103 slashPos = location.size();
111 host = string(location, 0, slashPos);
127 path = string(location, slashPos);
  /prebuilt/common/ant/
ant.jar 

Completed in 202 milliseconds