Home
last modified time | relevance | path

Searched refs:includes (Results 1 – 25 of 137) sorted by relevance

123456

/system/tools/aidl/
Dgenerate_cpp.cpp537 unique_ptr<ClassDecl>& cls, set<string>& includes) { in BuildConstantDeclarations() argument
575 includes.insert(kString16Header); in BuildConstantDeclarations()
875 vector<string> includes = {kIBinderHeader, kIInterfaceHeader, "utils/Errors.h", in BuildClientHeader() local
904 includes.emplace_back("functional"); // for std::function in BuildClientHeader()
905 includes.emplace_back("android/binder_to_string.h"); in BuildClientHeader()
931 new CppHeader{includes, NestInNamespaces(std::move(bp_class), interface.GetSplitPackage())}}; in BuildClientHeader()
951 vector<string> includes = {"binder/IInterface.h", HeaderFile(interface, ClassNames::RAW, false)}; in BuildServerHeader() local
978 includes.emplace_back("functional"); // for std::function in BuildServerHeader()
979 includes.emplace_back("android/binder_to_string.h"); in BuildServerHeader()
996 new CppHeader{includes, NestInNamespaces(std::move(bn_class), interface.GetSplitPackage())}}; in BuildServerHeader()
[all …]
/system/bt/build/dpkg/libchrome-822064/debian/patches/
Dseries1 0001-Add-missing-includes.patch
D0001-Add-missing-includes.patch4 Subject: [PATCH] Add missing includes
/system/bt/build/dpkg/libchrome/debian/patches/
Dseries2 0001-Add-missing-includes.patch
D0001-Add-missing-includes.patch4 Subject: [PATCH] Add missing includes
/system/extras/tests/mmc_tracepoints/
DREADME20 to a single line per event, which includes the duration of the event.
25 It includes read, write and discard entries. The discard entries came from
/system/libziparchive/
Dziptool.cpp65 static std::set<std::string> includes; variable
96 if (includes.empty()) return true; in ShouldInclude()
99 for (const auto& include : includes) { in ShouldInclude()
138 if (!flag_1 && includes.empty() && excludes.empty()) { in MaybeShowHeader()
166 if (includes.empty() && excludes.empty()) { in MaybeShowFooter()
175 if (!flag_1 && includes.empty() && excludes.empty()) { in MaybeShowFooter()
481 includes.insert(optarg); in HandleCommonOption()
/system/logging/rust/
DTEST_MAPPING2 // This file includes all device tests, as they test different behavior.
/system/security/keystore2/src/
Dpermission.rs404 pub fn includes<T: Into<KeyPermSet>>(&self, other: T) -> bool { in includes() method
468 if access_vec.includes(KeyPerm::grant()) { in check_grant_permission()
519 if access_vector.includes(perm) { in check_key_permission()
1011 assert!(v1.includes(v2)); in key_perm_set_include_subset_test()
1012 assert!(!v2.includes(v1)); in key_perm_set_include_subset_test()
1030 assert!(v1.includes(v2)); in key_perm_set_include_equal_test()
1031 assert!(v2.includes(v1)); in key_perm_set_include_equal_test()
1051 assert!(!v1.includes(v2)); in key_perm_set_include_overlap_test()
1052 assert!(!v2.includes(v1)); in key_perm_set_include_overlap_test()
1063 assert!(!v1.includes(v2)); in key_perm_set_include_no_overlap_test()
[all …]
/system/logging/logd/
DREADME.auditd6 includes Linux Security Modules (LSM) messages as well.
/system/bt/include/
DAndroid.bp17 // We need this in case some file outside of the Bluetooth project includes
/system/extras/libfec/
DAndroid.bp38 // Exported header include/fec/io.h includes crypto_utils headers.
/system/tools/hidl/c2hal/
DAST.h52 void setIncludes(std::vector<Include *> *includes);
DAST.cpp99 void AST::setIncludes(std::vector<Include *> *includes) { in setIncludes() argument
100 mIncludes = includes; in setIncludes()
/system/core/code_coverage/seccomp_policy/
Dcode_coverage.policy.def8 // includes *all* syscalls used during the coverage dumping
/system/gatekeeper/
DAndroid.bp50 // all of the files in gatekeeper as includes.
/system/bt/gd/rust/facade_proto/
Dbuild.rs78 .includes(&paths_to_strs(&proto_include_dirs)) in main()
/system/core/init/test_service/
DREADME.md5 The service includes a `.rc` file that allows starting it from init.
/system/bt/build/secondary/third_party/googletest/
DBUILD.gn65 # This project includes some stuff form gtest's guts.
/system/tools/hidl/hidl2aidl/
DAidlTranslate.cpp413 std::set<std::string> includes = {"#include <limits>"}; in emitCppTranslateHeader() local
419 includes.insert(aidlIncludeFile(type, backend)); in emitCppTranslateHeader()
420 includes.insert(hidlIncludeFile(type)); in emitCppTranslateHeader()
422 out << base::Join(includes, "") << "\n\n"; in emitCppTranslateHeader()
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
DCMakeLists.txt23 # variable. Because CMake includes system libraries in the search path by
/system/bt/gd/packet/parser/
Dflex.gni62 # Silence some warnings. The autogenerated code includes parts that have
Dbison.gni67 # Silence some warnings. The autogenerated code includes parts that have
/system/libartpalette/
DAndroid.bp77 // unbundled which also includes the prebuilts/sdk git repository. We need to find
/system/netd/tests/benchmarks/
DREADME.md18 includes any time spent in other processes.

123456