HomeSort by relevance Sort by last modified time
    Searched full:traditional (Results 1 - 25 of 1489) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Preprocessor/
traditional-cpp.c 1 /* Clang supports a very limited subset of -traditional-cpp, basically we only
6 RUN: %clang_cc1 -traditional-cpp %s -E | FileCheck -strict-whitespace %s
7 RUN: %clang_cc1 -traditional-cpp %s -E -C | FileCheck -check-prefix=CHECK-COMMENTS %s
8 RUN: %clang_cc1 -traditional-cpp -x c++ %s -E | FileCheck -check-prefix=CHECK-CXX %s
11 /* -traditional-cpp should eliminate all C89 comments. */
13 * CHECK-COMMENTS: {{^}}/* -traditional-cpp should eliminate all C89 comments. *{{/$}}
16 /* -traditional-cpp should only eliminate "//" comments in C++ mode. */
56 /* FIXME: -traditional-cpp should not consider this a preprocessing directive
66 /* FIXME: -traditional-cpp should not homogenize whitespace in macros.
  /external/e2fsprogs/util/
gcc-wall-cleanup 13 /traditional C rejects string concatenation/d
14 /integer constant is unsigned in ANSI C, signed with -traditional/d
static-analysis-cleanup 13 /traditional C rejects string concatenation/d
14 /integer constant is unsigned in ANSI C, signed with -traditional/d
  /external/clang/test/CodeGen/
arrayderef.c 3 // enough to the traditional (wrong) implementation of offsetof
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_clear.3 11 capng_clear sets to 0 all bits in the selected posix capabilities set. The options are CAPNG_SELECT_CAPS for the traditional capabilities, CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if clearing both is desired.
capng_fill.3 11 capng_fill sets all bits to a 1 in the selected posix capabilities set. The options are CAPNG_SELECT_CAPS for the traditional capabilities, CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if filling both is desired.
capng_have_capabilities.3 11 capng_have_capabilities will check the selected internal capabilities sets to see what the status is. The capabilities sets must be previously setup with calls to capng_get_caps_process, capng_get_caps_fd, or in some other way setup. The options are CAPNG_SELECT_CAPS for the traditional capabilities, CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if clearing both is desired.
capng_apply.3 11 capng_apply will transfer the specified internal posix capabilities settings to the kernel. The options are CAPNG_SELECT_CAPS for the traditional capabilities, CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if transferring both is desired.
capng_print_caps_numeric.3 13 The set parameter controls what is included in the representation. The legal options are CAPNG_SELECT_CAPS for the traditional capabilities, CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if clearing both is desired.
  /toolchain/binutils/binutils-2.25/ld/
TODO 3 Support the "traditional" BSD -A flag (incremental loading).
  /development/samples/browseable/BeamLargeFiles/
_index.jd 12 \n\nThis feature requires Android 4.1 (Jelly Bean) or above. Unlike traditional Beam,
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h 33 * ARM GOT integrates traditional .got.plt and .got sections into one.
34 * Traditional .got.plt is placed in the front part of GOT (PLTGOT), and
35 * traditional .got is placed in the rear part of GOT (GOT).
  /toolchain/binutils/binutils-2.25/gas/config/
te-tmips.h 0 /* Traditional MIPS targets
22 traditional mips targets like mips-dde-sysv4.2MP (Supermax ) ,
  /docs/source.android.com/en/devices/storage/
adoptable.html 30 <a href="/devices/storage/traditional.html">traditional external storage</a>.
39 href="/devices/storage/traditional.html">traditional storage</a>.</p>
52 Unlike traditional storage, which is limited to 2TB due to its use of
traditional.html 3 <title>Traditional Storage</title>
28 <p>Android supports devices with traditional storage, which is defined to be a
30 The notion of traditional storage encompasses emulated and portable storage.
34 Because traditional external storage offers minimal protection for stored data,
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.h 35 * AArch64 GOT integrates traditional .got.plt and .got sections into one.
36 * Traditional .got.plt is placed in the front part of GOT (PLTGOT), and
37 * traditional .got is placed in the rear part of GOT (GOT). When -z now and
  /developers/build/prebuilts/gradle/BeamLargeFiles/Application/src/main/res/values/
base-strings.xml 28 \n\nThis feature requires Android 4.1 (Jelly Bean) or above. Unlike traditional Beam,
  /development/samples/browseable/BeamLargeFiles/res/values/
base-strings.xml 28 \n\nThis feature requires Android 4.1 (Jelly Bean) or above. Unlike traditional Beam,
  /external/curl/docs/cmdline-opts/
disable-eprt.d 10 traditional PORT command.
  /external/hyphenation-patterns/de/
hyph-de-1901.lic.txt 3 \message{German Hyphenation Patterns (Traditional Orthography) `dehypht-x' 2015-12-13 (WL)}
hyph-de-ch-1901.lic.txt 3 \message{Swiss-German Hyphenation Patterns (Traditional Orthography) `dehyphts-x' 2015-12-13 (WL)}
  /external/icu/icu4c/source/data/
icu-coll-deprecates.xml 13 <alias from="es__TRADITIONAL" to="es" rbpath="/collations/default" value="traditional"/>
  /external/icu/icu4c/source/test/intltest/
escoll.h 11 * specific primary and tertiary rules. This Spanish sort uses the traditional
  /external/kernel-headers/original/uapi/asm-mips/asm/
statfs.h 43 * Unlike the traditional version the LFAPI version has none of the ABI junk
  /external/libjpeg-turbo/release/
ReadMe.txt 3 libjpeg-turbo implements both the traditional libjpeg API as well as the less powerful but more straightforward TurboJPEG API. libjpeg-turbo also features colorspace extensions that allow it to compress from/decompress to 32-bit and big-endian pixel buffers (RGBX, XBGR, etc.), as well as a full-featured Java interface.

Completed in 71 milliseconds

1 2 3 4 5 6 7 8 91011>>