/system/core/libnativeloader/ |
D | Android.bp | 12 header_libs: ["libnativeloader-headers"], 13 export_header_lib_headers: ["libnativeloader-headers"], 54 name: "libnativeloader-headers", 60 // switched to libnativeloader-headers 62 name: "libnativeloader-dummy-headers",
|
/system/tools/hidl/test/impl_test/ |
D | Android.bp | 2 name: "hidl_impl_test_gen-headers", 9 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-impl-headers android.hardware.tests.foo@1.0", 38 generated_headers: ["hidl_impl_test_gen-headers"],
|
/system/connectivity/wificond/net/kernel-header-latest/ |
D | README.txt | 4 the latest devices, but not present in external/kernel-headers. 5 external/kernel-headers has the headers from the stable kernel tree which is generally
|
/system/core/libnativebridge/ |
D | Android.bp | 10 header_libs: ["libnativebridge-headers"], 11 export_header_lib_headers: ["libnativebridge-headers"], 15 name: "libnativebridge-headers",
|
/system/update_engine/ |
D | update_attempter_android.cc | 147 std::map<string, string> headers; in ApplyPayload() local 156 if (!headers.emplace(key, value).second) in ApplyPayload() 162 string payload_id = (headers[kPayloadPropertyFileHash] + in ApplyPayload() 163 headers[kPayloadPropertyMetadataHash]); in ApplyPayload() 174 if (!base::StringToUint64(headers[kPayloadPropertyFileSize], in ApplyPayload() 179 if (!brillo::data_encoding::Base64Decode(headers[kPayloadPropertyFileHash], in ApplyPayload() 182 << headers[kPayloadPropertyFileHash]; in ApplyPayload() 184 if (!base::StringToUint64(headers[kPayloadPropertyMetadataSize], in ApplyPayload() 210 GetHeaderAsBool(headers[kPayloadPropertyPowerwash], false); in ApplyPayload() 213 GetHeaderAsBool(headers[kPayloadPropertySwitchSlotOnReboot], true); in ApplyPayload() [all …]
|
D | sideload_main.cc | 137 const vector<string>& headers, in ApplyUpdatePayload() argument 173 payload, payload_offset, payload_size, headers, nullptr)); in ApplyUpdatePayload() 192 DEFINE_string(headers, in main() 206 vector<string> headers = base::SplitString( in main() local 210 FLAGS_payload, FLAGS_offset, FLAGS_size, headers, FLAGS_status_fd)) in main()
|
D | update_engine-client.gyp | 18 # update_engine client library generated headers. Used by other daemons and 22 'target_name': 'libupdate_engine-client-headers',
|
D | update_engine_client_android.cc | 123 DEFINE_string(headers, in OnInit() 215 std::vector<std::string> headers = base::SplitString( in OnInit() local 218 for (const auto& header : headers) { in OnInit()
|
D | test_http_server.cc | 82 string headers; in ParseRequest() local 90 headers.append(buf, r); in ParseRequest() 91 } while (!base::EndsWith(headers, EOL EOL, base::CompareCase::SENSITIVE)); in ParseRequest() 94 << headers << "\n--8<------8<------8<------8<----"; in ParseRequest() 95 request->raw_headers = headers; in ParseRequest() 99 headers.substr(0, headers.length() - strlen(EOL EOL)), in ParseRequest()
|
/system/bt/service/common/ |
D | README | 4 Only common files should go here. All headers that go into common/bluetooth must 5 only include other headers from common/bluetooth and must use "bluetooth" as the 11 one common include path exported to them, and our headers can find eachother
|
/system/core/libion/ |
D | Android.bp | 12 "kernel-headers", 16 "kernel-headers",
|
/system/tools/hidl/test/export_test/ |
D | Android.bp | 2 name: "hidl_export_test_gen-headers", 20 generated_headers: ["hidl_export_test_gen-headers"],
|
/system/update_engine/scripts/ |
D | update_device.py | 150 if 'Range' in self.headers: 156 start_range, end_range = self._parse_range(self.headers.get('range'), 193 content_length = int(self.headers.getheader('Content-Length')) 284 headers = ota.properties 285 headers += 'USER_AGENT=Dalvik (something, something)\n' 286 headers += 'NETWORK_ID=0\n' 287 headers += extra_headers 291 '--size=%d' % ota.size, '--headers="%s"' % headers]
|
/system/tools/hidl/c2hal/test/ |
D | build_all.py | 52 for header in sorted(headers(path)): 73 def headers(path): function
|
/system/tools/aidl/ |
D | type_cpp.h | 60 void GetHeaders(std::set<std::string>* headers) const { in GetHeaders() argument 63 headers->insert(header); in GetHeaders()
|
/system/bt/build/secondary/third_party/googletest/ |
D | BUILD.gn | 18 # Gtest headers need to be able to find themselves. 55 # Gmock headers need to be able to find themselves.
|
/system/extras/libfec/ |
D | Android.bp | 15 // Exported header include/fec/io.h includes crypto_utils headers.
|
/system/core/libnativebridge/tests/ |
D | Android.bp | 26 header_libs: ["libnativebridge-headers"], 109 header_libs: ["libnativebridge-headers"],
|
/system/tools/hidl/scripts/ |
D | gen-docs.sh | 33 hidl-gen -Lc++-headers -o "$out/cpp" "$fqName" || exit 1
|
/system/core/libgrallocusage/ |
D | Android.bp | 25 // Hide errors in headers we include
|
/system/core/libnativeloader/test/ |
D | Android.bp | 81 header_libs: ["libnativeloader-headers"],
|
/system/core/libprocessgroup/profiles/ |
D | Android.bp | 38 // Needed for headers from libprotobuf.
|
/system/tools/hidl/ |
D | README.md | 46 This is a helper tool to convert C headers to valid .hal files.
|
/system/bt/osi/src/socket_utils/ |
D | README | 22 these sources and the corresponding headers should be removed.
|
/system/bt/build/secondary/third_party/libchrome/ |
D | BUILD.gn | 227 # paths to dbus headers, can be obtained by "pkg-config --cflags dbus-1" 235 # libchrome headers need to be able to find themselves. 240 # paths to dbus headers, can be obtained by "pkg-config --cflags dbus-1"
|