OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:path
(Results
1 - 25
of
4958
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/ide/eclipse/
.classpath
3
<classpathentry kind="src"
path
="packages/apps/AccountsAndSyncSettings/src"/>
4
<classpathentry kind="src"
path
="packages/apps/AlarmClock/src"/>
5
<classpathentry kind="src"
path
="packages/apps/Bluetooth/src"/>
6
<classpathentry kind="src"
path
="packages/apps/Browser/src"/>
7
<classpathentry kind="src"
path
="packages/apps/Calendar/src"/>
8
<classpathentry kind="src"
path
="packages/apps/Calculator/src"/>
9
<classpathentry kind="src"
path
="packages/apps/Camera/src"/>
10
<classpathentry kind="src"
path
="packages/apps/CertInstaller/src"/>
11
<classpathentry kind="src"
path
="packages/apps/Contacts/src"/>
12
<classpathentry kind="src"
path
="packages/apps/Email/src"/
[
all
...]
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
URLUtil.java
23
* Canonicalize the
path
, i.e. remove ".." and "." occurences.
25
* @param
path
the
path
to be canonicalized
26
* @return the canonicalized
path
28
public static String canonicalizePath(String
path
) {
31
while ((dirIndex =
path
.indexOf("/./")) >= 0) { //$NON-NLS-1$
32
path
=
path
.substring(0, dirIndex + 1)
33
+
path
.substring(dirIndex + 3);
36
if (
path
.endsWith("/.")) { //$NON-NLS-1
[
all
...]
/sdk/ddms/app/
.classpath
3
<classpathentry excluding="Makefile|resources/" kind="src"
path
="src"/>
4
<classpathentry kind="src"
path
="src/resources"/>
5
<classpathentry kind="con"
path
="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6
<classpathentry kind="con"
path
="org.eclipse.jdt.USER_LIBRARY/ANDROID_SWT"/>
7
<classpathentry combineaccessrules="false" kind="src"
path
="/ddmlib"/>
8
<classpathentry combineaccessrules="false" kind="src"
path
="/ddmuilib"/>
9
<classpathentry combineaccessrules="false" kind="src"
path
="/AndroidPrefs"/>
10
<classpathentry combineaccessrules="false" kind="src"
path
="/SdkStatsService"/>
11
<classpathentry kind="output"
path
="bin"/>
/sdk/sdkmanager/app/
.classpath
3
<classpathentry kind="src"
path
="src"/>
4
<classpathentry kind="src"
path
="tests"/>
5
<classpathentry kind="con"
path
="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6
<classpathentry combineaccessrules="false" kind="src"
path
="/SdkLib"/>
7
<classpathentry combineaccessrules="false" kind="src"
path
="/AndroidPrefs"/>
8
<classpathentry combineaccessrules="false" kind="src"
path
="/SdkUiLib"/>
9
<classpathentry kind="con"
path
="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
10
<classpathentry kind="con"
path
="org.eclipse.jdt.USER_LIBRARY/ANDROID_SWT"/>
11
<classpathentry kind="output"
path
="bin"/>
/development/samples/TicTacToeMain/
.classpath
3
<classpathentry kind="src"
path
="src"/>
4
<classpathentry kind="src"
path
="gen"/>
5
<classpathentry kind="con"
path
="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6
<classpathentry kind="src"
path
="TicTacToeLib"/>
7
<classpathentry kind="output"
path
="bin"/>
/sdk/apkbuilder/
.classpath
3
<classpathentry kind="src"
path
="src"/>
4
<classpathentry kind="con"
path
="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5
<classpathentry combineaccessrules="false" kind="src"
path
="/JarUtils"/>
6
<classpathentry combineaccessrules="false" kind="src"
path
="/AndroidPrefs"/>
7
<classpathentry kind="output"
path
="bin"/>
/cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java
21
import android.graphics.
Path
;
29
@TestTargetClass(
Path
.class)
43
method = "
Path
",
48
method = "
Path
",
49
args = {android.graphics.
Path
.class}
53
// new the
Path
instance
54
new
Path
();
56
// another the
Path
instance with different params
57
new
Path
(new
Path
());
75
Path
path
= new Path();
local
98
Path
path
= new Path();
local
115
Path
path
= new Path();
local
133
Path
path
= new Path();
local
161
Path
path
= new Path();
local
187
Path
path
= new Path();
local
207
Path
path
= new Path();
local
242
Path
path
= new Path();
local
258
Path
path
= new Path();
local
278
Path
path
= new Path();
local
298
Path
path
= new Path();
local
318
Path
path
= new Path();
local
339
Path
path
= new Path();
local
355
Path
path
= new Path();
local
382
Path
path
= new Path();
local
417
Path
path
= new Path();
local
435
Path
path
= new Path();
local
449
Path
path
= new Path();
local
473
Path
path
= new Path();
local
489
Path
path
= new Path();
local
506
Path
path
= new Path();
local
535
Path
path
= new Path();
local
557
Path
path
= new Path();
local
579
Path
path
= new Path();
local
603
Path
path
= new Path();
local
625
Path
path
= new Path();
local
651
Path
path
= new Path();
local
664
Path
path
= new Path();
local
699
Path
path
= new Path();
local
729
Path
path
= new Path();
local
753
Path
path
= new Path();
local
773
Path
path
= new Path();
local
794
Path
path
= new Path();
local
[
all
...]
/hardware/ti/wlan/wl1271/platforms/os/linux/
wl_env.bash
1
# export
PATH
=<
PATH
TO CROSS COMPILER>:$
PATH
/prebuilt/common/groovy/
.classpath
3
<classpathentry kind="src"
path
=""/>
4
<classpathentry kind="con"
path
="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5
<classpathentry kind="output"
path
=""/>
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/
.classpath
3
<classpathentry kind="src"
path
="src"/>
4
<classpathentry kind="src"
path
="unittests"/>
5
<classpathentry kind="con"
path
="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6
<classpathentry kind="con"
path
="org.eclipse.pde.core.requiredPlugins"/>
7
<classpathentry kind="lib"
path
="/adt/sdklib.jar" sourcepath="/SdkLib"/>
8
<classpathentry kind="lib"
path
="/adt/sdkuilib.jar" sourcepath="/SdkUiLib"/>
9
<classpathentry kind="lib"
path
="/adt/layoutlib_api.jar" sourcepath="/layoutlib_api"/>
10
<classpathentry kind="lib"
path
="/adt/ninepatch.jar"/>
11
<classpathentry kind="lib"
path
="layoutlib.jar"/>
12
<classpathentry kind="lib"
path
="kxml2-2.3.0.jar"/
[
all
...]
/frameworks/base/tools/layoutlib/create/
.classpath
3
<classpathentry kind="src"
path
="src"/>
4
<classpathentry excluding="mock_android/" kind="src"
path
="tests"/>
5
<classpathentry kind="con"
path
="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6
<classpathentry kind="con"
path
="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
7
<classpathentry kind="var"
path
="ANDROID_SRC/prebuilt/common/asm/asm-3.1.jar"/>
8
<classpathentry kind="output"
path
="bin"/>
/sdk/anttasks/
.classpath
3
<classpathentry kind="src"
path
="src"/>
4
<classpathentry kind="con"
path
="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5
<classpathentry combineaccessrules="false" kind="src"
path
="/SdkLib"/>
6
<classpathentry kind="var"
path
="ANDROID_SRC/prebuilt/common/ant/ant.jar"/>
7
<classpathentry combineaccessrules="false" kind="src"
path
="/ApkBuilder"/>
8
<classpathentry kind="output"
path
="bin"/>
/build/libs/host/include/host/
Directories.h
6
std::string parent_dir(const std::string&
path
);
8
extern "C" int mkdirs(const char*
path
);
/sdk/sdkmanager/libs/sdkuilib/
.classpath
3
<classpathentry kind="src"
path
="src"/>
4
<classpathentry kind="src"
path
="tests"/>
5
<classpathentry kind="con"
path
="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6
<classpathentry exported="true" kind="con"
path
="org.eclipse.jdt.USER_LIBRARY/ANDROID_SWT"/>
7
<classpathentry combineaccessrules="false" kind="src"
path
="/SdkLib"/>
8
<classpathentry combineaccessrules="false" kind="src"
path
="/AndroidPrefs"/>
9
<classpathentry kind="con"
path
="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
10
<classpathentry kind="output"
path
="bin"/>
/external/bluetooth/bluez/test/
test-manager
8
def adapter_added(
path
):
9
print "Adapter with
path
%s added" % (
path
)
11
def adapter_removed(
path
):
12
print "Adapter with
path
%s removed" % (
path
)
14
def default_changed(
path
):
15
print "Default adapter is now at
path
%s" % (
path
)
32
path
= manager.DefaultAdapter(
[
all
...]
/dalvik/dx/
.classpath
3
<classpathentry kind="src"
path
="src"/>
4
<classpathentry kind="con"
path
="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5
<classpathentry kind="con"
path
="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
6
<classpathentry kind="output"
path
="bin"/>
/development/samples/TicTacToeLib/
.classpath
3
<classpathentry kind="src"
path
="src"/>
4
<classpathentry kind="src"
path
="gen"/>
5
<classpathentry kind="con"
path
="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6
<classpathentry kind="output"
path
="bin"/>
/external/jsr305/sampleUses/
.classpath
3
<classpathentry kind="src"
path
="src/main/java"/>
4
<classpathentry kind="con"
path
="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5
<classpathentry combineaccessrules="false" kind="src"
path
="/JSR305-ri"/>
6
<classpathentry kind="output"
path
="build/classes"/>
/sdk/dumpeventlog/
.classpath
3
<classpathentry kind="src"
path
="src"/>
4
<classpathentry kind="con"
path
="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5
<classpathentry combineaccessrules="false" kind="src"
path
="/ddmlib"/>
6
<classpathentry kind="output"
path
="bin"/>
/sdk/eventanalyzer/
.classpath
3
<classpathentry kind="src"
path
="src"/>
4
<classpathentry kind="con"
path
="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5
<classpathentry combineaccessrules="false" kind="src"
path
="/ddmlib"/>
6
<classpathentry kind="output"
path
="bin"/>
/sdk/jarutils/
.classpath
3
<classpathentry kind="src"
path
="src"/>
4
<classpathentry kind="con"
path
="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5
<classpathentry combineaccessrules="false" kind="src"
path
="/AndroidPrefs"/>
6
<classpathentry kind="output"
path
="bin"/>
/sdk/layoutlib_utils/
.classpath
3
<classpathentry kind="src"
path
="src"/>
4
<classpathentry kind="con"
path
="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5
<classpathentry combineaccessrules="false" kind="src"
path
="/layoutlib_api"/>
6
<classpathentry kind="output"
path
="bin"/>
/sdk/screenshot/
.classpath
3
<classpathentry kind="src"
path
="src"/>
4
<classpathentry kind="con"
path
="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5
<classpathentry combineaccessrules="false" kind="src"
path
="/ddmlib"/>
6
<classpathentry kind="output"
path
="bin"/>
/external/clearsilver/man/man3/
hdf_search_path.3
14
hdf_search_path - Find a file given a search
path
in HDF
20
NEOERR* hdf_search_path (HDF *hdf, const char *
path
, char *full);
27
path
-> the relative
path
33
searches for relative filenames in a search
path
. The
34
search
path
is the list given by the children of
38
full -> the full
path
of the file
/sdk/ddms/libs/ddmuilib/
.classpath
3
<classpathentry excluding="Makefile|resources/" kind="src"
path
="src"/>
4
<classpathentry kind="src"
path
="src/resources"/>
5
<classpathentry kind="con"
path
="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6
<classpathentry combineaccessrules="false" kind="src"
path
="/ddmlib"/>
7
<classpathentry kind="con"
path
="org.eclipse.jdt.USER_LIBRARY/ANDROID_SWT"/>
8
<classpathentry kind="con"
path
="org.eclipse.jdt.USER_LIBRARY/ANDROID_JFREECHART"/>
9
<classpathentry kind="output"
path
="bin"/>
Completed in 700 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>