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

  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
BaseUrlValidateFunction.java 72 int slashPos = in.indexOf('/');
73 if (slashPos != -1) {
75 return in.lastIndexOf(':', slashPos - 1) == -1;
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 130 const char *slashPos = strrchr(baseURL, '/');
132 if (slashPos > &baseURL[6]) {
133 out->setTo(baseURL, slashPos - baseURL);
  /frameworks/av/media/libstagefright/wifi-display/sink/
WifiDisplaySink.cpp 72 const char *slashPos = strchr(&url[7], '/');
74 if (slashPos == NULL) {
78 host->setTo(&url[7], slashPos - &url[7]);
79 path->setTo(slashPos);
  /external/webkit/Source/WebCore/platform/network/win/
ResourceHandleWin.cpp 375 int slashPos = fileName.reverseFind('/');
377 if (slashPos < dotPos && dotPos != -1) {
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.cpp 142 const char *slashPos = strchr(&url[7], '/');
144 if (slashPos == NULL) {
148 host->setTo(&url[7], slashPos - &url[7]);
149 path->setTo(slashPos);
MyHandler.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 690 milliseconds