HomeSort by relevance Sort by last modified time
    Searched full:line (Results 151 - 175 of 19614) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
JSilverBadSyntaxException.java 26 private final int line; field in class:JSilverBadSyntaxException
31 * Signifies line or column is not known.
39 * @param lineContent content of a line where error occurred (can be null)
41 * @param line number of a line in {@code resourceName} where error occurred (ignored if set to
49 int line, int column, Throwable cause) {
50 super(makeMessage(message, lineContent, resourceName, line, column), cause);
52 this.line = line;
57 int line, int column)
    [all...]
  /external/chromium_org/base/
ini_parser.cc 23 std::string line = tokenizer.token(); local
24 if (line.empty()) {
25 // Skips the empty line.
28 if (line[0] == '#' || line[0] == ';') {
29 // This line is a comment.
32 if (line[0] == '[') {
34 current_section = line.substr(1);
40 size_t equal = line.find('=');
42 key = line.substr(0, equal)
    [all...]
  /external/chromium_org/tools/grit/grit/tool/
toolbar_preprocess.py 38 for line in rclines:
40 if self._LINE_FEED_PH.search(line):
41 # Replace "$lf;" placeholder comments by an empty line.
43 if self._PH_COMMENT.search(line):
44 mm = self._COMMENT.search(line)
46 line = '%s//' % mm.group(1)
50 line = self._LINE_FEED_PH.sub(r'\\n', line)
53 mo = self._IDS_COMMAND_MACRO.search(line)
55 line = '%s_%s_%s%s' % (mo.group(1), mo.group(2), mo.group(3), mo.group(4)
    [all...]
  /frameworks/av/media/libstagefright/foundation/
hexdump.cpp 47 AString line; local
49 appendIndent(&line, indent);
54 line.append(tmp);
58 line.append(' ');
61 line.append(" ");
64 line.append(tmp);
68 line.append(' ');
76 line.append((char)data[offset + i]);
78 line.append('.');
83 appendTo->append(line);
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
recover.test 100 generate "leaf" "Leaf-node-generating line " 10
111 } {{Leaf-node-generating line 0} 0 {Leaf-node-generating line 1} 1 {Leaf-node-generating line 2} 2 {Leaf-node-generating line 3} 3 {Leaf-node-generating line 4} 4 {Leaf-node-generating line 5} 5 {Leaf-node-generating line 6} 6 {Leaf-node-generating line 7} 7 {Leaf-node-generating line 8} 8 {Leaf-node-generating line 9} 9
    [all...]
  /external/valgrind/main/memcheck/tests/
xml1.stderr.exp 9 <line>...</line>
10 <line>...</line>
11 <line>...</line>
12 <line>...</line>
43 <line>...</line>
    [all...]
xml1.stderr.exp-s390x-mvc 9 <line>...</line>
10 <line>...</line>
11 <line>...</line>
12 <line>...</line>
43 <line>...</line>
    [all...]
  /external/chromium/chrome/browser/debugger/manual_tests/
debugger-exception-on-load.html 2 debugger; // You should see this code and execution line in the Scripts panel. Click Resume (Play/Pause button to the right).
5 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. You should see this file and execution line in the Scripts panel.</p>
highlight-source-line.html 1 <p>To test, open the DevTools and reload this page. Then open the Console and click the link for the markup error. You should see the line containing the error briefly highlighted in the source view.</p>
3 <p>This line contains a markup error</i>.</p>
  /external/clang/test/CodeGen/
2002-03-14-QuotesInStrConst.c 5 * %.LC1 = internal global [32 x sbyte] c"*** Word "%s" on line %d is not\00"
9 return "*** Word \"%s\" on line %d is not";
debug-info-line3.c 15 // CHECK: ret void, !dbg [[LINE:.*]]
16 // CHECK: [[LINE]] = metadata !{i32 6,
  /external/clang/test/CodeGenCXX/
debug-info-blocks.cpp 13 // CHECK: [ DW_TAG_subprogram ] [line 10] [local] [def] [__Block_byref_object_copy_]
14 // CHECK: [ DW_TAG_subprogram ] [line 10] [local] [def] [__Block_byref_object_dispose_]
debug-info-class-limited.cpp 4 // CHECK-DAG: [ DW_TAG_structure_type ] [foo] [line [[@LINE+1]], {{.*}} [def]
16 // CHECK-DAG: [ DW_TAG_structure_type ] [foo] [line [[@LINE+1]], {{.*}} [def]
27 // CHECK-DAG: [ DW_TAG_structure_type ] [foo] [line [[@LINE+1]], {{.*}} [decl]
41 // CHECK-DAG: [ DW_TAG_structure_type ] [foo] [line [[@LINE+1]], {{.*}} [def]
debug-info-global-ctor-dtor.cpp 19 // CHECK-NOKEXT: [ DW_TAG_subprogram ] [line 12] [local] [def] [__cxx_global_var_init]
20 // CHECK-NOKEXT: [ DW_TAG_subprogram ] [line 12] [local] [def] [__dtor_glob]
21 // CHECK-NOKEXT: [ DW_TAG_subprogram ] [line 13] [local] [def] [__cxx_global_var_init1]
22 // CHECK-NOKEXT: [ DW_TAG_subprogram ] [line 13] [local] [def] [__cxx_global_array_dtor]
23 // CHECK-NOKEXT: [ DW_TAG_subprogram ] [line 13] [local] [def] [__dtor_]
24 // CHECK-NOKEXT: [ DW_TAG_subprogram ] [line 16] [local] [def] [__dtor__ZZ3foovE4stat]
25 // CHECK-NOKEXT: [ DW_TAG_subprogram ] [line {{.*}}] [local] [def] [_GLOBAL__I_a]
27 // CHECK-KEXT: [ DW_TAG_subprogram ] [line {{.*}}] [local] [def] [_GLOBAL__D_a]
  /external/clang/test/CodeGenObjC/
debuginfo-properties.m 14 // CHECK: [ DW_TAG_subprogram ] [line [[@LINE-1]]] [local] [def] [-[MyClass selection]]
15 // CHECK: [ DW_TAG_subprogram ] [line [[@LINE-2]]] [local] [def] [-[MyClass setSelection:]]
16 // CHECK: [ DW_TAG_subprogram ] [line [[@LINE-3]]] [local] [def] [-[OtherClass selection]]
17 // CHECK: [ DW_TAG_subprogram ] [line [[@LINE-4]]] [local] [def] [-[OtherClass setSelection:]]
  /external/clang/test/Preprocessor/
print_line_empty_file.c 3 #line 21 ""
6 #line 4 "bug.c"
  /external/clang/test/Sema/
implicit-cast-dump.c 8 // CHECK: FunctionDecl {{.*}} <line:{{.*}}, line:{{.*}}> bar 'void ()'
  /external/llvm/test/MC/ARM/
full_line_comment.s 2 # this is a full line comment starting at column 1
8 # .long 1 this line is commented out
  /external/markdown/MarkdownTest/Tests_2004/
Hard-wrapped paragraphs with list-like lines.html 2 8. This line turns into a list item.
3 Because a hard-wrapped line in the
Hard-wrapped paragraphs with list-like lines.text 2 8. This line turns into a list item.
3 Because a hard-wrapped line in the
  /external/markdown/MarkdownTest/Tests_2007/
Code Blocks.html 1 <pre><code>code block on the first line
17 <pre><code>code block on the last line
Hard-wrapped paragraphs with list-like lines.html 2 8. This line turns into a list item.
3 Because a hard-wrapped line in the
Hard-wrapped paragraphs with list-like lines.text 2 8. This line turns into a list item.
3 Because a hard-wrapped line in the
  /external/markdown/tests/markdown-test/
hard-wrapped.html 2 8. This line turns into a list item.
3 Because a hard-wrapped line in the
hard-wrapped.txt 2 8. This line turns into a list item.
3 Because a hard-wrapped line in the

Completed in 160 milliseconds

1 2 3 4 5 67 8 91011>>