HomeSort by relevance Sort by last modified time
    Searched full:basename (Results 676 - 700 of 2809) sorted by null

<<21222324252627282930>>

  /external/libexif/m4m/
gp-config-msg.m4 76 ssd="$(basename "$sd")"
  /external/libmtp/examples/
newfolder.c 59 char * folder = basename(path);
sendfile.c 66 filename = basename(from_path);
  /external/mesa3d/scons/
dxsdk.py 61 gcc = 'gcc' in os.path.basename(env['CC']).split('-')
  /external/openfst/
README 9 basename), c99 (snprintf, strtoll, <stdint.h>), and tr1 (<tr1/ordered_set>,
  /external/openfst/src/include/fst/extensions/far/
create.h 74 key = basename(filename);
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 125 string basename; local
128 basename = file->name();
130 basename = file->name().substr(last_slash + 1);
132 return UnderscoresToCamelCaseImpl(StripProto(basename), true);
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 128 string basename; local
131 basename = file->name();
133 basename = file->name().substr(last_slash + 1);
135 return UnderscoresToCamelCaseImpl(StripProto(basename), true);
  /external/skia/tools/tests/
base_unittest.py 64 program: Basename of the program to find (e.g., 'render_pictures').
  /external/srec/srec/ca/
syn_srec.c 132 int CA_DumpSyntax(CA_Syntax* hSyntax, const char* basename)
139 sprintf(buf, "%s.PCLG.txt", basename);
151 sprintf(buf, "%s.map", basename);
163 sprintf(buf, "%s.Grev2.det.txt", basename);
  /external/srec/srec/include/
channorm.h 59 int load_channel_parameters(char *basename, norm_info *channorm);
  /ndk/build/tools/
patch-sources.sh 77 PATCHNAME=`basename $PATCH`
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
install-sh 170 dst=$dst/`basename "$src"`
225 dstfile=`basename "$dst"`
227 dstfile=`basename "$dst" $transformbasename |
235 dstfile=`basename "$dst"`
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_parser.py 202 self.check_suite("from sys.path import dirname, basename") namespace
203 self.check_suite("from sys.path import (dirname, basename)") namespace
204 self.check_suite("from sys.path import (dirname, basename,)") namespace
206 "from sys.path import dirname as my_dirname, basename")
208 "from sys.path import (dirname as my_dirname, basename)")
210 "from sys.path import (dirname as my_dirname, basename,)")
212 "from sys.path import dirname, basename as my_basename")
214 "from sys.path import (dirname, basename as my_basename)")
216 "from sys.path import (dirname, basename as my_basename,)")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
install-sh 170 dst=$dst/`basename "$src"`
225 dstfile=`basename "$dst"`
227 dstfile=`basename "$dst" $transformbasename |
235 dstfile=`basename "$dst"`
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_parser.py 202 self.check_suite("from sys.path import dirname, basename") namespace
203 self.check_suite("from sys.path import (dirname, basename)") namespace
204 self.check_suite("from sys.path import (dirname, basename,)") namespace
206 "from sys.path import dirname as my_dirname, basename")
208 "from sys.path import (dirname as my_dirname, basename)")
210 "from sys.path import (dirname as my_dirname, basename,)")
212 "from sys.path import dirname, basename as my_basename")
214 "from sys.path import (dirname, basename as my_basename)")
216 "from sys.path import (dirname, basename as my_basename,)")
  /sdk/eclipse/
dictionary.txt 28 basename
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
HyperlinksTest.java 199 private void checkXmlNavigation(String basename, String targetPath,
201 IFile file = getTestDataFile(getProject(), basename, targetPath, true);
219 sb.append("Go To Declaration in " + basename + " for " + caretLocation + ":\n");
318 assertEqualsGolden(basename, sb.toString(), "txt");
  /system/core/fs_mgr/
fs_mgr_main.c 38 me = basename(strdup(argv[0]));
  /external/chromium_org/chrome/browser/web_applications/
web_app_mac.mm 184 if (shim_path.BaseName() != own_basename &&
233 shim_path = app_data_dir.Append(shim_path.BaseName());
385 base::FilePath directory_name = apps_directory.BaseName().RemoveExtension();
463 if (IsShimForProfile(bundle_path.BaseName(), profile_base_name))
491 if (user_data_dir.DirName().DirName().BaseName() == profile_base_name)
629 app_name += info_.profile_path.BaseName().value();
838 [plist setObject:base::mac::FilePathToNSString(info_.profile_path.BaseName())
850 base::FilePath app_name = app_path.BaseName().RemoveExtension();
875 app_path.BaseName())) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 198 os.path.basename(path))))
201 os.path.basename(path))))
434 self.name = os.path.splitext(os.path.basename(self.mainprogram))[0]
436 self.name = os.path.splitext(os.path.basename(self.executable))[0]
469 execname = os.path.basename(self.executable)
476 mainprogram = os.path.basename(self.mainprogram)
500 executable = os.path.basename(self.executable)
519 iconbase = os.path.basename(self.iconfile)
544 if os.path.basename(lib) == "Python.framework":
665 filename = os.path.basename(path
    [all...]
  /art/test/
run-all-tests 34 prog="${progdir}"/`basename "${prog}"`
110 prog=`basename $prog`
  /bionic/libc/kernel/tools/
generate_uapi_headers.sh 78 copy_hdrs "${dir}" ${tgt_dir}/$(basename ${dir})
94 header=$(basename ${file})
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
actions.rb 157 \$all_header_files << File.basename( __FILE__ )
162 \$all_footer_files << File.basename( __FILE__ )
  /external/bison/
Android.mk 30 lib/basename-lgpl.c \
31 lib/basename.c \

Completed in 628 milliseconds

<<21222324252627282930>>