HomeSort by relevance Sort by last modified time
    Searched full:pragma (Results 251 - 275 of 7917) sorted by null

<<11121314151617181920>>

  /frameworks/compile/slang/tests/P_one_definition_rule/
def2.rs 0 #pragma version(1)
2 #pragma rs java_package_name(foo)
  /frameworks/compile/slang/tests/P_ooo_compute/
ooo_compute.rs 0 #pragma version(1)
2 #pragma rs java_package_name(foo)
  /frameworks/compile/slang/tests/P_static_struct/
static_struct.rs 2 #pragma version(1)
3 #pragma rs java_package_name(com.example);
  /external/clang/test/Index/Inputs/Headers/
crash.h 3 # pragma clang __debug crash
  /external/clang/test/Index/skip-parsed-bodies/
pragma_once.h 0 #pragma once
  /external/clang/test/OpenMP/
openmp_common.c 3 #pragma omp // expected-error {{expected an OpenMP directive}}
4 #pragma omp unknown_directive // expected-error {{expected an OpenMP directive}}
7 #pragma omp // expected-error {{expected an OpenMP directive}}
8 #pragma omp unknown_directive // expected-error {{expected an OpenMP directive}}
threadprivate_ast_print.cpp 17 #pragma omp threadprivate(b)
18 // CHECK-NEXT: #pragma omp threadprivate(b)
24 #pragma omp threadprivate(a)
25 // CHECK-NEXT: #pragma omp threadprivate(a)
26 #pragma omp threadprivate(d, b)
27 // CHECK-NEXT: #pragma omp threadprivate(d,b)
31 #pragma omp threadprivate(v)
36 //CHECK-NEXT: #pragma omp threadprivate(v)
39 //CHECK-NEXT: #pragma omp threadprivate(v)
44 #pragma omp threadprivate(a
    [all...]
parallel_default_messages.cpp 6 #pragma omp parallel default // expected-error {{expected '(' after 'default'}}
7 #pragma omp parallel default ( // expected-error {{expected 'none' or 'shared' in OpenMP clause 'default'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
8 #pragma omp parallel default () // expected-error {{expected 'none' or 'shared' in OpenMP clause 'default'}}
9 #pragma omp parallel default (none // expected-error {{expected ')'}} expected-note {{to match this '('}}
10 #pragma omp parallel default (shared), default(shared) // expected-error {{directive '#pragma omp parallel' cannot contain more than one 'default' clause}}
11 #pragma omp parallel default (x) // expected-error {{expected 'none' or 'shared' in OpenMP clause 'default'}}
parallel_private_messages.cpp 48 #pragma omp parallel private // expected-error {{expected '(' after 'private'}}
49 #pragma omp parallel private ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
50 #pragma omp parallel private () // expected-error {{expected expression}}
51 #pragma omp parallel private (argc // expected-error {{expected ')'}} expected-note {{to match this '('}}
52 #pragma omp parallel private (argc, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
53 #pragma omp parallel private (argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable name}}
54 #pragma omp parallel private (argc argv) // expected-error {{expected ',' or ')' in 'private' clause}}
55 #pragma omp parallel private (S1) // expected-error {{'S1' does not refer to a value}}
56 #pragma omp parallel private (a, b, c, d, f) // expected-error {{a private variable with incomplete type 'S1'}}
57 #pragma omp parallel private (argv[1]) // expected-error {{expected variable name}
    [all...]
  /frameworks/compile/slang/tests/F_bad_pragmas/
stderr.txt.expect 1 bad_pragmas.rs:7:8: error: no pragma name or value
2 bad_pragmas.rs:8:18: error: expected value after '#pragma onlyLeft('
3 bad_pragmas.rs:9:27: error: missing ')' after '#pragma missingRight(paren'
4 bad_pragmas.rs:10:16: error: missing ')' after '#pragma ok(not'
  /frameworks/compile/slang/tests/F_no_version_pragma/
stderr.txt.expect 1 no_version_pragma.rs:8:1: error: missing pragma for version in source file
  /external/clang/test/Preprocessor/
