HomeSort by relevance Sort by last modified time
    Searched full:basename (Results 101 - 125 of 2705) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ControlTest.java 287 // the ResourceBundle for this baseName and Locale does not exists
288 List<Locale> result = control.getCandidateLocales("baseName",
301 result = control.getCandidateLocales("baseName", new Locale("one",
307 result = control.getCandidateLocales("baseName", new Locale("one", "",
313 result = control.getCandidateLocales("baseName", new Locale("", "two",
319 result = control.getCandidateLocales("baseName", new Locale("", "",
324 result = control.getCandidateLocales("baseName", new Locale("", "two",
329 result = control.getCandidateLocales("baseName", Locale.ROOT);
340 control.getCandidateLocales("baseName", null);
355 assertSame(testLocale, control.getFallbackLocale("baseName",
    [all...]
  /packages/inputmethods/LatinIME/tools/dicttool/etc/
dicttool_aosp 33 prog="${progdir}"/`basename "${prog}"`
46 echo `basename "$prog"`": can't find $jarfile"
53 echo `basename "$prog"`": can't find lib $lib"
  /build/core/
dex_preopt_odex_install.mk 49 built_odex := $(basename $(LOCAL_BUILT_MODULE)).odex
50 installed_odex := $(basename $(LOCAL_INSTALLED_MODULE)).odex
61 built_odex := $(basename $(LOCAL_BUILT_MODULE)).odex
62 installed_odex := $(basename $(LOCAL_INSTALLED_MODULE)).odex
  /external/bluetooth/bluedroid/tools/
gen-buildcfg.sh 16 BASE=`basename $2`
  /external/chromium_org/build/android/pylib/uiautomator/
test_package.py 23 return os.path.basename(self._jar_path)
  /external/chromium_org/chrome/browser/profiles/
file_path_verifier_win.h 19 PATH_COMPARISON_FAILED_SAMEBASE, // Not the same path, but same BaseName.
  /external/chromium_org/chrome/test/chromedriver/chrome/
chrome_finder_unittest.cc 45 rel_paths.push_back(found.BaseName());
60 rel_paths.push_back(first.BaseName());
61 rel_paths.push_back(second.BaseName());
91 rel_paths.push_back(found.BaseName());
  /external/chromium_org/chrome/test/chromedriver/
embed_user_data_dir_in_cpp.py 24 title = os.path.basename(os.path.splitext(data_file)[0]).title()
  /external/chromium_org/chrome/tools/build/win/
syzygy_reorder.py 50 os.path.join(destination_dir, os.path.basename(executable))),
52 os.path.join(destination_dir, os.path.basename(symbol))),]
59 os.path.basename(executable),
60 os.path.basename(order_file))
  /external/chromium_org/content/child/
webfileutilities_impl.h 24 virtual blink::WebString baseName(const blink::WebString& path);
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/
optimization-test 9 (cd `dirname "$test"`; ./`basename "$test"`) > "$test.out" 2>&1
  /external/chromium_org/tools/gyp/test/same-source-file-name/
gyptest-pass-executable.py 9 with the same basename.
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
android_prebuilt_profiler_helper.py 18 return os.path.join(_DEVICE_PROFILER_DIR, os.path.basename(profiler_binary))
  /external/compiler-rt/test/asan/android_commands/
android_common.py 26 dst_path = os.path.join(ANDROID_TMPDIR, os.path.basename(path))
  /external/iproute2/misc/
lnstat.h 27 char basename[NAME_MAX+1]; member in struct:lnstat_file
  /external/libunwind/scripts/
make-L-files 3 dir=`basename ${cwd}`
  /external/lldb/scripts/Python/interface/
SBFileSpec.i 14 basename. The string values of the paths are put into uniqued string pools
85 __swig_getmethods__["basename"] = GetFilename
86 if _newclass: basename = property(GetFilename, None, doc='''A read only property that returns the path basename as a python string.''')
  /external/mesa3d/src/glsl/tests/
optimization-test 9 (cd `dirname "$test"`; ./`basename "$test"`) > "$test.out" 2>&1
  /external/oprofile/libpp/
name_storage.h 52 /// return the basename for the given ID
53 std::string const & basename(debug_name_id id) const;
118 /// return the basename name for the given ID
119 std::string const & basename(image_name_id) const;
  /hardware/broadcom/libbt/
vnd_buildcfg.mk 3 SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix .txt,$(basename $(TARGET_DEVICE))))
  /ndk/tests/device/test-gnustl-full/jni/
Android.mk 11 # Both a C and a C++ source file with the same basename
  /ndk/tests/device/test-stlport/jni/
Android.mk 11 # Both a C and a C++ source file with the same basename
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libutil-2.11.1.so 
libutil.so 
libutil.so.1 

Completed in 856 milliseconds

1 2 3 45 6 7 8 91011>>