Home
last modified time | relevance | path

Searched defs:basename (Results 1 – 25 of 149) sorted by relevance

123456

/third_party/skia/third_party/externals/angle2/src/compiler/
Dgenerate_parser_tools.py54 def run_flex(basename): argument
101 def run_bison(basename, generate_header): argument
122 def get_input_files(basename): argument
127 def get_output_files(basename, generate_header): argument
133 def generate_parser(basename, generate_header): argument
/third_party/node/test/es-module/
Dtest-cjs-esm-warn.js24 const basename = 'cjs.js'; constant
50 const basename = 'esm.js'; constant
/third_party/typescript/src/harness/
DvfsUtil.ts329 …const { parent, links, node: existingNode, basename } = this._walk(this._resolve(target), /*noFoll… constant
530 const { parent, links, node, basename } = this._walk(path, /*noFollow*/ true); constant
552 …const { parent, links, basename, node: existingNode } = this._walk(this._resolve(newpath), /*noFol… constant
569 … const { parent, links, node, basename } = this._walk(this._resolve(path), /*noFollow*/ true); constant
587 …const { parent: oldParent, links: oldParentLinks, node, basename: oldBasename } = this._walk(this.… constant
591 …const { parent: newParent, links: newParentLinks, node: existingNode, basename: newBasename } = th… constant
621 …const { parent, links, node: existingNode, basename } = this._walk(this._resolve(linkpath), /*noFo… constant
680 …const { parent, links, node: existingNode, basename } = this._walk(this._resolve(path), /*noFollow… constant
1045 let basename = components[step]; variable
1082 const basename = components[step]; constant
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Ddocgenerator.py228 def writeInclude(self, directory, basename, contents): argument
279 def writeEnumTable(self, basename, values): argument
310 def writeEnumBox(self, basename, values): argument
320 def writeFlagBox(self, basename, values): argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dgenerate_parser.py14 basename = 'glslang' variable
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dgenerate_parser.py14 basename = 'preprocessor' variable
/third_party/python/Lib/test/dtracedata/
Dcall_stack.stp3 function basename:string(path:string) function
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dstring.h37 #define basename __basename__discard macro
/third_party/curl/src/
Dtool_bname.h32 #define basename(x) tool_basename((x)) macro
/third_party/musl/src/misc/
Dbasename.c4 char *basename(char *s) in basename() function
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/utils/
Dbasename.js3 module.exports = function basename (path) { function
/third_party/gn/src/base/files/
Dfile_enumerator.cc14 FilePath::StringType basename = path.BaseName().value(); in ShouldSkip() local
/third_party/skia/tools/skpbench/
D_os_path.py12 def basename(pathname): function
D_adb_path.py19 def basename(pathname): function
/third_party/cups-filters/cupsfilters/
Dtestcmyk.c80 const char *basename) /* I - Base filename of output */ in test_gray()
262 const char *basename) /* I - Base filename of output */ in test_rgb()
Dtestrgb.c94 const char *basename) /* I - Base filename of output */ in test_gray()
224 const char *basename) /* I - Base filename of output */ in test_rgb()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_diskstat.c213 add_object_part(const char *basename, const char *name, int objmode) in add_object_part()
226 add_object(const char *basename, const char *name, int objmode) in add_object()
274 char basename[256]; in hud_get_num_disks() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dtoolutil.cpp115 const char *basename=findBasename(pathname); in getLongPathname() local
135 const char *basename=uprv_strrchr(path, U_FILE_SEP_CHAR); in findDirname() local
166 const char *basename=uprv_strrchr(filename, U_FILE_SEP_CHAR); in findBasename() local
/third_party/icu/icu4c/source/tools/toolutil/
Dtoolutil.cpp108 const char *basename=findBasename(pathname); in getLongPathname() local
128 const char *basename=uprv_strrchr(path, U_FILE_SEP_CHAR); in findDirname() local
159 const char *basename=uprv_strrchr(filename, U_FILE_SEP_CHAR); in findBasename() local
/third_party/node/deps/icu-small/source/tools/toolutil/
Dtoolutil.cpp108 const char *basename=findBasename(pathname); in getLongPathname() local
128 const char *basename=uprv_strrchr(path, U_FILE_SEP_CHAR); in findDirname() local
159 const char *basename=uprv_strrchr(filename, U_FILE_SEP_CHAR); in findBasename() local
/third_party/skia/tools/malisc/
Dmalisc.py23 basename, ext = os.path.splitext(filename) variable
/third_party/lame/test/
Dlametest.py170 basename = replace(input_file, ".wav", "") variable
171 basename = basename + "." + tmp variable
/third_party/ffmpeg/tools/
Dismindex.c176 AVIOContext *in, const char *basename, in write_fragments()
415 const char *basename, const char* output_prefix) in read_mfra()
497 int ismf, const char *basename, in handle_file()
617 static void output_server_manifest(struct Tracks *tracks, const char *basename, in output_server_manifest()
690 static void output_client_manifest(struct Tracks *tracks, const char *basename, in output_client_manifest()
787 const char *basename = NULL; in main() local
/third_party/skia/tests/
DOSPathTest.cpp40 SkString basename = SkOSPath::Basename(fullName.c_str()); in test_dir_with_file() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmPtrAccessChainTests.cpp42 const char* basename; in createTests() member

123456