HomeSort by relevance Sort by last modified time
    Searched full:line (Results 176 - 200 of 23635) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/test/CodeGenCXX/
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/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;
  /external/eigen/scripts/
eigen_gen_credits.cpp 11 // this function takes a line that may contain a name and/or email address,
13 std::string contributor_name(const std::string& line)
19 if(line.find("markb@localhost.localdomain") != string::npos)
24 if(line.find("kayhman@contact.intra.cea.fr") != string::npos)
35 size_t position_of_email_address = line.find_first_of('<');
41 if(line.find("hauke.heibel") != string::npos)
46 result = line.substr(0, position_of_email_address);
53 if(line.find("convert-repo") != string::npos)
56 result = line;
71 string line; local
135 string line; local
    [all...]
  /external/iptables/include/iptables/
internal.h 11 extern int line;
internal.h.in 11 extern int line;
  /external/lldb/test/macosx/universal/
main.c 5 printf ("Hello there!\n"); // Set break point at this line.
  /external/lldb/test/source-manager/
main.c 4 printf("Hello world.\n"); // Set break point at this line.
  /external/llvm/test/MC/Mips/mips5/
invalid-mips64r2.s 8 clo $11,$a1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 clz $sp,$gp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 dclo $s2,$a2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 dclz $s0,$25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 deret # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 di $s8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 drotr $1,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 drotr $1,$14,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 drotr32 $1,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 drotr32 $1,$14,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enable
    [all...]
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips3-wrong-error.s 8 ldl $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
9 ldr $zero,-19147($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
10 sdl $15,13694($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
11 sdr $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
12 ldle $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
13 ldre $zero,-19147($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
14 sdle $15,13694($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
15 sdre $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
16 lwl $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
17 lwr $zero,-19147($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instructio
    [all...]
  /external/llvm/test/Other/
invalid-commandline-option.ll 1 ; RUN: not opt --foo 2>&1 | grep "Unknown command line argument"
  /external/llvm/test/YAMLParser/
spec-10-13.data 6 : - one # explicit in-line
spec-10-14.data 5 - one # explicit next-line
  /external/llvm/utils/lit/tests/Inputs/shtest-format/
fail.txt 1 # RUN: printf "line 1: failed test output on stdout\nline 2: failed test output on stdout"
  /external/markdown/MarkdownTest/Tests_2004/
Inline HTML (Advanced).html 1 <p>Simple block on one line:</p>
Inline HTML (Advanced).text 1 Simple block on one line:
  /external/markdown/tests/markdown-test/
inline-html-advanced.html 1 <p>Simple block on one line:</p>
inline-html-advanced.txt 1 Simple block on one line:
  /external/markdown/tests/safe_mode/
inline-html-advanced.txt 1 Simple block on one line:
  /external/valgrind/main/drd/tests/
fp_race_xml.stderr.exp 9 <line>...</line>
10 <line>...</line>
11 <line>...</line>
12 <line>...</line>
48 <line>...</line>
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcsigpass.stdinB.gdb 12 # SIGSEGV : line 99
15 # SIGSEGV : line 104
18 # SIGBUS : line 109
21 # SIGFPE : line 114
  /frameworks/base/core/java/android/alsa/
AlsaCardsParser.java 43 public boolean parse(String line, int lineIndex) {
47 // line # (skip)
48 tokenIndex = tokenizer_.nextToken(line, tokenIndex);
49 delimIndex = tokenizer_.nextDelimiter(line, tokenIndex);
52 tokenIndex = tokenizer_.nextToken(line, delimIndex);
53 delimIndex = tokenizer_.nextDelimiter(line, tokenIndex);
54 mField1 = line.substring(tokenIndex, delimIndex);
57 tokenIndex = tokenizer_.nextToken(line, delimIndex);
58 // delimIndex = tokenizer_.nextDelimiter(line, tokenIndex);
59 mCardName = line.substring(tokenIndex)
85 String line = ""; local
    [all...]

Completed in 485 milliseconds

1 2 3 4 5 6 78 91011>>