/hardware/google/aemu/base/include/aemu/base/files/ |
D | FileSystemWatcher.h | 35 using Path = std::string; 47 std::function<void(WatcherChangeType, const Path&)>; 59 Path path,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | file_process.py | 10 from pathlib import Path 21 self._filename = Path() 31 return self.filename.relative_to(Path('.').resolve()) 111 filename = Path(filename).resolve()
|
D | base_printer.py | 10 from pathlib import Path 201 self._cwd = Path('.').resolve() 211 return str(Path(fn).relative_to(self.cwd)) 213 return str(Path(fn))
|
D | main.py | 13 from pathlib import Path 137 files = (str(Path(f).resolve()) for f in args.file)
|
D | shared.py | 13 from pathlib import Path 77 my_fn = Path(context.filename)
|
/hardware/interfaces/compatibility_matrices/build/ |
D | vintf_compatibility_matrix.go | 98 …lityMatrixRule) timestampFilePath(ctx android.ModuleContext, path android.Path) android.WritablePa… 102 …e) generateValidateBuildAction(ctx android.ModuleContext, path android.Path, schema android.Path) { 147 g.generateValidateBuildAction(ctx, srcPath, schema.Path()) 172 g.generateValidateBuildAction(ctx, g.genFile, schema.Path()) 182 func(w io.Writer, outputFile android.Path) {
|
/hardware/google/gfxstream/guest/mesa/bin/ |
D | khronos-update.py | 17 self.file = pathlib.Path(filename) 196 if not pathlib.Path(git_toplevel).resolve() == pathlib.Path('.').resolve(): 223 for file in pathlib.Path('include/' + group['inc_folder']).iterdir():
|
D | meson-cmd-extract.py | 45 def load_config(path: pathlib.Path) -> configparser.ConfigParser: argument 76 path = pathlib.Path(args.build_dir, 'meson-private', 'cmd_line.txt')
|
D | gen_release_notes.py | 301 p = pathlib.Path('docs') / 'relnotes' / 'new_features.txt' 314 relnotes_index_path = pathlib.Path('docs') / 'relnotes.rst' 340 v = pathlib.Path('VERSION') 357 final = pathlib.Path('docs') / 'relnotes' / f'{this_version}.rst'
|
D | post_version.py | 31 p = pathlib.Path('docs') / 'release-calendar.csv'
|
D | gen_calendar_entries_test.py | 49 with mock.patch('bin.gen_calendar_entries.CALENDAR_CSV', pathlib.Path(c)): 163 with mock.patch('bin.gen_calendar_entries.VERSION', pathlib.Path(v)):
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/registry/ |
D | update-aliases.py | 12 THIS_FILE = pathlib.Path(__file__) 13 CWD = pathlib.Path.cwd() 26 def get_aliases(xml_file: pathlib.Path): argument
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | check_spec_links.py | 13 from pathlib import Path 53 ROOT = Path(__file__).resolve().parent.parent 64 CWD = Path('.').resolve()
|
D | antora-prep.py | 41 from pathlib import Path 274 self.dstpath = Path(self.component) / Partials / self.relpath 277 self.dstpath = Path(self.component) / Partials / self.relpath 278 self.dstlink = Path(self.component) / Pages / self.relpath 284 self.dstpath = Path(self.component) / self.relpath
|
D | docgenerator.py | 7 from pathlib import Path 281 directory = Path(self.genOpts.directory) / 'enums' 312 directory = Path(self.genOpts.directory) / 'enums' 322 directory = Path(self.genOpts.directory) / 'enums'
|
D | cerealgenerator.py | 20 from pathlib import Path, PurePosixPath 234 return str(PurePosixPath(Path(os.path.relpath(someArg)))) 646 self.addModule(cereal.PyScript(self.host_tag, "vulkan_printer", customAbsDir=Path(
|
D | extdependency.py | 12 from pathlib import Path
|
/hardware/google/gfxstream/scripts/ |
D | glsl-shader-to-spv-c-array.py | 14 parser.add_argument('source_file', type=pathlib.Path) 22 vulkan_sdk_path = pathlib.Path(vulkan_sdk_path)
|
/hardware/google/gfxstream/guest/android-emu/ |
D | Android.bp | 18 "aemu/base/Path.cpp", 61 "aemu/base/Path.cpp",
|
/hardware/qcom/wlan/wcn6740/qcwcn/wpa_supplicant_8_lib/ |
D | configure.ac | 46 AC_ARG_VAR(WPA_SUPPLICANT_DIR,[Path to Wpa-supplicant-dir ])
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/ |
D | codegen.py | 19 from pathlib import Path, PurePosixPath 150 dirName = Path(self.directory) 151 baseName = Path(self.basename) 172 def formatFile(filename: Path): argument 177 formatFile(Path(self._headerFileModule.file.name)) 180 formatFile(Path(self._implFileModule.file.name))
|
/hardware/interfaces/scripts/ |
D | list_hal_vts.py | 66 package = 'android.hardware.' + ('.'.join(pathlib.Path(mo.group('path')).parts))
|
/hardware/interfaces/gnss/measurement_corrections/1.0/ |
D | types.hal | 148 /** GnssSingleSatCorrectionFlags has valid Excess Path Length field. */ 150 /** GnssSingleSatCorrectionFlags has valid Excess Path Length Uncertainty field. */
|
/hardware/interfaces/compatibility_matrices/ |
D | bump.py | 42 self.top = pathlib.Path(os.environ["ANDROID_BUILD_TOP"])
|
/hardware/google/pixel/presubmit_tests/schemas/ |
D | powerhint-schema.proto | 26 string path = 2 [ json_name = "Path" ];
|