Home
last modified time | relevance | path

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

12345

/system/tools/aidl/
Dgenerate_ndk.cpp277 std::set<std::string, HeaderComp> includes; in GenerateHeaderIncludes() member
284 includes.insert(NdkHeaderFile(*defined, ClassNames::RAW, false /*use_os_sep*/)); in GenerateHeaderIncludes()
290 includes.insert("android/binder_interface_utils.h"); in GenerateHeaderIncludes()
292 includes.insert("functional"); in GenerateHeaderIncludes()
293 includes.insert("chrono"); in GenerateHeaderIncludes()
294 includes.insert("sstream"); in GenerateHeaderIncludes()
299 includes.insert("android/binder_ibinder.h"); in GenerateHeaderIncludes()
301 includes.insert("android/trace.h"); in GenerateHeaderIncludes()
308 includes.insert("android/binder_interface_utils.h"); in GenerateHeaderIncludes()
309 includes.insert("android/binder_parcelable_utils.h"); in GenerateHeaderIncludes()
[all …]
Dgenerate_cpp.cpp970 std::set<std::string> includes; in GenerateServerHeaderIncludes() member
981 includes.insert(HeaderFile(*defined_type, ClassNames::SERVER, /*use_os_sep=*/false)); in GenerateServerHeaderIncludes()
988 includes.insert(HeaderFile(iface, ClassNames::SERVER, false)); in GenerateServerHeaderIncludes()
993 v.includes.insert(kBinderDelegateHeader); in GenerateServerHeaderIncludes()
994 for (const auto& path : v.includes) { in GenerateServerHeaderIncludes()
1363 std::set<std::string> includes; in GenerateHeaderIncludes() member
1369 cpp::AddHeaders(type, typenames, &includes); in GenerateHeaderIncludes()
1374 includes.insert(kIBinderHeader); // IBinder in GenerateHeaderIncludes()
1375 includes.insert(kIInterfaceHeader); // IInterface in GenerateHeaderIncludes()
1376 includes.insert(kStatusHeader); // Status in GenerateHeaderIncludes()
[all …]
/system/keymint/wire/
DAndroid.bp27 // Default target includes support for all versions of the KeyMint HAL.
45 // Variant of the library that only includes support for the KeyMint v2 HAL types.
54 // Default target includes support for all versions of the KeyMint HAL.
71 // Variant of the library that only includes support for the KeyMint v1 HAL types.
/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/security/keystore2/src/
Dpermission.rs234 pub fn includes<T: Into<KeyPermSet>>(&self, other: T) -> bool { in includes() method
298 if access_vec.includes(KeyPerm::Grant) { in check_grant_permission()
346 if access_vector.includes(perm) { in check_key_permission()
778 assert!(v1.includes(v2)); in key_perm_set_include_subset_test()
779 assert!(!v2.includes(v1)); in key_perm_set_include_subset_test()
797 assert!(v1.includes(v2)); in key_perm_set_include_equal_test()
798 assert!(v2.includes(v1)); in key_perm_set_include_equal_test()
818 assert!(!v1.includes(v2)); in key_perm_set_include_overlap_test()
819 assert!(!v2.includes(v1)); in key_perm_set_include_overlap_test()
826 assert!(!v1.includes(v2)); in key_perm_set_include_no_overlap_test()
[all …]
/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/core/libutils/binder/
DAndroid.bp124 "libutils", // which includes libutils_binder
138 "libutils", // which includes libutils_binder
/system/logging/rust/
DTEST_MAPPING2 // This file includes all device tests, as they test different behavior.
/system/security/keystore2/aidl/
DAndroid.bp165 // java_defaults that includes the latest Keystore2 AIDL library.
189 // cc_defaults that includes the latest Keystore2 AIDL library.
220 // A rust_defaults that includes the latest Keystore2 AIDL library.
/system/logging/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/extras/libfec/
DAndroid.bp38 // Exported header include/fec/io.h includes crypto_utils headers.
/system/update_engine/liburing_cpp/
DREADME.md8 information. This includes any JS/CSS files that you might be serving out to
/system/core/code_coverage/seccomp_policy/
Dcode_coverage.policy.def8 // includes *all* syscalls used during the coverage dumping
/system/gatekeeper/
DAndroid.bp51 // all of the files in gatekeeper as includes.
/system/extras/simpleperf/demo/SimpleperfExampleKotlin/
Dgradle.properties20 # Enables namespacing of each library's R class so that its R class includes only the
/system/core/init/test_service/
DREADME.md5 The service includes a `.rc` file that allows starting it from init.
/system/extras/simpleperf/demo/SimpleperfExampleJava/
Dgradle.properties18 # Enables namespacing of each library's R class so that its R class includes only the
/system/tools/hidl/hidl2aidl/
DAidlTranslate.cpp452 std::set<std::string> includes = {"#include <limits>"}; in emitCppTranslateHeader() local
458 includes.insert(aidlIncludeFile(AidlHelper::getTopLevelType(type), backend)); in emitCppTranslateHeader()
459 includes.insert(hidlIncludeFile(type)); in emitCppTranslateHeader()
461 out << base::Join(includes, "") << "\n\n"; in emitCppTranslateHeader()
/system/keymint/hal/
DAndroid.bp45 // Default target includes support for all versions of the KeyMint HAL.
/system/extras/simpleperf/demo/SimpleperfExampleCpp/app/src/main/cpp/
DCMakeLists.txt27 # variable. Because CMake includes system libraries in the search path by
/system/netd/tests/benchmarks/
DREADME.md18 includes any time spent in other processes.
/system/libartpalette/
DAndroid.bp101 // unbundled which also includes the prebuilts/sdk git repository. We need to find
/system/chre/api_parser/
DREADME.md81 // List of #includes that also need to be parsed, e.g. because they provide
83 "includes": [

12345