HomeSort by relevance Sort by last modified time
    Searched full:ansi (Results 576 - 600 of 2018) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mtio.h 109 #define MT_ISSCSI1 0x71 /* Generic ANSI SCSI-1 tape unit */
110 #define MT_ISSCSI2 0x72 /* Generic ANSI SCSI-2 tape unit */
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 21 class ANSI:
51 format = ColorFormatter.ANSI
54 format = ColorFormatter.ANSI
55 if "--format=ansi" in argv:
56 argv.remove ("--format=ansi")
57 format = ColorFormatter.ANSI
  /frameworks/base/docs/image_sources/in-app-billing/v3/
iab_v3_consumption_flow.graffle 337 <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf340
425 <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf340
516 <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf340
605 <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf340
730 <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf340
848 <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf340
  /frameworks/base/docs/image_sources/play-services-diagram.graffle/
data.plist 103 <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf340
264 <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf340
349 <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf340
521 <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf340
643 <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf340
765 <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf340
  /frameworks/base/docs/image_sources/providers/
datamodel.graffle 88 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
134 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
397 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
518 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
639 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
756 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
877 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
919 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
963 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.h 6 This header is for ANSI C/C++ only. You can set any of
17 INSTEAD of your system system <malloc.h>. At least on ANSI, all
104 on ANSI C systems.
145 ANSI) and p is NOT freed.
208 0. SVID/XPG/ANSI defines four standard param numbers for mallopt,
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 36 * The ANSI C standard committee, for the C99 standard, specified the
61 * ANSI C standard makes this an impossibility right from the
115 * would trust to any particular compiler vendor or the ANSI C
299 * integer sizes in bits are powers of 2, and follow the ANSI
609 * The ANSI C committee pretending to know or specify anything about
  /external/eigen/unsupported/test/mpreal/
dlmalloc.h 8 This header is for ANSI C/C++ only. You can set any of
19 INSTEAD of your system system <malloc.h>. At least on ANSI, all
92 on ANSI C systems.
133 ANSI) and p is NOT freed.
172 0. SVID/XPG/ANSI defines four standard param numbers for mallopt,
  /external/libpcap/
aclocal.m4 28 dnl If using cc, require that it support ansi prototypes
94 AC_MSG_CHECKING(that $CC handles ansi prototypes)
106 AC_MSG_CHECKING(for HP-UX ansi compiler ($CC -Aa -D_HPUX_SOURCE))
320 dnl If using gcc, make sure we have ANSI ioctl definitions
328 AC_MSG_CHECKING(for ANSI ioctl definitions)
  /bionic/libc/include/
stdio.h 150 * The following three definitions are for ANSI C, which took them
174 /* System V/ANSI C; this is the wrong way to do this, do *not* use these. */
197 * Functions defined in ANSI C standard.
  /bionic/libm/include/
math.h 25 * ANSI/POSIX
169 * ANSI/POSIX
298 /* float versions of ANSI/POSIX functions */
  /development/ndk/platforms/android-3/include/
math.h 27 * ANSI/POSIX
184 * ANSI/POSIX
308 /* float versions of ANSI/POSIX functions */
stdio.h 154 * The following three definitions are for ANSI C, which took them
178 /* System V/ANSI C; this is the wrong way to do this, do *not* use these. */
200 * Functions defined in ANSI C standard.
  /development/ndk/platforms/android-8/include/
stdio.h 154 * The following three definitions are for ANSI C, which took them
178 /* System V/ANSI C; this is the wrong way to do this, do *not* use these. */
200 * Functions defined in ANSI C standard.
  /development/ndk/platforms/android-9/include/
math.h 27 * ANSI/POSIX
184 * ANSI/POSIX
308 /* float versions of ANSI/POSIX functions */
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.cc 348 WIN32_FIND_DATAA found; // that final A is for Ansi (as opposed to Unicode)
349 HANDLE hFind = FindFirstFileA(full_glob, &found); // A is for Ansi
360 } while (FindNextFileA(hFind, &found) != FALSE); // A is for Ansi
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.cc 279 WIN32_FIND_DATAA found; // that final A is for Ansi (as opposed to Unicode)
280 HANDLE hFind = FindFirstFileA(full_glob, &found); // A is for Ansi
291 } while (FindNextFileA(hFind, &found) != FALSE); // A is for Ansi
  /external/jpeg/
jmorecfg.h 382 * Typically, float is faster in ANSI C compilers, while double is faster in
383 * pre-ANSI compilers (because they insist on converting to double anyway).
384 * The code below therefore chooses float if we have ANSI-style prototypes.
  /external/qemu/distrib/jpeg-6b/
jmorecfg.h 380 * Typically, float is faster in ANSI C compilers, while double is faster in
381 * pre-ANSI compilers (because they insist on converting to double anyway).
382 * The code below therefore chooses float if we have ANSI-style prototypes.
  /frameworks/av/include/media/
ToneGenerator.h 56 TONE_SUP_RADIO_ACK, // Radio path acknowlegment, CEPT, ANSI: 425Hz, 200ms ON
184 // ANSI supervisory tones
199 ANSI,
  /frameworks/base/docs/image_sources/fundamentals/
restore_instance.graffle 120 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
283 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
375 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
552 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
639 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
801 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
889 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
1037 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
1273 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
1351 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf36
    [all...]
  /frameworks/base/docs/image_sources/training/basics/basic-simple-screen-mock.graffle/
data.plist 159 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
276 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
393 <string>{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
  /ndk/sources/host-tools/make-3.81/
config.h.W32 64 /* Define if your compiler conforms to the ANSI C standard. */
354 /* Define to 1 if you have the ANSI C header files. */
405 /* Define to empty if `const' does not conform to ANSI C. */
config.h.in 38 /* Define if your compiler conforms to the ANSI C standard. */
367 /* Define to 1 if you have the ANSI C header files. */
436 /* Define to empty if `const' does not conform to ANSI C. */
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h 184 * The following three definitions are for ANSI C, which took them
208 /* System V/ANSI C; this is the wrong way to do this, do *not* use these. */
230 * Functions defined in ANSI C standard.

Completed in 1113 milliseconds

<<21222324252627282930>>