/system/tools/aidl/ |
D | generate_cpp.cpp | 537 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/ |
D | series | 1 0001-Add-missing-includes.patch
|
D | 0001-Add-missing-includes.patch | 4 Subject: [PATCH] Add missing includes
|
/system/bt/build/dpkg/libchrome/debian/patches/ |
D | series | 2 0001-Add-missing-includes.patch
|
D | 0001-Add-missing-includes.patch | 4 Subject: [PATCH] Add missing includes
|
/system/extras/tests/mmc_tracepoints/ |
D | README | 20 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/ |
D | ziptool.cpp | 65 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/ |
D | TEST_MAPPING | 2 // This file includes all device tests, as they test different behavior.
|
/system/security/keystore2/src/ |
D | permission.rs | 404 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/ |
D | README.auditd | 6 includes Linux Security Modules (LSM) messages as well.
|
/system/bt/include/ |
D | Android.bp | 17 // We need this in case some file outside of the Bluetooth project includes
|
/system/extras/libfec/ |
D | Android.bp | 38 // Exported header include/fec/io.h includes crypto_utils headers.
|
/system/tools/hidl/c2hal/ |
D | AST.h | 52 void setIncludes(std::vector<Include *> *includes);
|
D | AST.cpp | 99 void AST::setIncludes(std::vector<Include *> *includes) { in setIncludes() argument 100 mIncludes = includes; in setIncludes()
|
/system/core/code_coverage/seccomp_policy/ |
D | code_coverage.policy.def | 8 // includes *all* syscalls used during the coverage dumping
|
/system/gatekeeper/ |
D | Android.bp | 50 // all of the files in gatekeeper as includes.
|
/system/bt/gd/rust/facade_proto/ |
D | build.rs | 78 .includes(&paths_to_strs(&proto_include_dirs)) in main()
|
/system/core/init/test_service/ |
D | README.md | 5 The service includes a `.rc` file that allows starting it from init.
|
/system/bt/build/secondary/third_party/googletest/ |
D | BUILD.gn | 65 # This project includes some stuff form gtest's guts.
|
/system/tools/hidl/hidl2aidl/ |
D | AidlTranslate.cpp | 413 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/ |
D | CMakeLists.txt | 23 # variable. Because CMake includes system libraries in the search path by
|
/system/bt/gd/packet/parser/ |
D | flex.gni | 62 # Silence some warnings. The autogenerated code includes parts that have
|
D | bison.gni | 67 # Silence some warnings. The autogenerated code includes parts that have
|
/system/libartpalette/ |
D | Android.bp | 77 // unbundled which also includes the prebuilts/sdk git repository. We need to find
|
/system/netd/tests/benchmarks/ |
D | README.md | 18 includes any time spent in other processes.
|