Searched defs:path (Results 426 - 450 of 1823) sorted by relevance

<<11121314151617181920>>

/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystemEntry.java37 * Return the path for this file system entry
39 * @return the path for this file system entry
44 * Return the file name or directory name (no path) for this entry
46 * @return the file name or directory name (no path) for this entry
87 * Return a new FileSystemEntry that is a clone of this object, except having the specified path
89 * @param path - the new path value for the cloned file system entry
90 * @return a new FileSystemEntry that has all the same values as this object except for its path
92 public FileSystemEntry cloneWithNewPath(String path); argument
95 * Lock down the path s
[all...]
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileEntry.java38 * Construct a new instance without setting its path
44 * Construct a new instance with the specified value for its path
46 * @param path - the value for path
48 public FileEntry(String path) { argument
49 super(path);
53 * Construct a new instance with the specified path and file contents
55 * @param path - the value for path
58 public FileEntry(String path, Strin argument
146 cloneWithNewPath(String path) argument
[all...]
H A DFileSystemEntry.java37 * Return the path for this file system entry
39 * @return the path for this file system entry
44 * Return the file name or directory name (no path) for this entry
46 * @return the file name or directory name (no path) for this entry
87 * Return a new FileSystemEntry that is a clone of this object, except having the specified path
89 * @param path - the new path value for the cloned file system entry
90 * @return a new FileSystemEntry that has all the same values as this object except for its path
92 public FileSystemEntry cloneWithNewPath(String path); argument
95 * Lock down the path s
[all...]
/external/nanopb-c/examples/network_server/
H A Dclient.c38 bool listdir(int fd, char *path) argument
46 if (path == NULL)
53 if (strlen(path) + 1 > sizeof(request.path))
55 fprintf(stderr, "Too long path.\n");
59 strcpy(request.path, path);
92 char *path = NULL; local
95 path = argv[1];
110 if (!listdir(sockfd, path))
[all...]
/external/nanopb-c/tests/site_scons/site_tools/
H A Dnanopb.py19 the nanopb generator by a relative path. If this script is used in another
20 application, the path to nanopb root directory has to be defined:
22 env.SetDefault(NANOPB = "path/to/nanopb")
24 Additionally, the path to protoc and the options to give to protoc can be
27 env.SetDefault(PROTOC = "path/to/protoc")
28 env.SetDefault(PROTOCFLAGS = "--plugin=protoc-gen-nanopb=path/to/protoc-gen-nanopb")
34 import os.path namespace
41 '''Find the path to nanopb root directory.'''
46 p = os.path.abspath(os.path
[all...]
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/
H A DAutobahnTester.java45 private WebSocketCall newWebSocket(String path) { argument
46 Request request = new Request.Builder().url(HOST + path).build();
/external/opencv3/platforms/ios/
H A Dbuild_framework.py28 import glob, re, os, os.path, shutil, string, sys, exceptions, subprocess, argparse namespace
46 builddir = os.path.join(buildroot, target + '-' + arch)
47 if not os.path.isdir(builddir):
71 if os.path.isfile(os.path.join(builddir, "CMakeCache.txt")):
78 if os.path.isfile(wlib):
92 targetlist = glob.glob(os.path.join(dstroot, "build", "*"))
93 targetlist = [os.path.basename(t) for t in targetlist]
98 if os.path.isdir(framework_dir):
134 build_opencv(srcroot, os.path
[all...]
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
H A DCsvWriter.cpp3 CsvWriter::CsvWriter(const string &path, const string &separator){ argument
4 _file.open(path.c_str(), ofstream::out);
H A DMesh.cpp65 void Mesh::load(const std::string path) argument
69 CsvReader csvReader(path);
H A DModel.cpp45 void Model::save(const std::string path) argument
51 cv::FileStorage storage(path, cv::FileStorage::WRITE);
61 void Model::load(const std::string path) argument
65 cv::FileStorage storage(path, cv::FileStorage::READ);
/external/pdfium/xfa/src/fwl/src/theme/
H A Ddatetimepickertp.cpp79 CFX_Path path; local
80 path.Create();
81 path.AddRectangle(pParams->m_rtPart.left + fWidth,
88 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix);
H A Dlistboxtp.cpp81 CFX_Path path; local
82 path.Create();
84 path.AddRectangle(rt.left, rt.top, rt.width - 1, rt.height - 1);
86 path.AddRectangle(rt.left, rt.top, rt.width, rt.height);
88 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix);
/external/skia/dm/
H A DDMJsonWriter.cpp89 SkString path = SkOSPath::Join(FLAGS_writePath[0], "dm.json"); local
91 SkFILEWStream stream(path.c_str());
96 bool JsonWriter::ReadJson(const char* path, void(*callback)(BitmapResult)) { argument
97 SkAutoTUnref<SkData> json(SkData::NewFromFileName(path));
/external/skia/experimental/c-api-example/
H A Dskia-c-example.c25 static void emit_png(const char* path, sk_surface_t* surface) { argument
29 FILE* f = fopen(path, "wb");
53 sk_path_t* path = sk_path_new(); local
55 sk_path_move_to(path, 50.0f, 50.0f);
56 sk_path_line_to(path, 590.0f, 50.0f);
57 sk_path_cubic_to(path, -490.0f, 50.0f, 1130.0f, 430.0f, 50.0f, 430.0f);
58 sk_path_line_to(path, 590.0f, 430.0f);
59 sk_canvas_draw_path(canvas, path, stroke);
69 sk_path_delete(path);
/external/skia/gm/
H A Dpathcontourstart.cpp54 SkPath path;
55 path.addRect(rect, dir, startIndex);
56 return path;
60 SkPath path;
61 path.addOval(rect, dir, startIndex);
62 return path;
70 SkPath path;
71 path.addRRect(rrect, dir, startIndex);
72 return path;
79 SkPath path;
115 const SkPath path = makePath(fRect, dir, i); local
[all...]
H A Dstrokefill.cpp19 SkPath path; local
20 path.moveTo(169.824f, 83.4102f);
21 path.lineTo(167.285f, 85.6074f);
22 path.lineTo(166.504f, 87.2188f);
23 path.lineTo(165.82f, 86.7793f);
24 path.lineTo(165.186f, 87.1211f);
25 path.lineTo(164.6f, 88.1953f);
26 path.lineTo(161.914f, 89.416f);
27 path.lineTo(161.719f, 89.2207f);
28 path
217 SkPath path; local
237 path_bold(SkCanvas* canvas, const SkPath& path, const SkPaint& paint) argument
275 SkPath path; local
336 SkPath path; local
[all...]
H A Dstrokerect.cpp14 static void draw_path(SkCanvas* canvas, const SkPath& path, const SkRect& rect, argument
28 canvas->drawPath(path, paint);
32 int n = path.countPoints();
34 path.getPoints(points.get(), n);
96 SkPath path, fillPath; variable
97 path.addRect(r);
98 paint.getFillPath(path, &fillPath);
/external/skia/include/effects/
H A DSk2DPathEffect.h22 uv parameter bounds for the path. Subsequent calls to
84 * Stamp the specified path to fill the shape, using the matrix to define
87 static SkPathEffect* Create(const SkMatrix& matrix, const SkPath& path) { argument
88 return new SkPath2DPathEffect(matrix, path);
/external/skia/samplecode/
H A DSamplePdfFileViewer.cpp39 static SkPicture* LoadPdf(const char path[]) { argument
40 SkAutoTDelete<SkPdfRenderer> renderer(SkPdfRenderer::CreateFromFile(path));
H A DSampleTextOnPath.cpp19 SkPath path; local
28 path.addArc(rect, SkIntToScalar(280), SkIntToScalar(350));
36 canvas->drawPath(path, paint);
46 canvas->drawTextOnPathHV(text, len, path, 0,
53 SkPath path; local
56 path.moveTo(SkIntToScalar(050), SkIntToScalar(200));
57 path.quadTo(SkIntToScalar(250), SkIntToScalar(000),
63 canvas->drawPath(path, paint);
71 SkPathMeasure meas(path, false);
74 canvas->drawTextOnPath(text, len, path, nullpt
[all...]
/external/skia/src/core/
H A DSkPathPriv.h47 * Returns true if the path's direction can be computed via
52 static bool CheapIsFirstDirection(const SkPath& path, FirstDirection dir) { argument
54 (void)CheapComputeFirstDirection(path, &computedDir);
58 static bool IsClosedSingleContour(const SkPath& path) { argument
59 int verbCount = path.countVerbs();
63 auto verbs = path.fPathRef->verbs();
83 static void AddGenIDChangeListener(const SkPath& path, SkPathRef::GenIDChangeListener* listener) { argument
84 path.fPathRef->addGenIDChangeListener(listener);
/external/skia/src/gpu/batches/
H A DGrStencilPathBatch.h27 const GrPath* path) {
28 return new GrStencilPathBatch(viewMatrix, useHWAA, stencil, scissor, renderTarget, path);
48 const GrPath* path)
55 , fPath(path) {
56 fBounds = path->getBounds();
22 Create(const SkMatrix& viewMatrix, bool useHWAA, const GrStencilSettings& stencil, const GrScissorState& scissor, GrRenderTarget* renderTarget, const GrPath* path) argument
43 GrStencilPathBatch(const SkMatrix& viewMatrix, bool useHWAA, const GrStencilSettings& stencil, const GrScissorState& scissor, GrRenderTarget* renderTarget, const GrPath* path) argument
/external/skia/src/images/
H A DSkMovie.cpp92 SkMovie* SkMovie::DecodeFile(const char path[]) { argument
93 SkAutoTDelete<SkStreamRewindable> stream(SkStream::NewFromFile(path));
/external/skia/tests/
H A DDashPathEffectTest.cpp20 SkScalar phase = SK_ScalarInfinity; // Used to force the bad fInitialDashLength = -1 path.
92 SkPath path; local
93 path.moveTo(30, 24);
94 path.cubicTo(30.002f, 24, 30, 24, 30, 24);
95 path.close();
105 paint.getFillPath(path, &fill);
H A DPDFDocumentTest.cpp48 SkString path = SkOSPath::Join(tmpDir.c_str(), "aborted.pdf"); local
52 SkAutoTUnref<SkDocument> doc(SkDocument::CreatePDF(path.c_str()));
61 FILE* file = fopen(path.c_str(), "r");
76 SkString path = SkOSPath::Join(tmpDir.c_str(), "file.pdf"); local
78 SkAutoTUnref<SkDocument> doc(SkDocument::CreatePDF(path.c_str()));
86 FILE* file = fopen(path.c_str(), "r");

Completed in 533 milliseconds

<<11121314151617181920>>