Home
last modified time | relevance | path

Searched +full:- +full:- +full:exclude (Results 1 – 25 of 643) sorted by relevance

12345678910>>...26

/external/apache-harmony/support/src/test/resources/config/
Djcltest-excludes.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6 <!-- Applet module test exclusions -->
9 <!-- Archive module test exclusions -->
11 <hy:exclude id="test_read$BII" shouldfix="true">
13 </hy:exclude>
14 <hy:exclude id="test_close" shouldfix="true">
16 </hy:exclude>
20 <hy:exclude id="test_ConstructorLjava_io_InputStream" shouldfix="true">
23 </hy:exclude>
[all …]
/external/llvm/include/llvm/
Dmodule.modulemap7 exclude header "Analysis/BlockFrequencyInfoImpl.h"
25 exclude header "CodeGen/MachineValueType.h"
27 // Exclude these; they're intended to be included into only a single
29 exclude header "CodeGen/CommandFlags.h"
30 exclude header "CodeGen/LinkAllAsmWriterComponents.h"
31 exclude header "CodeGen/LinkAllCodegenComponents.h"
66 exclude header "DebugInfo/PDB/DIA/DIADataStream.h"
67 exclude header "DebugInfo/PDB/DIA/DIAEnumDebugStreams.h"
68 exclude header "DebugInfo/PDB/DIA/DIAEnumLineNumbers.h"
69 exclude header "DebugInfo/PDB/DIA/DIAEnumSourceFiles.h"
[all …]
/external/proguard/build/maven/base/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
9 <artifactId>proguard-parent</artifactId>
13 <artifactId>proguard-base</artifactId>
20 <artifactId>maven-source-plugin</artifactId>
23 <exclude>proguard/gui/**</exclude>
24 <exclude>proguard/ant/**</exclude>
25 <exclude>proguard/gradle/**</exclude>
26 <exclude>proguard/wtk/**</exclude>
[all …]
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.31 SQUASHFS 3.3 - A squashed read-only filesystem for Linux
3 Copyright 2002-2007 Phillip Lougher <phillip@lougher.demon.co.uk>
10 also to the Squashfs-tools Mksquashfs and Unsquashfs. As usual the
16 1. MKSQUASHFS - EXTENDED EXCLUDE FILE HANDLING
17 ----------------------------------------------
19 1. Extended wildcard pattern matching now supported in exclude files
21 Enabled by specifying -wildcards option
23 Supports both anchored and non-anchored exclude files.
27 Similar to existing exclude files except with wildcards. Exclude
32 1. mksquashfs example image.sqsh -wildcards -e 'test/*.gz'
[all …]
/external/skia/gyp/
Dgpu.gyp3 # Use of this source code is governed by a BSD-style license that can be
10 'sources/': [ ['exclude', '_win.(h|cpp)$'],
14 'sources/': [ ['exclude', '_mac.(h|cpp|m|mm)$'],
18 'sources/': [ ['exclude', '_glx.(h|cpp)$'],
22 'sources/': [ ['exclude', '_iOS.(h|cpp|m|mm)$'],
26 'sources/': [ ['exclude', '_android.(h|cpp)$'],
30 'sources/': [ ['exclude', '_egl.(h|cpp)$'],
34 'sources/': [ ['exclude', 'GrGLCreateNativeInterface_egl.cpp'],
38 'sources/': [ ['exclude', '_glx.(h|cpp)$'],
44 ['exclude', '.*'],
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/
Dall.antlr3.runtime.net.build1 <?xml version="1.0" encoding='iso-8859-1' ?>
4 <property name="base.dir" value="${path::get-full-path( project::get-base-directory() )}" />
13 <!-- =================================================================== -->
14 <!-- Help on usage -->
15 <!-- =================================================================== -->
18 <echo message="ANTLR v3 C# Runtime - Nant Build file"/>
19 <echo message="-------------------------------------------------------------"/>
23 …<echo message=" build - build debug or release version in '${base.dir}/build/${framework::ge…
24 <echo message=" (use -Ddebug=true or -Ddebug=false )"/>
26 …<echo message=" release - build release version in '${base.dir}/build/${framework::get-target-
[all …]
/external/linux-tools-perf/src/tools/perf/tests/
Dparse-events.c2 #include "parse-events.h"
17 TEST_ASSERT_VAL("wrong number of entries", 1 == evlist->nr_entries); in test__checkevent_tracepoint()
18 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist->nr_groups); in test__checkevent_tracepoint()
19 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->attr.type); in test__checkevent_tracepoint()
21 PERF_TP_SAMPLE_TYPE == evsel->attr.sample_type); in test__checkevent_tracepoint()
22 TEST_ASSERT_VAL("wrong sample_period", 1 == evsel->attr.sample_period); in test__checkevent_tracepoint()
30 TEST_ASSERT_VAL("wrong number of entries", evlist->nr_entries > 1); in test__checkevent_tracepoint_multi()
31 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist->nr_groups); in test__checkevent_tracepoint_multi()
33 list_for_each_entry(evsel, &evlist->entries, node) { in test__checkevent_tracepoint_multi()
35 PERF_TYPE_TRACEPOINT == evsel->attr.type); in test__checkevent_tracepoint_multi()
[all …]
/external/icu/icu4j/main/classes/core/
Dbuild.xml1 <!--
3 * Copyright (C) 2009-2015, International Business Machines Corporation and
6 -->
8 <property file="build-local.properties"/>
10 <import file="${shared.dir}/build/common-targets.xml"/>
15 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
16 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
18 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
20 …<target name="build-all" depends="@build-all" description="Build the project including all depende…
26 …<target name="copy" depends="@copy, copy-data" description="Copy non-java runtime files to the pro…
[all …]
/external/parameter-framework/
D.travis.yml7 - PREFIX=$HOME/prefix
10 - gcc
11 - clang
20 - ubuntu-toolchain-r-test
22 - swig
23 - valgrind
24 - g++-4.8
27 - pip install --user cpp-coveralls; export PATH=$HOME/.local/bin:$PATH
28 - wget --directory-prefix $PREFIX/include
32 - if [ "$CC" = "gcc" ]; then export CC=gcc-4.8 CXX=g++-4.8; fi
[all …]
/external/llvm/cmake/modules/
DCMakeLists.txt45 PATTERN .svn EXCLUDE
46 PATTERN CMakeFiles EXCLUDE
82 LLVM-Config.cmake
88 PATTERN .svn EXCLUDE
89 PATTERN LLVMConfig.cmake EXCLUDE
90 PATTERN LLVMConfigVersion.cmake EXCLUDE
91 PATTERN LLVM-Config.cmake EXCLUDE
92 PATTERN GetHostTriple.cmake EXCLUDE
93 PATTERN VersionFromVCS.cmake EXCLUDE
94 PATTERN CheckAtomic.cmake EXCLUDE)
/external/e2fsprogs/resize/
DMakefile.in40 $(Q) $(CC) -c $(ALL_CFLAGS) $< -o $@
47 $(Q) $(CC) $(ALL_LDFLAGS) -o resize2fs $(RESIZE_OBJS) $(LIBS)
51 $(Q) $(LD) $(ALL_LDFLAGS) $(LDFLAG_STATIC) -o resize2fs.static \
60 $(Q) $(CC) $(ALL_LDFLAGS) -o test_extent $(TEST_EXTENT_OBJS) $(LIBS)
74 $(RM) -f $(DESTDIR)$(man8dir)/$$i.$$j; \
80 install-strip: install
88 $(RM) -f $(DESTDIR)$(root_sbindir)/$$i; \
91 $(RM) -f $(DESTDIR)$(man8dir)/$$i; \
99 $(Q) if cmp -s test_extent.out $(srcdir)/test_extent.in ; then \
108 $(RM) -f $(PROGS) $(TEST_PROGS) $(MANPAGES) \#* *.s *.o *.a *~ core \
[all …]
/external/e2fsprogs/util/
Dgen-tarball.in8 base_ver=`echo @E2FSPROGS_VERSION@ | sed -e 's/-WIP//' -e 's/pre-//' -e 's/-PLUS//'`
10 exclude=/tmp/exclude
16 # using a non-standard directory name for WIP releases. dpkg-source
19 deb_pkgver=`echo @E2FSPROGS_PKGVER@ | sed -e 's/~/-/g'`
23 SRCROOT="e2fsprogs-$deb_pkgver"
28 SRCROOT="e2fsprogs-libs-$base_ver"
32 SRCROOT="e2fsprogs-$base_ver"
38 (cd $top_srcdir/.. ; find $base_e2fsprogs \( -name \*~ -o -name \*.orig \
39 -o -name CVS -o -name \*.rej -o -name Makefile.pq \
40 -o -name TAGS -o -name \*.old -o -name SCCS \
[all …]
/external/mockito/
Dupdate_source.sh11 cglib-and-asm
15 EXCLUDE="
16 cglib-and-asm/lib
17 cglib-and-asm/.project
18 cglib-and-asm/.classpath
19 cglib-and-asm/build.gradle
20 cglib-and-asm/mockito-repackaged.iml
23 working_dir="$(mktemp -d)"
24 trap "echo \"Removing temporary directory\"; rm -rf $working_dir" EXIT
31 rm -rf $include
[all …]
/external/okhttp/samples/static-server/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
8 <artifactId>sample-parent</artifactId>
9 <version>2.4.0-SNAPSHOT</version>
12 <artifactId>static-server</artifactId>
28 <artifactId>maven-shade-plugin</artifactId>
36 <Main-Class>com.squareup.okhttp.sample.SampleServer</Main-Class>
44 <exclude>META-INF/*.SF</exclude>
45 <exclude>META-INF/*.DSA</exclude>
46 <exclude>META-INF/*.RSA</exclude>
/external/okhttp/okio/benchmarks/
Dpom.xml1 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
3 <artifactId>okio-parent</artifactId>
5 <version>1.4.0-SNAPSHOT</version>
17 <artifactId>jmh-core</artifactId>
21 <artifactId>jmh-generator-annprocess</artifactId>
39 <artifactId>maven-compiler-plugin</artifactId>
43 <artifactId>maven-shade-plugin</artifactId>
60 <!--
62 … http://stackoverflow.com/questions/999489/invalid-signature-file-when-attempting-to-run-a-jar
63 -->
[all …]
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
D_bundle3 rm -rf ./src/tmp/* || exit 1
8 cp -p ssvnc/bin/ssvnc_cmd ssvnc/bin/tightvncviewer
12 rm -rf $dest
13 mkdir -p $dest || exit 1
15 tar cvf - ssvnc/{README,COPYING,ssvnc.desktop} ssvnc/bin ssvnc/Unix | (cd $dest; tar xvf -)
16 rm -f $dest/ssvnc/bin/.linkin
18 tar=ssvnc_unix_only-${vers}.tar.gz
20 ls -l $tar
21 rm -rf $dest
25 rm -rf $dest
[all …]
/external/squashfs-tools/
DRELEASE-README1 SQUASHFS 4.3 - A squashed read-only filesystem for Linux
3 Copyright 2002-2014 Phillip Lougher <phillip@lougher.demon.co.uk>
7 Welcome to Squashfs version 4.3. Please read the README-4.3 and CHANGES files
10 Squashfs is a highly compressed read-only filesystem for Linux.
16 Squashfs is intended for general read-only filesystem use, for archival
22 --------------------
46 --------------------------------
55 5. Inline and out-of-line xattr values supported for higher performance
57 de-duplication.
72 -----------------
[all …]
/external/chromium-trace/trace-viewer/third_party/WebOb/
DMANIFEST.in1 recursive-include tests *
2 recursive-exclude tests *.pyc
3 recursive-exclude tests *.pyo
4 recursive-include docs *
5 recursive-exclude docs *.pyc
6 recursive-exclude docs *.pyo
/external/chromium-trace/trace-viewer/third_party/webapp2/
DMANIFEST.in8 recursive-include docs *
9 recursive-exclude docs *.pyc
10 recursive-exclude docs/_build *
11 recursive-include tests *
12 recursive-exclude tests *.pyc
13 recursive-exclude webapp2_extras *.pyc
/external/deqp/scripts/
Dbuild_android_mustpass.py1 # -*- coding: utf-8 -*-
3 #-------------------------------------------------------------------------
5 # --------------------------------------
13 # http://www.apache.org/licenses/LICENSE-2.0
21 #-------------------------------------------------------------------------
85 'dEQP-EGL': GLESVersion(2,0),
86 'dEQP-GLES2': GLESVersion(2,0),
87 'dEQP-GLES3': GLESVersion(3,0),
88 'dEQP-GLES31': GLESVersion(3,1)
99 assert module.name[:5] == "dEQP-"
[all …]
Drun_nightly.py1 # -*- coding: utf-8 -*-
3 #-------------------------------------------------------------------------
5 # --------------------------------------
13 # http://www.apache.org/licenses/LICENSE-2.0
21 #-------------------------------------------------------------------------
34 BASE_NIGHTLY_DIR = os.path.normpath(os.path.join(DEQP_DIR, "..", "deqp-nightly"))
40 LOG_TO_CSV_PATH = "executor/testlog-to-csv"
46 COMPARE_REPORT_NAME = "nightly-report.html"
53 <!--
54 body { font: serif; font-size: 1em; }
[all …]
/external/lldb/scripts/
Dcheckpoint-llvm.pl4 # was created using the "build-llvm.pl" shell script. It will create
22 if ($? == -1)
58 if (!-d $rsync_dst)
63 if (-e $rsync_src)
67 -e $rsync_dst_dir or do_command ("mkdir -p '$rsync_dst_dir'");
68 …do_command ("rsync -amvC --exclude='*.tmp' --exclude='*.txt' --exclude='*.TXT' --exclude='*.td' --…
89 -e $llvm_build_dir or die "LLVM build directory doesn't exist: '$llvm_build_dir': $!\n";
119 do_command ("rm -rf '$llvm_zip_file'", "Removing old llvm checkpoint file '$llvm_zip_file'", 1);
120 …do_command ("(cd '$temp_dir' ; zip -r '$llvm_zip_file' 'llvm')", "Zipping llvm checkpoint director…
124 …print "USAGE\n\tcheckpoint-llvm.pl <llvm-sources> <llvm-build> <lldb-build> <llvm-zip> <arch1> [<a…
[all …]
/external/llvm/test/tools/llvm-pdbdump/
Dregex-filter.test1 ; RUN: llvm-pdbdump -symbols -globals -types %p/Inputs/FilterTest.pdb \
2 ; RUN: | FileCheck --check-prefix=NO_FILTER %s
3 ; RUN: llvm-pdbdump -types -exclude-types="GlobalTypedef|NestedTypedef" \
4 ; RUN: %p/Inputs/FilterTest.pdb | FileCheck --check-prefix=EXCLUDE_TYPEDEFS %s
5 ; RUN: llvm-pdbdump -types -exclude-types="GlobalEnum|NestedEnum" \
6 ; RUN: %p/Inputs/FilterTest.pdb | FileCheck --check-prefix=EXCLUDE_ENUMS %s
7 ; RUN: llvm-pdbdump -types -symbols -globals -exclude-symbols="MemberVar|GlobalVar" \
8 ; RUN: %p/Inputs/FilterTest.pdb | FileCheck --check-prefix=EXCLUDE_VARS %s
9 ; RUN: llvm-pdbdump -types -exclude-types="FilterTestClass" \
10 ; RUN: %p/Inputs/FilterTest.pdb | FileCheck --check-prefix=EXCLUDE_WHOLE_CLASS %s
[all …]
/external/guava/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 … xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
9 <artifactId>oss-parent</artifactId>
13 <artifactId>guava-parent-jdk5</artifactId>
17 <url>http://code.google.com/p/guava-libraries</url>
20 <!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI -->
27 <url>http://code.google.com/p/guava-libraries/issues</url>
33 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
41 <connection>scm:git:https://code.google.com/p/guava-libraries/</connection>
[all …]
/external/e2fsprogs/contrib/
Dbuild-rpm4 if [ -n ${ENABLE_XTRACE:-''} ]; then
5 set -x
14 builddir=${pkgname}-${pkgvers}
17 TMP=${TMP:-'/tmp'}
20 tmpdir=`mktemp -d ${RPM_TMPDIR:-$TMP}/rpmtmp.XXXXXX`
26 # Make a recursive-symlink copy of the source dir
27 cp -sR `pwd`/$currdir $tmpdir/$builddir || exit 1
30 [ -f $tmpdir/$builddir/Makefile ] && make -C $tmpdir/$builddir distclean
32 EXCLUDE="--exclude .hg* --exclude .pc*"
33 (cd $tmpdir && tar czfh ${builddir}.tar.gz $EXCLUDE $builddir)
[all …]

12345678910>>...26