HomeSort by relevance Sort by last modified time
    Searched refs:defaultPath (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/apache-http/src/org/apache/http/impl/cookie/
CookieSpecBase.java 60 String defaultPath = origin.getPath();
61 int lastSlashIndex = defaultPath.lastIndexOf('/');
67 defaultPath = defaultPath.substring(0, lastSlashIndex);
69 return defaultPath;
  /frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
DrawView.java 101 float[] defaultPath = {10.0f, 110.0f,
105 ret = new Region(Arrays.copyOf(defaultPath, defaultPath.length), img);
  /frameworks/av/media/libeffects/config/src/
EffectsConfig.cpp 309 std::string defaultPath = location + '/' + DEFAULT_NAME;
310 if (access(defaultPath.c_str(), R_OK) != 0) {
313 auto result = parseWithPath(defaultPath.c_str());
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
binutils.go 111 defaultPath := paths[""]
112 b.llvmSymbolizer, b.llvmSymbolizerFound = findExe("llvm-symbolizer", append(paths["llvm-symbolizer"], defaultPath...))
113 b.addr2line, b.addr2lineFound = findExe("addr2line", append(paths["addr2line"], defaultPath...))
114 b.nm, b.nmFound = findExe("nm", append(paths["nm"], defaultPath...))
115 b.objdump, b.objdumpFound = findExe("objdump", append(paths["objdump"], defaultPath...))
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
binutils.go 111 defaultPath := paths[""]
112 b.llvmSymbolizer, b.llvmSymbolizerFound = findExe("llvm-symbolizer", append(paths["llvm-symbolizer"], defaultPath...))
113 b.addr2line, b.addr2lineFound = findExe("addr2line", append(paths["addr2line"], defaultPath...))
114 b.nm, b.nmFound = findExe("nm", append(paths["nm"], defaultPath...))
115 b.objdump, b.objdumpFound = findExe("objdump", append(paths["objdump"], defaultPath...))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizardPage.java 116 String defaultPath = System.getProperty("user.home") + File.separator + "android-sdks"; //$NON-NLS-1$
117 mNewDirText.setText(defaultPath);
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /frameworks/base/core/java/android/os/
Environment.java     [all...]
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar.go 245 defPath := defaultPath(u.Path)
361 // defaultPath returns the directory part of an URL's path according to
363 func defaultPath(path string) string {
jar_test.go 285 if got := defaultPath(path); got != want {
    [all...]
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
jar.go 245 defPath := defaultPath(u.Path)
361 // defaultPath returns the directory part of an URL's path according to
363 func defaultPath(path string) string {
jar_test.go 285 if got := defaultPath(path); got != want {
    [all...]
  /external/tensorflow/tensorflow/core/platform/hadoop/
hadoop_file_system.cc 153 StringPiece defaultScheme, defaultCluster, defaultPath;
154 io::ParseURI(defaultFS, &defaultScheme, &defaultCluster, &defaultPath);
  /libcore/ojluni/src/main/native/
UNIXProcess_md.c 225 defaultPath(void)
241 return (s != NULL) ? s : defaultPath();
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/0.13.2/
grpc-netty-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/1.0.1/
grpc-netty-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/1.0.3/
grpc-netty-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.1/
grpc-okhttp-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.3/
grpc-okhttp-1.0.3.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
plume-core.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py     [all...]
  /prebuilts/tools/common/m2/repository/com/github/marschall/memoryfilesystem/0.6.4/
memoryfilesystem-0.6.4.jar 

Completed in 335 milliseconds

1 2 3