/aosp_15_r20/external/strace/ |
H A D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 5 # Report bugs to <strace-[email protected]>. 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 …]
|
/aosp_15_r20/external/perfetto/src/shared_lib/ |
H A D | track_event.cc | 8 * http://www.apache.org/licenses/LICENSE-2.0 17 #include "perfetto/public/abi/track_event_abi.h" 18 #include "perfetto/public/abi/track_event_hl_abi.h" 19 #include "perfetto/public/abi/track_event_ll_abi.h" 21 #include <algorithm> 22 #include <atomic> 23 #include <limits> 24 #include <mutex> 25 #include <optional> 27 #include "perfetto/base/compiler.h" [all …]
|
/aosp_15_r20/external/llvm/tools/llvm-pdbdump/ |
H A D | llvm-pdbdump.cpp | 1 //===- 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 …]
|
/aosp_15_r20/external/libchrome/base/debug/ |
H A D | proc_maps_linux_unittest.cc | 2 // 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 …]
|
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_graph_opt.cpp | 1 #include <gtest/gtest.h> 3 #include <test/cpp/tensorexpr/test_base.h> 4 #include <torch/csrc/jit/ir/ir.h> 5 #include <torch/csrc/jit/ir/irparser.h> 6 #include <torch/csrc/jit/passes/lower_tuples.h> 7 #include <torch/csrc/jit/tensorexpr/graph_opt.h> 8 #include <torch/csrc/jit/tensorexpr/kernel.h> 9 #include <torch/csrc/jit/testing/file_check.h> 10 #include <torch/torch.h> 12 #include <limits> [all …]
|
/aosp_15_r20/external/cronet/base/debug/ |
H A D | proc_maps_linux_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 5 #include "base/debug/proc_maps_linux.h" 7 #include <stddef.h> 8 #include <stdint.h> 10 #include "base/files/file_path.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" 15 #include "testing/gtest/include/gtest/gtest.h" [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | concat_opt.cpp | 1 #include <torch/csrc/jit/passes/concat_opt.h> 3 #include <algorithm> 4 #include <deque> 5 #include <unordered_map> 6 #include <unordered_set> 7 #include <vector> 9 #include <c10/util/ssize.h> 10 #include <torch/csrc/jit/ir/alias_analysis.h> 11 #include <torch/csrc/jit/ir/ir.h> 12 #include <torch/csrc/jit/ir/named_value.h> [all …]
|
/aosp_15_r20/external/liburing/ |
H A D | configure | 3 set -e 5 cc=${CC:-gcc} 6 cxx=${CXX:-g++} 11 --help|-h) show_help=yes 13 --prefix=*) prefix="$optarg" 15 --includedir=*) includedir="$optarg" 17 --libdir=*) libdir="$optarg" 19 --libdevdir=*) libdevdir="$optarg" 21 --mandir=*) mandir="$optarg" 23 --datadir=*) datadir="$optarg" [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/ |
H A D | slice_tracker_unittest.cc | 8 * http://www.apache.org/licenses/LICENSE-2.0 17 #include <cstdint> 18 #include <memory> 19 #include <optional> 20 #include <ostream> 21 #include <tuple> 22 #include <vector> 24 #include "src/trace_processor/importers/common/args_tracker.h" 25 #include "src/trace_processor/importers/common/args_translation_table.h" 26 #include "src/trace_processor/importers/common/slice_tracker.h" [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | resource_mgr_test.cc | 7 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 …]
|
/aosp_15_r20/external/perfetto/include/perfetto/public/ |
H A D | track_event.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 20 #include <stdint.h> 21 #include <stdlib.h> 23 #include "perfetto/public/abi/heap_buffer.h" 24 #include "perfetto/public/abi/track_event_abi.h" // IWYU pragma: export 25 #include "perfetto/public/abi/track_event_hl_abi.h" // IWYU pragma: export 26 #include "perfetto/public/abi/track_event_ll_abi.h" // IWYU pragma: export 27 #include "perfetto/public/compiler.h" 28 #include "perfetto/public/data_source.h" 29 #include "perfetto/public/fnv1a.h" [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/public/ |
H A D | track_event.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 20 #include <stdint.h> 21 #include <stdlib.h> 23 #include "perfetto/public/abi/heap_buffer.h" 24 #include "perfetto/public/abi/track_event_abi.h" // IWYU pragma: export 25 #include "perfetto/public/abi/track_event_hl_abi.h" // IWYU pragma: export 26 #include "perfetto/public/abi/track_event_ll_abi.h" // IWYU pragma: export 27 #include "perfetto/public/compiler.h" 28 #include "perfetto/public/data_source.h" 29 #include "perfetto/public/fnv1a.h" [all …]
|
/aosp_15_r20/external/python/cpython2/ |
D | configure | 3 # Guess values for system-dependent variables and create Makefiles. 9 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 14 ## -------------------- ## 16 ## -------------------- ## 20 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 23 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 25 alias -g '${1+"$@"}'='"$@"' 28 case `(set -o) 2>/dev/null` in #( 30 set -o posix ;; #( 46 if test -z "$BASH_VERSION$ZSH_VERSION" \ [all …]
|
/aosp_15_r20/external/mtools/ |
H A D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 11 ## -------------------- ## 13 ## -------------------- ## 17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 22 alias -g '${1+"$@"}'='"$@"' 25 case `(set -o) 2>/dev/null` in #( 27 set -o posix ;; #( 43 if test -z "$BASH_VERSION$ZSH_VERSION" \ [all …]
|
/aosp_15_r20/external/fec/ |
H A D | configure | 2 # 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 …]
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | graph_opt.cpp | 1 #include <torch/csrc/jit/tensorexpr/graph_opt.h> 3 #include <torch/csrc/jit/jit_log.h> 4 #include <torch/csrc/jit/passes/dead_code_elimination.h> 5 #include <torch/csrc/jit/passes/tensorexpr_fuser.h> 6 #include <torch/csrc/jit/runtime/symbolic_shape_registry_util.h> 7 #include <torch/csrc/jit/tensorexpr/kernel.h> 11 // Move the given user of `aten::cat` op to its inputs. 13 Node* cat, in moveCatAfterUse() argument 20 // %4 = aten::cat(%3, ...) in moveCatAfterUse() 30 // %4 = aten::cat(%3, ...) in moveCatAfterUse() [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/ |
H A D | export_json_unittest.cc | 8 * http://www.apache.org/licenses/LICENSE-2.0 17 #include "perfetto/ext/trace_processor/export_json.h" 19 #include <json/config.h> 20 #include <json/reader.h> 21 #include <json/value.h> 22 #include <array> 23 #include <cstdint> 24 #include <cstdio> 25 #include <cstring> 26 #include <limits> [all …]
|
/aosp_15_r20/external/libchrome/base/trace_event/ |
H A D | trace_category_unittest.cc | 2 // 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 …]
|
/aosp_15_r20/external/toybox/tests/ |
H A D | man.test | 4 [ -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 …]
|
/aosp_15_r20/external/cronet/base/trace_event/ |
H A D | trace_category_unittest.cc | 2 // 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/containers/span.h" 10 #include "base/functional/bind.h" 11 #include "base/lazy_instance.h" 12 #include "base/synchronization/lock.h" 13 #include "base/synchronization/waitable_event.h" 14 #include "base/threading/thread.h" 15 #include "base/trace_event/category_registry.h" [all …]
|
/aosp_15_r20/external/jemalloc_new/ |
H A D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 11 ## -------------------- ## 13 ## -------------------- ## 17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 22 alias -g '${1+"$@"}'='"$@"' 25 case `(set -o) 2>/dev/null` in #( 27 set -o posix ;; #( 43 if test -z "$BASH_VERSION$ZSH_VERSION" \ [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/ |
D | configure | 5 # If you want to build just a static library, use: ./configure --static 8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure 10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure) 17 echo -------------------- >> configure.log 24 # set command prefix for cross-compilation 25 if [ -n "${CHOST}" ]; then 28 …"$(echo "${NORM_CHOST}" | sed -e 's/^[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)$/\1/' -e '… 29 CROSS_PREFIX="${CHOST}-" 30 ARCH="$(echo "${NORM_CHOST}" | sed -e 's/-.*//')" 32 ARCH="$(uname -m)" [all …]
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | proc_maps_linux_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 6 #include <config.h> // Must come first 9 #include "breakpad_googletest_includes.h" 10 #include "common/using_std_string.h" 11 #include "google_breakpad/processor/proc_maps_linux.h" 23 "00400000-0040b000 r-xp 00002200 fc:00 794418 /bin/cat\n"; in TEST() 32 EXPECT_EQ("/bin/cat", regions[0].path); in TEST() 37 "00400000-0040b000 r-xp 00002200 fc:00 794418 /bin/space cat\n"; in TEST() 46 EXPECT_EQ("/bin/space cat", regions[0].path); in TEST() 51 "00400000-0040b000 r-xp 00002200 fc:00 794418 /bin/cat"; in TEST() [all …]
|
/aosp_15_r20/external/libpcap/ |
H A D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 11 ## -------------------- ## 13 ## -------------------- ## 17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 22 alias -g '${1+"$@"}'='"$@"' 25 case `(set -o) 2>/dev/null` in #( 27 set -o posix ;; #( 43 if test -z "$BASH_VERSION$ZSH_VERSION" \ [all …]
|
/aosp_15_r20/external/selinux/libsepol/src/ |
H A D | mls.c | 7 * 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 …]
|