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

1 2 3 4 5 67 8 91011>>

  /frameworks/compile/slang/tests/P_root_compute_non_void_ptr_usrData/
root_compute_non_void_ptr_usrData.rs 0 #pragma version(1)
2 #pragma rs java_package_name(foo)
  /frameworks/compile/slang/tests/P_rs_package_name/
rs_package_name.rs 2 #pragma version(1)
3 #pragma rs java_package_name(foo)
  /external/clang/test/Lexer/
pragma-region.c 1 /* Test pragma region directive from
4 // Editor-only pragma, just skipped by compiler.
6 // #pragma region optional name
7 // #pragma endregion optional comment
11 #pragma region
13 #pragma endregion
15 #pragma region long name
18 #pragma endregion long comment
25 #pragma region2 // expected-warning {{unknown pragma ignored}
    [all...]
  /external/clang/test/SemaCXX/
pragma-visibility.cpp 4 #pragma GCC visibility pop // expected-error{{#pragma visibility pop with no matching #pragma visibility push}}
9 #pragma GCC visibility push(protected) // expected-error{{#pragma visibility push with no matching #pragma visibility pop}}
12 #pragma GCC visibility pop // expected-error{{#pragma visibility pop with no matching #pragma visibility push}}
16 #pragma GCC visibility push(protected
    [all...]
  /external/clang/test/Parser/
opencl-pragma.cl 3 #pragma OPENCL EXTENSION cl_khr_fp16 : enable
5 #pragma OPENCL EXTENSION cl_no_such_extension : disable /* expected-warning {{unknown OpenCL extension 'cl_no_such_extension' - ignoring}} */
7 #pragma OPENCL EXTENSION all : disable
8 #pragma OPENCL EXTENSION all : enable /* expected-warning {{unknown OpenCL extension 'all' - ignoring}} */
10 #pragma OPENCL EXTENSION cl_khr_fp64 : on /* expected-warning {{expected 'enable' or 'disable' - ignoring}} */
12 #pragma OPENCL FP_CONTRACT ON
13 #pragma OPENCL FP_CONTRACT OFF
14 #pragma OPENCL FP_CONTRACT DEFAULT
15 #pragma OPENCL FP_CONTRACT FOO // expected-warning {{expected 'ON' or 'OFF' or 'DEFAULT' in pragma}}
    [all...]
captured-statements.c 5 #pragma clang __debug captured x // expected-warning {{extra tokens at end of #pragma clang __debug captured directive}}
12 #pragma clang __debug captured
pragma-weak.c 7 /* expected-warning {{expected identifier in '#pragma weak'}}*/ #pragma weak
8 #pragma weak x
11 /* expected-warning {{expected identifier in '#pragma weak'}}*/ #pragma weak z = =
12 /* expected-warning {{expected identifier in '#pragma weak'}}*/ #pragma weak z =
13 /* expected-warning {{weak identifier 'y' never declared}} */ #pragma weak z = y
16 /* expected-warning {{extra tokens at end of '#pragma weak'}}*/ #pragma weak a
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
pragma.test 13 # This file implements tests for the PRAGMA command.
15 # $Id: pragma.test,v 1.73 2009/01/12 14:01:45 danielk1977 Exp $
27 # pragma-1.*: Test cache_size, default_cache_size and synchronous on main db.
28 # pragma-2.*: Test synchronous on attached db.
29 # pragma-3.*: Test detection of table/index inconsistency by integrity_check.
30 # pragma-4.*: Test cache_size and default_cache_size on attached db.
31 # pragma-5.*: Test that pragma synchronous may not be used inside of a
33 # pragma-6.*: Test schema-query pragmas.
34 # pragma-7.*: Miscellaneous tests
    [all...]
  /external/clang/test/Preprocessor/
pushable-diagnostics.c 3 #pragma clang diagnostic pop // expected-warning{{pragma diagnostic pop could not pop, no matching push}}
5 #pragma clang diagnostic puhs // expected-warning {{pragma diagnostic expected 'error', 'warning', 'ignored', 'fatal', 'push', or 'pop'}}
9 #pragma clang diagnostic push
10 #pragma clang diagnostic ignored "-Wmultichar"
13 #pragma clang diagnostic pop
17 #pragma clang diagnostic pop // expected-warning{{pragma diagnostic pop could not pop, no matching push}}
pragma-captured.c 3 // Test pragma clang __debug captured, for Captured Statements
7 #pragma clang __debug captured
12 // CHECK: #pragma clang __debug captured
pragma_diagnostic.c 7 #pragma GCC diagnostic warning "-Wundef"
12 #pragma GCC diagnostic ignored "-Wun" "def"
17 #pragma GCC diagnostic error "-Wundef"
24 #pragma GCC diagnostic foo "-Wundef" // expected-warning {{pragma diagnostic expected 'error', 'warning', 'ignored', 'fatal', 'push', or 'pop'}}
26 #pragma GCC diagnostic error 42 // expected-error {{expected string literal in pragma diagnostic}}
28 #pragma GCC diagnostic error "-Wundef" 42 // expected-warning {{unexpected token in pragma diagnostic}}
29 #pragma GCC diagnostic error "invalid-name" // expected-warning {{pragma diagnostic expected option name (…)
    [all...]
comment_save.c 14 _Pragma("unknown") // after unknown pragma
15 // CHECK: #pragma unknown
17 // CHECK-NEXT: // after unknown pragma
19 _Pragma("comment(\"abc\")") // after known pragma
20 // CHECK: #pragma comment("abc")
22 // CHECK-NEXT: // after known pragma
  /external/clang/test/OpenMP/
