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

  /frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
HTTPResponse.java 94 int keyEnd = line.indexOf(':');
95 if (keyEnd < 0) {
98 String key = line.substring(0, keyEnd).trim();
99 String value = line.substring(keyEnd + 1).trim();
  /external/clang/lib/Driver/
MSVCToolChain.cpp 134 const char *keyEnd = placeHolder - 1;
137 while ((keyEnd > keyPath) && (*keyEnd != '\\'))
138 keyEnd--;
142 size_t partialKeyLength = keyEnd - keyPath;
  /art/tools/dmtracedump/
createtesttrace.cc 59 const char* keyEnd = "*end\n";
387 fwrite(keyEnd, strlen(keyEnd), 1, keyFp);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 301 int keyEnd = i;
311 keyEnd = i;
345 String key = encoded.substring(keyBegin, keyEnd);
    [all...]
  /external/guice/lib/build/
spring-beans.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 

Completed in 611 milliseconds