HomeSort by relevance Sort by last modified time
    Searched refs:prefixPath (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/slang/
slang_rs_reflect_utils.h 54 // Compuate a Java source file path from a given prefixPath and its package.
55 // Eg, given prefixPath=./foo/bar and packageName=com.x.y, then it returns
57 static std::string ComputePackagedPath(const char *prefixPath,
slang_rs_reflect_utils.cpp 49 const char *prefixPath, const char *packageName) {
50 string packaged_path(prefixPath);
  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemos.java 67 String[] prefixPath;
71 prefixPath = null;
73 prefixPath = prefix.split("/");
92 String nextLabel = prefixPath == null ? labelPath[0] : labelPath[prefixPath.length];
94 if ((prefixPath != null ? prefixPath.length : 0) == labelPath.length - 1) {
  /development/samples/Support13Demos/src/com/example/android/supportv13/
Support13Demos.java 67 String[] prefixPath;
71 prefixPath = null;
73 prefixPath = prefix.split("/");
92 String nextLabel = prefixPath == null ? labelPath[0] : labelPath[prefixPath.length];
94 if ((prefixPath != null ? prefixPath.length : 0) == labelPath.length - 1) {
  /development/samples/Support4Demos/src/com/example/android/supportv4/
Support4Demos.java 67 String[] prefixPath;
71 prefixPath = null;
73 prefixPath = prefix.split("/");
92 String nextLabel = prefixPath == null ? labelPath[0] : labelPath[prefixPath.length];
94 if ((prefixPath != null ? prefixPath.length : 0) == labelPath.length - 1) {
  /external/webkit/Tools/Scripts/
build-webkit 60 my $prefixPath;
381 'prefix=s' => \$prefixPath,
450 push @options, "--prefix=" . $prefixPath if defined($prefixPath);
565 buildCMakeProjectOrExit($clean, "Efl", $prefixPath, $makeArgs, cMakeArgsFromFeatures());
569 buildCMakeProjectOrExit($clean, "WinCE", $prefixPath, $makeArgs, ("-DCMAKE_WINCE_SDK=\"STANDARDSDK_500 (ARMV4I)\"", cMakeArgsFromFeatures()));
webkitdirs.pm     [all...]
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 1492 milliseconds