Home
last modified time | relevance | path

Searched refs:directive (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/external/llvm/test/MC/Mips/
Dmodule-directive-bad.s6 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
10 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
14 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
18 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
22 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
26 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
30 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
34 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
38 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
42 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
[all …]
/external/clang/test/Index/
Dannotate-module.m10 // CHECK: Punctuation: "#" [2:1 - 2:2] inclusion directive=[[INC_DIR:DependsOnModule[/\\]Depen…
11 // CHECK-NEXT: Identifier: "include" [2:2 - 2:9] inclusion directive=[[INC_DIR]]
12 // CHECK-NEXT: Punctuation: "<" [2:10 - 2:11] inclusion directive=[[INC_DIR]]
13 // CHECK-NEXT: Identifier: "DependsOnModule" [2:11 - 2:26] inclusion directive=[[INC_DIR]]
14 // CHECK-NEXT: Punctuation: "/" [2:26 - 2:27] inclusion directive=[[INC_DIR]]
15 // CHECK-NEXT: Identifier: "DependsOnModule" [2:27 - 2:42] inclusion directive=[[INC_DIR]]
16 // CHECK-NEXT: Punctuation: "." [2:42 - 2:43] inclusion directive=[[INC_DIR]]
17 // CHECK-NEXT: Identifier: "h" [2:43 - 2:44] inclusion directive=[[INC_DIR]]
18 // CHECK-NEXT: Punctuation: ">" [2:44 - 2:45] inclusion directive=[[INC_DIR]]
30 // CHECK-MOD: Punctuation: "#" [1:1 - 1:2] inclusion directive=[[INC_DIR:Module[/\\]Sub2\.h \(…
[all …]
/external/bison/build-aux/
Dgnupload283 cat >${2}.directive<<EOF
290 cat ${2}.directive
322 rm -f $base.directive $base.directive.asc
326 echo "$passphrase" | $dbg $GPG $passphrase_fd_0 --clearsign $base.directive
327 $dbg ncftpput ftp-upload.gnu.org /incoming/alpha $files $base.directive.asc
331 echo "$passphrase" | $dbg $GPG $passphrase_fd_0 --clearsign $base.directive
332 $dbg ncftpput ftp-upload.gnu.org /incoming/ftp $files $base.directive.asc
350 echo "$passphrase" | $dbg $GPG $passphrase_fd_0 --clearsign $base.directive
351 for f in $files $base.directive.asc
359 echo "$passphrase" | $dbg $GPG $passphrase_fd_0 --clearsign $base.directive
[all …]
Dcross-options.pl8 my %directive;
64 $directive{$long} = $dir;
77 print ' @code{', $directive{$long}, '}' if $directive{$long};
/external/llvm/test/MC/MachO/ARM/
Dbad-darwin-directives.s10 @ CHECK-ERROR: error: unknown directive
13 @ CHECK-ERROR: error: unknown directive
16 @ CHECK-ERROR: error: unknown directive
19 @ CHECK-ERROR: error: unknown directive
22 @ CHECK-ERROR: error: unknown directive
25 @ CHECK-ERROR: error: unknown directive
28 @ CHECK-ERROR: error: unknown directive
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DCacheControl.java189 String directive = value.substring(tokenStart, pos).trim(); in parse() local
215 if ("no-cache".equalsIgnoreCase(directive)) { in parse()
217 } else if ("no-store".equalsIgnoreCase(directive)) { in parse()
219 } else if ("max-age".equalsIgnoreCase(directive)) { in parse()
221 } else if ("s-maxage".equalsIgnoreCase(directive)) { in parse()
223 } else if ("private".equalsIgnoreCase(directive)) { in parse()
225 } else if ("public".equalsIgnoreCase(directive)) { in parse()
227 } else if ("must-revalidate".equalsIgnoreCase(directive)) { in parse()
229 } else if ("max-stale".equalsIgnoreCase(directive)) { in parse()
231 } else if ("min-fresh".equalsIgnoreCase(directive)) { in parse()
[all …]
/external/clang/include/clang/Basic/
DOpenMPKinds.def126 // Clauses allowed for OpenMP directive 'parallel'.
137 // Clauses allowed for directive 'omp simd'.
146 // Clauses allowed for directive 'omp for'.
156 // Clauses allowed for directive 'omp for simd'.
168 // Clauses allowed for OpenMP directive 'omp sections'.
175 // Clauses allowed for directive 'omp single'.
197 // Clauses allowed for OpenMP directive 'parallel for'.
212 // Clauses allowed for OpenMP directive 'parallel for simd'.
229 // Clauses allowed for OpenMP directive 'parallel sections'.
241 // Clauses allowed for OpenMP directive 'task'.
[all …]
/external/llvm/test/MC/ARM/
Deh-directive-vsave-diagnostics.s4 @ Check the diagnostics for .vsave directive
6 @ .vsave directive should always come after .fnstart directive
7 @ and before .handlerdata directive.
38 @ CHECK: error: .save or .vsave must precede .handlerdata directive
Deh-directive-save-diagnostics.s4 @ Check the diagnostics for .save directive
6 @ .save directive should always come after .fnstart directive and
7 @ before .handlerdata directive.
38 @ CHECK: error: .save or .vsave must precede .handlerdata directive
Deh-directive-pad-diagnostics.s4 @ Check the diagnostics for .pad directive.
17 @ CHECK: error: .fnstart must precede .pad directive
36 @ CHECK: error: .pad must precede .handlerdata directive
Deh-directive-personality-diagnostics.s4 @ Check the diagnostics for .personality directive.
17 @ CHECK: error: .fnstart must precede .personality directive
36 @ CHECK: error: .personality must precede .handlerdata directive
Deh-directive-movsp-diagnostics.s13 @ CHECK: error: .fnstart must precede .movsp directive
28 @ CHECK: error: unexpected .movsp directive
42 @ CHECK: error: sp and pc are not permitted in .movsp directive
56 @ CHECK: error: sp and pc are not permitted in .movsp directive
Deh-directive-multiple-offsets.s9 @ TEST1: Check .pad before .setfp directive.
38 @ TEST2: Check .pad after .setfp directive.
67 @ TEST3: Check .setfp, .pad, .setfp directive.
100 @ TEST4: Check ".setfp fp, sp" and ".setfp fp, fp" directive.
131 @ TEST5: Check .setfp, .save, .setfp directive.
Deh-directive-cantunwind-diagnostics.s6 @ .cantunwind directive can't be used with .handlerdata directive nor
24 @ CHECK: error: .personality can't be used with .cantunwind directive
64 @ CHECK: error: .cantunwind can't be used with .personality directive
Deh-directive-text-section.s4 @ Check the .fnstart directive and the .fnend directive.
6 @ The .fnstart directive and .fnend directive should create an entry in
Deh-directive-setfp-diagnostics.s4 @ Check the diagnostics for .setfp directive.
17 @ CHECK: error: .fnstart must precede .setfp directive
36 @ CHECK: error: .setfp must precede .handlerdata directive
Deh-directive-fnend-diagnostics.s4 @ Check the diagnostics for mismatched .fnend directive
15 @ CHECK: error: .fnstart must precede .fnend directive
Ddirective-fpu-multiple.s3 @ The later .fpu directive should overwrite the earlier one.
4 @ See also: directive-fpu-multiple2.s.
/external/clang/test/SemaObjC/
Dformat-cstrings-warning.m1 // RUN: %clang_cc1 -Wcstring-format-directive -verify -fsyntax-only %s
33 …ength %c name %s", 1, 'a', "something"]; // expected-warning {{using %s directive in NSString whic…
34 …tringWithFormat : @"Hello%s", " There"]; // expected-warning {{using %s directive in NSString whic…
35 …[pns initWithFormat : @"Hello%s %d %d", "Hello", 1, 2]; // expected-warning {{using %s directive i…
36 …%s %d %d" locale:0 arguments: argList]; // expected-warning {{using %s directive in NSString whic…
37 …tringWithFormat : @"Hello%s", " There"]; // expected-warning {{using %s directive in NSString whic…
63 …lloc, 0, (CFStringRef)@"%s\n", argList); // expected-warning {{using %s directive in CFString whic…
64 …ringRef)"Hello %s there %d\n", argList); // expected-warning {{using %s directive in CFString whic…
74 …MyNSLog(@"%s\n", "Hello"); // expected-warning {{using %s directive in CFString which is being pas…
76 …MyCFStringCreateWithFormat((CFStringRef)@"%s", "Hello"); // expected-warning {{using %s directive
[all …]
/external/llvm/test/MC/AsmParser/
Dfloating-literals.s61 # CHECK-ERROR: unexpected token in directive
65 # CHECK-ERROR: unexpected token in directive
69 # CHECK-ERROR: unexpected token in directive
73 # CHECK-ERROR: unexpected token in directive
77 # CHECK-ERROR: unexpected token in directive
81 # CHECK-ERROR: unexpected token in directive
Ddirective_fill.s52 # CHECK-WARNINGS: '.fill' directive with size greater than 8 has been truncated to 8
59 # CHECK-WARNINGS: '.fill' directive pattern has been truncated to 32-bits
63 # CHECK-WARNINGS: '.fill' directive with negative repeat count has no effect
67 # CHECK-WARNINGS: '.fill' directive with negative size has no effect
/external/llvm/test/MC/AArch64/
Darm64-directive_loh.s61 # CHECK-ERRORS: error: invalid identifier in directive
66 # CHECK-ERRORS: error: invalid numeric identifier in directive
72 # CHECK-ERRORS: error: unexpected token in '.loh' directive
78 # CHECK-ERRORS: error: unexpected token in '.loh' directive
84 # CHECK-ERRORS: error: unexpected token in '.loh' directive
90 # CHECK-ERRORS: error: unexpected token in '.loh' directive
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
Dlibraries.apt3 The introduction of the import directive in a grammar allows reuse of common grammar files
6 be searched for with the <<<<libDirectory>>>> directive.
10 directive and also require the use of a vocab file then you will need to locate
12 is because you will need to use the <<<<libDirectory>>>> directive to specify the
/external/llvm/test/MC/X86/
Dx86-target-directives.s5 # CHECK: unknown directive .code42
6 # CHECK-NOT: unknown directive
/external/deqp/doc/testspecs/GLES31/
Dfunctional.android_extension_pack.txt29 directive
49 that shader extension directive of an extension required by
51 extension directive.

12345678910>>...12