/external/skia/infra/bots/flavor/ |
ios_flavor.py | 20 self.ios_bin = os.path.join(self._bot_info.skia_dir, 'platform_tools', 24 args = [os.path.join(self.ios_bin, 'ios_run_skia')] 35 cmd = [os.path.join(self.ios_bin, 'ios_ninja')] 39 """Like os.path.join(), but for paths on a connected iOS device.""" 42 def device_path_exists(self, path): 43 """Like os.path.exists(), but for paths on a connected device.""" 45 [os.path.join(self.ios_bin, 'ios_path_exists'), path], 48 def _remove_device_dir(self, path): 51 [os.path.join(self.ios_bin, 'ios_rm'), path] [all...] |
/external/skia/tests/ |
PathOpsSimplifyFailTest.cpp | 41 SkPath path; local 46 case 0: path.lineTo(nonFinitePts[i]); break; 47 case 1: path.quadTo(nonFinitePts[i], nonFinitePts[i]); break; 48 case 2: path.quadTo(nonFinitePts[i], finitePts[f]); break; 49 case 3: path.quadTo(finitePts[f], nonFinitePts[i]); break; 50 case 4: path.cubicTo(nonFinitePts[i], finitePts[f], finitePts[f]); break; 51 case 5: path.cubicTo(finitePts[f], nonFinitePts[i], finitePts[f]); break; 52 case 6: path.cubicTo(finitePts[f], finitePts[f], nonFinitePts[i]); break; 53 case 7: path.cubicTo(nonFinitePts[i], nonFinitePts[i], finitePts[f]); break; 54 case 8: path.cubicTo(nonFinitePts[i], finitePts[f], nonFinitePts[i]); break 70 SkPath path; local [all...] |
/external/toybox/toys/other/ |
pwdx.c | 23 char *path; local 26 path = xmprintf("/proc/%s/cwd", *optargs); 27 num_bytes = readlink(path, toybuf, sizeof(toybuf)-1); 28 free(path); 31 path = strerror(errno); 34 path = toybuf; 37 xprintf("%s: %s\n", *optargs, path);
|
/frameworks/base/docs/html/topic/libraries/ |
_book.yaml | 3 path: /topic/libraries/support-library/index.html 6 path: /topic/libraries/support-library/features.html 8 path: /topic/libraries/support-library/setup.html 10 path: /topic/libraries/support-library/revisions.html 13 path: /topic/libraries/data-binding/index.html 16 path: /topic/libraries/testing-support-library/index.html 19 path: /reference/android/support/test/package-summary.html
|
/prebuilts/go/darwin-x86/src/os/exec/ |
lp_test.go | 12 "some-non-existent-path", 13 "non-existent-path/slashed", 18 path, err := LookPath(name) 20 t.Fatalf("LookPath found %q in $PATH", name) 22 if path != "" { 23 t.Fatalf("LookPath path == %q when err != nil", path)
|
/prebuilts/go/linux-x86/src/os/exec/ |
lp_test.go | 12 "some-non-existent-path", 13 "non-existent-path/slashed", 18 path, err := LookPath(name) 20 t.Fatalf("LookPath found %q in $PATH", name) 22 if path != "" { 23 t.Fatalf("LookPath path == %q when err != nil", path)
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/ |
zipio.py | 60 def _locate(path): 61 full_path = path 62 if _os.path.exists(path): 63 return path, None 67 root = _os.path.splitdrive(path) 68 while path and path != root: 69 path, bn = _os.path.split(path [all...] |
/external/chromium-trace/catapult/common/battor/bin/ |
upload_battor_binaries.py | 10 sys.path.append( 11 os.path.abspath(os.path.join(os.path.dirname(__file__), 20 _DEFAULT_CONFIG = os.path.join(os.path.dirname(__file__), '..', 'battor', 24 def UploadBinary(arch, path, config, dep): 27 print ' path: %s' % path 32 dep, arch, path, version=None, execute_job=True [all...] |
/external/chromium-trace/catapult/netlog_viewer/ |
netlog_viewer_project.py | 9 def _AddToPathIfNeeded(path): 10 if path not in sys.path: 11 sys.path.insert(0, path) 29 x = os.path.abspath(os.path.join(dirpath, f)) 45 catapult_path = os.path.abspath( 46 os.path.join(os.path.dirname(__file__), '..') [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/ |
file_handle.py | 20 absolute_path: A path; should not be passed if tempfile is and vice-versa. 39 return os.path.splitext(self.GetAbsPath())[1] 42 """Returns the path to the pointed-to file relative to the given start path. 45 start: A string representing a starting path. 47 A string giving the relative path from path to this file. 65 def FromFilePath(path): 66 """Constructs a FileHandle from an absolute file path. 69 path: A string giving the absolute path to a file [all...] |
/external/chromium-trace/catapult/third_party/webapp2/ |
run_tests.py | 7 current_path = os.path.abspath(os.path.dirname(__file__)) 8 tests_path = os.path.join(current_path, 'tests') 9 sys.path[0:0] = [ 14 os.path.join(current_path, 'lib', 'babel'), 15 os.path.join(current_path, 'lib', 'Jinja2-2.6'), 16 os.path.join(current_path, 'lib', 'Mako-0.4.1'), 17 os.path.join(current_path, 'lib', 'gaepytz-2011h'), 18 os.path.join(current_path, 'lib', 'WebOb-1.0.8'), 20 os.path.join(gae_path, 'lib', 'django_0_96') [all...] |
/external/eclipse-windowbuilder/propertysheet/ |
.classpath | 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/guava-tools/guava-13.0.1.jar" sourcepath="/ANDROID_SRC/prebuilts/tools/common/guava-tools/src.zip"/> 6 <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/linux-x86/swt/swt.jar"/> 7 <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/asm-tools/asm-4.0.jar" sourcepath="/ANDROID_SRC/prebuilts/tools/common/asm-tools/src.zip"/> 8 <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/eclipse/org.eclipse.core.commands_3.6.0.I20100512-1500.jar"/> 9 <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/eclipse/org.eclipse.core.expressions_3.4.200.v20100505.jar"/> 10 <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/eclipse/org.eclipse.core.runtime_3.6.0.v20100505.jar"/> 11 <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/eclipse/org.eclipse.equinox.common_3.6.0.v20100503.jar"/> 12 <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/eclipse/org.eclipse.jface_3.6.2.M20110210-1200.jar"/ [all...] |
/external/opencv3/cmake/ |
OpenCVFindLATEX.cmake | 5 # LATEX_COMPILER: path to the LaTeX compiler 6 # PDFLATEX_COMPILER: path to the PdfLaTeX compiler 7 # BIBTEX_COMPILER: path to the BibTeX compiler 8 # MAKEINDEX_COMPILER: path to the MakeIndex compiler 9 # DVIPS_CONVERTER: path to the DVIPS converter 10 # PS2PDF_CONVERTER: path to the PS2PDF converter 11 # LATEX2HTML_CONVERTER: path to the LaTeX2Html converter 16 # Try to find the MikTex binary path (look for its package manager). 21 "Path to the MikTex binary directory." 25 # Try to find the GhostScript binary path (look for gswin32) [all...] |
/system/tools/aidl/ |
import_resolver.cpp | 36 for (string path : import_paths) { 37 if (path.empty()) { 38 path = "."; 40 if (path[path.size() - 1] != OS_PATH_SEPARATOR) { 41 path += OS_PATH_SEPARATOR; 43 import_paths_.push_back(std::move(path)); 49 // Convert the canonical name to a relative file path. 58 // Look for that relative path at each of our import roots. 59 for (string path : import_paths_) [all...] |
/external/chromium-trace/catapult/common/node_runner/node_runner/ |
node_util.py | 15 return os.path.realpath(os.path.join( 16 os.path.dirname(os.path.abspath(__file__)), 'node_binaries.json')) 27 self.npm_path = os.path.abspath(os.path.join( 28 os.path.dirname(self.node_path), '..', 'lib', 'node_modules', 'npm', 37 old_dir = os.path.abspath(os.curdir) 38 os.chdir(os.path.join(os.path.abspath [all...] |
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/ |
MemoryMultiReportOutput.java | 42 public OutputStream createFile(final String path) throws IOException { 43 assertFalse("Duplicate output " + path, files.containsKey(path)); 44 open.add(path); 48 open.remove(path); 52 files.put(path, out); 64 public void assertFile(String path) { 66 path, files.keySet()), files.get(path)); 69 public void assertNoFile(String path) { [all...] |
/external/mockftpserver/branches/1.x_Branch/ |
.classpath | 2 <classpathentry kind="src" path="src/main/java"/>
3 <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
4 <classpathentry kind="src" path="src/test/java" output="target/test-classes"/>
5 <classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.java"/>
6 <classpathentry kind="output" path="target/classes"/>
7 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
8 <classpathentry kind="var" path="M2_REPO/junit-addons/junit-addons/1.4/junit-addons-1.4.jar"/>
9 <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13.jar"/>
10 <classpathentry kind="var" path="M2_REPO/commons-net/commons-net/1.4.1/commons-net-1.4.1.jar"/>
11 <classpathentry kind="var" path="M2_REPO/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar"/> [all...] |
/device/google/marlin/ |
mixer_paths_tasha_t50.xml | 443 <path name="gsm-mode"> 445 </path> 447 <path name="echo-reference"> 449 </path> 451 <path name="echo-reference headphones"> 453 </path> 455 <path name="bt-sco-echo-reference"> 457 </path> 459 <path name="echo-reference bt-sco"> 460 <path name="bt-sco-echo-reference" / [all...] |
/external/llvm/lib/Support/ |
Path.cpp | 1 //===-- Path.cpp - Implement OS Path Concept ------------------------------===// 10 // This file implements the operating system Path API. 19 #include "llvm/Support/Path.h" 35 using llvm::sys::path::is_separator; 45 StringRef find_first_component(StringRef path) { 52 if (path.empty()) 53 return path; 57 if (path.size() >= 2 && std::isalpha(static_cast<unsigned char>(path[0])) & 230 namespace path { namespace in namespace:llvm::sys [all...] |
/build/soong/common/ |
paths.go | 20 "path/filepath" 31 // Path methods. 78 type Path interface { 79 // Returns the path in string form 82 // Returns the current file extension of the path 86 // WritablePath is a type of path that can be used as an output for build rules. 88 Path 103 // GenPathWithExt derives a new file path in ctx's generated sources directory 104 // from the current path, but with the new extension. 105 func GenPathWithExt(ctx AndroidModuleContext, p Path, ext string) ModuleGenPath [all...] |
/external/libchrome/sandbox/linux/syscall_broker/ |
broker_file_permission.h | 17 // BrokerFilePermission defines a path for whitelisting. 21 // |path| is the path to be whitelisted. 28 static BrokerFilePermission ReadOnly(const std::string& path) { 29 return BrokerFilePermission(path, false, false, true, false, false); 32 static BrokerFilePermission ReadOnlyRecursive(const std::string& path) { 33 return BrokerFilePermission(path, true, false, true, false, false); 36 static BrokerFilePermission WriteOnly(const std::string& path) { 37 return BrokerFilePermission(path, false, false, false, true, false); 40 static BrokerFilePermission ReadWrite(const std::string& path) { [all...] |
/external/v8/build/ |
print_python_deps.py | 21 _SRC_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir)) 27 A path is assumed to be a "system" import if it is outside of chromium's 34 for path in module_paths: 35 if path == __file__: 37 path = os.path.abspath(path) 38 if not path.startswith(_SRC_ROOT) [all...] |
/system/core/libcutils/ |
canned_fs_config.c | 28 const char* path; member in struct:__anon74321 33 } Path; 35 static Path* canned_data = NULL; 40 return strcmp(((Path*)a)->path, ((Path*)b)->path); 54 canned_data = (Path*) realloc(canned_data, canned_alloc * sizeof(Path)); 56 Path* p = canned_data + canned_used [all...] |
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
GestureDescriptionTest.java | 18 import android.graphics.Path; 27 private Path mNominalPath; 31 mNominalPath = new Path(); 53 Path negativeStartXPath = new Path(); 64 Path negativeStartYPath = new Path(); 75 Path negativeEndXPath = new Path(); 86 Path negativeEndYPath = new Path() 121 Path path = new Path(); local 127 Path path = new Path(); local 139 Path path = new Path(); local 166 Path path = new Path(); local [all...] |
/frameworks/compile/mclinker/lib/Support/ |
Path.cpp | 1 //===- Path.cpp -----------------------------------------------------------===// 9 #include "mcld/Support/Path.h" 34 const Path::StringType separator_str("/"); 41 const Path::StringType separator_str("/"); 47 // Path 49 Path::Path() : m_PathName() { 52 Path::Path(const Path::ValueType* s) : m_PathName(s) [all...] |