/external/libsepol/tests/policies/test-hooks/ |
small-base.conf | 405 category c8; category c9; category c10; category c11;
|
/external/libsepol/tests/policies/test-linker/ |
small-base.conf | 405 category c8; category c9; category c10; category c11;
|
/external/libvpx/libvpx/vp8/encoder/ppc/ |
fdct_altivec.asm | 86 vspltw v8, \Codd, 1 ;# v8 = c01 c11 or c03 c13
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/ |
regress-184107.js | 47 * See http://bugzilla.mozilla.org/show_bug.cgi?id=159849#c11
|
regress-185485.js | 44 * http://bugzilla.mozilla.org/show_bug.cgi?id=159849#c11
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
cstdlib | 79 void *aligned_alloc(size_t alignment, size_t size); // C11
|
/external/bison/m4/ |
gnulib-common.m4 | 16 [/* The _Noreturn keyword of C11. */ 228 # - AC_PROG_CC_STDC is likely to change now that C11 is an ISO standard.
|
/external/clang/docs/ |
ReleaseNotes.rst | 76 C11 Feature Support
|
LanguageExtensions.rst | 777 C11 780 The features listed below are part of the C11 standard. As a result, all these 781 features are enabled with the ``-std=c11`` or ``-std=gnu11`` option when 785 C11 alignment specifiers 791 C11 atomic operations 799 C11 generic selections 806 As an extension, the C11 generic selection expression is available in all 807 languages supported by Clang. The syntax is the same as that given in the C11 814 C11 ``_Static_assert()`` [all...] |
/external/clang/lib/Parse/ |
ParseAST.cpp | 114 // C11 6.9p1 says translation units must have at least one top-level
|
ParseExpr.cpp | 471 /// [C11] '_Alignof' '(' type-name ')' 491 /// [C11] generic-selection [all...] |
/external/icu4c/tools/gensprep/ |
filterRFC3454.pl | 43 "--C11" => \$c11, 106 if($line =~ /C.1.1/ && defined $c11 ){ 647 --C11 Generate data for table C.1.1
|
/external/libsepol/tests/policies/test-expander/ |
small-base.conf | 405 category c8; category c9; category c10; category c11;
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
float.h | 198 #endif /* C11 */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/ |
float.h | 198 #endif /* C11 */
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/ |
float.h | 198 #endif /* C11 */
|
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/ |
float.h | 198 #endif /* C11 */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
float.h | 198 #endif /* C11 */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/ |
float.h | 198 #endif /* C11 */
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/ |
float.h | 198 #endif /* C11 */
|
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/ |
float.h | 198 #endif /* C11 */
|
/external/clang/include/clang/Basic/ |
DiagnosticGroups.td | 476 // A warning group for warnings about using C11 features as extensions. 477 def C11 : DiagGroup<"c11-extensions">;
|
/external/clang/lib/Lex/ |
PPMacroExpansion.cpp | 846 // C11 feature [all...] |
/frameworks/base/docs/html/training/design-navigation/ |
example-wireframe-device-template.svg | 83 c0-11.733,9.521-21.277,21.22-21.277c11.702,0,21.221,9.544,21.221,21.277C466.864,978.406,457.344,987.952,445.643,987.952"/>
149 c13.767,2.595,29.372,5.535,41.744,18.254c11.974,12.306,13.949,34.584,14.292,56.838v658.086c0,39.165-2.26,54.418-3.608,60.024
164 <path fill="#FFFFFF" d="M456.361,1471.519c11.529,0,31.394,0.157,41.302,0.271c8.57,0.098,20.592,0.813,30.257,1.39l0.569,0.033
|
/external/clang/test/Sema/ |
array-init.c | 252 struct _Matrix { union { float m[4][4]; }; }; //expected-warning{{anonymous unions are a C11 extension}}
|