Home
last modified time | relevance | path

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

123456789

/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/python/Lib/test/dtracedata/
Dcall_stack.stp3 function basename:string(path:string) function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dgenerate_parser.py14 basename = 'glslang' variable
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dstring.h37 #define basename __basename__discard macro
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dgenerate_parser.py14 basename = 'preprocessor' variable
/third_party/curl/src/
Dtool_bname.h30 #define basename(x) tool_basename((x)) macro
/third_party/musl/src/misc/
Dbasename.c4 char *basename(char *s) in basename() function
/third_party/boost/libs/test/test/framework-ts/
Dlogger-for-tests.hpp25 std::string const basename; member in output_test_stream_for_loggers
49 std::string basename = normalize_path(source_filename); in get_basename() local
/third_party/typescript/src/harness/
DvfsUtil.ts330 …const { parent, links, node: existingNode, basename } = this._walk(this._resolve(target), /*noFoll… constant
531 const { parent, links, node, basename } = this._walk(path, /*noFollow*/ true); constant
553 …const { parent, links, basename, node: existingNode } = this._walk(this._resolve(newpath), /*noFol… constant
570 … const { parent, links, node, basename } = this._walk(this._resolve(path), /*noFollow*/ true); constant
588 …const { parent: oldParent, links: oldParentLinks, node, basename: oldBasename } = this._walk(this.… constant
592 …const { parent: newParent, links: newParentLinks, node: existingNode, basename: newBasename } = th… constant
622 …const { parent, links, node: existingNode, basename } = this._walk(this._resolve(linkpath), /*noFo… constant
681 …const { parent, links, node: existingNode, basename } = this._walk(this._resolve(path), /*noFollow… constant
1039 let basename = components[step]; variable
1076 const basename = components[step]; constant
[all …]
/third_party/flutter/skia/tools/skpbench/
D_os_path.py12 def basename(pathname): function
D_adb_path.py19 def basename(pathname): 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/node/deps/npm/node_modules/promzard/example/
Dindex.js5 var ctx = { basename: path.basename(path.dirname(file)) } property
Dbuffer.js6 var ctx = { basename: path.basename(path.dirname(file)) } property
/third_party/icu/icu4c/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/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dtoolutil.cpp113 const char *basename=findBasename(pathname); in getLongPathname() local
133 const char *basename=uprv_strrchr(path, U_FILE_SEP_CHAR); in findDirname() local
164 const char *basename=uprv_strrchr(filename, U_FILE_SEP_CHAR); in findBasename() local
/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/skia/tools/malisc/
Dmalisc.py23 basename, ext = os.path.splitext(filename) variable
/third_party/node/test/es-module/
Dtest-cjs-esm-warn.js17 const basename = 'cjs.js'; constant
/third_party/flutter/skia/tools/malisc/
Dmalisc.py20 basename, ext = os.path.splitext(filename) variable
/third_party/ltp/tools/sparse/sparse-src/
Dcompile.c64 const char *basename = strrchr(file, '/'); in main() local
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitutils.c38 const gchar * basename, GError ** err) in gst_split_util_find_files()

123456789