HomeSort by relevance Sort by last modified time
    Searched refs:substring (Results 151 - 175 of 1599) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
SyntaxTreeDumper.java 76 String tokenType = token.getClass().getSimpleName().substring(1);
82 String p = node.getClass().getSuperclass().getSimpleName().substring(1);
83 String a = node.getClass().getSimpleName().substring(1);
84 a = a.substring(0, a.length() - p.length());
  /external/proguard/src/proguard/io/
ClassRewriter.java 54 String className = inputName.substring(0, inputName.length() - ClassConstants.CLASS_FILE_EXTENSION.length());
FileDataEntry.java 55 .substring(directory.getPath().length() + File.separator.length())
ZipDataEntry.java 62 name.substring(0, length -1) :
  /external/proguard/src/proguard/optimize/
DuplicateInitializerFixer.java 101 descriptor.substring(0, index) +
103 descriptor.substring(index);
170 String newSignature = signature.substring(0, signatureIndex) +
172 signature.substring(signatureIndex);
  /external/v8/test/mjsunit/
debug-liveedit-diff.js 45 assertEquals(s1.substring(pos1, pos1 + similar_length),
46 s2.substring(pos2, pos2 + similar_length));
48 print(s1.substring(pos1, pos1 + similar_length));
52 print(s1.substring(pos1, diff_array[i + 1]));
54 print(s2.substring(pos2, diff_array[i + 2]));
63 assertEquals(s1.substring(pos1, pos1 + similar_length),
64 s2.substring(pos2, pos2 + similar_length));
66 print(s1.substring(pos1, pos1 + similar_length));
  /external/webkit/LayoutTests/dom/html/level1/core/
