Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 88) sorted by relevance

1234

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dgenvk.py107 directory = args.directory
180 directory = directory,
205 directory = directory,
223 directory = directory,
241 directory = directory,
265 directory = directory,
285 directory = directory,
307 directory = directory,
326 directory = directory,
344 directory = directory,
[all …]
Ddocgenerator.py228 def writeInclude(self, directory, basename, contents): argument
235 directory = self.genOpts.directory + '/' + directory
236 self.makeDir(directory)
239 filename = directory + '/' + basename + self.file_suffix
281 directory = Path(self.genOpts.directory) / 'enums'
282 self.makeDir(str(directory))
284 filename = str(directory / f'{basename}.comments{self.file_suffix}')
312 directory = Path(self.genOpts.directory) / 'enums'
313 self.makeDir(str(directory))
315 filename = str(directory / f'{basename}.comments-box{self.file_suffix}')
[all …]
Dextensionmetadocgenerator.py455 self.directory = self.genOpts.directory
465 self.makeDir(self.directory)
536 …promoted_extensions_fp = self.newFile(self.directory + '/promoted_extensions_' + coreVersion + sel…
546 …with self.newFile(self.directory + '/current_extensions_appendix' + self.file_suffix) as current_e…
547 …self.newFile(self.directory + '/deprecated_extensions_appendix' + self.file_suffix) as deprecated_…
548 …self.newFile(self.directory + '/current_extension_appendices' + self.file_suffix) as current_exten…
549 …self.newFile(self.directory + '/current_extension_appendices_toc' + self.file_suffix) as current_e…
550 …self.newFile(self.directory + '/deprecated_extension_appendices' + self.file_suffix) as deprecated…
551 …self.newFile(self.directory + '/deprecated_extension_appendices_toc' + self.file_suffix) as deprec…
552 …self.newFile(self.directory + '/deprecated_extensions_guard_macro' + self.file_suffix) as deprecat…
[all …]
DREADME.adoc6 This directory contains scripts used in building the Vulkan API
8 invoked from the top-level directory or from the API Registry in
11 Scripts in this directory include:
67 the output in the same directory as one of the inputs. However, the script
68 must be invoked from the directory it is located within.
Dinterfacedocgenerator.py30 self.makeDir(self.genOpts.directory)
102 fp = open(self.genOpts.directory + '/' + filename, 'w', encoding='utf-8')
/hardware/interfaces/tv/
DREADME.md3 This directory bundles TV-related HALs in HIDL (legacy) and AIDL.
5 - The 'tuner' directory contains the Tuner HIDL and AIDL HALs.
6 - The 'input' directory contains the TV Input HIDL and AIDL HALs.
7 - The 'cec' directory contains the CEC HIDL HAL.
8 - The 'hdmi' directory contains the HDMI-related AIDL HALs, which includes the CEC AIDL HAL.
/hardware/interfaces/drm/1.0/vts/functional/
Dvendor_modules.cpp36 void VendorModules::scanModules(const std::string &directory) { in scanModules() argument
37 DIR* dir = opendir(directory.c_str()); in scanModules()
39 ALOGE("Unable to open drm VTS vendor directory %s", directory.c_str()); in scanModules()
44 string fullpath = directory + "/" + entry->d_name; in scanModules()
/hardware/google/graphics/common/libmemtrack/
Dmali.cpp60 DIR *directory; in scan_directory_for_filenames() local
66 directory = opendir(MALI_DEBUG_FS_PATH); in scan_directory_for_filenames()
78 if (directory != NULL) { in scan_directory_for_filenames()
80 while ((entries = readdir(directory))) { in scan_directory_for_filenames()
92 (void) closedir(directory); in scan_directory_for_filenames()
/hardware/interfaces/security/keymint/
DREADME.md3 This directory contains the HAL definition for KeyMint. KeyMint provides
7 used to also be defined in this directory. As of Android U, this HAL has been
8 moved to a different directory (../rkp). This move is ABI compatible, as the
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/
DREADME.md23 …nk` and `script` tags with relative paths are copied to the destination directory keeping the stru…
33 …(with `link`, `script` and `img` tags) whose paths are relative, to the directory relative to the …
50 You can install locally under the current directory as;
60 asiidoctor-chunker [single-html-file] -o [output-directory]
62 If you installed locally invoke the following under the directory you installed:
64 npx asciidoctor-chunker [single-html-file] -o [output-directory]
68 ./asciidoctor-chunker.js [single-html-file] -o [output-directory]
70 … the book doctype. If the output directory is not specified, the default is `html_chunks` under t…
95directory. It provides the non-opinionated page navigation at the bottom of every chunked page. …
108directory where you can generate the chunked html for the [Asciidoctor User Manual](https://asciid…
/hardware/libhardware/
DAndroid.bp11 // e.g. GPL in an MIT project might only apply to the contrib/ directory.
53 // - include: this directory is the original location of libhardware headers. It is globally
57 … // - include_all: this directory is for system and vendor include files. Gradually, the number of
59 // - include_vendor: this directory is the current designated resting place for these headers.
/hardware/google/gfxstream/codegen/generic-apigen/
DREADME161 emugen -i <input directory> -E <encoder files output directory> <basename>
163 <input directory> containes the api specification files (basename.in + basename.attrib)
164 <encoder directory> - a directory name to generate the encoder output files
200 emugen -i <input directory> -D <decoder files output directory> basename
202 <input directory> containes the api specification files (basename.in + basename.attrib)
203 <decoder directory> - a directory name to generate the decoder output files
229 emugen -i <input directory> -W <wrapper files output directory> basename
231 <input directory> containes the api specification files (basename.in + basename.attrib)
232 <wrapper directory> - a directory name to generate the wrapper output files
/hardware/interfaces/tv/hdmi/
DREADME.md3 This directory bundles 3 HDMI-related AIDL HALs: HDMI Connection HAL, CEC HAL and eARC HAL.
10 Other Android HALs are related to HDMI as well, but not included in this directory for historical
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/
Dcodegen.py30 def __init__(self, suffix, directory, basename, customAbsDir=None, suppress=False): argument
31 self.directory = directory
50 absDir = os.path.join(globalDir, self.directory)
82 self, directory, basename, customAbsDir=None, suppress=False, implOnly=False, argument
85 ".h", directory, basename, customAbsDir, suppress or implOnly)
87 ".cpp", directory, basename, customAbsDir, suppress or headerOnly)
92 self.directory = directory
142 dirName = self.directory
150 dirName = Path(self.directory)
184 def __init__(self, directory, basename, customAbsDir=None, suppress=False): argument
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dentity_db.py21 'directory': data.directory
194 category='commands', directory='protos')
475 generates=None, directory=None, filename=None): argument
511 potential_dir = directory or category
516 if directory is None and generates:
517 directory = category
529 directory=directory
/hardware/google/gfxstream/host/gl/gl-host-common/
DCMakeLists.txt2 # host directory (which includes this directory). Avoid a double
/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaLayer.h83 void SnapshotSave(const std::string& directory);
84 void SnapshotRestore(const std::string& directory);
DRutabagaLayer.cpp119 void SnapshotSave(const std::string& directory);
120 void SnapshotRestore(const std::string& directory);
187 std::string directory; member
190 std::string directory; member
636 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::SnapshotSave(const std::string& directory) { in SnapshotSave() argument
640 .directory = directory, in SnapshotSave()
645 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::SnapshotRestore(const std::string& directory) { in SnapshotRestore() argument
649 .directory = directory, in SnapshotRestore()
937 int ret = rutabaga_snapshot(mRutabaga, task.directory.c_str()); in DoTask()
944 int ret = rutabaga_restore(mRutabaga, task.directory.c_str()); in DoTask()
[all …]
/hardware/google/gfxstream/qnx/
DREADME.md14 Gfxstream's build directory is `./qnx/nto/aarch64le/gfxstream`.
30 A "recursive make" directory layout is used to allow multiplatform builds. For more info, see: [Con…
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DREADME.md3 This directory contains code related to providing emulated support for compressed texture formats.
/hardware/google/pixel-sepolicy/citadel/
DREADME.md3 This directory contains all the SELinux rules for communication with the
/hardware/interfaces/rebootescrow/aidl/vts/functional/
DREADME.md1 Many of the tests in this directory may require that TEE Keymaster
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/
DREADME.adoc6 This directory contains test source and expectation files for the `testBuild`
25 Each build by `testBuild` is done in a separate directory under `gen-<build>`.
/hardware/interfaces/automotive/vehicle/
DREADME.md4 This directory stores the VHAL interface definition and VHAL reference
/hardware/interfaces/automotive/vehicle/aidl/
DREADME.md4 This directory stores the AIDL VHAL interface and reference implementation.

1234