/external/markdown/tests/extensions-x-def_list/ |
loose_def_list.txt | 13 line 2 of def 2-1
|
simple_def-lists.txt | 15 line __2__ of def 3
|
/external/markdown/tests/extensions-x-toc/ |
invalid.txt | 8 clue the author in that s/he needs to add a blank line between the TOC and
|
/external/oprofile/daemon/liblegacy/ |
opd_parse_proc.c | 31 * @param line 0-terminated ASCII string 34 * Attempt to parse the string @line for map information 43 static int opd_add_ascii_map(struct opd_proc * proc, char const * line, 48 char const * cp = line; 59 if (sscanf(line, "%lx-%lx", &start, &end) != 2) 96 char * line; local 120 line = op_get_line(fp); 121 if (!line) 124 opd_add_ascii_map(proc, line, image_name); 125 free(line); 168 char * line; local [all...] |
/external/oprofile/events/x86-64/family12h/ |
unit_masks | 26 0x02 Shared-state line from L2 27 0x04 Exclusive-state line from L2 28 0x08 Owner-state line from L2 29 0x10 Modified-state line from L2
|
/external/oprofile/events/x86-64/family14h/ |
unit_masks | 26 0x02 Shared-state line from L2 27 0x04 Exclusive-state line from L2 28 0x08 Owner-state line from L2 29 0x10 Modified-state line from L2
|
/external/proguard/src/proguard/ |
GPL.java | 69 String line = reader.readLine(); local 70 if (line == null) 75 line = line.trim(); 76 if (line.startsWith("at ")) 78 line = line.substring(2).trim(); 79 line = trimSuffix(line, '('); 80 line = trimSuffix(line, '.') [all...] |
/external/skia/src/svg/ |
SkSVGLine.h | 16 DECLARE_SVG_INFO(Line);
|
/external/valgrind/main/drd/tests/ |
filter_error_count | 3 # Filter the error output of Valgrind such that only the line with the error
|
filter_error_summary | 3 # Filter the error output of Valgrind such that only the line with the error
|
/external/valgrind/main/gdbserver_tests/ |
mssnapshot.stdoutB.exp | 1 Breakpoint 1 at 0x........: file t.c, line 105.
|
/external/valgrind/main/memcheck/tests/ |
badjump2.stderr.exp | 1 Jump to the invalid address stated on the next line
|
/external/valgrind/main/none/tests/ |
selfrun.vgtest | 1 prog: ../../coregrind/valgrind --tool=none --command-line-only=yes ./selfrun
|
vgprintf.c | 12 x = VALGRIND_PRINTF_BACKTRACE("Backtrace line one\nLine two:\n");
|
/frameworks/base/docs/html/design/building-blocks/ |
lists.jd | 12 <p>Lists present multiple line items in a vertical arrangement. They can be used for data selection as 31 <h4>Line Items</h4> 33 simple single-line items, multi-line items, and custom items with icons, checkboxes, and action
|
/frameworks/native/opengl/libs/tools/ |
glenumsgen | 21 while (my $line = <STDIN>) { 22 next if $line =~ /^\//; 24 next if $line =~ /_BIT(\d+_|\s+)/; 25 if ($line !~ /^#define\s+(\S+)\s+(0x\S+)/) {
|
/frameworks/native/opengl/tools/glgen/src/ |
ParameterChecker.java | 25 String line; local 26 while ((line = reader.readLine()) != null) { 27 String s = line.trim(); 34 // skip single-line comments
|
/frameworks/opt/vcard/tests/res/raw/ |
v21_winmo_65.vcf | 6 AGENT:Invalid line which must be handled correctly.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
comments | 2 ."and comment continuation to the next line using a \n" 8 ."comment to the next line using a backslash. To test whether\n" 10 ."text on the line which should never execute since it should be \n" 18 # Test comment vs semicolon parsing and line continuation
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
origin | 14 'command line' defined on the command line 38 'undefined default environment default file command line override automatic 44 command line
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
tst-boost.c | 81 char *line = NULL; local 108 while ((len = getline (&line, &line_len, f)) > 0) 113 if (line[len - 1] == '\n') 114 line[--len] = '\0'; 116 puts (line); 118 if (line[0] == ';') 121 if (line[0] == '\0') 124 if (line[0] == '-') 126 if (strstr (line, "REG_BASIC")) 130 if (strstr (line, "REG_ICASE") [all...] |
/ndk/tests/device/issue28598-linker-global-ref/jni/ |
main.cpp | 3 int *global_ptr = &global; // Without this line, everything is fine
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_doctest.txt | 9 We can make this fail by disabling the blank-line feature.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_doctest.txt | 9 We can make this fail by disabling the blank-line feature.
|
/sdk/apkbuilder/ |
readme.txt | 1 The apkbuilder command line tool is deprecated, and is not maintained anymore.
|