Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 25 of 98) sorted by relevance

1234

/system/bt/gd/packet/parser/
Dpacketgen.gni22 # sources: PDL files to use for generation.
34 forward_variables_from(invoker, [ "sources", "include", "shards", "source_root" ])
35 assert(defined(sources), "sources must be set")
48 foreach (source, sources) {
82 # sources = get_target_outputs(":${action_name}")
99 # sources: PDL files to use for generation.
107 forward_variables_from(invoker, [ "include", "sources", "source_root" ])
108 assert(defined(sources), "sources must be set")
125 foreach (source, sources) {
147 # sources: PDL files to use for generation.
[all …]
Dflex.gni26 # sources: Files used to generate the lexers.
30 forward_variables_from(invoker, [ "sources" ])
31 assert(defined(sources), "sources must be set")
32 foreach(s, sources) {
54 sources = get_target_outputs(":${action_name}")
Dbison.gni26 # sources: Grammar files used to generate the parsers.
30 forward_variables_from(invoker, [ "sources" ])
31 assert(defined(sources), "sources must be set")
32 foreach(s, sources) {
59 sources = get_target_outputs(":${action_name}")
DBUILD.gn35 sources = [
80 sources = [ "language_l.ll" ]
85 sources = [ "language_y.yy" ]
/system/bt/gd/rust/shim/
DBUILD.gn24 sources = [ "src/bridge.rs" ]
30 sources = [ "src/bridge.rs" ]
36 sources = [ "src/init_flags.rs" ]
42 sources = [ "src/init_flags.rs" ]
48 sources = [ "src/message_loop_thread.rs" ]
54 sources = [ "src/message_loop_thread.rs" ]
/system/bt/osi/src/socket_utils/
DREADME17 The sources in this folder re -
18 implement some of the sources in libcutils / sockets to provide a short -
22 these sources and the corresponding headers should be removed.
27 .The developers who want to pull sockets sources other than the
28 existing ones must put the sources in this folder and refactor
31 The current sources include :
41 Please update the above list if adding more sources.
/system/bt/gd/security/
DBUILD.gn17 sources = [ "channel/security_manager_channel.cc" ]
23 sources = [ "pairing/classic_pairing_handler.cc" ]
29 sources = [ "record/security_record_storage.cc" ]
35 sources = [
/system/update_engine/
DBUILD.gn105 sources = [ "update_metadata.proto" ]
111 sources = [ "dbus_bindings/org.chromium.UpdateEngineInterface.dbus-xml" ]
117 sources = [ "dbus_bindings/org.chromium.KioskAppService.dbus-xml" ]
122 sources = [
187 sources = [
278 sources += [ "cros/chrome_browser_proxy_resolver.cc" ]
282 sources += [
287 sources += [
296 sources = [ "main.cc" ]
303 sources = [
[all …]
Dtar_bunzip2.gni22 sources = invoker.sources
/system/bt/gd/
DBUILD.gn56 sources = [
83 sources = [
94 sources = [
107 sources = [
119 sources = [
130 sources = [ "hci/hci_packets.pdl" ]
/system/bt/build/secondary/third_party/googletest/
DBUILD.gn31 sources = [
46 sources = [
61 sources = [
79 sources = [
/system/tools/hidl/test/cpp_impl_test/
DAndroid.bp33 name: "hidl_cpp_impl_test_gen-sources",
41 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-impl-sources android.hardware.tests.foo@1.0 && " +
43 "-Lc++-impl-sources hidl.tests.vendor.android@1.0",
56 generated_sources: ["hidl_cpp_impl_test_gen-sources"],
/system/bt/service/
DBUILD.gn30 sources = [
63 sources = [
80 sources = [
110 sources = [ "main.cc" ]
136 sources = [
157 sources = [ "test/main.cc" ]
/system/bt/gd/rust/common/
DBUILD.gn21 sources = [ "src/lib.rs" ]
30 sources = [ "src/sys_prop.rs" ]
36 sources = [ "src/ffi/sys_props.cc" ]
/system/bt/gd/rust/topshim/
DBUILD.gn26 sources = [ "src/btif.rs" ]
32 sources = [ "src/btif.rs" ]
38 sources = [
/system/bt/gd/dumpsys/bundler/
Dbundler.gni20 # sources: Flatbuffer source files
28 "sources",
31 assert(defined(sources), "sources must be set")
51 foreach(s, sources) {
84 foreach(s, invoker.sources) {
DBUILD.gn20 sources = [ "bundler.fbs" ]
41 sources = [
/system/libhidl/vintfdata/
DAndroid.mk58 GEN := $(local-generated-sources-dir)/compatibility_matrix.xml
82 GEN := $(local-generated-sources-dir)/manifest.xml
105 GEN := $(local-generated-sources-dir)/manifest.xml
126 GEN := $(local-generated-sources-dir)/manifest.xml
/system/bt/gd/hal/
DBUILD.gn18 sources = [ "snoop_logger.cc" ]
25 sources = [ "hci_hal_host.cc" ]
/system/bt/build/secondary/third_party/libldac/
DBUILD.gn26 sources = [
39 sources = [
/system/bt/vendor_libs/test_vendor_lib/types/
DBUILD.gn22 sources = [
39 sources = [
/system/bt/osi/
DBUILD.gn18 sources = [
38 # TODO(mcchou): Remove these sources after platform specific
66 sources = [
/system/bt/stack/
DBUILD.gn18 sources = [
31 sources = [
66 sources = [
236 sources = [
266 sources = [
317 sources = [ "test/crypto_toolbox_test.cc" ]
330 sources = [
385 sources = [
/system/bt/gd/os/
DBUILD.gn16 sources = [
28 sources = [
/system/bt/profile/avrcp/
DBUILD.gn33 sources = [
49 sources = [

1234