pragma-pushpop-macro.c 1 /* Test pragma pop_macro and push_macro directives from
6 // #pragma pop_macro("macro_name")
9 // #pragma push_macro("macro_name")
18 #pragma push_macro("Y")
19 #pragma push_macro("X")
23 #pragma pop_macro("X")
25 #pragma pop_macro("Y")
30 #pragma push_macro("Y")
36 #pragma push_macro("PREVIOUSLY_UNDEFINED1")
38 #pragma pop_macro("PREVIOUSLY_UNDEFINED1"
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
pragma2.test 13 # This file implements tests for the PRAGMA command.
22 # pragma2-1.*: Test freelist_count pragma on the main database.
23 # pragma2-2.*: Test freelist_count pragma on an attached database.
27 ifcapable !pragma||!schema_pragmas {
39 db eval {PRAGMA auto_vacuum=0}
43 PRAGMA freelist_count;
49 PRAGMA freelist_count;
55 PRAGMA freelist_count;
60 PRAGMA main.freelist_count;
71 PRAGMA aux.auto_vacuum=OFF
    [all...]
jrnlmode.test 12 # of these tests is the journal mode pragma.
39 execsql {PRAGMA temp.journal_mode}
40 set newmode [db one {PRAGMA temp.journal_mode}]
47 # Test cases jrnlmode-1.X test the PRAGMA logic.
51 PRAGMA journal_mode;
52 PRAGMA main.journal_mode;
53 PRAGMA temp.journal_mode;
58 PRAGMA journal_mode = persist;
63 PRAGMA journal_mode;
64 PRAGMA main.journal_mode
    [all...]
  /external/clang/test/CodeGen/
pragma-visibility.c 3 #pragma GCC visibility push(hidden)
8 #pragma GCC visibility pop
12 #pragma GCC visibility push(hidden)
16 #pragma GCC visibility pop
18 #pragma GCC visibility push(hidden)
  /external/clang/test/CodeGenCXX/
pragma-weak.cpp 3 #pragma weak zex
10 #pragma weak foo
15 #pragma weak zed
19 #pragma weak bah
23 #pragma weak baz
27 #pragma weak _Z3baxv
30 // idea to expose the mangling to the pragma unless we really have to.
  /external/stlport/stlport/stl/config/
_warnings_off.h 12 # pragma warning ( disable : 4251 ) // ignore template classes being exported in .dll's
16 # pragma warning( disable : 4097 ) // typedef-name used as based class of (...)
17 # pragma warning( disable : 4231 ) // non standard extension : 'extern' before template instanciation
18 # pragma warning( disable : 4244 ) // implicit conversion: possible loss of data
19 # pragma warning( disable : 4284 ) // for -> operator
21 # pragma warning( disable : 4290 ) // c++ exception specification ignored
22 # pragma warning( disable : 4514 ) // unreferenced inline function has been removed
23 # pragma warning( disable : 4660 ) // template-class specialization '...' is already instantiated
24 # pragma warning( disable : 4701 ) // local variable '...' may be used without having been initialized
25 # pragma warning( disable : 4710 ) // function (...) not inline
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 12 # pragma warning ( disable : 4251 ) // ignore template classes being exported in .dll's
16 # pragma warning( disable : 4097 ) // typedef-name used as based class of (...)
17 # pragma warning( disable : 4231 ) // non standard extension : 'extern' before template instanciation
18 # pragma warning( disable : 4244 ) // implicit conversion: possible loss of data
19 # pragma warning( disable : 4284 ) // for -> operator
21 # pragma warning( disable : 4290 ) // c++ exception specification ignored
22 # pragma warning( disable : 4514 ) // unreferenced inline function has been removed
23 # pragma warning( disable : 4660 ) // template-class specialization '...' is already instantiated
24 # pragma warning( disable : 4701 ) // local variable '...' may be used without having been initialized
25 # pragma warning( disable : 4710 ) // function (...) not inline
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 12 # pragma warning ( disable : 4251 ) // ignore template classes being exported in .dll's
16 # pragma warning( disable : 4097 ) // typedef-name used as based class of (...)
17 # pragma warning( disable : 4231 ) // non standard extension : 'extern' before template instanciation
18 # pragma warning( disable : 4244 ) // implicit conversion: possible loss of data
19 # pragma warning( disable : 4284 ) // for -> operator
21 # pragma warning( disable : 4290 ) // c++ exception specification ignored
22 # pragma warning( disable : 4514 ) // unreferenced inline function has been removed
23 # pragma warning( disable : 4660 ) // template-class specialization '...' is already instantiated
24 # pragma warning( disable : 4701 ) // local variable '...' may be used without having been initialized
25 # pragma warning( disable : 4710 ) // function (...) not inline
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 12 # pragma warning ( disable : 4251 ) // ignore template classes being exported in .dll's
16 # pragma warning( disable : 4097 ) // typedef-name used as based class of (...)
17 # pragma warning( disable : 4231 ) // non standard extension : 'extern' before template instanciation
18 # pragma warning( disable : 4244 ) // implicit conversion: possible loss of data
19 # pragma warning( disable : 4284 ) // for -> operator
21 # pragma warning( disable : 4290 ) // c++ exception specification ignored
22 # pragma warning( disable : 4514 ) // unreferenced inline function has been removed
23 # pragma warning( disable : 4660 ) // template-class specialization '...' is already instantiated
24 # pragma warning( disable : 4701 ) // local variable '...' may be used without having been initialized
25 # pragma warning( disable : 4710 ) // function (...) not inline
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 12 # pragma warning ( disable : 4251 ) // ignore template classes being exported in .dll's
16 # pragma warning( disable : 4097 ) // typedef-name used as based class of (...)
17 # pragma warning( disable : 4231 ) // non standard extension : 'extern' before template instanciation
18 # pragma warning( disable : 4244 ) // implicit conversion: possible loss of data
19 # pragma warning( disable : 4284 ) // for -> operator
21 # pragma warning( disable : 4290 ) // c++ exception specification ignored
22 # pragma warning( disable : 4514 ) // unreferenced inline function has been removed
23 # pragma warning( disable : 4660 ) // template-class specialization '...' is already instantiated
24 # pragma warning( disable : 4701 ) // local variable '...' may be used without having been initialized
25 # pragma warning( disable : 4710 ) // function (...) not inline
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 12 # pragma warning ( disable : 4251 ) // ignore template classes being exported in .dll's
16 # pragma warning( disable : 4097 ) // typedef-name used as based class of (...)
17 # pragma warning( disable : 4231 ) // non standard extension : 'extern' before template instanciation
18 # pragma warning( disable : 4244 ) // implicit conversion: possible loss of data
19 # pragma warning( disable : 4284 ) // for -> operator
21 # pragma warning( disable : 4290 ) // c++ exception specification ignored
22 # pragma warning( disable : 4514 ) // unreferenced inline function has been removed
23 # pragma warning( disable : 4660 ) // template-class specialization '...' is already instantiated
24 # pragma warning( disable : 4701 ) // local variable '...' may be used without having been initialized
25 # pragma warning( disable : 4710 ) // function (...) not inline
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_warnings_off.h 12 # pragma warning ( disable : 4251 ) // ignore template classes being exported in .dll's
16 # pragma warning( disable : 4097 ) // typedef-name used as based class of (...)
17 # pragma warning( disable : 4231 ) // non standard extension : 'extern' before template instanciation
18 # pragma warning( disable : 4244 ) // implicit conversion: possible loss of data
19 # pragma warning( disable : 4284 ) // for -> operator
21 # pragma warning( disable : 4290 ) // c++ exception specification ignored
22 # pragma warning( disable : 4514 ) // unreferenced inline function has been removed
23 # pragma warning( disable : 4660 ) // template-class specialization '...' is already instantiated
24 # pragma warning( disable : 4701 ) // local variable '...' may be used without having been initialized
25 # pragma warning( disable : 4710 ) // function (...) not inline
    [all...]
  /external/clang/test/Sema/
pragma-align-packed.c 4 #pragma pack(push, 1)
10 #pragma pack(pop)
18 #pragma options align=packed
24 #pragma options align=reset
26 #pragma pack(1)
29 #pragma options align=reset
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.h.old 7 #pragma mark Rule return scopes start
8 #pragma mark Rule return scopes end
10 #pragma mark Tokens

Completed in 417 milliseconds

<<11121314151617181920>>