/external/compiler-rt/lib/asan/lit_tests/TestCases/ |
sanity_check_pure_c.c | 16 // CHECK: main{{.*}}sanity_check_pure_c.c:[[@LINE-4]] 18 // CHECK: main{{.*}}sanity_check_pure_c.c:[[@LINE-7]]
|
/external/dropbear/libtommath/ |
dep.pl | 28 # first line will be the #ifdef 29 my $line = <SRC>; 30 if ($line =~ /include/) { 31 print OUT $line; 33 print OUT "#include <tommath.h>\n#ifdef $define\n$line"; 66 my $line = $_; 67 while ($line =~ m/(fast_)*(s_)*mp\_[a-z_0-9]*/) { 68 $line = $';
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
SyntaxTreeDumper.java | 39 private final String newLine = System.getProperty("line.separator"); 77 return tokenType + " [line:" + token.getLine() + ",pos:" + token.getPos() + "] \"" 120 StringBuilder line = new StringBuilder(); local 122 line.append(" "); 124 line.append(text); 125 line.append(newLine); 126 out.append(line); 133 * Simple command line tool for parsing a template and dumping out the AST.
|
/external/libffi/src/ |
debug.c | 41 void ffi_assert(char *expr, char *file, int line) 43 fprintf(stderr, "ASSERTION FAILURE: %s at %s:%d\n", expr, file, line); 50 void ffi_type_test(ffi_type *a, char *file, int line) 52 FFI_ASSERT_AT(a != NULL, file, line); 54 FFI_ASSERT_AT(a->type <= FFI_TYPE_LAST, file, line); 55 FFI_ASSERT_AT(a->type == FFI_TYPE_VOID || a->size > 0, file, line); 56 FFI_ASSERT_AT(a->type == FFI_TYPE_VOID || a->alignment > 0, file, line); 57 FFI_ASSERT_AT(a->type != FFI_TYPE_STRUCT || a->elements != NULL, file, line);
|
/external/llvm/test/DebugInfo/ |
member-pointers.ll | 28 !5 = metadata !{i32 786484, i32 0, null, metadata !"x", metadata !"x", metadata !"", metadata !6, i32 4, metadata !7, i32 0, i32 1, i64* @x, null} ; [ DW_TAG_variable ] [x] [line 4] [def] 30 !7 = metadata !{i32 786463, null, null, null, i32 0, i64 0, i64 0, i64 0, i32 0, metadata !8, metadata !9} ; [ DW_TAG_ptr_to_member_type ] [line 0, size 0, align 0, offset 0] [from int] 31 !8 = metadata !{i32 786468, null, null, metadata !"int", i32 0, i64 32, i64 32, i64 0, i32 0, i32 5} ; [ DW_TAG_base_type ] [int] [line 0, size 32, align 32, offset 0, enc DW_ATE_signed] 32 !9 = metadata !{i32 786451, metadata !15, null, metadata !"S", i32 1, i64 8, i64 8, i32 0, i32 0, null, metadata !1, i32 0, null, null} ; [ DW_TAG_structure_type ] [S] [line 1, size 8, align 8, offset 0] [from ] 33 !10 = metadata !{i32 786484, i32 0, null, metadata !"y", metadata !"y", metadata !"", metadata !6, i32 5, metadata !11, i32 0, i32 1, { i64, i64 }* @y, null} ; [ DW_TAG_variable ] [y] [line 5] [def] 34 !11 = metadata !{i32 786463, null, null, null, i32 0, i64 0, i64 0, i64 0, i32 0, metadata !12, metadata !9} ; [ DW_TAG_ptr_to_member_type ] [line 0, size 0, align 0, offset 0] [from ] 35 !12 = metadata !{i32 786453, i32 0, metadata !"", i32 0, i32 0, i64 0, i64 0, i64 0, i32 0, null, metadata !13, i32 0, i32 0} ; [ DW_TAG_subroutine_type ] [line 0, size 0, align 0, offset 0] [from ] 37 !14 = metadata !{i32 786447, i32 0, metadata !"", i32 0, i32 0, i64 64, i64 64, i64 0, i32 1088, metadata !9} ; [ DW_TAG_pointer_type ] [line 0, size 64, align 64, offset 0] [artificial] [from S]
|
/external/llvm/test/YAMLParser/ |
spec-02-28.data | 22 line: 23 26 line: 58
|
/external/markdown/docs/extensions/ |
Meta-Data.txt | 35 anything following the colon on the line and may even be blank. If a line is 36 indented 4 or more spaces, that line is assumed to be an additional line of the 38 The first blank line ends all meta-data for the document. Therefore, the first 39 line of a document must not be blank. All meta-data is stripped from the 66 strings where each item is one line for that key. This way, one could preserve 67 line breaks if desired. Or the items could be joined where appropriate. No
|
/external/mesa3d/src/glsl/ |
TODO | 10 places where we cannot emit line numbers for errors (and currently emit 0:0) 11 because we've "lost" the line number information. This is particularly
|
/external/oprofile/ |
opev.py | 18 The format is key:value. A single : appears at the end of line 32 def parse_event(line,ovf): 33 ''' return dictionary of items from one line of event file ''' 35 fields = line.split(None, 1) 41 line = fields[1] 49 fields = line.split(None, 1) 69 eventlist = [parse_event(line,ovf) for line in lines]
|
/external/qemu/ |
offset_layout.py | 60 line = sys.stdin.readline() 61 if not line: 63 m_line = _RE_LINE.match(line) 72 if mode == "button" and "{" in line: 77 elif "}" in line: 83 m_xy = _RE_XY.match(line) 104 line = "%(start)s%(xy)s%(num)s%(end)s" % d 105 sys.stdout.write(line)
|
/external/regex-re2/util/ |
flags.h | 5 // Simplified version of Google's command line flags. 6 // Does not support parsing the command line.
|
/external/skia/include/text/ |
SkTextLayout.h | 55 struct Line; 57 SkTDArray<Line*> fLines;
|
/external/valgrind/main/drd/tests/ |
unified_annotations.h | 31 AnnotateCondVarSignal(const char *file, int line, const volatile void *cv) 37 AnnotateCondVarWait(const char *file, int line, const volatile void *cv,
|
/frameworks/base/core/java/com/android/internal/util/ |
HexDump.java | 32 byte[] line = new byte[16]; 46 if (line[j] > ' ' && line[j] < '~') 48 result.append(new String(line, j, 1)); 66 line[lineIndex++] = b; 80 if (line[i] > ' ' && line[i] < '~') 82 result.append(new String(line, i, 1));
|
/frameworks/base/docs/html/tools/help/ |
layoutopt.jd | 6 <p><code>layoutopt</code> is a command-line tool that helps you optimize the 9 <p>This document is a reference to the available command line options. For more information and sample
|
/frameworks/base/graphics/java/android/graphics/ |
CornerPathEffect.java | 23 * replacing any sharp angles between line segments into rounded angles of 25 * @param radius Amount to round sharp angles between line segments.
|
/frameworks/base/sax/java/android/sax/ |
BadXmlException.java | 23 * An XML parse exception which includes the line number in the message. 32 return "Line " + getLineNumber() + ": " + super.getMessage();
|
/frameworks/opt/vcard/java/com/android/vcard/exception/ |
VCardInvalidCommentLineException.java | 20 * Thrown when the vCard has some line starting with '#'. In the specification, 21 * both vCard 2.1 and vCard 3.0 does not allow such line, but some actual exporter emit
|
VCardInvalidLineException.java | 19 * Thrown when the vCard has some line starting with '#'. In the specification, 20 * both vCard 2.1 and vCard 3.0 does not allow such line, but some actual exporter emit
|
/hardware/qcom/display/msm8960/libmemtrack/ |
kgsl.c | 51 char line[1024]; local 88 if (fgets(line, sizeof(line), fp) == NULL) { 96 ret = sscanf(line, "%*x %lx %lu %*d %*s %6s %*s %*d\n", 113 if (fgets(line, sizeof(line), smaps_fp) == NULL) { 117 if (sscanf(line, "%8lx-%8lx", &start, &end) == 2) { 126 if (sscanf(line, "Rss: %lu kB", &smaps_size) == 1) {
|
/hardware/qcom/display/msm8974/libmemtrack/ |
kgsl.c | 51 char line[1024]; local 88 if (fgets(line, sizeof(line), fp) == NULL) { 96 ret = sscanf(line, "%*x %lx %lu %*d %*s %6s %*s %*d\n", 113 if (fgets(line, sizeof(line), smaps_fp) == NULL) { 117 if (sscanf(line, "%8lx-%8lx", &start, &end) == 2) { 126 if (sscanf(line, "Rss: %lu kB", &smaps_size) == 1) {
|
/hardware/ril/reference-ril/ |
misc.h | 18 /** returns 1 if line starts with prefix, 0 if it does not */ 19 int strStartsWith(const char *line, const char *prefix);
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/ |
SearchUtilTest.java | 34 assertEquals("With potentially many lines.", matched.line); 37 // Full line match. 39 assertEquals("hello", matched.line); 42 // First line match 44 assertEquals("this is a long test string.", matched.line); 47 // Last line match 49 assertEquals("'leading punc", matched.line); 77 // Test for partial match of start of query to end of line
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_eof.py | 9 expect = "EOL while scanning string literal (<string>, line 1)" 20 "(<string>, line 1)")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_eof.py | 9 expect = "EOL while scanning string literal (<string>, line 1)" 20 "(<string>, line 1)")
|