OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prefixPath
(Results
1 - 13
of
13
) 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/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/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 1700 milliseconds