HomeSort by relevance Sort by last modified time
    Searched defs:commentStart (Results 1 - 25 of 69) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
interactive.go 30 var commentStart = "//:" // Sentinel for comments on options
64 if comment := strings.LastIndex(value, commentStart); comment != -1 {
213 comment = commentStart + " " + comment
219 comment := commentStart + " [" + strings.Join(vars.values, " | ") + "]"
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
interactive.go 30 var commentStart = "//:" // Sentinel for comments on options
64 if comment := strings.LastIndex(value, commentStart); comment != -1 {
213 comment = commentStart + " " + comment
219 comment := commentStart + " [" + strings.Join(vars.values, " | ") + "]"
  /external/boringssl/src/util/
doc.go 75 commentStart = "/* "
81 return strings.HasPrefix(line, commentStart) || strings.HasPrefix(line, lineComment)
93 if strings.HasPrefix(rest[0], commentStart) {
98 commentParagraph := rest[0][len(commentStart):]
  /prebuilts/go/darwin-x86/src/html/template/
transition.go 44 var commentStart = []byte("<!--")
54 } else if i+4 <= len(s) && bytes.Equal(commentStart, s[i:i+4]) {
  /prebuilts/go/linux-x86/src/html/template/
transition.go 44 var commentStart = []byte("<!--")
54 } else if i+4 <= len(s) && bytes.Equal(commentStart, s[i:i+4]) {
  /external/icu/icu4c/source/test/intltest/
bidiconf.cpp 290 char *commentStart=strchr(line, '#');
291 if(commentStart!=NULL) {
292 *commentStart=0;
454 char *commentStart=strchr(line, '#');
455 if(commentStart!=NULL) {
456 *commentStart=0;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
BiDiConformanceTest.java 51 int commentStart = line.indexOf('#');
52 if (commentStart >= 0) {
53 line = line.substring(0, commentStart);
188 int commentStart = line.indexOf('#');
189 if (commentStart >= 0) {
190 line = line.substring(0, commentStart);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
BiDiConformanceTest.java 48 int commentStart = line.indexOf('#');
49 if (commentStart >= 0) {
50 line = line.substring(0, commentStart);
185 int commentStart = line.indexOf('#');
186 if (commentStart >= 0) {
187 line = line.substring(0, commentStart);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
UTS46Test.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
UTS46Test.java     [all...]
  /external/dagger2/lib/
auto-service-1.0-rc2.jar 
  /external/skia/tools/bookmaker/
includeWriter.cpp 25 const char* commentStart = def->fContentStart;
29 commentStart = parser.fChar;
31 int commentLen = (int) (def->fContentEnd - commentStart);
43 commentLen = (int) (prop->fStart - commentStart);
46 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) {
55 commentStart = prop->fChildren[childSize - 1]->fContentStart;
60 commentLen = (int) (prop->fContentEnd - commentStart);
66 this->writeBlockIndent(commentLen, commentStart);
71 commentStart = prop->fTerminator;
76 commentStart = prop->fTerminator
    [all...]
includeParser.cpp     [all...]
  /external/skqp/tools/bookmaker/
includeWriter.cpp 11 const char* commentStart = def->fContentStart;
12 int commentLen = (int) (def->fContentEnd - commentStart);
20 commentLen = (int) (prop->fStart - commentStart);
23 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) {
32 commentStart = prop->fChildren[childSize - 1]->fContentStart;
37 commentLen = (int) (prop->fContentEnd - commentStart);
43 this->writeBlockIndent(commentLen, commentStart);
48 commentStart = prop->fTerminator;
53 commentStart = prop->fTerminator;
57 commentLen = (int) (prop->fStart - commentStart);
    [all...]
includeParser.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/google/auto/service/auto-service/1.0-rc2/
auto-service-1.0-rc2.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 1325 milliseconds

1 2 3