HomeSort by relevance Sort by last modified time
    Searched refs:prefixPath (Results 1 - 12 of 12) 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) {
  /development/samples/Support7Demos/src/com/example/android/supportv7/
Support7Demos.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) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
HwTests.java 70 String[] prefixPath;
74 prefixPath = null;
76 prefixPath = prefix.split("/");
95 String nextLabel = prefixPath == null ? labelPath[0] : labelPath[prefixPath.length];
97 if ((prefixPath != null ? prefixPath.length : 0) == labelPath.length - 1) {
  /pdk/apps/HelloPDK/src/com/example/android/helloPDK/
MainActivity.java 70 String[] prefixPath;
74 prefixPath = null;
76 prefixPath = prefix.split("/");
93 String nextLabel = prefixPath ==
94 null ? labelPath[0] : labelPath[prefixPath.length];
96 if ((prefixPath != null ? prefixPath.length : 0) == labelPath.length - 1) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm     [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 298 milliseconds