/third_party/FatFs/source/ |
H A D | ff.c | 2350 const TCHAR** path /* Pointer to pointer to the segment in the path string */ in create_name() 2363 p = *path; lfn = dp->obj.fs->lfnbuf; di = 0; in create_name() 2369 if (wc < ' ' || IsSeparator(wc)) break; /* Break if end of the path or a separator is found */ in create_name() 2374 if (wc < ' ') { /* Stopped at end of the path? */ in create_name() 2381 *path = p; /* Return pointer to the next segment */ in create_name() 2487 p = *path; sfn = dp->fn; in create_name() 2498 *path = p + si; /* Return pointer to the next segment */ in create_name() 2499 sfn[NSFLAG] = (c <= ' ') ? NS_LAST | NS_DOT : NS_DOT; /* Set last segment flag if end of the path */ in create_name() 2505 if (c <= ' ') break; /* Break if end of the path nam in create_name() 2803 mount_volume( const TCHAR** path, FATFS** rfs, BYTE mode ) mount_volume() argument 3058 f_mount( FATFS* fs, const TCHAR* path, BYTE opt ) f_mount() argument 3272 f_open( FIL* fp, const TCHAR* path, BYTE mode ) f_open() argument 4359 f_findfirst( DIR* dp, FILINFO* fno, const TCHAR* path, const TCHAR* pattern ) f_findfirst() argument 4386 f_stat( const TCHAR* path, FILINFO* fno ) f_stat() argument 4470 f_getfree( const TCHAR* path, DWORD* nclst, FATFS** fatfs ) f_getfree() argument 5043 f_chmod( const TCHAR* path, BYTE attr, BYTE mask ) global() argument 5109 f_utime( const TCHAR* path, const FILINFO* fno ) global() argument 5148 f_getlabel( const TCHAR* path, TCHAR* label, DWORD* vsn ) global() argument 5609 f_mkfs( const TCHAR* path, const MKFS_PARM* opt, void* work, UINT len ) global() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateIntervalInfo.java | 454 // Get the calendar type from the alias path. in put() 504 // Alias' path prefix and suffix. 511 * Extracts the calendar type from the path 512 * @param path 515 private String getCalendarTypeFromPath(String path) { in getCalendarTypeFromPath() argument 516 if (path.startsWith(DATE_INTERVAL_PATH_PREFIX) && in getCalendarTypeFromPath() 517 path.endsWith(DATE_INTERVAL_PATH_SUFFIX)) { in getCalendarTypeFromPath() 518 return path.substring(DATE_INTERVAL_PATH_PREFIX.length(), in getCalendarTypeFromPath() 519 path.length() - DATE_INTERVAL_PATH_SUFFIX.length()); in getCalendarTypeFromPath() 521 throw new ICUException("Malformed 'intervalFormat' alias path in getCalendarTypeFromPath() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DateIntervalInfo.java | 444 // Get the calendar type from the alias path. in put() 494 // Alias' path prefix and suffix. 501 * Extracts the calendar type from the path 502 * @param path 505 private String getCalendarTypeFromPath(String path) { in getCalendarTypeFromPath() argument 506 if (path.startsWith(DATE_INTERVAL_PATH_PREFIX) && in getCalendarTypeFromPath() 507 path.endsWith(DATE_INTERVAL_PATH_SUFFIX)) { in getCalendarTypeFromPath() 508 return path.substring(DATE_INTERVAL_PATH_PREFIX.length(), in getCalendarTypeFromPath() 509 path.length() - DATE_INTERVAL_PATH_SUFFIX.length()); in getCalendarTypeFromPath() 511 throw new ICUException("Malformed 'intervalFormat' alias path in getCalendarTypeFromPath() [all...] |
/third_party/libuv/src/unix/ |
H A D | sunos.c | 379 * We could use a static buffer for the path manipulations that we need outside 390 snprintf(buf, sizeof(buf), "/proc/%lu/path/a.out", (unsigned long) getpid()); in uv_exepath() 517 const char* path, in uv_fs_event_start() 536 handle->path = uv__strdup(path); in uv_fs_event_start() 541 handle->fo.fo_name = handle->path; in uv_fs_event_start() 570 uv__free(handle->path); in uv__fs_event_stop() 571 handle->path = NULL; in uv__fs_event_stop() 515 uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, const char* path, unsigned int flags) uv_fs_event_start() argument
|
/third_party/libabigail/tools/ |
H A D | abicompat.cc | 114 << " [options] [application-path] [lib-v1-path] [lib-v2-path]" in display_usage() 123 << " --app-debug-info-dir|--appd <path-to-app-debug-info> set the path " in display_usage() 125 << " --lib-debug-info-dir1|--libd1 <path-to-lib-debug-info1> set the path " in display_usage() 127 << " --lib-debug-info-dir2|--libd2 <path-to-lib-debug-info2> set the path " in display_usage() 129 << " --suppressions|--suppr <path> specif in display_usage() 656 read_corpus(options opts, abigail::fe_iface::status& status, const vector<char**> di_roots, environment &env, const string &path) read_corpus() argument [all...] |
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | ExtractCallbackConsole.cpp | 44 HRESULT CExtractScanConsole::ScanProgress(const CDirItemsStat &st, const FString &path, bool /* isDir */)
in ScanProgress() argument 50 _percent.FileName = fs2us(path);
in ScanProgress() 57 HRESULT CExtractScanConsole::ScanError(const FString &path, DWORD systemError)
in ScanError() argument 60 // ScanErrors.AddError(path, systemError);
in ScanError() 67 _se->NormalizePrint_UString(fs2us(path));
in ScanError() 74 // CommonError(path, systemError, true);
in ScanError() 265 static void PrintFileInfo(CStdOutStream *_so, const wchar_t *path, const FILETIME *ft, const UInt64 *size)
in PrintFileInfo() argument 268 _so->NormalizePrint_wstr(path);
in PrintFileInfo()
|
/third_party/node/test/parallel/ |
H A D | test-repl-tab-complete.js | 31 const path = require('path'); 367 ['./', './test-'].forEach((path) => { 368 [`require('${path}`, `require("${path}`].forEach((input) => { 372 assert.strictEqual(data[1], path); 378 ['../parallel/', '../parallel/test-'].forEach((path) => { 379 [`require('${path}`, `require("${path}`].forEach((input) => { 383 assert.strictEqual(data[1], path); [all...] |
/third_party/node/src/ |
H A D | util.cc | 210 int WriteFileSync(const char* path, uv_buf_t buf) { in WriteFileSync() argument 214 path, in WriteFileSync() 235 const char* path, in WriteFileSync() 239 return WriteFileSync(path, buf); in WriteFileSync() 242 int ReadFileSync(std::string* result, const char* path) { in ReadFileSync() argument 248 uv_file file = uv_fs_open(nullptr, &req, path, O_RDONLY, 0, nullptr); in ReadFileSync() 234 WriteFileSync(v8::Isolate* isolate, const char* path, v8::Local<v8::String> string) WriteFileSync() argument
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | segment.c | 502 * for file, 'name' = path name; segment name = basename(path) 510 char *path; in segment_register() local 523 path = strdup(name); /* save a copy */ in segment_register() 536 free(path); in segment_register() 540 segp->seg_path = path; in segment_register() 545 free(path); in segment_register() 550 free(path); in segment_register()
|
/third_party/node/deps/uv/src/unix/ |
H A D | sunos.c | 377 * We could use a static buffer for the path manipulations that we need outside 388 snprintf(buf, sizeof(buf), "/proc/%lu/path/a.out", (unsigned long) getpid()); in uv_exepath() 510 const char* path, in uv_fs_event_start() 529 handle->path = uv__strdup(path); in uv_fs_event_start() 534 handle->fo.fo_name = handle->path; in uv_fs_event_start() 563 uv__free(handle->path); in uv__fs_event_stop() 564 handle->path = NULL; in uv__fs_event_stop() 508 uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, const char* path, unsigned int flags) uv_fs_event_start() argument
|
/third_party/python/Lib/msilib/ |
H A D | __init__.py | 129 def add_stream(db, name, path): 132 r.SetStream(1, path) 207 if os.path.isdir(full): 233 None), the path to the physical directory, and a logical directory name. 254 self.absolute = os.path.join(basedir.absolute, physical) 342 file = os.path.basename(file) 343 absolute = os.path.join(self.absolute, src) 404 return 'msilib.Binary(os.path.join(dirname,"%s"))' % self.name
|
/third_party/skia/src/core/ |
H A D | SkRecordDraw.cpp | 105 DRAW(ClipPath, clipPath(r.path, r.opAA.op(), r.opAA.aa())); 134 DRAW(DrawPath, drawPath(r.path, r.paint)); 145 DRAW(DrawShadowRec, private_draw_shadow_rec(r.path, r.rec)); 424 return op.path.isInverseFillType() ? fCullRect in bounds() 425 : this->adjustAndMap(op.path.getBounds(), &op.paint); in bounds() 458 SkDrawShadowMetrics::GetLocalBounds(op.path, op.rec, fCTM, &bounds); in bounds()
|
/third_party/skia/samplecode/ |
H A D | SampleThinAA.cpp | 107 SkPath path; variable 108 path.moveTo(kTileWidth / 2.f, 2.f); 111 path.quadTo(kTileWidth / 2.f + fDepth, kTileHeight / 2.f, 115 path.lineTo(kTileWidth / 2.f + fDepth, kTileHeight / 2.f); 117 path.lineTo(kTileWidth / 2.f, kTileHeight - 2.f); 132 // Adding round caps forces Ganesh to use the path renderer for lines instead of converting 135 // path renderer in that condition. 141 canvas->drawPath(path, *paint);
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
H A D | serialization.go | 141 for path := range t.files { 142 paths = append(paths, path) 147 for i, path := range paths { 148 file := t.files[path] 159 sb.WriteString(path) 373 p.dict(func(path string) { 374 p.tree.files[path] = p.parseFile()
|
/third_party/skia/tools/ |
H A D | ToolUtils.cpp | 264 SkPath path = builder.detach(); in make_star() local 265 path.transform(SkMatrix::RectToRect(path.getBounds(), bounds)); in make_star() 266 return path; in make_star() 491 void onDrawPath(const SkPath& path, const SkPaint& paint) override { in sniff_paths() 492 fPathSniffCallback(this->getTotalMatrix(), path, paint); in sniff_paths()
|
/third_party/skia/tools/debugger/ |
H A D | DebugCanvas.cpp | 359 void DebugCanvas::onClipPath(const SkPath& path, SkClipOp op, ClipEdgeStyle edgeStyle) { 360 this->addDrawCommand(new ClipPathCommand(path, op, kSoft_ClipEdgeStyle == edgeStyle)); 484 void DebugCanvas::onDrawPath(const SkPath& path, const SkPaint& paint) { 485 this->addDrawCommand(new DrawPathCommand(path, paint)); 563 void DebugCanvas::onDrawShadowRec(const SkPath& path, const SkDrawShadowRec& rec) { 564 this->addDrawCommand(new DrawShadowCommand(path, rec));
|
/third_party/typescript/tests/baselines/reference/ |
H A D | templateLiteralTypes1.js | 133 declare function getProp<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string, P2 extends keyof T[P0][P1] & string>(obj: T, path: `${P0}.${P1}.${P2}`): T[P0][P1][P2]; 134 declare function getProp<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string>(obj: T, path: `${P0}.${P1}`): T[P0][P1]; 135 declare function getProp<T, P0 extends keyof T & string>(obj: T, path: P0): T[P0]; 136 declare function getProp(obj: object, path: string): unknown; 148 declare function getPropValue<T, P extends string>(obj: T, path: P): PropType<T, P>; 227 declare function getProp2<T, P extends PathKeys<T>>(obj: T, path: P): PropType<T, P>;
|
/third_party/toybox/toys/posix/ |
H A D | ls.c | 194 const char * const path = dirtree_path(new, 0); in filter() local 196 if (path) { in filter() 197 (FLAG(L) ? lsm_get_context : lsm_lget_context)(path, (char **)&new->extra); in filter() 213 // query the same data in by path, but can't do it through an O_PATH in filter() 356 char *path = dirtree_path(indir, 0); in listfiles() local 359 xprintf("%s:\n", path); in listfiles() 360 free(path); in listfiles()
|
/third_party/skia/include/core/ |
H A D | SkPath.h | 47 * Create a new path with the specified segments. 104 /** Constructs a copy of an existing path. 105 Copy constructor makes two paths identical by value. Internally, path and 113 @param path SkPath to copy by value 118 SkPath(const SkPath& path); 126 /** Constructs a copy of an existing path. 135 @param path verb array, SkPoint array, weights, and SkPath::FillType to copy 140 SkPath& operator=(const SkPath& path); 226 /** Returns true if the path is convex. If necessary, it will first compute the convexity. 232 /** Returns true if this path i 1618 RawIter(const SkPath& path) RawIter() argument [all...] |
/third_party/skia/modules/svg/src/ |
H A D | SkSVGText.cpp | 242 // represents a distance along the path measured in the current user coordinate 249 // along the entire path." 378 // Quick & dirty way to "skip" rendering of glyphs off path. in getMatrixAt() 391 // We're in a textPath scope, reposition the glyph on path. in computeGlyphXform() 399 // In addition to the path matrix, the final glyph matrix also includes: in computeGlyphXform() 403 // -- explicit rotation adjustment (composing with the path glyph rotation) in computeGlyphXform() 621 it.font().getPaths(it.glyphs(), it.glyphCount(), [](const SkPath* path, in onAsPath() 627 if (!path) { in onAsPath() 635 get_paths_ctx->builder.addPath(path->makeTransform(glyph_matrix)); in onAsPath() 645 auto path in onAsPath() local [all...] |
/third_party/skia/dm/ |
H A D | DMSrcSink.h | 264 explicit SKPSrc(Path path); 274 // provided l/r trail. It then just draws the remaining paths. (Non-path draws are thrown out.) It 275 // is useful for finding a reduced repo case for path drawing bugs. 278 explicit BisectSrc(Path path, const char* trail); 291 explicit SkottieSrc(Path path); 313 explicit SkRiveSrc(Path path); 341 explicit SVGSrc(Path path); 360 explicit MSKPSrc(Path path);
|
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/ |
H A D | descriptor.js | 1179 return { path: [], span: [], leadingComments: "", trailingComments: "", leadingDetachedComments: [] }; 1184 path: Array.isArray(object?.path) ? object.path.map((e) => Number(e)) : [], 1195 if (message.path) { 1196 obj.path = message.path.map((e) => Math.round(e)); 1199 obj.path = []; 1241 return { path: [], sourceFile: "", begin: 0, end: 0 }; 1246 path [all...] |
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext.cpp | 171 // issue. However having this hear adds some reassurance in case there is a path doesn't handle in Make() 745 // Path effects should've been devolved to a path in SkGpuDevice in drawRect() 917 const SkPath& path) { in stencilPath() 920 GrStyledShape shape(path, GrStyledShape::DoSimplify::kNo); in stencilPath() 936 SkDebugf("WARNING: No path renderer to stencil path.\n"); in stencilPath() 1038 SkASSERT(!style.pathEffect()); // this should've been devolved to a path in SkGpuDevice in drawRRect() 1124 const SkPath& path, in drawFastShadow() 1144 bool isRRect = path.isRRect(&rrect) && SkRRectPriv::IsNearlySimpleCircular(rrect) && in drawFastShadow() 1147 path in drawFastShadow() 914 stencilPath(const GrHardClip* clip, GrAA doStencilMSAA, const SkMatrix& viewMatrix, const SkPath& path) stencilPath() argument 1122 drawFastShadow(const GrClip* clip, const SkMatrix& viewMatrix, const SkPath& path, const SkDrawShadowRec& rec) drawFastShadow() argument 1351 SkPath path; drawRegion() local 1549 drawPath(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkPath& path, const GrStyle& style) drawPath() argument 1592 drawAndStencilPath(const GrHardClip* clip, const GrUserStencilSettings* ss, SkRegion::Op op, bool invert, GrAA aa, const SkMatrix& viewMatrix, const SkPath& path) drawAndStencilPath() argument [all...] |
/third_party/python/Lib/test/test_warnings/ |
H A D | __init__.py | 433 self.assertEqual(os.path.basename(w[-1].filename), 436 self.assertEqual(os.path.basename(w[-1].filename), 446 self.assertEqual(os.path.basename(w[-1].filename), 449 self.assertEqual(os.path.basename(w[-1].filename), 453 self.assertEqual(os.path.basename(w[-1].filename), 456 self.assertEqual(os.path.basename(w[-1].filename), 459 self.assertEqual(os.path.basename(w[-1].filename), 463 self.assertEqual(os.path.basename(w[-1].filename), 783 expected_file = os.path.splitext(warning_tests.__file__)[0] + '.py' 785 path, lin [all...] |
/third_party/python/Python/ |
H A D | import.c | 856 path: unicode 857 File path to use. 860 Changes code.co_filename to specify the passed-in file path. 865 PyObject *path) in _imp__fix_co_filename_impl() 869 update_compiled_module(code, path); in _imp__fix_co_filename_impl() 893 /* Return a finder object for a sys.path/pkg.__path__ item 'p', 896 that can handle the path item. Return None if no hook could; 897 this tells our caller that the path based finder could not find 898 a finder for this path item. Cache the result in 950 PyImport_GetImporter(PyObject *path) in PyImport_GetImporter() argument 864 _imp__fix_co_filename_impl(PyObject *module, PyCodeObject *code, PyObject *path) _imp__fix_co_filename_impl() argument 1900 PyObject *path; PyImport_ImportModuleLevelObject() local 2352 PyObject *mod, *name, *path; _imp_create_dynamic_impl() local [all...] |