Home
last modified time | relevance | path

Searched +full:- +full:o (Results 1 – 25 of 1279) sorted by relevance

12345678910>>...52

/external/icu/icu4c/source/test/depstest/
Ddependencies.txt1 # -*- icu-dependencies -*-
4 # Copyright (C) 2011-2016, International Business Machines
12 # See http://site.icu-project.org/processes/release/tasks/healthy-code#TOC-Check-library-dependenci…
14 # Standard library symbols used by ICU --------------------------------------- #
30 # Position-Independent Code (-fPIC) requires a Global Offset Table.
52 # UBSan=UndefinedBehaviorSanitizer, clang -fsanitize=bounds
58 # We must not use tolower and toupper because they are system-locale-sensitive (Turkish i).
110 group: mmap_functions # for memory-mapped data loading
114 dlopen dlclose dlsym # called by putil.o only for icuplug.o
147 # ICU common library --------------------------------------------------------- #
[all …]
/external/llvm-project/llvm/test/Object/
Darchive-long-filenames-no-null-terminator.test8 $ touch 012345678901234567890123456789012345678901234567890123456789012-{1..124}.o \
9 …xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.o
10 $ llvm-ar cru file.a 012345678901234567890123456789012345678901234567890123456789012-{1..124}.o \
11 …xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.o
13 RUN: llvm-ar t %p/Inputs/archive-long-filenames-no-null-terminator.a | FileCheck %s
15 CHECK: 012345678901234567890123456789012345678901234567890123456789012-1.o
16 CHECK: 012345678901234567890123456789012345678901234567890123456789012-2.o
17 CHECK: 012345678901234567890123456789012345678901234567890123456789012-3.o
18 CHECK: 012345678901234567890123456789012345678901234567890123456789012-4.o
19 CHECK: 012345678901234567890123456789012345678901234567890123456789012-5.o
[all …]
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dfile-header-machine-types.test3 # RUN: yaml2obj %s -o %t.none.o -D MACHINE=EM_NONE
4 # RUN: llvm-readelf --file-headers %t.none.o | FileCheck %s -DMACHINE="None"
6 # RUN: yaml2obj %s -o %t.m32.o -D MACHINE=EM_M32
7 # RUN: llvm-readelf --file-headers %t.m32.o | FileCheck %s -DMACHINE="WE32100"
9 # RUN: yaml2obj %s -o %t.sparc.o -D MACHINE=EM_SPARC
10 # RUN: llvm-readelf --file-headers %t.sparc.o | FileCheck %s -DMACHINE="Sparc"
12 # RUN: yaml2obj %s -o %t.386.o -D MACHINE=EM_386
13 # RUN: llvm-readelf --file-headers %t.386.o | FileCheck %s -DMACHINE="Intel 80386"
15 # RUN: yaml2obj %s -o %t.68k.o -D MACHINE=EM_68K
16 # RUN: llvm-readelf --file-headers %t.68k.o | FileCheck %s -DMACHINE="MC68000"
[all …]
/external/llvm-project/clang/test/CodeGen/
Dthinlto-distributed-newpm.ll1 ; FIXME: This test should use CHECK-NEXT to keep up-to-date.
2 ; REQUIRES: x86-registered-target
6 ; RUN: opt -thinlto-bc -o %t.o %s
8 ; RUN: llvm-lto2 run -thinlto-distributed-indexes %t.o \
9 ; RUN: -o %t2.index \
10 ; RUN: -r=%t.o,main,px
12 ; RUN: %clang -target x86_64-grtev4-linux-gnu \
13 ; RUN: -O2 -fexperimental-new-pass-manager -Xclang -fdebug-pass-manager \
14 ; RUN: -c -fthinlto-index=%t.o.thinlto.bc \
15 ; RUN: -o %t.native.o -x ir %t.o 2>&1 | FileCheck -check-prefixes=CHECK-O,CHECK-O2 %s --dump-inpu…
[all …]
/external/libxml2/result/
Datt41 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Slava (GIVC) -->
8 <val o="0" v="53"/>
9 <val o="e08" v="53"/>
10 <val o="1c32" v="53"/>
11 <val o="2a3c" v="53"/>
12 <val o="3835" v="53"/>
13 <val o="4645" v="53"/>
14 <val o="5455" v="53"/>
15 <val o="6265" v="53"/>
[all …]
/external/libxml2/result/noent/
Datt41 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Slava (GIVC) -->
8 <val o="0" v="53"/>
9 <val o="e08" v="53"/>
10 <val o="1c32" v="53"/>
11 <val o="2a3c" v="53"/>
12 <val o="3835" v="53"/>
13 <val o="4645" v="53"/>
14 <val o="5455" v="53"/>
15 <val o="6265" v="53"/>
[all …]
/external/libxml2/test/
Datt41 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Slava (GIVC) -->
8 <val o="0" v="53"/>
9 <val o="e08" v="53"/>
10 <val o="1c32" v="53"/>
11 <val o="2a3c" v="53"/>
12 <val o="3835" v="53"/>
13 <val o="4645" v="53"/>
14 <val o="5455" v="53"/>
15 <val o="6265" v="53"/>
[all …]
/external/icu/icu4c/source/test/intltest/
DMakefile.in5 # Copyright (C) 1999-2016, International Business Machines
9 ## Makefile.in for ICU - test/intltest
37 CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/toolutil
38 CPPFLAGS += -DUNISTR_FROM_CHAR_EXPLICIT= -DUNISTR_FROM_STRING_EXPLICIT= -DUCHAR_TYPE=char16_t
39 DEFS += -D'U_TOPSRCDIR="$(top_srcdir)/"' -D'U_TOPBUILDDIR="$(BUILDDIR)"'
42 OBJECTS = aliastst.o allcoll.o apicoll.o astrotst.o callimts.o calregts.o caltest.o \
43 caltztst.o canittst.o citrtest.o colldata.o convtest.o currcoll.o collationtest.o \
44 fldset.o dadrfmt.o dadrcal.o dcfmapts.o decoll.o dtfmapts.o dtfmrgts.o dtfmtrtts.o dtfmttst.o \
45 dtptngts.o encoll.o escoll.o ficoll.o frcoll.o g7coll.o intltest.o \
46 itercoll.o itformat.o itmajor.o itutil.o jacoll.o lcukocol.o \
[all …]
/external/libevent/
DChangeLog1 Changes in version 2.1.12-stable (05 Jul 2020)
17 o Backport github actions to 2.1 (be3acd7c Azat Khuzhin)
18 o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper)
19 o Add API/ABI checker (using LVC) (709210d4, 2af1f6cc yuangongji)
22 o tinytest: support timeout on Windows (794e8f75 yuangongji)
23 o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin)
24o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh…
27 o buffer: do not pass NULL to memcpy() from evbuffer_pullup() (5b063049 Azat Khuzhin)
28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin)
29o Check error code of evhttp_add_header_internal() in evhttp_parse_query_impl() (97e28f09 Azat Khu…
[all …]
DChangeLog-2.01 Changes in version 2.0.21-stable (18 Nov 2012)
3 o ssl: Don't discard SSL read event when timeout and read come close together (576b29f)
4 o ssl: Stop looping in "consider_reading" if reading is suspended. (f719b8a Joachim Bauch)
5 o ssl: No need to reserve space if reading is suspended. (1acf2eb Joachim Bauch)
6 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev)
7 o build: Use python2 rather than python (0eb0109 Ross Lagerwall)
8 o build: Compile without warnings on mingw64 (94866c2)
9 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4)
10 o build: Make rpcgen_wrapper.sh work on systems without a "python2" binary (f3009e4)
11o iocp: Close IOCP listener socket on free when LEV_OPT_CLOSE_ON_FREE is set (cb853ea Juan Pablo F…
[all …]
DChangeLog-1.41 Changes in 1.4.14b-stable
2 o Set the VERSION_INFO correctly for 1.4.14
4 Changes in 1.4.14-stable
5 o Add a .gitignore file for the 1.4 branch. (d014edb)
6 o Backport evbuffer_readln(). (b04cc60 Nicholas Marriott)
7 o Make the evbuffer_readln backport follow the current API (c545485)
8 o Valgrind fix: Clear struct kevent before checking for OSX bug. (5713d5d William Ahern)
9 o Fix a crash when reading badly formatted resolve.conf (5b10d00 Yasuoka Masahiko)
10 o Fix memory-leak of signal handler array with kqueue. [backport] (01f3775)
11 o Update sample/signal-test.c to use newer APIs and not leak. (891765c Evan Jones)
[all …]
/external/ImageMagick/PerlMagick/t/reference/read/
Dgradient.miff2 class=DirectClass colors=0 alpha-trait=Undefined
7 rendering-intent=Perceptual
9 red-primary=0.64,0.33 green-primary=0.3,0.6 blue-primary=0.15,0.06
10 white-point=0.3127,0.329
11 date:create=2015-04-15T09:25:08-04:00
12 date:modify=2015-04-15T09:25:08-04:00
14 …����������������������������������������������������������������O����O����O����O����O����O��…
/external/tcpdump/win32/prj/
DGNUmakefile7 # OPTFLAGS = -g
8 OPTFLAGS = -O
9 # -O2 may break things. Use at your own risk.
11 CFLAGS = -I ${PCAP_DIR}/wpcap/libpcap/bpf \
12 -I ${PCAP_DIR}/wpcap/libpcap \
13 -I ${PCAP_DIR}/wpcap/libpcap/Win32/Include \
14 -I ${PCAP_DIR}/wpcap/libpcap/Win32/Include/net \
15 -I ../../Win32/Include -I ../../linux-Include \
16 -I ../../lbl -I../.. \
17 -DWIN32 -DINET6 -DHAVE_ADDRINFO=1 -DHAVE_SOCKADDR_STORAGE=1 \
[all …]
/external/ipsec-tools/
DNEWS2 ----------------
4 0.7.3 - 23 August 2009
5 o Fix a remote crash and a memory leak
6 o Fixed a NAT-T flag check
7 o Some code cleanups/compilation fixes with recent gcc
9 0.7.2 - 22 April 2009
10 o Fix a remote crash in fragmentation code
11 o Phase2 message identities are phase1 specific (Vista compatibility=
12 o Autogenerate ChangeLog from cvs metadata
13 o Fix mode config pool resizing
[all …]
/external/fec/
Dmakefile.in11 LIBS=@MLIBS@ fec.o sim.o viterbi27.o viterbi27_port.o viterbi29.o viterbi29_port.o \
12 viterbi39.o viterbi39_port.o \
13 viterbi615.o viterbi615_port.o encode_rs_char.o encode_rs_int.o encode_rs_8.o \
14 decode_rs_char.o decode_rs_int.o decode_rs_8.o \
15 init_rs_char.o init_rs_int.o ccsds_tab.o \
16 encode_rs_ccsds.o decode_rs_ccsds.o ccsds_tal.o \
17 dotprod.o dotprod_port.o \
18 peakval.o peakval_port.o \
19 sumsq.o sumsq_port.o
21 CFLAGS=@CFLAGS@ -I. -Wall @ARCH_OPTION@
[all …]
/external/rust/crates/libz-sys/src/zlib/old/
DMakefile.riscos3 # test works out-of-the-box, installs `somewhere' on demand
6 CCflags = -c -depend !Depend -IC: -g -throwback -DRISCOS -fah
7 C++flags = -c -depend !Depend -IC: -throwback
8 Linkflags = -aif -c++ -o $@
9 ObjAsmflags = -throwback -NoCache -depend !Depend
11 LibFileflags = -c -l -o $@
12 Squeezeflags = -o $@
18 @.lib: @.o.adler32 @.o.compress @.o.crc32 @.o.deflate @.o.gzio \
19 @.o.infblock @.o.infcodes @.o.inffast @.o.inflate @.o.inftrees @.o.infutil @.o.trees \
20 @.o.uncompr @.o.zutil
[all …]
/external/openssh/openbsd-compat/
DMakefile.in11 CPPFLAGS=-I. -I.. -I$(srcdir) -I$(srcdir)/.. @CPPFLAGS@ @DEFS@
17 LDFLAGS=-L. @LDFLAGS@
18 LDFLAGS_NOPIE=-L. -Lopenbsd-compat/ @LDFLAGS_NOPIE@
20 OPENBSD=base64.o \
21 basename.o \
22 bcrypt_pbkdf.o \
23 bcrypt_pbkdf.o \
24 bindresvport.o \
25 blowfish.o \
26 daemon.o \
[all …]
/external/oss-fuzz/projects/unbound/
Dbuild.sh1 #!/bin/bash -eux
8 # http://www.apache.org/licenses/LICENSE-2.0
18 # according to a comment is OK. -DVALGRIND turns on an alternate version of that
20 CFLAGS="${CFLAGS} -DVALGRIND=1"
22 make -j6 all
24 $CC $CFLAGS -I. -DSRCDIR=. -c -o parse_packet_fuzzer.o parse_packet_fuzzer.c
25 $CC $CFLAGS -I. -DSRCDIR=. -c -o fuzz_1.o fuzz_1.c
26 $CC $CFLAGS -I. -DSRCDIR=. -c -o fuzz_2.o fuzz_2.c
27 $CC $CFLAGS -I. -DSRCDIR=. -c -o fuzz_3.o fuzz_3.c
28 $CC $CFLAGS -I. -DSRCDIR=. -c -o fuzz_4.o fuzz_4.c
[all …]
/external/llvm-project/llvm/test/Other/
Dnew-pm-thinlto-defaults.ll11 ; RUN: opt -disable-verify -debug-pass-manager \
12 ; RUN: -passes='thinlto-pre-link<O1>' -S %s 2>&1 \
13 ; RUN: | FileCheck %s --check-prefixes=CHECK-O,CHECK-O1,CHECK-PRELINK-O,CHECK-PRELINK-O-NODIS
14 ; RUN: opt -disable-verify -debug-pass-manager \
15 ; RUN: -passes='thinlto-pre-link<O2>' -S %s 2>&1 \
16 ; RUN: | FileCheck %s --check-prefixes=CHECK-O,CHECK-O2,CHECK-O23SZ,CHECK-PRELINK-O,CHECK-PRELI…
17 ; RUN: opt -disable-verify -debug-pass-manager \
18 ; RUN: -passes='thinlto-pre-link<O3>' -S -passes-ep-pipeline-start='no-op-module' %s 2>&1 \
19 … RUN: | FileCheck %s --check-prefixes=CHECK-O,CHECK-O3,CHECK-O23SZ,CHECK-PRELINK-O,CHECK-PRELI…
20 ; RUN: opt -disable-verify -debug-pass-manager \
[all …]
Dnew-pm-thinlto-postlink-samplepgo-defaults.ll3 ; RUN: opt -disable-verify -debug-pass-manager \
4 ; RUN: -pgo-kind=pgo-sample-use-pipeline -profile-file='%S/Inputs/new-pm-thinlto-samplepgo-defa…
5 ; RUN: -passes='thinlto<O1>' -S %s 2>&1 \
6 ; RUN: | FileCheck %s --check-prefixes=CHECK-O,CHECK-O1,%llvmcheckext
7 ; RUN: opt -disable-verify -debug-pass-manager \
8 ; RUN: -pgo-kind=pgo-sample-use-pipeline -profile-file='%S/Inputs/new-pm-thinlto-samplepgo-defa…
9 ; RUN: -passes='thinlto<O2>' -S %s 2>&1 \
10 ; RUN: | FileCheck %s --check-prefixes=CHECK-O,CHECK-O2,CHECK-O23SZ,%llvmcheckext
11 ; RUN: opt -disable-verify -debug-pass-manager -passes-ep-pipeline-start='no-op-module' \
12 ; RUN: -pgo-kind=pgo-sample-use-pipeline -profile-file='%S/Inputs/new-pm-thinlto-samplepgo-defa…
[all …]
/external/python/cpython2/RISCOS/
DMakefile24 DLKFLAG= -DDLK
25 DLKOBJS = $(DLKLIB).o.dlk_load @.o.linktab
29 CFLAGS = -c $(DLKFLAG) -DRISCOS -DHAVE_CONFIG_H -wadP -throwback -APCS 3/32bit/fpe3
31 CC = cc $(CFLAGS) -j$(HEADERS)
32 CCEXPAT = cc $(CFLAGS) -j$(HEADERS),$(EXPAT) -DHAVE_EXPAT_H
35 LINKFLAGS = -aif #-NOUNUSED #-d
36 LOADLIBS = $(TCPIPLIB).o.unixlib $(TCPIPLIB).o.inetlib $(TCPIPLIB).o.socklib $(CLIB).o.Stubs $(OSLI…
38 LIBFILE = libfile -c
41 .c.o :
42 $(CC) -o $@ $*.c
[all …]
/external/deqp/doc/
DGLES3 Negative API Functions.txt1 -------------------------------------------------------------------------
3 -----------------------------------------------
11 http://www.apache.org/licenses/LICENSE-2.0
18 -------------------------------------------------------------------------
20 OpenGL ES 3.0 Negative API tests - Function listing
23 o = Tests done
26 -----------------------------------------------
28 -----------------------------------------------
31 o glBindTransformFeedback (GLenum target, GLuint id);
32 o glDeleteTransformFeedbacks (GLsizei n, const GLuint* ids);
[all …]
/external/freetype/builds/amiga/
Dmakefile2 # Makefile for FreeType2 link library using ppc-morphos-gcc-2.95.3-bin.tgz
3 # (gcc 2.95.3 hosted on 68k-Amiga producing MorphOS-PPC-binaries from
8 # Copyright (C) 2005-2020 by
26 # ---8<---
29 #define FT_USE_SMOOTH // anti-aliasing rasterizer
33 #define FT_USE_T1CID // cid-keyed type1 font driver
42 # ---8<---
44 # link your programs with libft2_ppc.a and either ftsystem.ppc.o or ftsystempure.ppc.o
45 # (and either ftdebug.ppc.o or ftdebugpure.ppc.o if you enabled FT_DEBUG_LEVEL_ERROR or
48 all: libft2_ppc.a ftsystem.ppc.o ftsystempure.ppc.o
[all …]
/external/ImageMagick/PerlMagick/t/reference/write/read/
Dgradient.miff7 profile-icm=3144
9-HP �����������������������������������������������cprt��P���3desc������lwtpt������bkpt���…
10 �����#�(�-�2�7�;�@�E�J�O�T�Y�^�c�h�m�r�w�|��������������������������������������������������…
/external/wpa_supplicant_8/hostapd/
DMakefile25 CFLAGS += -I$(abspath ../src)
26 CFLAGS += -I$(abspath ../src/utils)
33 GITVER := $(shell git describe --dirty=+)
35 CFLAGS += -DGIT_VERSION_STR_POSTFIX=\"-$(GITVER)\"
41 CFLAGS += -DCONFIG_TESTING_OPTIONS
54 CFLAGS += -DOS_NO_C_LIB_DEFINES
58 CFLAGS += -DCONFIG_NATIVE_WINDOWS
59 LIBS += -lws2_32
62 OBJS += main.o
63 OBJS += config_file.o
[all …]

12345678910>>...52