Home
last modified time | relevance | path

Searched defs:base_name (Results 1 – 25 of 86) sorted by relevance

1234

/external/python/setuptools/setuptools/_distutils/
Darchive_util.py55 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, argument
127 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): argument
206 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, argument
/external/python/cpython2/Lib/distutils/
Darchive_util.py51 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, argument
121 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): argument
193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, argument
/external/python/cpython3/Lib/distutils/
Darchive_util.py55 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, argument
127 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): argument
206 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, argument
/external/scapy/
Dsetup.py20 def make_ezipfile(base_name, base_dir, verbose=0, dry_run=0, **kwargs): argument
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_params.h64 Params(const std::string & base_name) : in Params()
72 const std::string& base_name() const { in base_name() function
/external/python/cpython2/Lib/
Dshutil.py352 def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, argument
438 def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None): argument
541 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, argument
/external/llvm/utils/unittest/googletest/src/
Dgtest-filepath.cc175 const FilePath& base_name, in MakeFileName()
278 const FilePath& base_name, in GenerateUniqueFileName()
/external/libaom/third_party/googletest/src/googletest/src/
Dgtest-filepath.cc183 const FilePath& base_name, int number, in MakeFileName()
280 const FilePath& base_name, in GenerateUniqueFileName()
/external/cronet/third_party/boringssl/src/third_party/googletest/src/
Dgtest-filepath.cc180 const FilePath& base_name, in MakeFileName()
280 const FilePath& base_name, in GenerateUniqueFileName()
/external/mesa3d/src/gtest/src/
Dgtest-filepath.cc180 const FilePath& base_name, in MakeFileName()
280 const FilePath& base_name, in GenerateUniqueFileName()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-filepath.cc180 const FilePath& base_name, in MakeFileName()
280 const FilePath& base_name, in GenerateUniqueFileName()
/external/googletest/googletest/src/
Dgtest-filepath.cc181 const FilePath& base_name, in MakeFileName()
281 const FilePath& base_name, in GenerateUniqueFileName()
/external/libvpx/third_party/googletest/src/src/
Dgtest-filepath.cc183 const FilePath& base_name, int number, in MakeFileName()
280 const FilePath& base_name, in GenerateUniqueFileName()
/external/cronet/third_party/googletest/src/googletest/src/
Dgtest-filepath.cc183 const FilePath& base_name, int number, in MakeFileName()
280 const FilePath& base_name, in GenerateUniqueFileName()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Didentify_lstm_split_inputs.cc91 const std::string base_name(FindLongestCommonPrefix( in Run() local
Dunroll_batch_matmul.cc39 const std::string& input, const std::string& base_name, in SliceInput()
201 std::string base_name = std::string(batch_op->outputs[0]); in Run() local
Didentify_lstm_merge_inputs.cc77 const std::string base_name(FindLongestCommonPrefix( in Run() local
/external/google-breakpad/src/common/windows/
Dstring_utils.cc39 wstring base_name(filename); in GetBaseName() local
/external/tensorflow/tensorflow/core/common_runtime/
Dplacer.cc68 Status GetFileName(string base_name, string* fname) { in GetFileName()
81 void DumpColocationGraph(const string& base_name, in DumpColocationGraph()
/external/autotest/site_utils/lxc/
Dbase_image.py38 def __init__(self, container_path, base_name): argument
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_params.h73 Params(const std::string & base_name) : in Params()
91 const std::string& base_name() const { in base_name() function
/external/autotest/server/site_tests/provision_QuickProvision/
Dprovision_QuickProvision.py32 def _metric_name(base_name): argument
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_primitive_field.cc175 std::string base_name = PrimitiveArrayTypeName(descriptor); in RepeatedPrimitiveFieldGenerator() local
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_primitive_field.cc173 std::string base_name = PrimitiveArrayTypeName(descriptor); in RepeatedPrimitiveFieldGenerator() local
/external/grpc-grpc/tools/run_tests/python_utils/
Ddockerjob.py29 def random_name(base_name): argument

1234