OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:labelpath
(Results
1 - 6
of
6
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/
ApiDemos.java
90
String[]
labelPath
= label.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
90
String[]
labelPath
= label.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
90
String[]
labelPath
= label.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
90
String[]
labelPath
= label.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
93
String[]
labelPath
= label.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
91
String[]
labelPath
= label.split("/");
94
null ?
labelPath
[0] :
labelPath
[prefixPath.length];
96
if ((prefixPath != null ? prefixPath.length : 0) ==
labelPath
.length - 1) {
Completed in 160 milliseconds