HomeSort by relevance Sort by last modified time
    Searched full:outpath (Results 1 - 25 of 69) sorted by null

1 2 3

  /frameworks/base/libs/hwui/tests/unit/
VectorDrawableTests.cpp 47 [](SkPath* outPath) {
48 outPath->moveTo(2, 22);
49 outPath->rLineTo(20, 0);
50 outPath->rLineTo(1, -2000);
51 outPath->close();
52 outPath->moveTo(2, 22);
71 [](SkPath* outPath) {
72 outPath->moveTo(1.0, 1.0);
73 outPath->rMoveTo(2.0, 2.0);
74 outPath->rLineTo(3.0, 3.0)
    [all...]
  /external/skia/tools/lua/
gradients.py 11 def create_database(inpath, outpath):
12 with sqlite3.connect(outpath) as conn:
44 parser.add_argument("outpath", help="Path to SQL DB");
47 create_database(args.inpath, args.outpath);
  /external/skqp/tools/lua/
gradients.py 11 def create_database(inpath, outpath):
12 with sqlite3.connect(outpath) as conn:
44 parser.add_argument("outpath", help="Path to SQL DB");
47 create_database(args.inpath, args.outpath);
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/
msan_test.go 41 outPath := dir.Join(name)
42 mustRun(t, config.goCmd("build", "-o", outPath, srcPath(tc.src)))
44 cmd := hangProneCmd(outPath)
tsan_test.go 46 outPath := dir.Join(name)
47 mustRun(t, config.goCmd("build", "-o", outPath, srcPath(tc.src)))
49 cmd := hangProneCmd(outPath)
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/
msan_test.go 41 outPath := dir.Join(name)
42 mustRun(t, config.goCmd("build", "-o", outPath, srcPath(tc.src)))
44 cmd := hangProneCmd(outPath)
tsan_test.go 46 outPath := dir.Join(name)
47 mustRun(t, config.goCmd("build", "-o", outPath, srcPath(tc.src)))
49 cmd := hangProneCmd(outPath)
  /frameworks/base/libs/hwui/utils/
VectorDrawableUtils.cpp 35 void addCommand(SkPath* outPath, char previousCmd, char cmd, const std::vector<float>* points,
65 void VectorDrawableUtils::verbsToPath(SkPath* outPath, const PathData& data) {
69 outPath->reset();
72 resolver.addCommand(outPath, previousCommand, data.verbs[i], &data.points, start,
100 void PathResolver::addCommand(SkPath* outPath, char previousCmd, char cmd,
109 outPath->close();
117 outPath->moveTo(currentX, currentY);
158 outPath->rLineTo(points->at(k + 0), points->at(k + 1));
160 outPath->rMoveTo(points->at(k + 0), points->at(k + 1));
172 outPath->lineTo(points->at(k + 0), points->at(k + 1))
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
GridTaskViewThumbnail.java 145 Path outPath) {
146 outPath.reset();
147 outPath.moveTo(outerLeft, outerTop);
148 outPath.lineTo(outerRight, outerTop);
149 outPath.lineTo(outerRight, outerBottom - mCornerRadius);
150 outPath.arcTo(outerRight - 2 * mCornerRadius, outerBottom - 2 * mCornerRadius, outerRight,
152 outPath.lineTo(outerLeft + mCornerRadius, outerBottom);
153 outPath.arcTo(outerLeft, outerBottom - 2 * mCornerRadius, outerLeft + 2 * mCornerRadius,
155 outPath.lineTo(outerLeft, outerTop);
156 outPath.close()
    [all...]
  /system/tools/hidl/docs/src/writer/files/
resources.kt 38 fun copyToFile(resourceName: String, outPath: Path): Boolean {
44 val dir = outPath.parent.toFile() //dir name
48 val fp = outPath.toFile()
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableOutlineView.java 169 float topRoundness, float bottomRoundness, Path outPath) {
170 outPath.reset();
177 outPath.moveTo(left, top + topRoundness);
178 outPath.quadTo(left, top, left + topRoundnessX, top);
179 outPath.lineTo(right - topRoundnessX, top);
180 outPath.quadTo(right, top, right, top + topRoundness);
182 outPath.moveTo(left, top);
183 outPath.lineTo(right, top);
186 outPath.lineTo(right, bottom - bottomRoundness);
187 outPath.quadTo(right, bottom, right - bottomRoundnessX, bottom)
    [all...]
  /external/scapy/.appveyor/
InstallWindump.ps1 12 param([string]$zipfile, [string]$outpath)
14 [System.IO.Compression.ZipFile]::ExtractToDirectory($zipfile, $outpath)
  /external/python/cpython3/Programs/
_freeze_importlib.c 35 char *inpath, *outpath, *code_name; local
51 outpath = argv[2];
110 outfile = fopen(outpath, "w");
112 fprintf(stderr, "cannot open '%s' for writing\n", outpath);
136 fprintf(stderr, "error when writing to '%s'\n", outpath);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
HttpFacade.java 132 @RpcParameter(name="outPath") @RpcOptional String outPath) throws IOException {
138 if (outPath != null && outPath.trim().length() != 0) {
140 if (outPath.startsWith("/")) {
141 outFile = new File(outPath);
143 outFile = new File(outFile, outPath);
146 if (outPath.endsWith("/")) {
148 throw new IOException("Failed to create the path: " + outPath);
176 Log.d("Downloaded file from " + url + " to " + outPath);
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
apmtest.m 56 outpath = [filepath 'output/'];
130 outpathtest = [outpath testdir];
169 function [nErrOut, nCases] = recurseDir(inpath, outpath, refpath, ...
203 opt = [opt ' ' outpath vadoutfile];
205 opt = [opt ' --vad_out_file ' outpath vadoutfile];
242 command = [progname ' -o ' outpath outfile ' ' opt];
257 command = [progname inputCmd ' -o ' outpath outfile ' ' opt];
268 equal_to_ref = are_files_equal([outpath vadoutfile], ...
276 [equal_to_ref, diffvector] = are_files_equal([outpath outfile], ...
291 [outpath outfile], diffvector)
    [all...]
  /build/make/tools/atree/
files.h 33 string outPath;
atree.cpp 253 directories.insert(it->outPath);
255 string s = dir_part(it->outPath);
267 deleted.insert(it->outPath);
287 deleted.count(it->outPath) == 0) {
288 debug_printf("remove %s\n", it->outPath.c_str());
289 err = remove_recursively(it->outPath);
317 it->outPath.c_str(), it->outMod);
320 err = copy_file(it->sourcePath, it->outPath);
330 debug_printf("strip %s\n", it->outPath.c_str());
331 err = strip_file(it->outPath);
    [all...]
  /sdk/find_java2/src/
JavaFinder.h 46 // Places the java path and version in outPath;
48 bool checkJavaPath(const CString &path, CJavaPath *outPath);
  /tools/metalava/src/main/java/com/android/tools/metalava/apilevels/
ApiGenerator.java 41 String outPath = null;
98 } else if (outPath == null) {
99 outPath = arg;
113 if (!error && outPath == null) {
139 if (!generate(minApi, currentApi, currentJar, patterns, outPath, null)) {
152 @NotNull String outPath,
156 return createApiFile(new File(outPath), api);
  /developers/samples/android/experimental/ndkSampleGen/
build.gradle 37 def outputPath =outPath("browseable", sample.@name);
100 def outputPath =outPath("gradle", sample.@name);
141 def outputPath =outPath("browseable", "");
144 def inputPath = outPath("gradle", sample.@name)
163 String outPath(String buildType, String sampleName) {
  /external/python/cpython2/Lib/plat-mac/
applesingle.py 107 def decode(infile, outpath, resonly=False, verbose=False):
108 """decode(infile, outpath [, resonly=False, verbose=False])
112 outpath containing only the resource fork from infile.
113 Otherwise it will create an AppleDouble file at outpath
132 asfile.tofile(outpath, resonly=resonly)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
applesingle.py 107 def decode(infile, outpath, resonly=False, verbose=False):
108 """decode(infile, outpath [, resonly=False, verbose=False])
112 outpath containing only the resource fork from infile.
113 Otherwise it will create an AppleDouble file at outpath
132 asfile.tofile(outpath, resonly=resonly)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
applesingle.py 107 def decode(infile, outpath, resonly=False, verbose=False):
108 """decode(infile, outpath [, resonly=False, verbose=False])
112 outpath containing only the resource fork from infile.
113 Otherwise it will create an AppleDouble file at outpath
132 asfile.tofile(outpath, resonly=resonly)
  /cts/tools/utils/
android_api_description_splitter.py 85 def __init__(self, xmlfile, outPath):
88 self.out = os.path.join(outPath, "xml")
148 print "Usage: splitxml.py xmlfile outpath tagname"
  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 35 void arcmt::writeARCDiagsToPlist(const std::string &outPath,
60 llvm::raw_fd_ostream o(outPath, EC, llvm::sys::fs::F_Text);
62 llvm::errs() << "error: could not create file: " << outPath << '\n';

Completed in 1367 milliseconds

1 2 3