/third_party/nghttp2/python/ |
D | install-python.cmake.in | 1 get_filename_component(rootdir "$ENV{DESTDIR}" ABSOLUTE) 2 if(rootdir STREQUAL "") 3 set(rootdir /) variable 8 --root=${rootdir} --prefix=${CMAKE_INSTALL_PREFIX}
|
/third_party/typescript/tests/baselines/reference/ |
D | moduleResolutionWithRequire.types | 8 const a = require('../outside-of-rootdir/foo'); 10 >require('../outside-of-rootdir/foo') : any 12 >'../outside-of-rootdir/foo' : "../outside-of-rootdir/foo"
|
D | moduleResolutionWithRequireAndImport.types | 13 const a = require('../outside-of-rootdir/foo'); 15 >require('../outside-of-rootdir/foo') : any 17 >'../outside-of-rootdir/foo' : "../outside-of-rootdir/foo"
|
D | moduleResolutionWithRequire.symbols | 8 const a = require('../outside-of-rootdir/foo');
|
D | moduleResolutionWithRequireAndImport.symbols | 11 const a = require('../outside-of-rootdir/foo');
|
/third_party/skia/third_party/externals/swiftshader/tests/scan_sources/ |
D | main.py | 24 def main(rootdir): argument 26 for x in [rootdir +"/**/*.cpp", rootdir + "/**/*.hpp"]:
|
/third_party/flatbuffers/samples/ |
D | kotlin_sample.sh | 21 rootdir=$(cd $sampledir/.. && pwd) 39 $rootdir directory. 49 javac ${rootdir}/java/com/google/flatbuffers/*.java -d ${sampledir}/kotlin
|
D | php_sample.sh | 21 rootdir=$(cd $sampledir/.. && pwd) 38 $rootdir directory.
|
D | python_sample.sh | 21 rootdir=$(cd $sampledir/.. && pwd) 38 $rootdir directory.
|
D | javascript_sample.sh | 21 rootdir=$(cd $sampledir/.. && pwd) 38 $rootdir directory.
|
D | dart_sample.sh | 21 rootdir=$(cd $sampledir/.. && pwd) 40 $rootdir directory.
|
D | java_sample.sh | 21 rootdir=$(cd $sampledir/.. && pwd) 38 $rootdir directory.
|
D | go_sample.sh | 21 rootdir=$(cd $sampledir/.. && pwd) 38 $rootdir directory.
|
D | csharp_sample.sh | 38 $rootdir directory.
|
/third_party/alsa-utils/alsactl/ |
D | init_parse.c | 65 char *rootdir; member 129 if (space->rootdir) in free_space() 130 free(space->rootdir); in free_space() 1487 char *rootdir, *go_to; in parse_line() local 1498 strlcpy(string, space->rootdir, sizeof(string)); in parse_line() 1502 rootdir = space->rootdir; in parse_line() 1525 space->rootdir = new_root_dir(string); in parse_line() 1527 if (space->rootdir) { in parse_line() 1529 free(space->rootdir); in parse_line() 1542 space->rootdir = new_root_dir(string); in parse_line() [all …]
|
/third_party/boost/libs/static_string/ |
D | CMakeLists.txt | 18 function (DoGroupSources curdir rootdir folder) 22 DoGroupSources (${curdir}/${child} ${rootdir} ${folder}) 26 string (REGEX REPLACE ^${rootdir} ${folder} groupname ${curdir})
|
/third_party/e2fsprogs/tests/f_rebuild_csum_rootdir/ |
D | name | 1 force rebuild corrupted rootdir w/ metadata_csum
|
/third_party/boost/libs/beast/ |
D | CMakeLists.txt | 18 function (DoGroupSources curdir rootdir folder) 22 DoGroupSources (${curdir}/${child} ${rootdir} ${folder}) 26 string (REGEX REPLACE ^${rootdir} ${folder} groupname ${curdir})
|
/third_party/flatbuffers/grpc/examples/ |
D | generate.sh | 34 $rootdir directory.
|
/third_party/cef/tools/ |
D | translator.py | 67 if options.rootdir is None: 72 root_dir = os.path.abspath(options.rootdir)
|
/third_party/python/Lib/distutils/command/ |
D | bdist_msi.py | 278 rootdir = os.path.abspath(self.bdist_dir) 280 root = Directory(db, cab, None, rootdir, "TARGETDIR", "SourceDir") 296 dir = Directory(db, cab, root, rootdir, target, default)
|
/third_party/weston/doc/sphinx/ |
D | meson.build | 60 # rootdir of sourcedir, please add them here as well, otherwise use 'toc/'s
|
/third_party/glib/gio/ |
D | glocalfile.c | 885 wchar_t *rootdir; in get_filesystem_readonly() local 887 rootdir = get_volume_for_path (path); in get_filesystem_readonly() 889 if (rootdir) in get_filesystem_readonly() 892 if (GetVolumeInformationW (rootdir, NULL, 0, NULL, NULL, &flags, NULL, 0)) in get_filesystem_readonly() 897 g_free (rootdir); in get_filesystem_readonly()
|
/third_party/boost/boost/interprocess/detail/ |
D | win32_api.hpp | 869 , unsigned long attr, void *rootdir, void *security_descr) in initialize_object_attributes() argument 873 pobject_attr->RootDirectory = rootdir; in initialize_object_attributes()
|