option_warn.c 4 #pragma omp threadprivate(a,b) // expected-warning {{unexpected '#pragma omp ...' in program}}
5 #pragma omp parallel
  /external/stlport/stlport/stl/config/
_feedback.h 2 * thanks to #pragma message directives.
9 # pragma message (_STLP_COMPILER)
13 # pragma message ("STLport: RTTI support -> Disabled")
15 # pragma message ("STLport: RTTI support -> Enabled")
19 # pragma message ("STLport: Exception support -> Disabled")
21 # pragma message ("STLport: Exception support -> Enabled")
25 # pragma message ("STLport: Threading model -> Multi")
27 # pragma message ("STLport: Threading model -> Mono")
31 # pragma message ("STLport: Library model -> Dynamic")
33 # pragma message ("STLport: Library model -> Static"
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
test_root.rs 2 #pragma version(1)
4 #pragma rs java_package_name(com.android.rs.test_compat)
6 #pragma stateFragment(parent)
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
test_root.rs 2 #pragma version(1)
4 #pragma rs java_package_name(com.android.rs.test)
6 #pragma stateFragment(parent)
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
test_root.rs 2 #pragma version(1)
4 #pragma rs java_package_name(com.android.rs.test)
6 #pragma stateFragment(parent)
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
test_root.rs 2 #pragma version(1)
4 #pragma rs java_package_name(com.android.rs.test_v14)
6 #pragma stateFragment(parent)
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_feedback.h 2 * thanks to #pragma message directives.
9 # pragma message (_STLP_COMPILER)
13 # pragma message ("STLport: RTTI support -> Disabled")
15 # pragma message ("STLport: RTTI support -> Enabled")
19 # pragma message ("STLport: Exception support -> Disabled")
21 # pragma message ("STLport: Exception support -> Enabled")
25 # pragma message ("STLport: Threading model -> Multi")
27 # pragma message ("STLport: Threading model -> Mono")
31 # pragma message ("STLport: Library model -> Dynamic")
33 # pragma message ("STLport: Library model -> Static"
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_feedback.h 2 * thanks to #pragma message directives.
9 # pragma message (_STLP_COMPILER)
13 # pragma message ("STLport: RTTI support -> Disabled")
15 # pragma message ("STLport: RTTI support -> Enabled")
19 # pragma message ("STLport: Exception support -> Disabled")
21 # pragma message ("STLport: Exception support -> Enabled")
25 # pragma message ("STLport: Threading model -> Multi")
27 # pragma message ("STLport: Threading model -> Mono")
31 # pragma message ("STLport: Library model -> Dynamic")
33 # pragma message ("STLport: Library model -> Static"
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_feedback.h 2 * thanks to #pragma message directives.
9 # pragma message (_STLP_COMPILER)
13 # pragma message ("STLport: RTTI support -> Disabled")
15 # pragma message ("STLport: RTTI support -> Enabled")
19 # pragma message ("STLport: Exception support -> Disabled")
21 # pragma message ("STLport: Exception support -> Enabled")
25 # pragma message ("STLport: Threading model -> Multi")
27 # pragma message ("STLport: Threading model -> Mono")
31 # pragma message ("STLport: Library model -> Dynamic")
33 # pragma message ("STLport: Library model -> Static"
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_feedback.h 2 * thanks to #pragma message directives.
9 # pragma message (_STLP_COMPILER)
13 # pragma message ("STLport: RTTI support -> Disabled")
15 # pragma message ("STLport: RTTI support -> Enabled")
19 # pragma message ("STLport: Exception support -> Disabled")
21 # pragma message ("STLport: Exception support -> Enabled")
25 # pragma message ("STLport: Threading model -> Multi")
27 # pragma message ("STLport: Threading model -> Mono")
31 # pragma message ("STLport: Library model -> Dynamic")
33 # pragma message ("STLport: Library model -> Static"
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_feedback.h 2 * thanks to #pragma message directives.
9 # pragma message (_STLP_COMPILER)
13 # pragma message ("STLport: RTTI support -> Disabled")
15 # pragma message ("STLport: RTTI support -> Enabled")
19 # pragma message ("STLport: Exception support -> Disabled")
21 # pragma message ("STLport: Exception support -> Enabled")
25 # pragma message ("STLport: Threading model -> Multi")
27 # pragma message ("STLport: Threading model -> Mono")
31 # pragma message ("STLport: Library model -> Dynamic")
33 # pragma message ("STLport: Library model -> Static"
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_feedback.h 2 * thanks to #pragma message directives.
9 # pragma message (_STLP_COMPILER)
13 # pragma message ("STLport: RTTI support -> Disabled")
15 # pragma message ("STLport: RTTI support -> Enabled")
19 # pragma message ("STLport: Exception support -> Disabled")
21 # pragma message ("STLport: Exception support -> Enabled")
25 # pragma message ("STLport: Threading model -> Multi")
27 # pragma message ("STLport: Threading model -> Mono")
31 # pragma message ("STLport: Library model -> Dynamic")
33 # pragma message ("STLport: Library model -> Static"
    [all...]
  /cts/tests/src/android/renderscript/cts/
allocation_resize.rs 0 #pragma version(1)
2 #pragma rs java_package_name(android.renderscript.cts)

Completed in 962 milliseconds

1 2 3 4 5 67 8 91011>>