Home
last modified time | relevance | path

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

12345

/system/tools/aidl/
Dgenerate_cpp.cpp828 vector<string> includes = {kIBinderHeader, kIInterfaceHeader, "utils/Errors.h", in BuildClientHeader() local
855 includes.emplace_back("chrono"); // for std::chrono::steady_clock in BuildClientHeader()
856 includes.emplace_back("functional"); // for std::function in BuildClientHeader()
857 includes.emplace_back("json/value.h"); in BuildClientHeader()
880 new CppHeader{BuildHeaderGuard(interface, ClassNames::CLIENT), includes, in BuildClientHeader()
901 vector<string> includes = {"binder/IInterface.h", HeaderFile(interface, ClassNames::RAW, false)}; in BuildServerHeader() local
919 includes.emplace_back("chrono"); // for std::chrono::steady_clock in BuildServerHeader()
920 includes.emplace_back("functional"); // for std::function in BuildServerHeader()
921 includes.emplace_back("json/value.h"); in BuildServerHeader()
933 new CppHeader{BuildHeaderGuard(interface, ClassNames::SERVER), includes, in BuildServerHeader()
[all …]
Dgenerate_ndk.cpp205 std::set<std::string> includes; in GenerateHeaderIncludes() local
210 includes.insert(headerFilePath(method->GetType())); in GenerateHeaderIncludes()
212 includes.insert(headerFilePath(argument->GetType())); in GenerateHeaderIncludes()
220 includes.insert(headerFilePath(field->GetType())); in GenerateHeaderIncludes()
226 includes.insert(headerFilePath(enum_decl->GetBackingType())); in GenerateHeaderIncludes()
229 for (const auto& path : includes) { in GenerateHeaderIncludes()
/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.cpp63 static std::set<std::string> includes; variable
92 if (includes.empty()) return true; in ShouldInclude()
95 for (const auto& include : includes) { in ShouldInclude()
134 if (!flag_1 && includes.empty() && excludes.empty()) { in MaybeShowHeader()
159 if (!flag_1 && includes.empty() && excludes.empty()) { in MaybeShowFooter()
434 includes.insert(optarg); in HandleCommonOption()
/system/bt/include/
DAndroid.bp8 // We need this in case some file outside of the Bluetooth project includes
/system/extras/libfec/
DAndroid.bp21 // Exported header include/fec/io.h includes crypto_utils headers.
/system/core/logd/
DREADME.auditd6 includes Linux Security Modules (LSM) messages as well.
/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.bp46 // all of the files in gatekeeper as includes.
/system/bt/build/secondary/third_party/googletest/
DBUILD.gn65 # This project includes some stuff form gtest's guts.
/system/core/init/test_service/
DREADME.md5 The service includes a `.rc` file that allows starting it from init.
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
DCMakeLists.txt23 # variable. Because CMake includes system libraries in the search path by
/system/chre/
DREADME.md86 implementations for individual platforms. This includes the implementation
151 This project includes a number of nanoapps that serve as both examples of how to
205 * Additional static nanoapp includes
/system/core/
DNOTICE10 This product includes software developed as part of
22 This product includes software developed at
34 This product includes software developed at
202 (d) If the Work includes a "NOTICE" text file as part of its
280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any
/system/bt/service/
DAndroid.bp134 // This includes Binder related tests that can only be run
/system/netd/tests/benchmarks/
DREADME.md18 includes any time spent in other processes.
/system/sepolicy/prebuilts/api/26.0/private/
Duntrusted_app_all.te51 # This includes what used to be media_app, shared_app, and release_app.
/system/sepolicy/prebuilts/api/27.0/private/
Duntrusted_app_all.te54 # This includes what used to be media_app, shared_app, and release_app.
/system/core/libcutils/
Dtrace-dev.inc44 * Note this message includes a tag, the pid, and the string given as the name.
/system/sepolicy/prebuilts/api/28.0/private/
Duntrusted_app_all.te63 # This includes what used to be media_app, shared_app, and release_app.
/system/keymaster/
DAndroid.bp331 // libkeymasterfiles is an empty library that exports all of the files in keymaster as includes.
/system/sepolicy/prebuilts/api/26.0/public/
Dattributes123 # postinstall. This includes the background daemon and the sideload tool from
/system/sepolicy/private/
Duntrusted_app_all.te76 # This includes what used to be media_app, shared_app, and release_app.

12345