/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
LineVerifierElem.java | 36 public LineVerifierElem addExpected(final String line) { 37 if (!TextUtils.isEmpty(line)) { 38 mExpectedLineList.add(line); 51 final String line = lineArray[i]; local 52 if (TextUtils.isEmpty(line)) { 56 if ("BEGIN:VCARD".equalsIgnoreCase(line)) { 58 TestCase.fail("Multiple \"BEGIN:VCARD\" line found"); 63 } else if ("END:VCARD".equalsIgnoreCase(line)) { 65 TestCase.fail("Multiple \"END:VCARD\" line found"); 72 "VERSION:4.0")).equalsIgnoreCase(line)) { [all...] |
/external/clang/test/CodeGenCXX/ |
debug-info-scope.cpp | 19 // CHECK: [ DW_TAG_auto_variable ] [ptr] [line [[@LINE+2]]] 20 // CHECK metadata !{i32 {{.*}}, metadata !{{.*}}, i32 [[@LINE+1]], {{.*}}} ; [ DW_TAG_lexical_block ] 24 // CHECK: [ DW_TAG_auto_variable ] [ptr] [line [[@LINE+2]]] 25 // CHECK metadata !{i32 {{.*}}, metadata !{{.*}}, i32 [[@LINE+1]], {{.*}}} ; [ DW_TAG_lexical_block ]
|
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} ; [ 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()] 38 // CHECK: [[DES_LAM_D]] = {{.*}}, metadata [[LAM_D]], {{.*}} [ DW_TAG_subprogram ] [line [[D_LINE]]] [~] 42 // CHECK: [[LAM_C:.*]] = {{.*}}, metadata [[C_FUNC]], {{.*}}, metadata [[LAM_C_ARGS:.*]], i32 0, null, null} ; [ DW_TAG_class_type ] [line [[C_LINE]] [all...] |
debug-info-union.cpp | 13 // CHECK: {{.*}} ; [ DW_TAG_union_type ] [E] [line 3, size 32, align 32, offset 0] 14 // CHECK: {{.*}} ; [ DW_TAG_subprogram ] [line 6] [bb] 15 // CHECK: {{.*}} ; [ DW_TAG_subprogram ] [line 7] [aa] 16 // CHECK: {{.*}} ; [ DW_TAG_subprogram ] [line 8] [E]
|
/external/guava/guava/src/com/google/common/io/ |
LineBuffer.java | 22 * Package-protected abstract class that implements the line reading 23 * algorithm used by {@link LineReader}. Line separators are per {@link 24 * java.io.BufferedReader}: line feed, carriage return, or carriage 34 /** Holds partial line contents. */ 35 private StringBuilder line = new StringBuilder(); field in class:LineBuffer 36 /** Whether a line ending with a CR is pending processing. */ 40 * Process additional characters from the stream. When a line separator 41 * is found the contents of the line and the line separator itself 53 // Last call to add ended with a CR; we can handle the line now [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/util/blockparser/ |
Statement.java | 9 private String line; field in class:Statement 12 Statement(int lineNumber, String line) { 14 this.line = line; 29 return line; 43 sb.append(line);
|
/external/valgrind/unittest/ |
match_output.py | 14 for line in f: 15 line = line.rstrip() 16 print line 17 if re.search(line_re, line): 19 # print 'match: %s =~ %s' % (line, line_re)
|
/development/scripts/app_engine_server/ |
index.yaml | 7 # index.yaml file manually, remove the above marker line (the line 9 # manually, move them above the marker line. The index.yaml file is
|
/external/chromium/chrome/common/extensions/docs/server/ |
index.yaml | 7 # index.yaml file manually, remove the above marker line (the line
9 # manually, move them above the marker line. The index.yaml file is
|
/external/chromium_org/chrome/installer/mini_installer/ |
configuration.h | 11 // command line used to invoke it. 22 // Initializes this instance on the basis of the process's command line. 25 // Returns the desired operation dictated by the command line options. 28 // Returns the program portion of the command line, or NULL if it cannot be 32 // Returns the number of arguments specified on the command line, including 36 // Returns the original command line. 40 // line makes this the canary's app guid. 43 // Returns true if --chrome is explicitly or implicitly on the command line. 46 // Returns true if --chrome-frame is on the command line. 49 // Returns true if --app-host is on the command line [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
token.h | 8 unsigned int line; member in struct:Token 18 r->line = l; 26 r->line = l;
|
/external/clang/test/CodeGen/ |
debug-info-vla.c | 5 // CHECK: metadata !{i32 {{.*}}, metadata {{.*}}, metadata !"vla", metadata {{.*}}, i32 [[@LINE+1]], metadata {{.*}}, i32 0, i32 0} ; [ DW_TAG_auto_variable ] [vla] [line [[@LINE+1]]]
|
/external/icu4c/test/depstest/ |
dependencies.py | 61 def _RemoveComment(line): 64 index = line.find("#") # Remove trailing comment. 65 if index >= 0: line = line[:index] 66 return line.rstrip() # Remove trailing newlines etc. 70 line = _RemoveComment(f.next()) 71 if line: return line 77 line = _ReadLine(deps_file) 78 if not line: continu [all...] |
/external/valgrind/main/drd/tests/ |
bar_bad_xml.stderr.exp | 9 <line>...</line> 10 <line>...</line> 11 <line>...</line> 12 <line>...</line> 45 <line>...</line> [all...] |
/build/core/ |
filter_symbols.sh | 15 $NM -g -fp $1 | while read -a line 17 type=${line[1]} 20 echo "$PREFIX${line[0]}$SUFFIX # ${line[1]}"
|
/external/chromium_org/chrome/browser/chromeos/ |
DEPS | 5 "+media/base/media_switches.h", # For media command line switches.
|
/external/chromium_org/content/test/data/accessibility/ |
hr.html | 7 <hr aria-label="Dividing line">
|
/external/chromium_org/native_client_sdk/src/libraries/xray/ |
parsesymbols.c | 18 const char* line) { 24 if (2 != sscanf(line, "%x %1023s", &uiaddr, symbol_text)) 28 fprintf(stderr, "%s\n", line); 35 parsed_symbol = strstr(line, symbol_text); 47 char line[XRAY_LINE_SIZE]; local 60 while (NULL != fgets(line, XRAY_LINE_SIZE, f)) { 61 if (line == strstr(line, " .text ")) { 65 if (line == strstr(line, " .gnu.linkonce.t.")) [all...] |
/external/chromium_org/tools/json_schema_compiler/ |
code.py | 17 def Append(self, line='', substitute=True, indent_level=None): 18 """Appends a line of code at the current indent level or just a newline if 19 line is not specified. Trailing whitespace is stripped. 21 substitute: indicated whether this line should be affected by 26 self._code.append(Line(((' ' * indent_level) + line).rstrip(), 46 for line in obj._code: 48 # line % () will fail if any substitution tokens are left in line 49 if line.substitute [all...] |
/external/clang/test/Analysis/ |
taint-tester.cpp | 18 char *line = 0; local 23 while ((read = T.getline(&line, &len, stdin)) != -1) { 24 printf("%s", line); // no warning 26 free(line);
|
/external/clang/test/FixIt/ |
format.mm | 12 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:16-[[@LINE-1]]:16}:"(unsigned short)" 15 // CHECK-NOT: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:13}:"%d" 16 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(unsigned short)" 21 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:16-[[@LINE-1]]:16}:"(unichar)" 24 // CHECK-NOT: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:13}:"%d [all...] |
/external/clang/test/Frontend/ |
warning-options.cpp | 1 // RUN: %clang_cc1 -Wmonkey -Wno-monkey -Wno-unused-command-line-arguments \ 2 // RUN: -Wno-unused-command-line-argument %s 2>&1 | FileCheck %s 5 // CHECK: unknown warning option '-Wno-unused-command-line-arguments'; did you mean '-Wno-unused-command-line-argument'?
|
/external/clang/test/Preprocessor/ |
indent_macro.c | 3 // zzap is on a new line, should be indented.
|
line-directive-output.c | 4 // CHECK: # 1 "{{.*}}line-directive-output.c" 7 // CHECK-NOT: # 1 "{{.*}}line-directive-output.c" 1 11 // CHECK-NEXT: # 50 "{{.*}}line-directive-output.c" 13 #line 50 16 // CHECK: # 13 "{{.*}}line-directive-output.c" 23 #line 1 "A.c" 25 #line 2 28 #line 1 "B.c" 31 #line 1000 "A.c"
|
/external/doclava/src/com/google/doclava/apicheck/ |
ApiParseException.java | 21 public int line; field in class:ApiParseException 33 this.line = ((ApiParseException)cause).line; 37 public ApiParseException(String message, int line) { 39 this.line = line; 43 if (line > 0) { 44 return super.getMessage() + " line " + line;
|