selfhtml.js 163 // substring before pound
165 uri = actual.substring(0,lastPound);
166 actualFragment = actual.substring(lastPound+1);
174 // substring before pound
176 uri = actual.substring(0,lastQuestion);
177 actualQuery = actual.substring(lastQuestion+1);
186 actualScheme = uri.substring(0,firstColon);
187 actualPath = uri.substring(firstColon + 1);
200 if(actualPath.substring(0,2) == "//") {
201 var termSlash = actualPath.substring(2).indexOf("/") + 2
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/core/
selfhtml.js 163 // substring before pound
165 uri = actual.substring(0,lastPound);
166 actualFragment = actual.substring(lastPound+1);
174 // substring before pound
176 uri = actual.substring(0,lastQuestion);
177 actualQuery = actual.substring(lastQuestion+1);
186 actualScheme = uri.substring(0,firstColon);
187 actualPath = uri.substring(firstColon + 1);
200 if(actualPath.substring(0,2) == "//") {
201 var termSlash = actualPath.substring(2).indexOf("/") + 2
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/events/
selfhtml.js 163 // substring before pound
165 uri = actual.substring(0,lastPound);
166 actualFragment = actual.substring(lastPound+1);
174 // substring before pound
176 uri = actual.substring(0,lastQuestion);
177 actualQuery = actual.substring(lastQuestion+1);
186 actualScheme = uri.substring(0,firstColon);
187 actualPath = uri.substring(firstColon + 1);
200 if(actualPath.substring(0,2) == "//") {
201 var termSlash = actualPath.substring(2).indexOf("/") + 2
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
selfhtml.js 163 // substring before pound
165 uri = actual.substring(0,lastPound);
166 actualFragment = actual.substring(lastPound+1);
174 // substring before pound
176 uri = actual.substring(0,lastQuestion);
177 actualQuery = actual.substring(lastQuestion+1);
186 actualScheme = uri.substring(0,firstColon);
187 actualPath = uri.substring(firstColon + 1);
200 if(actualPath.substring(0,2) == "//") {
201 var termSlash = actualPath.substring(2).indexOf("/") + 2
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
selfxhtml.js 162 // substring before pound
164 uri = actual.substring(0,lastPound);
165 actualFragment = actual.substring(lastPound+1);
173 // substring before pound
175 uri = actual.substring(0,lastQuestion);
176 actualQuery = actual.substring(lastQuestion+1);
185 actualScheme = uri.substring(0,firstColon);
186 actualPath = uri.substring(firstColon + 1);
199 if(actualPath.substring(0,2) == "//") {
200 var termSlash = actualPath.substring(2).indexOf("/") + 2
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level2/core/
selfxhtml.js 162 // substring before pound
164 uri = actual.substring(0,lastPound);
165 actualFragment = actual.substring(lastPound+1);
173 // substring before pound
175 uri = actual.substring(0,lastQuestion);
176 actualQuery = actual.substring(lastQuestion+1);
185 actualScheme = uri.substring(0,firstColon);
186 actualPath = uri.substring(firstColon + 1);
199 if(actualPath.substring(0,2) == "//") {
200 var termSlash = actualPath.substring(2).indexOf("/") + 2
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
selfxhtml.js 162 // substring before pound
164 uri = actual.substring(0,lastPound);
165 actualFragment = actual.substring(lastPound+1);
173 // substring before pound
175 uri = actual.substring(0,lastQuestion);
176 actualQuery = actual.substring(lastQuestion+1);
185 actualScheme = uri.substring(0,firstColon);
186 actualPath = uri.substring(firstColon + 1);
199 if(actualPath.substring(0,2) == "//") {
200 var termSlash = actualPath.substring(2).indexOf("/") + 2
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
selfxhtml.js 162 // substring before pound
164 uri = actual.substring(0,lastPound);
165 actualFragment = actual.substring(lastPound+1);
173 // substring before pound
175 uri = actual.substring(0,lastQuestion);
176 actualQuery = actual.substring(lastQuestion+1);
185 actualScheme = uri.substring(0,firstColon);
186 actualPath = uri.substring(firstColon + 1);
199 if(actualPath.substring(0,2) == "//") {
200 var termSlash = actualPath.substring(2).indexOf("/") + 2
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
selfxhtml.js 162 // substring before pound
164 uri = actual.substring(0,lastPound);
165 actualFragment = actual.substring(lastPound+1);
173 // substring before pound
175 uri = actual.substring(0,lastQuestion);
176 actualQuery = actual.substring(lastQuestion+1);
185 actualScheme = uri.substring(0,firstColon);
186 actualPath = uri.substring(firstColon + 1);
199 if(actualPath.substring(0,2) == "//") {
200 var termSlash = actualPath.substring(2).indexOf("/") + 2
    [all...]
  /external/webkit/PerformanceTests/SunSpider/resources/
sunspider-standalone-driver.js 51 output = output.substring(0, output.length - 2) + "\n";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/Regress/
function-003.js 44 "StripSpaces(Array.prototype.concat.toString()).substring(0,17)",
46 StripSpaces(Array.prototype.concat.toString()).substring(0,17));
  /external/webkit/Source/WebCore/inspector/front-end/
ResourceJSONView.js 43 text = text.substring(start.index);
  /frameworks/base/opengl/tools/glgen/src/
ParameterChecker.java 38 functionName = functionName.substring(0, functionName.length() - 2);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/internal/util/
XmlUtils_Delegate.java 72 return ((int)Long.parseLong(nm.substring(index), base)) * sign;
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastConfigService.java 59 int startId = Integer.decode(channelRange.substring(0, dashIndex));
60 int endId = Integer.decode(channelRange.substring(dashIndex + 1));
94 int startId = Integer.decode(channelRange.substring(0, dashIndex));
95 int endId = Integer.decode(channelRange.substring(dashIndex + 1));
  /sdk/anttasks/src/com/android/ant/
InputPath.java 104 return fileName.substring(index + 1);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatFilter.java 164 pid = s.substring(PID_KEYWORD.length());
166 app = s.substring(APP_KEYWORD.length());
168 tag = s.substring(TAG_KEYWORD.length());
171 text = s.substring(TEXT_KEYWORD.length());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlAutoEditStrategyTest.java 85 textWithCaret = text.substring(0, selectedRange.x) + "^" +
86 text.substring(selectedRange.x);
95 return s.substring(0, index) + s.substring(index + 1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
MockNodeProxy.java 60 xmlName = xmlName.substring(pos + 1);

Completed in 3263 milliseconds

1 2 3 4 5 67 8 91011>>