Home
last modified time | relevance | path

Searched +full:- +full:- +full:include +full:- +full:cat (Results 1 – 25 of 1014) sorted by relevance

12345678910>>...41

/external/libchrome/base/debug/
Dproc_maps_linux_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
5 #include <stddef.h>
6 #include <stdint.h>
8 #include "base/debug/proc_maps_linux.h"
9 #include "base/files/file_path.h"
10 #include "base/macros.h"
11 #include "base/path_service.h"
12 #include "base/strings/stringprintf.h"
13 #include "base/threading/platform_thread.h"
14 #include "build/build_config.h"
[all …]
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp1 //===- llvm-pdbdump.cpp - Dump debug info from a PDB file -------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
11 // the Microsoft Windows SDK, so will not compile or run on non-Windows
14 //===----------------------------------------------------------------------===//
16 #include "llvm-pdbdump.h"
17 #include "CompilandDumper.h"
18 #include "ExternalSymbolDumper.h"
19 #include "FunctionDumper.h"
20 #include "LLVMOutputStyle.h"
21 #include "LinePrinter.h"
[all …]
/external/libchrome/base/trace_event/
Dtrace_category_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
5 #include <string.h>
7 #include <memory>
9 #include "base/bind.h"
10 #include "base/lazy_instance.h"
11 #include "base/synchronization/lock.h"
12 #include "base/synchronization/waitable_event.h"
13 #include "base/threading/thread.h"
14 #include "base/trace_event/category_registry.h"
15 #include "base/trace_event/trace_category.h"
[all …]
/external/strace/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
5 # Report bugs to <strace-devel@lists.strace.io>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
14 # Copyright (c) 1999-2018 The strace developers.
15 ## -------------------- ##
17 ## -------------------- ##
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26 alias -g '${1+"$@"}'='"$@"'
29 case `(set -o) 2>/dev/null` in #(
[all …]
/external/toybox/tests/
Dman.test4 [ -f testing.sh ] && . testing.sh
8 mkdir -p banana/man{1,3,5}
10 # Can't/shouldn't write to /usr/share/man so use -M to change path
11 MAN="man -M banana"
21 cat >banana/man1/toybox.1 <<EOF
24 .B \\-F
27 .B \\-\\^\\-foo\\-bar
31 .B \\-\\-no\\-alias
35 testing "gawk alias" "$MAN toybox" " -F\n --foo-bar Does something.\n\n --no-alias Has no alias.\n\…
37 cat >banana/man1/toybox.1 <<EOF
[all …]
/external/musl/src/locale/
Dsetlocale.c1 #include <locale.h>
2 #include <stdlib.h>
3 #include <string.h>
4 #include "locale_impl.h"
5 #include "libc.h"
6 #include "lock.h"
10 char *setlocale(int cat, const char *name) in setlocale() argument
14 if ((unsigned)cat > LC_ALL) return 0; in setlocale()
23 if (cat == LC_ALL) { in setlocale()
27 char part[LOCALE_NAME_MAX+1] = "C.UTF-8"; in setlocale()
[all …]
Dlanginfo.c1 #include <locale.h>
2 #include <langinfo.h>
3 #include "locale_impl.h"
31 int cat = item >> 16; in __nl_langinfo_l() local
35 if (item == CODESET) return loc->cat[LC_CTYPE] ? "UTF-8" : "ASCII"; in __nl_langinfo_l()
38 if (idx == 65535 && cat < LC_ALL) in __nl_langinfo_l()
39 return loc->cat[cat] ? (char *)loc->cat[cat]->name : "C"; in __nl_langinfo_l()
41 switch (cat) { in __nl_langinfo_l()
62 for (; idx; idx--, str++) for (; *str; str++); in __nl_langinfo_l()
63 if (cat != LC_NUMERIC && *str) str = LCTRANS(str, cat, loc); in __nl_langinfo_l()
/external/selinux/libsepol/include/sepol/policydb/
Dmls_types.h7 * Copyright (C) 2004-2005 Trusted Computer Solutions, Inc.
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
27 * Type definitions for the multi-level security (MLS) policy.
33 #include <errno.h>
34 #include <stdint.h>
35 #include <stdlib.h>
36 #include <sys/param.h>
37 #include <sepol/policydb/ebitmap.h>
38 #include <sepol/policydb/flask_types.h>
46 ebitmap_t cat; /* category set */ member
[all …]
Dcontext.h9 * externally represented as variable-length strings
21 #include <stddef.h>
22 #include <sepol/policydb/ebitmap.h>
23 #include <sepol/policydb/mls_types.h>
42 mls_range_init(&c->range); in mls_context_init()
49 if (mls_range_cpy(&dst->range, &src->range) < 0) in mls_context_cpy()
50 return -1; in mls_context_cpy()
62 dst->range.level[0].sens = src->range.level[0].sens; in mls_context_cpy_low()
63 rc = ebitmap_cpy(&dst->range.level[0].cat, &src->range.level[0].cat); in mls_context_cpy_low()
67 dst->range.level[1].sens = src->range.level[0].sens; in mls_context_cpy_low()
[all …]
/external/liburing/
Dconfigure3 cc=${CC:-gcc}
4 cxx=${CXX:-g++}
9 --help|-h) show_help=yes
11 --prefix=*) prefix="$optarg"
13 --includedir=*) includedir="$optarg"
15 --libdir=*) libdir="$optarg"
17 --libdevdir=*) libdevdir="$optarg"
19 --mandir=*) mandir="$optarg"
21 --datadir=*) datadir="$optarg"
23 --cc=*) cc="$optarg"
[all …]
/external/tensorflow/tensorflow/core/framework/
Dresource_mgr_test.cc7 http://www.apache.org/licenses/LICENSE-2.0
16 #include "tensorflow/core/framework/resource_mgr.h"
18 #include <memory>
20 #include "tensorflow/core/framework/device_attributes.pb.h"
21 #include "tensorflow/core/framework/node_def.pb.h"
22 #include "tensorflow/core/framework/node_def_util.h"
23 #include "tensorflow/core/lib/core/errors.h"
24 #include "tensorflow/core/lib/core/refcount.h"
25 #include "tensorflow/core/lib/core/status_test_util.h"
26 #include "tensorflow/core/lib/core/threadpool.h"
[all …]
/external/google-breakpad/src/processor/
Dproc_maps_linux_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
5 #include "breakpad_googletest_includes.h"
6 #include "common/using_std_string.h"
7 #include "google_breakpad/processor/proc_maps_linux.h"
19 "00400000-0040b000 r-xp 00002200 fc:00 794418 /bin/cat\n"; in TEST()
28 EXPECT_EQ("/bin/cat", regions[0].path); in TEST()
33 "00400000-0040b000 r-xp 00002200 fc:00 794418 /bin/space cat\n"; in TEST()
42 EXPECT_EQ("/bin/space cat", regions[0].path); in TEST()
47 "00400000-0040b000 r-xp 00002200 fc:00 794418 /bin/cat"; in TEST()
55 "00400000-0040b000 rw-p 00000000 00:00 0 \n"; in TEST()
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-myanmar.hh30 #include "hb.hh"
32 #include "hb-ot-shape-complex-indic.hh"
40 /* Note: This enum is duplicated in the -machine.rl source file.
69 unsigned int cat = type & 0xFFu; in set_myanmar_properties() local
73 * https://docs.microsoft.com/en-us/typography/script-development/myanmar#analyze in set_myanmar_properties()
76 cat = OT_VS; in set_myanmar_properties()
81 cat = OT_C; /* The spec says C, IndicSyllableCategory doesn't have. */ in set_myanmar_properties()
88 cat = OT_GB; in set_myanmar_properties()
92 cat = OT_Ra; in set_myanmar_properties()
96 cat = OT_A; in set_myanmar_properties()
[all …]
Dhb-ot-shape-complex-khmer.hh30 #include "hb.hh"
32 #include "hb-ot-shape-complex-indic.hh"
39 /* Note: This enum is duplicated in the -machine.rl source file.
59 khmer_category_t cat = (khmer_category_t) (type & 0xFFu); in set_khmer_properties() local
64 * Re-assign category in set_khmer_properties()
71 cat = (khmer_category_t) OT_Ra; in set_khmer_properties()
77 cat = OT_Robatic; in set_khmer_properties()
87 cat = OT_Xgroup; in set_khmer_properties()
94 cat = OT_Ygroup; in set_khmer_properties()
99 * Re-assign position. in set_khmer_properties()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc7 * - string/bytes
8 * - unknown field handler called appropriately
9 * - unknown fields can be inserted in random places
10 * - fuzzing of valid input
11 * - resource limits (max stack depth, max string len)
12 * - testing of groups
13 * - more throrough testing of sequences
14 * - test skipping of submessages
15 * - test suspending the decoder
16 * - buffers that are close enough to the end of the address space that
[all …]
/external/selinux/libsepol/src/
Dmls.c7 * Copyright (C) 2004-2005 Trusted Computer Solutions, Inc.
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
27 * Implementation of the multi-level security (MLS) policy.
30 #include <sepol/context.h>
31 #include <sepol/policydb/policydb.h>
32 #include <sepol/policydb/services.h>
33 #include <sepol/policydb/context.h>
35 #include <stdlib.h>
37 #include "handle.h"
38 #include "debug.h"
[all …]
/external/zucchini/
Dreloc_win32_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
5 #include "components/zucchini/reloc_win32.h"
7 #include <stdint.h>
9 #include <algorithm>
10 #include <memory>
11 #include <string>
12 #include <utility>
13 #include <vector>
15 #include "base/numerics/safe_conversions.h"
16 #include "base/test/gtest_util.h"
[all …]
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DTestTypedSerialization.java24 @JsonTypeInfo(use=Id.CLASS, include=As.PROPERTY)
44 static class Cat extends Animal class in TestTypedSerialization
48 private Cat() { super(null); } in Cat() method in TestTypedSerialization.Cat
49 public Cat(String name, String c) { in Cat() method in TestTypedSerialization.Cat
61 @JsonTypeInfo(use=Id.MINIMAL_CLASS, include=As.WRAPPER_OBJECT)
64 @JsonTypeInfo(use=Id.CLASS, include=As.WRAPPER_ARRAY)
71 @JsonTypeInfo(include=As.PROPERTY, use=Id.CLASS)
86 * class name, written as main-level property name
90 Map<String,Object> result = writeAndMap(MAPPER, new Cat("Beelzebub", "tabby")); in testSimpleClassAsProperty()
96 assertEquals(Cat.class.getName(), result.get(classProp)); in testSimpleClassAsProperty()
[all …]
/external/libexif/m4m/
Dgp-byteorder.m41 dnl AC_NEED_BYTEORDER_H ( HEADER-TO-GENERATE )
2 dnl Copyright 2001-2002 by Dan Fandrich <dan@coneharvesters.com>
10 dnl this is not possible (e.g. on a big-endian machine) they are defined
14 dnl AC_HAVE_SYMBOL ( IDENTIFIER, HEADER-FILE, ACTION-IF-FOUND, ACTION-IF-NOT-FOUND )
19 #include <$2>
40 test ! -d "$ac_dir" && mkdir "$ac_dir"
45 if test "x$effective_target" = xNONE -o "x$effective_target" = x ; then
50 cat > "$1" << EOF
62 dnl Look for NetBSD-style extended byte swapping macros
65 cat >> "$1" << EOF
[all …]
/external/perfetto/src/trace_processor/importers/common/
Dslice_tracker_unittest.cc8 * http://www.apache.org/licenses/LICENSE-2.0
17 #include <vector>
19 #include "src/trace_processor/importers/common/args_tracker.h"
20 #include "src/trace_processor/importers/common/slice_tracker.h"
21 #include "src/trace_processor/importers/common/slice_translation_table.h"
22 #include "src/trace_processor/storage/trace_storage.h"
23 #include "src/trace_processor/types/trace_processor_context.h"
24 #include "test/gtest_and_gmock.h"
62 tracker.Begin(2 /*ts*/, track, kNullStringId /*cat*/, in TEST()
64 tracker.End(10 /*ts*/, track, kNullStringId /*cat*/, in TEST()
[all …]
/external/python/pybind11/tests/
Dtest_tagbased_polymorphic.cpp2 tests/test_tagbased_polymorphic.cpp -- test of polymorphic_type_hook
4 Copyright (c) 2018 Hudson River Trading LLC <opensource@hudson-trading.com>
7 BSD-style license that can be found in the LICENSE file.
10 #include "pybind11_tests.h"
11 #include <pybind11/stl.h>
20 // Enum for tag-based polymorphism.
24 Cat = 200, Panther, LastCat = 299 enumerator
58 struct Cat : Animal struct
60 Cat(const std::string& _name, Kind _kind = Kind::Cat) : Animal(_name, _kind) {} in Cat() function
64 struct Panther : Cat argument
[all …]
/external/iproute2/
Dconfigure4 INCLUDE=${1:-"$PWD/include"}
10 TMPDIR=$(mktemp -d config.XXXXXX)
11 trap 'status=$?; rm -rf $TMPDIR; exit $status' EXIT HUP INT QUIT TERM
15 echo -n "$2"
16 command -v $1 >/dev/null 2>&1 && (echo "$3:=y" >> $CONFIG; echo "yes") || (echo "no"; return 1)
33 : ${PKG_CONFIG:=pkg-config}
43 cat >$TMPDIR/atmtest.c <<EOF
44 #include <atm.h>
52 $CC -I$INCLUDE -o $TMPDIR/atmtest $TMPDIR/atmtest.c -latm >/dev/null 2>&1
53 if [ $? -eq 0 ]
[all …]
/external/fec/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
8 ## --------------------- ##
10 ## --------------------- ##
13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20 set -o posix
32 # Work around bugs in pre-3.0 UWIN ksh.
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
96 rm -f conf$$.sh
[all …]
/external/skia/src/c/
Dsk_imageinfo.cpp4 * Use of this source code is governed by a BSD-style license that can be
8 #include "include/core/SkColorSpace.h"
9 #include "include/core/SkImageInfo.h"
11 #include "include/c/sk_colorspace.h"
12 #include "include/c/sk_imageinfo.h"
60 static bool from_c_alphatype(sk_alphatype_t cAT, SkAlphaType* skAT) { in from_c_alphatype() argument
62 if (gAlphaTypeMap[i].fC == cAT) { in from_c_alphatype()
72 static bool to_c_alphatype(SkAlphaType skAT, sk_alphatype_t* cAT) { in to_c_alphatype() argument
75 if (cAT) { in to_c_alphatype()
76 *cAT = gAlphaTypeMap[i].fC; in to_c_alphatype()
[all …]
/external/ltp/testcases/open_posix_testsuite/scripts/
Dgenerate-makefiles.sh7 # but as long as you follow the criterion set in locate-test, then the
8 # end-result for modifying and/or adding tests can be achieved by merely
19 readonly buildonly_compiler_args="-c"
27 locate-test --$maketype | sed -e 's,^./,,g' | sort > make-gen.$maketype
29 generate_makefiles make-gen.$maketype $*
31 rm -f make-gen.$maketype
61 if echo "$prereq" | grep -Eq '\.(run-test|sh)'; then
70 if echo "$prereq" | grep -Eq '\.(run-test|sh|test)'; then
97 if [ ! -f "$makefile.1" ]; then
99 cat > "$makefile.1" <<EOF
[all …]

12345678910>>...41