/sdk/testapps/javaProjectTest/javaProject2/ |
.classpath | 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> 5 <classpathentry exported="true" kind="lib" path="libs/basicJar.jar"/> 6 <classpathentry kind="output" path="bin"/>
|
/sdk/testapps/javaProjectTest/javaProject3/ |
.classpath | 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> 5 <classpathentry exported="true" kind="lib" path="libs/basicJar2.jar" sourcepath="/Volumes/Android/int/master/sdk/testapps/basicJar2/src"/> 6 <classpathentry kind="output" path="bin"/>
|
/external/skia/samplecode/ |
SamplePathFill.cpp | 18 static SkScalar make_frame(SkPath* path) { 20 path->addRoundRect(r, 15, 15); 25 paint.getFillPath(*path, path); 29 static SkScalar make_triangle(SkPath* path) { 33 path->moveTo(SkIntToScalar(gCoord[0]), SkIntToScalar(gCoord[1])); 34 path->lineTo(SkIntToScalar(gCoord[2]), SkIntToScalar(gCoord[3])); 35 path->lineTo(SkIntToScalar(gCoord[4]), SkIntToScalar(gCoord[5])); 36 path->close(); 37 path->offset(10, 0) [all...] |
/external/ant-glob/ |
.classpath | 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 <classpathentry kind="output" path="bin"/>
|
/external/easymock/ |
.classpath | 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 <classpathentry kind="output" path="bin"/>
|
/external/jsr305/ri/ |
.classpath | 3 <classpathentry kind="src" path="src/main/java"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 <classpathentry kind="output" path="build/classes"/>
|
/external/junit/ |
.classpath | 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 <classpathentry kind="output" path="bin"/>
|
/external/libcxx/test/libcxx/android/ |
build.py | 5 def mm(path, android_build_top): 7 env['ONE_SHOT_MAKEFILE'] = os.path.join(path, 'Android.mk')
|
/external/libxml2/result/URI/ |
uri.data | 1 http://foo.com/path/to/index.html?orig 2 http://foo.com/path/to/ 3 http://foo.com/path/to/bar 4 http://foo.com/path/to/bar#baz 5 http://foo.com/path/to/bar?baz 6 http://foo.com/path/to/bar?baz#baz2 7 http://foo.com/path/to/index.html?orig#baz 8 http://foo.com/path/to/index.html?baz 9 http://foo.com/path/to/index.html?baz#baz2 10 http://foo.com/path/up.a.notch.html#wo [all...] |
/external/skia/tests/ |
PathMeasureTest.cpp | 12 SkPath path; local 19 path.moveTo(pts[0]); 21 path.cubicTo(pts[i], pts[i + 1], pts[i + 2]); 24 SkPathMeasure meas(path, false); 29 SkPath path; local 36 path.moveTo(pts[0]); 38 path.quadTo(pts[i], pts[i + 1]); 40 SkPathMeasure meas(path, false); 45 SkPath path; local 54 path.moveTo(pts[0]) 77 SkPath path; local [all...] |
/packages/apps/Email/ |
.classpath | 3 <classpathentry excluding="images/|android/util/" kind="src" path="src"/> 4 <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> 5 <classpathentry kind="output" path="bin"/>
|
/packages/apps/Exchange/ |
.classpath | 3 <classpathentry excluding="images/|android/util/" kind="src" path="src"/> 4 <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> 5 <classpathentry kind="output" path="bin"/>
|
/prebuilts/misc/common/ddmlib/ |
.classpath | 3 <classpathentry exported="true" kind="lib" path="ddmlib-prebuilt.jar" sourcepath="/usr/local/google_ssd1/src/master/tools/base/ddmlib/src/main/java"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 <classpathentry kind="output" path="bin"/>
|
/prebuilts/misc/common/kxml2/ |
.classpath | 3 <classpathentry exported="true" kind="lib" path="kxml2-2.3.0.jar"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 <classpathentry kind="output" path="bin"/>
|
/sdk/attribute_stats/ |
.classpath | 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 <classpathentry kind="output" path="bin"/>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/ |
.classpath | 3 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 4 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 5 <classpathentry kind="output" path="bin"/>
|
/sdk/testapps/basicJar/ |
.classpath | 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 <classpathentry kind="output" path="bin/classes"/>
|
/sdk/testapps/basicJar2/ |
.classpath | 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 <classpathentry kind="output" path="bin/classes"/>
|
/sdk/testapps/basicJar3/ |
.classpath | 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 <classpathentry kind="output" path="bin/classes"/>
|
/system/extras/ext4_utils/ |
ext4_crypt_init_extensions.h | 9 int e4crypt_create_device_key(const char* path, 11 int e4crypt_set_directory_policy(const char* path); 12 bool e4crypt_non_default_key(const char* path);
|
/external/chromium-trace/trace-viewer/hooks/ |
install.py | 8 _TOP_PATH = os.path.abspath(os.path.join( 9 os.path.dirname(__file__), '..')) 17 full_src_path = os.path.join(_TOP_PATH, self.src_path) 18 full_dst_path = os.path.join(_TOP_PATH, self.dst_path) 20 full_dst_path_dirname = os.path.dirname(full_dst_path) 22 src_path_rel = os.path.relpath(full_src_path, full_dst_path_dirname) 24 assert os.path.exists(full_src_path) 25 if not os.path.exists(full_dst_path_dirname): 31 if os.path.exists(full_dst_path) or os.path.islink(full_dst_path) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
nturl2path.py | 5 to a file system path; not recommended for general use.""" 16 # path is something like ////host/path/on/remote/host 17 # convert this to \\host\path\on\remote\host 18 # (notice halving of slashes at the start of the path) 28 path = drive + ':' 32 path = path + '\\' + urllib.unquote(comp) 34 if path.endswith(':') and url.endswith('/'): 35 path += '\\ [all...] |
posixpath.py | 4 this module as os.path. The "os.path" name is an alias for this 6 os.path provides the same operations in a manner specific to that 36 # strings representing various path-related bits and pieces 56 # Return whether a path is absolute. 60 """Test whether a path is absolute""" 70 If any component is an absolute path, all previous path components 71 will be discarded. An empty last part will result in a path that 73 path = [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
nturl2path.py | 5 to a file system path; not recommended for general use.""" 16 # path is something like ////host/path/on/remote/host 17 # convert this to \\host\path\on\remote\host 18 # (notice halving of slashes at the start of the path) 28 path = drive + ':' 32 path = path + '\\' + urllib.unquote(comp) 34 if path.endswith(':') and url.endswith('/'): 35 path += '\\ [all...] |
/external/skia/gm/ |
pathfill.cpp | 12 static SkScalar make_frame(SkPath* path) { 15 path->addRoundRect(r, SkIntToScalar(15), SkIntToScalar(15)); 20 paint.getFillPath(*path, path); 24 static SkScalar make_triangle(SkPath* path) { 28 path->moveTo(SkIntToScalar(gCoord[0]), SkIntToScalar(gCoord[1])); 29 path->lineTo(SkIntToScalar(gCoord[2]), SkIntToScalar(gCoord[3])); 30 path->lineTo(SkIntToScalar(gCoord[4]), SkIntToScalar(gCoord[5])); 31 path->close(); 32 path->offset(SkIntToScalar(10), SkIntToScalar(0)) 183 SkPath path; variable [all...] |