/external/lldb/utils/misc/ |
grep-svn-log.py | 4 Greps and returns the first svn log entry containing a line matching the regular 17 usage = """Usage: grep-svn-log.py line-pattern 26 """Add a line to the content, if there is a previous line, commit it.""" 33 """Forget about the previous line, do not commit it.""" 54 line = sys.stdin.readline() 55 if not line: 57 line = line.splitlines()[0] 61 if line == separator [all...] |
/external/valgrind/main/drd/tests/ |
annotate_trace_memory_xml.stderr.exp-mips32 | 9 <line>...</line> 10 <line>...</line> 11 <line>...</line> 12 <line>...</line> 40 <line>...</line> [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_text_file.py | 10 line 3 \\ 12 continues on next line 22 result1 = ['# test file\n', '\n', 'line 3 \\\n', 24 ' continues on next line\n'] 28 "line 3 \\\n", 29 " continues on next line\n"] 33 "line 3 \\\n", 35 " continues on next line\n"] 39 result4 = ["line 3 \\", 40 " continues on next line"] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_text_file.py | 10 line 3 \\ 12 continues on next line 22 result1 = ['# test file\n', '\n', 'line 3 \\\n', 24 ' continues on next line\n'] 28 "line 3 \\\n", 29 " continues on next line\n"] 33 "line 3 \\\n", 35 " continues on next line\n"] 39 result4 = ["line 3 \\", 40 " continues on next line"] [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/ |
diff_parser.py | 51 def git_diff_to_svn_diff(line): 52 """Converts a git formatted diff line to a svn formatted line. 55 line: A string representing a line of the diff. 66 matched = match(pattern, line) 69 return line 73 def svn_diff_to_svn_diff(line): 74 return line 83 If this line is git formatted, we'll return [all...] |
/external/llvm/test/MC/Mips/mips64r6/ |
invalid-mips5-wrong-error.s | 8 abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction 9 add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction 10 alnv.ps $f12,$f18,$f30,$12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction 11 bc1any2f $fcc2,4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction 12 bc1any2t $fcc2,4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction 13 bc1any4f $fcc2,4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction 14 bc1any4t $fcc2,4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction 15 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction 16 c.f.ps $fcc6,$f11,$f11 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction 17 c.le.ps $fcc1,$f7,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instructio [all...] |
invalid-mips2.s | 8 addi $13,$9,26322 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 9 bgezal $0, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 10 bgezal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 11 bltzal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 12 mfhi $s3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 13 mfhi $sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 14 mflo $s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 15 mthi $s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 16 mtlo $25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 17 mtlo $sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enable [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
gmp.info-2 | [all...] |
/external/bison/examples/ |
extexi | 64 # #line report the line number of the *next* line. 68 input = "#line " (FNR + 1) " \"" FILENAME "\"\n"; 78 # No spurious end of line: use printf. 96 # We have to handle CONTENTS line per line, since anchors in AWK are 98 function normalize(contents, i, lines, n, line, res) { 104 line = lines[i]; 106 # Whole line commands [all...] |
/external/chromium_org/components/test/data/autofill/merge/tools/ |
reserialize_profiles_from_query.py | 27 for line in serialized_profiles: 29 if line[-1] == '\n': 30 line = line[:-1] 32 values = line.split("|")
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
SourceLocation.h | 17 line(0) 22 line(l) 28 return (file == other.file) && (line == other.line); 32 int line; member in struct:pp::SourceLocation
|
/external/clang/test/CodeGenCXX/ |
debug-lambda-expressions.cpp | 21 // CHECK: [[A_FUNC:.*]] = {{.*}} [ DW_TAG_subprogram ] [line [[A_LINE:.*]]] [def] [a] 24 // CHECK: [[B_FUNC:.*]] = {{.*}} [ DW_TAG_subprogram ] [line [[B_LINE:.*]]] [def] [b] 27 // CHECK: [[C_FUNC:.*]] = {{.*}} [ DW_TAG_subprogram ] [line [[C_LINE:.*]]] [def] [c] 30 // CHECK: [[D_FUNC:.*]] = {{.*}} [ DW_TAG_subprogram ] [line [[D_LINE:.*]]] [def] [d] 33 // CHECK: [[LAM_D:.*]] = {{.*}}, metadata [[D_FUNC]], {{.*}}, metadata [[LAM_D_ARGS:.*]], i32 0, null, null, null} ; [ DW_TAG_class_type ] [line [[D_LINE]], 35 // CHECK: [[CAP_D_X]] = {{.*}}, metadata [[LAM_D]], {{.*}} [ DW_TAG_member ] [x] [line [[D_LINE]], 36 // CHECK: [[CAP_D_Y]] = {{.*}}, metadata [[LAM_D]], {{.*}} [ DW_TAG_member ] [y] [line [[D_LINE]], 37 // CHECK: [[CON_LAM_D]] = {{.*}}, metadata [[LAM_D]], {{.*}} [ DW_TAG_subprogram ] [line [[D_LINE]]] [operator()] 41 // CHECK: [[LAM_C:.*]] = {{.*}}, metadata [[C_FUNC]], {{.*}}, metadata [[LAM_C_ARGS:.*]], i32 0, null, null, null} ; [ DW_TAG_class_type ] [line [[C_LINE]], 44 // CHECK: [[CAP_C]] = {{.*}}, metadata [[LAM_C]], {{.*}}} ; [ DW_TAG_member ] [x] [line [[C_LINE]] [all...] |
/external/clang/test/Parser/ |
brackets.c | 14 // CHECK: fix-it:{{.*}}:{[[@LINE-5]]:7-[[@LINE-5]]:9}:"" 15 // CHECK: fix-it:{{.*}}:{[[@LINE-6]]:10-[[@LINE-6]]:10}:"[]" 30 // CHECK: fix-it:{{.*}}:{[[@LINE-5]]:7-[[@LINE-5]]:13}:"" 31 // CHECK: fix-it:{{.*}}:{[[@LINE-6]]:14-[[@LINE-6]]:14}:"[1][1]" 60 // CHECK: fix-it:{{.*}}:{[[@LINE-9]]:7-[[@LINE-9]]:11}:" [all...] |
/external/clang/test/Sema/ |
warn-absolute-value.c | 24 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"abs" 28 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:13}:"abs" 32 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"abs" 37 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"abs" 41 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:13}:"abs [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
Token.java | 9 private int line; field in class:Token 24 return this.line; 27 public void setLine(@SuppressWarnings("hiding") int line) 29 this.line = line;
|
/external/valgrind/main/exp-sgcheck/tests/ |
hsg.stderr.exp | 9 <line>...</line> 10 <line>...</line> 11 <line>...</line> 12 <line>...</line> 13 <line>...</line> [all...] |
/external/valgrind/main/gdbserver_tests/ |
mcvabits.stdoutB.exp | 1 Breakpoint 1 at 0x........: file t.c, line 100. 3 Breakpoint 1, breakme (line=112) at t.c:100 4 100 if (line > 1000) 10 Breakpoint 1, breakme (line=117) at t.c:100 11 100 if (line > 1000)
|
/hardware/ril/reference-ril/ |
misc.c | 18 /** returns 1 if line starts with prefix, 0 if it does not */ 19 int strStartsWith(const char *line, const char *prefix) 21 for ( ; *line != '\0' && *prefix != '\0' ; line++, prefix++) { 22 if (*line != *prefix) {
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
link-warning.h | 13 # define GL_LINK_WARNING1(file, line, message) \ 14 GL_LINK_WARNING2 (file, line, message) /* macroexpand file and line */ 15 # define GL_LINK_WARNING2(file, line, message) \ 16 GL_LINK_WARNING3 (file ":" #line ": warning: " message)
|
/external/chromium_org/third_party/opus/src/silk/ |
MacroDebug.h | 39 static OPUS_INLINE opus_int16 silk_ADD16_(opus_int16 a, opus_int16 b, char *file, int line){ 45 fprintf (stderr, "silk_ADD16(%d, %d) in %s: line %d\n", a, b, file, line); 55 static OPUS_INLINE opus_int32 silk_ADD32_(opus_int32 a, opus_int32 b, char *file, int line){ 61 fprintf (stderr, "silk_ADD32(%d, %d) in %s: line %d\n", a, b, file, line); 71 static OPUS_INLINE opus_int64 silk_ADD64_(opus_int64 a, opus_int64 b, char *file, int line){ 77 fprintf (stderr, "silk_ADD64(%lld, %lld) in %s: line %d\n", (long long)a, (long long)b, file, line); 87 static OPUS_INLINE opus_int16 silk_SUB16_(opus_int16 a, opus_int16 b, char *file, int line){ [all...] |
/external/libopus/silk/ |
MacroDebug.h | 39 static OPUS_INLINE opus_int16 silk_ADD16_(opus_int16 a, opus_int16 b, char *file, int line){ 45 fprintf (stderr, "silk_ADD16(%d, %d) in %s: line %d\n", a, b, file, line); 55 static OPUS_INLINE opus_int32 silk_ADD32_(opus_int32 a, opus_int32 b, char *file, int line){ 61 fprintf (stderr, "silk_ADD32(%d, %d) in %s: line %d\n", a, b, file, line); 71 static OPUS_INLINE opus_int64 silk_ADD64_(opus_int64 a, opus_int64 b, char *file, int line){ 77 fprintf (stderr, "silk_ADD64(%lld, %lld) in %s: line %d\n", (long long)a, (long long)b, file, line); 87 static OPUS_INLINE opus_int16 silk_SUB16_(opus_int16 a, opus_int16 b, char *file, int line){ [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
dynamic_annotations.c | 67 void AnnotateRWLockCreate(const char *file, int line, 69 void AnnotateRWLockDestroy(const char *file, int line, 71 void AnnotateRWLockAcquired(const char *file, int line, 73 void AnnotateRWLockReleased(const char *file, int line, 75 void AnnotateBarrierInit(const char *file, int line, 78 void AnnotateBarrierWaitBefore(const char *file, int line, 80 void AnnotateBarrierWaitAfter(const char *file, int line, 82 void AnnotateBarrierDestroy(const char *file, int line, 85 void AnnotateCondVarWait(const char *file, int line, 88 void AnnotateCondVarSignal(const char *file, int line, [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
dynamic_annotations.c | 67 void AnnotateRWLockCreate(const char *file, int line, 69 void AnnotateRWLockDestroy(const char *file, int line, 71 void AnnotateRWLockAcquired(const char *file, int line, 73 void AnnotateRWLockReleased(const char *file, int line, 75 void AnnotateBarrierInit(const char *file, int line, 78 void AnnotateBarrierWaitBefore(const char *file, int line, 80 void AnnotateBarrierWaitAfter(const char *file, int line, 82 void AnnotateBarrierDestroy(const char *file, int line, 85 void AnnotateCondVarWait(const char *file, int line, 88 void AnnotateCondVarSignal(const char *file, int line, [all...] |
/external/doclava/src/com/google/doclava/ |
SampleTagInfo.java | 34 * and reducing the indent level of the text to the indent level of the first non-whitespace line. 93 static String getTrimString(String line) { 95 int len = line.length(); 97 char c = line.charAt(i); 105 return line.substring(0, i); 109 static String addLineNumber(String line, String num) { 112 numberedLine.append("<span class=\"code-line\" id=\"l" + num + "\">" + line + "</span>"); 134 String line = lines.readLine(); local 135 if (line == null) 218 String line = lines.readLine(); local [all...] |
/external/e2fsprogs/install-utils/ |
convfstab | 12 while read LINE 14 set -- $LINE 19 echo "$LINE" 27 echo "Don't have a clue about \"$LINE\"." >&2 28 echo "$LINE" 51 echo "$LINE $DEF_FLAGS $DUMP $PASS" 54 echo "$LINE $DUMP $PASS" 57 echo "$LINE $PASS" 60 echo "$LINE" 67 echo "Warning: One empty line removed." >& [all...] |