Home
last modified time | relevance | path

Searched refs:ANSI (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/external/perfetto/tools/
Drecord_android_trace26 class ANSI: class
57 ANSI.BOLD + 'Examples' + ANSI.END, ' -t 10s -b 32mb sched gfx wm',
60 ANSI.BOLD + 'Long traces' + ANSI.END,
126 prt('Config file not found: %s' % args.config, ANSI.RED)
131 ANSI.RED)
137 'Did you mean to pass -c / --config ?'), ANSI.RED)
172 prt('Perfetto invocation failed', ANSI.RED)
175 prt('Trace started. Press CTRL+C to stop', ANSI.BLACK + ANSI.BG_BLUE)
189 prt('Stopping the trace (SIG%s)' % sig, ANSI.BLACK + ANSI.BG_YELLOW)
196 prt('Pulling into %s' % host_file, ANSI.BOLD)
[all …]
/external/libjpeg-turbo/
Djconfig.txt45 /* Define this if your system has an ANSI-conforming <stddef.h> file.
49 /* Define this if your system has an ANSI-conforming <stdlib.h> file.
53 /* Define this if your system does not have an ANSI/SysV <string.h>,
59 * ANSI-standard places (stddef.h, stdlib.h, or stdio.h), but places it in
64 /* Although a real ANSI C compiler can deal perfectly well with pointers to
65 * unspecified structures (see "incomplete types" in the spec), a few pre-ANSI
66 * and pseudo-ANSI compilers get confused. To keep one of these bozos happy,
/external/lzma/DOC/
Dlzma-history.txt197 - Some changes in ANSI-C 7z Decoder interfaces.
218 - The bug in ANSI-C LZMA Decoder was fixed:
221 - Some changes in ANSI-C 7z Decoder interfaces.
239 - ANSI-C LZMA Decoder was rewritten for speed optimizations.
240 - ANSI-C LZMA Encoder was included to LZMA SDK.
241 - C++ LZMA code now is just wrapper over ANSI-C code.
252 - .7z ANSI-C Decoder:
267 - Small changes in .h files in ANSI-C version.
346 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed
347 - New additional version of ANSI-C LZMA Decoder with zlib-like interface:
[all …]
D7zC.txt1 7z ANSI-C Decoder 9.35
4 7z ANSI-C provides 7z/LZMA decoding.
5 7z ANSI-C version is simplified version ported from C++ code.
15 7z ANSI-C Decoder is part of the LZMA SDK.
45 Limitations of current version of 7z ANSI-C Decoder
55 Using 7z ANSI-C Decoder Test application:
Dlzma.txt28 ANSI-C LZMA Decoder
31 Please note that interfaces for ANSI-C code were changed in LZMA SDK 4.58.
35 To use ANSI-C LZMA Decoder you need the following files:
57 LZMA Decoder (ANSI-C version) now supports 2 interfaces:
303 C++ LZMA code is just wrapper over ANSI-C code.
/external/llvm-project/lldb/source/Core/
DCoreProperties.td73 …Desc<"When displaying the column marker in a color-enabled (i.e. ANSI) terminal, use the ANSI term…
77 …Desc<"When displaying the column marker in a color-enabled (i.e. ANSI) terminal, use the ANSI term…
81 …Desc<"When displaying the line marker in a color-enabled (i.e. ANSI) terminal, use the ANSI termin…
85 …Desc<"When displaying the line marker in a color-enabled (i.e. ANSI) terminal, use the ANSI termin…
/external/python/cpython3/Modules/_decimal/
DREADME.txt22 3) ansi64 - 64-bit Python, ANSI C
26 5) ansi32 - 32-bit Python, ANSI C
/external/libcups/data/
Dmedia.defs50 #media "AnsiA/ANSI A" 612 792
51 #media "AnsiB/ANSI B" 792 1224
52 #media "AnsiC/ANSI C" 1224 1584
53 #media "AnsiD/ANSI D" 1584 2448
54 #media "AnsiE/ANSI E" 2448 3168
/external/boringssl/src/third_party/wycheproof_testvectors/
Daes_cbc_pkcs5_test.txt383 # ANSI X.923 padding
392 # ANSI X.923 padding
401 # ANSI X.923 padding
410 # ANSI X.923 padding
911 # ANSI X.923 padding
920 # ANSI X.923 padding
929 # ANSI X.923 padding
938 # ANSI X.923 padding
1439 # ANSI X.923 padding
1448 # ANSI X.923 padding
[all …]
/external/ply/ply/example/ansic/
DREADME1 This example is incomplete. Was going to specify an ANSI C parser.
/external/libogg/
Dconfig.h.in70 /* Define to 1 if you have the ANSI C header files. */
76 /* Define to empty if `const' does not conform to ANSI C. */
/external/ply/ply/example/
DREADME6 ansic - ANSI C grammar from K&R
/external/libcap-ng/libcap-ng-0.7/
Dconfig.h.in73 /* Define to 1 if you have the ANSI C header files. */
79 /* Define to empty if `const' does not conform to ANSI C. */
/external/libexif/
Dconfig.h.in78 /* Define to 1 if you have the ANSI C header files. */
84 /* Define to empty if `const' does not conform to ANSI C. */
/external/iperf3/src/
Diperf_config.h.in114 /* Define to 1 if you have the ANSI C header files. */
120 /* Define to empty if `const' does not conform to ANSI C. */
/external/freetype/builds/unix/
Dunix-cc.in77 # ANSI compliance.
87 # ANSIFLAGS: Put there the flags used to make your compiler ANSI-compliant.
/external/expat/
Dexpat_config.h.cmake81 /* Define to 1 if you have the ANSI C header files. */
106 /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
/external/fdlibm/
Dreadme117 standards like SVID, X/OPEN, or POSIX/ANSI, then one can
154 if _LIB_VERSION = _POSIX_, return POSIX/ANSI result.
162 multi-standard compliant (supports IEEE,XOPEN,POSIX/ANSI,SVID).
175 to POSIX/ANSI
/external/harfbuzz_ng/test/shaping/
Dhb_test_tools.py102 class ANSI: class in ColorFormatter
132 format = ColorFormatter.ANSI
135 format = ColorFormatter.ANSI
138 format = ColorFormatter.ANSI
/external/llvm-project/lld/test/MachO/
Dcolor-diagnostics.test1 # Windows command prompt doesn't support ANSI escape sequences.
/external/llvm-project/lld/test/COFF/
Dcolor-diagnostics.test1 # Windows command prompt doesn't support ANSI escape sequences.
/external/llvm-project/lld/test/ELF/
Dcolor-diagnostics.test1 # Windows command prompt doesn't support ANSI escape sequences.
/external/libpng/
Dconfig.h.in99 /* Define to 1 if you have the ANSI C header files. */
108 /* Define to empty if `const' does not conform to ANSI C. */
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DNEWS21 all char values are valid inputs to those macros according to ANSI.
/external/iputils/ninfod/
Dconfig.h.in117 /* Define to 1 if you have the ANSI C header files. */
135 /* Define to empty if `const' does not conform to ANSI C. */

12345678910>>...13