Home
last modified time | relevance | path

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

12345

/system/tools/aidl/
Dgenerate_cpp.cpp802 vector<string> includes = {kIBinderHeader, kIInterfaceHeader, "utils/Errors.h", in BuildClientHeader() local
829 includes.emplace_back("chrono"); // for std::chrono::steady_clock in BuildClientHeader()
830 includes.emplace_back("functional"); // for std::function in BuildClientHeader()
831 includes.emplace_back("json/value.h"); in BuildClientHeader()
850 new CppHeader{BuildHeaderGuard(interface, ClassNames::CLIENT), includes, in BuildClientHeader()
868 vector<string> includes = {"binder/IInterface.h", HeaderFile(interface, ClassNames::RAW, false)}; in BuildServerHeader() local
880 includes.emplace_back("chrono"); // for std::chrono::steady_clock in BuildServerHeader()
881 includes.emplace_back("functional"); // for std::function in BuildServerHeader()
882 includes.emplace_back("json/value.h"); in BuildServerHeader()
894 new CppHeader{BuildHeaderGuard(interface, ClassNames::SERVER), includes, in BuildServerHeader()
[all …]
/system/core/libziparchive/
Dunzip.cpp49 static std::set<std::string> includes; variable
57 if (!includes.empty() && includes.find(name) == includes.end()) return true; in Filter()
319 includes.insert(optarg); in main()
/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/extras/libfec/
DAndroid.bp15 // Exported header include/fec/io.h includes crypto_utils headers.
/system/bt/include/
DAndroid.bp9 // We need this in case some file outside of the Bluetooth project includes
/system/update_engine/
Dupdate_engine.gyp88 'includes': ['../../../platform2/common-mk/protoc.gypi'],
101 'includes': ['../../../platform2/common-mk/generate-dbus-adaptors.gypi'],
115 'includes': ['../../../platform2/common-mk/generate-dbus-proxies.gypi'],
465 'includes': [
496 'includes': ['../../../platform2/common-mk/openssl_pem.gypi'],
508 'includes': ['tar_bunzip2.gypi'],
641 'includes': [
Dupdate_engine-client.gyp36 'includes': ['../../../platform2/common-mk/generate-dbus-proxies.gypi'],
/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/testing/gtest_extras/
DAndroid.bp31 // When Soong supports transitive static dependency includes, these
/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/gatekeeper/
DAndroid.bp45 // all of the files in gatekeeper as includes.
/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.bp133 // This includes Binder related tests that can only be run
/system/netd/tests/benchmarks/
DREADME.md18 includes any time spent in other processes.
/system/core/libcutils/
Dtrace-dev.inc39 * Note this message includes a tag, the pid, and the string given as the name.
/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/sepolicy/prebuilts/api/28.0/private/
Duntrusted_app_all.te63 # This includes what used to be media_app, shared_app, and release_app.
/system/sepolicy/prebuilts/api/26.0/public/
Dattributes123 # postinstall. This includes the background daemon and the sideload tool from
/system/keymaster/
DAndroid.bp330 // libkeymasterfiles is an empty library that exports all of the files in keymaster as includes.

12345