/device/generic/goldfish-opengl/ |
D | cmake_transform.py | 85 mkfile = os.path.join(module["path"], "Android.mk") 90 make.append("set(%s_src %s)" % (name, " ".join(module["src"]))) 94 name, " ".join(module["src"]) 100 name, " ".join(module["src"]) 109 "target_include_directories(%s PRIVATE %s)" % (name, " ".join(includes)) 127 make.append("target_compile_definitions(%s PRIVATE %s)" % (name, " ".join(defs))) 128 make.append("target_compile_options(%s PRIVATE %s)" % (name, " ".join(flags))) 133 % (name, " ".join(libs), " ".join(staticlibs)) 136 make.append("target_link_libraries(%s PRIVATE %s)" % (name, " ".join(libs))) 197 root = os.path.join(args.outdir, "CMakeLists.txt") [all …]
|
/device/google/trout/tools/tracing/tooling/ |
D | tracing_agent.py | 141 def join(self): member in TracingAgent 142 self.thread.join() 159 … self.tracing_kev_file_path = os.path.join(args.out_dir, f'{args.host_tracing_file_name}.kev') 160 …self.tracing_printer_file_path = os.path.join(args.out_dir, f'{args.host_tracing_file_name}.printe… 214 traceprinter = os.path.join(qnx_dev_dir, 'host/linux/x86_64/usr/bin/', 'traceprinter') 222 qnx2perfetto = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'qnx_perfetto.py') 234 self.trace_file_path = os.path.join(args.out_dir, self.vm_trace_file) 236 self.vm_config_file_path = os.path.join('/data/misc/perfetto-configs/', self.vm_config) 237 self.vm_trace_file_path = os.path.join('/data/misc/perfetto-traces/', self.vm_trace_file) 297 traceconv_cmd = os.path.join(perfetto_dev_dir, 'traceconv') [all …]
|
D | prepare_tracing.py | 40 source_file = os.path.join(tracing_dir, 'tooling', 'qnx_perfetto.py') 41 target_file = os.path.join(qnx_dev_dir, 'qnx_perfetto.py') 50 qnx_env_file = os.path.join(qnx_dev_dir, "qnxsdp-env.sh") 86 clock_file_path = os.path.join(args.tracing_tool_dir, "time_utility", "ClocktimeMain.cpp")
|
/device/google/trout/hal/sensors/2.1/ |
D | SensorThread.cpp | 41 join(); in ~SensorThread() 48 void SensorThread::join() { in join() function in android::hardware::sensors::V2_1::subhal::implementation::SensorThread 49 mThread.join(); in join()
|
D | SensorThread.h | 37 void join();
|
/device/google/cuttlefish/tools/ |
D | tombstone_to_line.py | 49 os.path.join(args.symbols, object_path), address] 54 file_name=':'.join(details[:-1])) 77 print('{} {}'.format(' ' * indent, ' '.join(source.strip().split())), 112 default=os.path.join( 136 default=os.path.join(
|
D | upload_via_ssh.py | 34 'tar -c -f - --lzop -S ' + ' '.join(images) + 42 host_package = os.path.join(args.host_dir, 'cvd-host_package.tar.gz') 57 ' '.join(args.runner_args)
|
D | upload_to_gce_and_run.py | 44 'tar -c -f - --lzop -S ' + ' '.join(artifacts) + 51 host_package = os.path.join(args.host_dir, 'cvd-host_package.tar.gz')
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | clean.cc | 99 LOG(DEBUG) << fmt::format("Prior dirs: {}", fmt::join(prior_dirs, ", ")); in CleanPriorFiles() 100 LOG(DEBUG) << fmt::format("Prior files: {}", fmt::join(prior_files, ", ")); in CleanPriorFiles() 124 fmt::join(pids, ", ")); in CleanPriorFiles()
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | secure_env_windows_lib.cpp | 89 keymaster_thread.join(); in StartSecureEnvWithHandles() 90 gatekeeper_thread.join(); in StartSecureEnvWithHandles()
|
/device/google/cuttlefish/guest/hals/confirmationui/ |
D | TrustyConfirmationUI.cpp | 83 host_cmd_fetcher_thread_.join(); in ~TrustyConfirmationUI() 87 callback_thread_.join(); in ~TrustyConfirmationUI() 186 callback_thread_.join(); in promptUserConfirmation() 209 callback_thread_.join(); in promptUserConfirmation()
|
/device/google/cuttlefish/common/libs/utils/ |
D | socket2socket_proxy.cpp | 62 c2t_.join(); in ~ProxyPair() 65 t2c_.join(); in ~ProxyPair() 179 server_.join(); in Join()
|
/device/google/trout/hal/sensors/2.1/tests/ |
D | MultiPoll.cpp | 106 pollerThread.join(); in TEST() 171 pollerThread.join(); in TEST() 199 pollerThread.join(); in TEST()
|
/device/google/cuttlefish/host/commands/gnss_grpc_proxy/ |
D | gnss_grpc_proxy.cpp | 288 fixed_location_file_read_thread_.join(); in ~GnssGrpcProxyServiceImpl() 291 fixed_location_write_thread_.join(); in ~GnssGrpcProxyServiceImpl() 294 measurement_file_read_thread_.join(); in ~GnssGrpcProxyServiceImpl() 297 measurement_read_thread_.join(); in ~GnssGrpcProxyServiceImpl() 300 fixed_location_read_thread_.join(); in ~GnssGrpcProxyServiceImpl()
|
/device/google/trout/agl_services_build/yocto-layer/meta-google/classes/ |
D | google-image-overlay.bbclass | 28 fullpath = os.path.join(workdir, overlay_root_dirs[i]) 35 os.system("cp -dr " + os.path.join(fullpath, "*") + " " + rootfs)
|
/device/google/cuttlefish/host/commands/tcp_connector/ |
D | main.cpp | 160 guest_to_host.join(); in TcpConnectorMain() 161 host_to_guest.join(); in TcpConnectorMain()
|
/device/generic/goldfish/hals/radio/ |
D | AtChannel.cpp | 73 mRequestThread.join(); in ~AtChannel() 74 mReaderThread.join(); in ~AtChannel() 138 mReaderThread.join(); in getHostChannelPipe()
|
/device/google/cuttlefish_vmm/qemu/scripts/ |
D | rebuild.py | 69 "PKG_CONFIG_PATH": ":".join([ 74 "LD_LIBRARY_PATH": ":".join([ 93 "PKG_CONFIG_PATH": ":".join([ 100 "LD_LIBRARY_PATH": ":".join([ 153 result += " \\\n".join(environ) + " \\\n" 155 result += " ".join(shlex.quote(c) for c in cmd_args) 1153 "--target-list=%s" % ",".join(target_list), 1307 print("BUILD PLAN: %s" % ", ".join([t.__name__ for t in build_tasks]))
|
/device/google/trout/hal/common/agl/watchdog/test/ |
D | service.cpp | 42 t1.join(); in main()
|
/device/google/trout/hal/vehicle/2.0/ |
D | GrpcVehicleClient.cpp | 57 mPollingThread.join(); in ~GrpcVehicleClientImpl() 164 shuttingdown_watcher.join(); in StartValuePollingThread()
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | camera_streamer.cpp | 148 reader_thread_.join(); in StartReadLoop() 173 reader_thread_.join(); in Disconnect()
|
/device/google/trout/hal/audiocontrol/aidl/1.0/ |
D | main.cpp | 57 audioControl->join(); in main()
|
D | AudioControl.h | 49 void join();
|
/device/google/cuttlefish/shared/ |
D | releasetools.py | 36 if os.path.exists(os.path.join(input_tmp,
|
/device/generic/car/emulator/Conn/CommConn/ |
D | CommConn.cpp | 39 mReadThread->join(); in stop()
|