HomeSort by relevance Sort by last modified time
    Searched full:basename (Results 1351 - 1375 of 4293) sorted by null

<<51525354555657585960>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rcslib.py 188 namev = os.path.join('RCS', os.path.basename(namev))
206 name = os.path.basename(name)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
loader.py 211 if os.path.basename(full_path).lower().startswith('__init__.py'):
261 mod_name = os.path.splitext(os.path.basename(full_path))[0]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_discovery.py 89 os.path.isfile = lambda path: os.path.basename(path) not in directories
99 if os.path.basename(path) == 'test_directory':
  /external/autotest/client/cros/multimedia/
arc_resource.py 189 file_name = os.path.basename(file_path)
297 file_name = os.path.basename(file_path)
  /external/autotest/server/
base_utils.py 79 tmpfile = os.path.join(tmpdir, os.path.basename(location))
89 tmpfile = os.path.join(tmpdir, os.path.basename(location))
  /external/cmockery/cmockery_0_1_2/
install-sh 211 dst=$dst/`basename "$src"`
257 dstfile=`basename "$dst"`
  /external/fio/tools/
genfio 39 PROG=$(basename $0)
113 R=$(basename $disk | sed 's|/|_|g')
  /external/google-benchmark/
mingw.py 119 log.info('unpacking %s', os.path.basename(archive))
145 filename = os.path.basename(parsed.path)
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.h 55 // The basename of the pdb file from which information was loaded.
75 // The basename of the PE file.
  /external/google-breakpad/src/tools/linux/symupload/
sym_upload.cc 32 // code_file: the basename of the module, e.g. "app"
33 // debug_file: the basename of the debugging file, e.g. "app"
  /external/google-breakpad/src/tools/mac/symupload/
symupload.m 32 // code_file: the basename of the module, e.g. "app"
33 // debug_file: the basename of the debugging file, e.g. "app"
  /external/google-breakpad/src/tools/windows/symupload/
symupload.cc 34 // code_file: the basename of the module, e.g. "app.exe"
35 // debug_file: the basename of the debugging file, e.g. "app.pdb"
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NumberingSystem.java 137 String baseName = locale.getBaseName();
142 String key = baseName+"@numbers="+numbersKeyword;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
ResourceModule.java 80 ResourceModule(String baseName, String localeName) throws DataModuleFormatError{
82 res = (UResourceBundle) UResourceBundle.getBundleInstance(baseName, localeName,
  /external/icu/icu4c/source/tools/toolutil/
package.cpp 179 const char *basename; local
182 basename=findBasename(filename);
183 len=(int32_t)strlen(basename)-4; /* -4: subtract the length of ".dat" */
185 if(len<=0 || 0!=strcmp(basename+len, ".dat")) {
187 basename);
193 basename, (long)capacity);
197 memcpy(pkg, basename, len);
612 // Use the package basename as prefix.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberingSystem.java 142 String baseName = locale.getBaseName();
147 String key = baseName+"@numbers="+numbersKeyword;
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
ResourceModule.java 79 ResourceModule(String baseName, String localeName) throws DataModuleFormatError{
81 res = (UResourceBundle) UResourceBundle.getBundleInstance(baseName, localeName,
  /external/libmojo/mojo/public/tools/bindings/
mojom_bindings_generator.py 67 generator_module = imp.load_source(os.path.basename(generator_name)[:-3],
283 "bytecode, run %s precompile BYTECODE_PATH" % os.path.basename(
  /external/libogg/
install-sh 211 dst=$dst/`basename "$src"`
257 dstfile=`basename "$dst"`
  /external/libvorbis/
install-sh 211 dst=$dst/`basename "$src"`
257 dstfile=`basename "$dst"`
  /external/libxml2/os400/
initscript.sh 253 then basename "${1}" |
257 else basename "${1}" |
  /external/llvm/utils/Misc/
zkill 15 location = '%s:%d' % (os.path.basename(file), line)
240 os.path.basename(p.executable))]
  /external/owasp/sanitizer/tools/
googlecode_upload.py 17 # in your local filesystem (that is, the "basename" or last path
134 file_name = os.path.basename(file_path)
  /external/pcre/dist2/
PrepareRelease 135 base=`basename $file .1`
145 base=`basename $file .3`
  /external/pdfium/
PRESUBMIT.py 182 '', input_api.os_path.basename(f.LocalPath()))
195 '', input_api.os_path.basename(match_dict['FILE'])).replace('.h', '')

Completed in 995 milliseconds

<<51525354555657585960>>