OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootPath
(Results
1 - 25
of
25
) sorted by null
/external/guava/guava-tests/test/com/google/common/collect/
BstPathTest.java
37
SimplePath
rootPath
= new SimplePath(root, null);
38
assertFalse(
rootPath
.hasPrefix());
39
assertNull(
rootPath
.prefixOrNull());
41
rootPath
.getPrefix();
49
SimplePath
rootPath
= new SimplePath(root, null);
50
SimplePath nodePath = new SimplePath(node,
rootPath
);
52
assertEquals(
rootPath
, nodePath.prefixOrNull());
53
assertEquals(
rootPath
, nodePath.getPrefix());
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
FileInputType.cpp
230
String
rootPath
= directoryName(files[0].path);
232
while (!files[i].path.startsWith(
rootPath
))
233
rootPath
= directoryName(
rootPath
);
235
rootPath
= directoryName(
rootPath
);
236
ASSERT(
rootPath
.length());
237
int rootLength =
rootPath
.length();
238
if (
rootPath
[rootLength - 1] != '\\' &&
rootPath
[rootLength - 1] != '/'
[
all
...]
/external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidator.java
73
public AccessibilityValidator(String
rootPath
, String androidSdkPath) {
74
mRootFilePath = new File(
rootPath
);
79
+
rootPath
);
/external/chromium_org/third_party/skia/include/core/
SkOSFile.h
129
* Assembles
rootPath
and relativePath into a single path, like this:
130
*
rootPath
/relativePath.
131
* It is okay to call with a NULL
rootPath
and/or relativePath. A path
136
static SkString Join(const char*
rootPath
, const char* relativePath);
/external/chromium_org/third_party/skia/src/utils/
SkOSFile.cpp
9
SkString SkOSPath::Join(const char *
rootPath
, const char *relativePath) {
10
SkString result(
rootPath
);
/external/deqp/framework/delibs/decpp/
deFilePath.cpp
86
bool
rootPath
= isRootPath();
126
else if (
rootPath
&& !hasDrive)
/developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java
454
final String
rootPath
= mBaseDir.getPath();
455
if (
rootPath
.equals(path)) {
457
} else if (
rootPath
.endsWith("/")) {
458
path = path.substring(
rootPath
.length());
460
path = path.substring(
rootPath
.length() + 1);
/developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java
454
final String
rootPath
= mBaseDir.getPath();
455
if (
rootPath
.equals(path)) {
457
} else if (
rootPath
.endsWith("/")) {
458
path = path.substring(
rootPath
.length());
460
path = path.substring(
rootPath
.length() + 1);
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MyCloudProvider.java
454
final String
rootPath
= mBaseDir.getPath();
455
if (
rootPath
.equals(path)) {
457
} else if (
rootPath
.endsWith("/")) {
458
path = path.substring(
rootPath
.length());
460
path = path.substring(
rootPath
.length() + 1);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar
org.eclipse.jdt.launching_3.5.100.v20100526.jar
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar
org.eclipse.pde.core_3.6.1.v20100902_r361.jar
org.apache.commons.httpclient_3.1.0.v201005080502.jar
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
/external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar
/external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar
Completed in 476 milliseconds