/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install_data.py | 19 cmd.install_dir = inst = os.path.join(pkg_dir, 'inst') 23 # - a tuple with a path, and a list of file 24 one = os.path.join(pkg_dir, 'one') 26 inst2 = os.path.join(pkg_dir, 'inst2') 27 two = os.path.join(pkg_dir, 'two') 39 rtwo = os.path.split(two)[-1] 40 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo))) 41 rone = os.path.split(one)[-1] 42 self.assertTrue(os.path.exists(os.path.join(inst, rone)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install_data.py | 19 cmd.install_dir = inst = os.path.join(pkg_dir, 'inst') 23 # - a tuple with a path, and a list of file 24 one = os.path.join(pkg_dir, 'one') 26 inst2 = os.path.join(pkg_dir, 'inst2') 27 two = os.path.join(pkg_dir, 'two') 39 rtwo = os.path.split(two)[-1] 40 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo))) 41 rone = os.path.split(one)[-1] 42 self.assertTrue(os.path.exists(os.path.join(inst, rone)) [all...] |
/external/skia/tests/ |
PathOpsBuildUseTest.cpp | 14 SkPath path; local 15 path.reset(); 16 path.setFillType((SkPath::FillType) 0); 17 path.moveTo(SkBits2Float(0x436ae68e), SkBits2Float(0x43adff26)); // 234.901f, 347.993f 18 path.quadTo(SkBits2Float(0x436ae68e), SkBits2Float(0x43b32ca2), SkBits2Float(0x4363940a), SkBits2Float(0x43b6d5e4)); // 234.901f, 358.349f, 227.578f, 365.671f 19 path.quadTo(SkBits2Float(0x435c4186), SkBits2Float(0x43ba7f26), SkBits2Float(0x4351e68e), SkBits2Float(0x43ba7f26)); // 220.256f, 372.993f, 209.901f, 372.993f 20 path.quadTo(SkBits2Float(0x43478b96), SkBits2Float(0x43ba7f26), SkBits2Float(0x43403912), SkBits2Float(0x43b6d5e4)); // 199.545f, 372.993f, 192.223f, 365.671f 21 path.quadTo(SkBits2Float(0x4338e68e), SkBits2Float(0x43b32ca2), SkBits2Float(0x4338e68e), SkBits2Float(0x43adff26)); // 184.901f, 358.349f, 184.901f, 347.993f 22 path.quadTo(SkBits2Float(0x4338e68e), SkBits2Float(0x43a8d1aa), SkBits2Float(0x43403912), SkBits2Float(0x43a52868)); // 184.901f, 337.638f, 192.223f, 330.316f 23 path.quadTo(SkBits2Float(0x43478b96), SkBits2Float(0x43a17f26), SkBits2Float(0x4351e68e), SkBits2Float( (…) [all...] |
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
AbstractFakeFileSystem.java | 107 String path = entry.getPath();
local 108 checkForInvalidFilename(path);
109 if (getEntry(path) != null) {
110 throw new FileSystemException(path, "filesystem.pathAlreadyExists");
113 if (!parentDirectoryExists(path)) {
114 String parent = getParent(path);
127 entries.put(getFileSystemEntryKey(path), entry);
132 * Delete the file or directory specified by the path. Return true if the file is successfully
133 * deleted, false otherwise. If the path refers to a directory, it must be empty. Return false
134 * if the path does not refer to a valid file or directory or if it is a non-empty directory. 324 public String path(String path1, String path2) { method in class:AbstractFakeFileSystem [all...] |
AbstractFileSystemEntry.java | 30 private String path;
field in class:AbstractFileSystemEntry 72 * Construct a new instance without setting its path
78 * Construct a new instance with the specified value for its path
80 * @param path - the value for path
82 public AbstractFileSystemEntry(String path) {
83 this.path = path;
87 * @return the path for this entry
90 return path;
[all...] |
/cts/tools/tradefed-host/tests/ |
.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"/> 6 <classpathentry combineaccessrules="false" kind="src" path="/ddmlib"/> 7 <classpathentry combineaccessrules="false" kind="src" path="/tradefederation"/> 8 <classpathentry combineaccessrules="false" kind="src" path="/cts-tradefed-host"/> 9 <classpathentry kind="var" path="CTS_SRC_ROOT/out/host/common/obj/JAVA_LIBRARIES/easymock_intermediates/javalib.jar" sourcepath="/CTS_SRC_ROOT/external/easymock/src"/> 10 <classpathentry kind="output" path="bin"/>
|
/external/icu/icu4j/main/tests/core/ |
.classpath | 3 <classpathentry excluding="**/.svn/" 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 combineaccessrules="false" kind="src" path="/icu4j-core"/> 6 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-test-framework"/> 7 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-langdata"/> 8 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-regiondata"/> 9 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-currdata"/> 10 <classpathentry kind="output" path="out/bin"/>
|
/external/linux-tools-perf/src/tools/perf/util/ |
abspath.c | 22 const char *make_nonrelative_path(const char *path) 26 if (is_absolute_path(path)) { 27 if (strlcpy(buf, path, PATH_MAX) >= PATH_MAX) 28 die("Too long path: %.*s", 60, path); 33 if (snprintf(buf, PATH_MAX, "%s/%s", cwd, path) >= PATH_MAX) 34 die("Too long path: %.*s", 60, path);
|
/external/lzma/CPP/7zip/UI/Common/ |
ExtractingFilePath.h | 10 UString GetCorrectFsPath(const UString &path);
11 UString GetCorrectFullFsPath(const UString &path);
|
/frameworks/base/tools/layoutlib/bridge/tests/ |
.classpath | 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="src" path="res"/> 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 6 <classpathentry combineaccessrules="false" kind="src" path="/layoutlib_bridge"/> 7 <classpathentry kind="var" path="ANDROID_PLAT_SRC/prebuilts/misc/common/kxml2/kxml2-2.3.0.jar" sourcepath="/ANDROID_PLAT_SRC/dalvik/libcore/xml/src/main/java"/> 8 <classpathentry kind="var" path="ANDROID_PLAT_SRC/out/host/common/obj/JAVA_LIBRARIES/temp_layoutlib_intermediates/javalib.jar" sourcepath="/ANDROID_PLAT_SRC/frameworks/base"/> 9 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/> 10 <classpathentry kind="output" path="bin"/>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/ |
.classpath | 3 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> 4 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 5 <classpathentry kind="src" path="src"/> 6 <classpathentry kind="lib" path="/plugin-gldebugger/libs/host-libprotobuf-java-2.3.0-lite.jar"/> 7 <classpathentry kind="lib" path="/plugin-gldebugger/libs/liblzf-1.0.jar"/> 8 <classpathentry combineaccessrules="false" kind="src" path="/ddmlib"/> 9 <classpathentry combineaccessrules="false" kind="src" path="/ddmuilib"/> 10 <classpathentry kind="output" path="bin"/>
|
/device/lge/hammerhead/ |
mixer_paths.xml | 141 <path name="deep-buffer-playback"> 143 </path> 145 <path name="deep-buffer-playback hdmi"> 147 </path> 149 <path name="deep-buffer-playback speaker-and-hdmi"> 150 <path name="deep-buffer-playback hdmi" /> 151 <path name="deep-buffer-playback" /> 152 </path> 154 <path name="deep-buffer-playback bt-sco"> 156 </path> [all...] |
/external/clang/test/Analysis/ |
unix-api.c | 14 void open_1(const char *path) { 16 fd = open(path, O_RDONLY); // no-warning 21 void open_2(const char *path) { 24 fd = open(path, O_RDONLY, mode, NULL); // expected-warning{{Call to 'open' with more than three arguments}} 29 void open_3(const char *path) { 31 fd = open(path, O_RDONLY, NULL); // expected-warning{{Third argument to 'open' is not an integer}} 36 void open_4(const char *path) { 38 fd = open(path, O_RDONLY, ""); // expected-warning{{Third argument to 'open' is not an integer}} 43 void open_5(const char *path) { 48 fd = open(path, O_RDONLY, st); // expected-warning{{Third argument to 'open' is not an integer} [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
.classpath | 3 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/> 4 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 5 <classpathentry kind="src" path="src"/> 6 <classpathentry kind="output" path="src"/>
|
/external/fio/lib/ |
linux-dev-lookup.h | 4 int blktrace_lookup_device(const char *redirect, char *path, unsigned int maj,
|
/external/icu/icu4j/main/classes/charset/ |
.classpath | 3 <classpathentry excluding="**/.svn/" 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 combineaccessrules="false" kind="src" path="/icu4j-core"/>
6 <classpathentry kind="output" path="out/bin"/>
|
/external/icu/icu4j/main/classes/collate/ |
.classpath | 3 <classpathentry excluding="**/.svn/" kind="src" path="src"/>
4 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-core"/>
5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
6 <classpathentry kind="output" path="out/bin"/>
|
/external/icu/icu4j/main/classes/currdata/ |
.classpath | 3 <classpathentry excluding="**/.svn/" 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 combineaccessrules="false" kind="src" path="/icu4j-core"/> 6 <classpathentry kind="output" path="out/bin"/>
|
/external/icu/icu4j/main/classes/langdata/ |
.classpath | 3 <classpathentry excluding="**/.svn/" 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 combineaccessrules="false" kind="src" path="/icu4j-core"/> 6 <classpathentry kind="output" path="out/bin"/>
|
/external/icu/icu4j/main/classes/regiondata/ |
.classpath | 3 <classpathentry excluding="**/.svn/" 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 combineaccessrules="false" kind="src" path="/icu4j-core"/> 6 <classpathentry kind="output" path="out/bin"/>
|
/external/icu/icu4j/main/classes/translit/ |
.classpath | 3 <classpathentry excluding="**/.svn/" kind="src" path="src"/> 4 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-core"/> 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> 6 <classpathentry kind="output" path="out/bin"/>
|
/external/icu/icu4j/main/tests/framework/ |
.classpath | 3 <classpathentry excluding="**/.svn/" kind="src" path="src"/>
4 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-core"/>
5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
6 <classpathentry kind="output" path="out/bin"/>
|
/external/jetty/src/resources/org/eclipse/jetty/servlet/jmx/ |
ServletHolder-mbean.properties | 4 forcedPath: Forced servlet path
|
/external/libxml2/result/relaxng/ |
tutor7_3_4.err | 1 ./test/relaxng/tutor7_3_4.xml:1: element path: Relax-NG validity error : Extra data in list: 5.6 2 ./test/relaxng/tutor7_3_4.xml:1: element path: Relax-NG validity error : Error validating list 3 ./test/relaxng/tutor7_3_4.xml:1: element path: Relax-NG validity error : Element path failed to validate content
|
tutor7_3_5.err | 1 ./test/relaxng/tutor7_3_5.xml:1: element path: Relax-NG validity error : failed to validate type double 2 ./test/relaxng/tutor7_3_5.xml:1: element path: Relax-NG validity error : Error validating list 3 ./test/relaxng/tutor7_3_5.xml:1: element path: Relax-NG validity error : Element path failed to validate content
|