| /third_party/skia/src/utils/ |
| H A D | SkShadowUtils.cpp | 130 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices() 140 return SkShadowTessellator::MakeAmbient(path, noTrans, zParams, fTransparent); in makeVertices() 192 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices() 199 return SkShadowTessellator::MakeSpot(path, ctm, zParams, fDevLightPos, fLightRadius, in makeVertices() 203 return SkShadowTessellator::MakeSpot(path, ctm, zParams, fDevLightPos, fLightRadius, in makeVertices() 206 // pick a canonical place to generate shadow, with light centered over path in makeVertices() 214 return SkShadowTessellator::MakeSpot(path, noTrans, zParams, in makeVertices() 279 sk_sp<SkVertices> add(const SkPath& path, const FACTORY& factory, const SkMatrix& matrix, in add() argument 281 sk_sp<SkVertices> vertices = factory.makeVertices(path, matrix, translate, isLimitElevation); in add() 317 * path 394 ShadowedPath(const SkPath* path, const SkMatrix* viewMatrix) ShadowedPath() argument 402 const SkPath& path() const { return *fPath; } path() function in __anon18979::ShadowedPath 458 draw_shadow(const FACTORY& factory, std::function<void(const SkVertices*, SkBlendMode, const SkPaint&, SkScalar tx, SkScalar ty, bool)> drawProc, ShadowedPath& path, SkColor color, bool isLimitElevation = false) draw_shadow() argument 579 fill_shadow_rec(const SkPath& path, const SkPoint3& zPlaneParams, const SkPoint3& lightPos, SkScalar lightRadius, SkColor ambientColor, SkColor spotColor, uint32_t flags, const SkMatrix& ctm, SkDrawShadowRec* rec) fill_shadow_rec() argument 605 DrawShadow(SkCanvas* canvas, const SkPath& path, const SkPoint3& zPlaneParams, const SkPoint3& lightPos, SkScalar lightRadius, SkColor ambientColor, SkColor spotColor, uint32_t flags) DrawShadow() argument 612 DrawShadowStyle(SkCanvas* canvas, const SkPath& path, const SkPoint3& zPlaneParams, const SkPoint3& lightPos, SkScalar lightRadius, SkColor ambientColor, SkColor spotColor, uint32_t flags, bool isLimitElevation) DrawShadowStyle() argument 626 GetLocalBounds(const SkMatrix& ctm, const SkPath& path, const SkPoint3& zPlaneParams, const SkPoint3& lightPos, SkScalar lightRadius, uint32_t flags, SkRect* bounds) GetLocalBounds() argument 647 drawShadow(const SkPath& path, const SkDrawShadowRec& rec) drawShadow() argument [all...] |
| /base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
| H A D | app_spawn_sandbox_test.cpp | 187 \"src-path\" : \"/config\", \ in HWTEST_F() 188 \"sandbox-path\" : \"/config\", \ in HWTEST_F() 228 \"src-path\" : \"/config\", \ in HWTEST_F() 229 \"sandbox-path\" : \"\", \ in HWTEST_F() 268 \"src-path\" : \"/config\", \ in HWTEST_F() 269 \"sandbox-path\" : \"\", \ in HWTEST_F() 312 \"src-path\" : \"/config\", \ in HWTEST_F() 313 \"sandbox-path\" : \"\", \ in HWTEST_F() 379 std::string path(256, 'w'); // 256 test in HWTEST_F() 380 rc = JsonUtils::GetJsonObjFromJson(appSandboxConfig, path); in HWTEST_F() 1358 std::string path = SandboxUtils::ConvertToRealPath(spawningCtx, "/system/<variablePackageName>/module"); HWTEST_F() local 1372 std::string path = SandboxUtils::ConvertToRealPath(spawningCtx, "/system/<variablePackageName>/module"); HWTEST_F() local 1393 std::string path = SandboxUtils::ConvertToRealPath(spawningCtx, "/system/<variablePackageName>/module"); HWTEST_F() local 1417 std::string path = SandboxUtils::ConvertToRealPath(spawningCtx, "/system/<variablePackageName>/module"); HWTEST_F() local 1440 std::string path = SandboxUtils::ConvertToRealPath(spawningCtx, "/system/<variablePackageName>/module"); HWTEST_F() local 1460 std::string path = SandboxUtils::ConvertToRealPath(spawningCtx, "/system/<variablePackageName>/module"); HWTEST_F() local [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | uresbund.cpp | 195 * Internal function, determines the search path for resource bundle files. 508 getPoolEntry(const char *path, UErrorCode *status); 514 static UResourceDataEntry *init_entry(const char *localeID, const char *path, UErrorCode *status) { in init_entry() argument 538 find.fPath = (char *)path; in init_entry() 563 if(path != nullptr) { in init_entry() 564 r->fPath = (char *)uprv_strdup(path); in init_entry() 609 r->fAlias = init_entry(aliasName, path, status); in init_entry() 651 getPoolEntry(const char *path, UErrorCode *status) { in getPoolEntry() argument 652 UResourceDataEntry *poolBundle = init_entry(kPoolBundleName, path, status); in getPoolEntry() 664 findFirstExisting(const char* path, cha argument 811 entryOpen(const char* path, const char* localeID, UResOpenType openType, UErrorCode* status) entryOpen() argument 966 entryOpenDirect(const char* path, const char* localeID, UErrorCode* status) entryOpenDirect() argument 1195 const char *path = nullptr, *locale = nullptr, *keyPath = nullptr; getAliasTargetAsResourceBundle() local 1948 ures_findResource(const char* path, UResourceBundle *fillIn, UErrorCode *status) ures_findResource() argument 2003 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *status) ures_findSubResource() argument 2061 icu::CharString path; getTableItemByKeyPath() local 2087 createPath(const char* origResPath, int32_t origResPathLen, const char* resPath, int32_t resPathLen, const char* inKey, CharString& path, UErrorCode* status) createPath() argument 2185 CharString path; ures_getByKeyWithFallback() local 2428 ures_getAllChildrenWithFallback(const UResourceBundle *bundle, const char *path, icu::ResourceSink &sink, UErrorCode &errorCode) ures_getAllChildrenWithFallback() argument 2446 ures_getValueWithFallback(const UResourceBundle *bundle, const char *path, UResourceBundle *tempFillIn, ResourceDataValue &value, UErrorCode &errorCode) ures_getValueWithFallback() argument 2470 ures_getAllItemsWithFallback(const UResourceBundle *bundle, const char *path, icu::ResourceSink &sink, UErrorCode &errorCode) ures_getAllItemsWithFallback() argument 2711 ures_openWithType(UResourceBundle *r, const char* path, const char* localeID, UResOpenType openType, UErrorCode* status) ures_openWithType() argument 2770 ures_open(const char* path, const char* localeID, UErrorCode* status) ures_open() argument 2775 ures_openNoDefault(const char* path, const char* localeID, UErrorCode* status) ures_openNoDefault() argument 2784 ures_openDirect(const char* path, const char* localeID, UErrorCode* status) ures_openDirect() argument 2796 ures_openFillIn(UResourceBundle *r, const char* path, const char* localeID, UErrorCode* status) ures_openFillIn() argument 2809 ures_openDirectFillIn(UResourceBundle *r, const char* path, const char* localeID, UErrorCode* status) ures_openDirectFillIn() argument 2986 ures_openAvailableLocales(const char *path, UErrorCode *status) ures_openAvailableLocales() argument 3066 ures_getFunctionalEquivalent(char *result, int32_t resultCapacity, const char *path, const char *resName, const char *keyword, const char *locid, UBool *isAvailable, UBool omitDefault, UErrorCode *status) ures_getFunctionalEquivalent() argument 3402 ures_getKeywordValues(const char *path, const char *keyword, UErrorCode *status) ures_getKeywordValues() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
| H A D | progress_modifier.cpp | 727 RSPath path; in PaintLinear() local 729 RSRecordingPath path; in PaintLinear() local 738 path.AddRoundRect({ leftTopX, leftTopY, rightBottomX, rightBottomY }, radius, radius); in PaintLinear() 739 canvas.DrawPath(path); in PaintLinear() 742 PaintLinearSweeping(canvas, offset, path, true, contentSize); in PaintLinear() 758 RSPath path; in PaintLinear() local 760 RSRecordingPath path; in PaintLinear() local 762 path.AddRoundRect( in PaintLinear() 766 canvas.DrawPath(path); in PaintLinear() 769 PaintLinearSweeping(canvas, offset, path, fals in PaintLinear() 773 PaintLinearSweeping( RSCanvas& canvas, const OffsetF& offset, const RSPath& path, bool isHorizontal, const SizeF& contentSize) const PaintLinearSweeping() argument 1008 RSPath path; PaintWhole() local 1056 RSPath path; PaintBeginHalf() local 1181 RSPath path; PaintRingSweeping() local 1187 RSRecordingPath path; PaintRingSweeping() local 1326 RSPath path; PaintTrailing() local 1358 RSPath path; PaintScaleRing() local 1360 RSRecordingPath path; PaintScaleRing() local 1405 RSPath path; PaintMoon() local 1407 RSRecordingPath path; PaintMoon() local 1462 RSPath path; PaintCapsule() local 1464 RSRecordingPath path; PaintCapsule() local 1553 RSPath path; PaintVerticalCapsule() local 1555 RSRecordingPath path; PaintVerticalCapsule() local 1598 PaintCapsuleLightSweep( RSCanvas& canvas, const SizeF& contentSize, const OffsetF& offset, const RSPath& path, bool isVertical) const PaintCapsuleLightSweep() argument 1735 RSPath path; PaintScaleRingForApiNine() local 1766 RSPath path; PaintCapsuleForApiNine() local 1802 RSPath path; PaintVerticalCapsuleForApiNine() local [all...] |
| /third_party/icu/icu4j/main/tests/translit/ |
| H A D | .classpath | 3 <classpathentry excluding="**/.svn/" kind="src" path="src"/> 4 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-translit"/> 5 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-core"/> 6 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-test-framework"/> 7 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 8 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-langdata"/> 9 <classpathentry kind="lib" path="/external-libraries/hamcrest-core-1.3.jar"/> 10 <classpathentry kind="lib" path="/external-libraries/junit-4.12.jar" sourcepath="/external-libraries/junit-4.12-sources.jar"> 15 <classpathentry kind="lib" path="/external-libraries/JUnitParams-1.0.5.jar" sourcepath="/external-libraries/JUnitParams-1.0.5-sources.jar"> 20 <classpathentry kind="output" path [all...] |
| /third_party/node/test/parallel/ |
| H A D | test-snapshot-argv1.js | 9 const path = require('path'); 13 const blobPath = path.join(tmpdir.path, 'snapshot.blob'); 20 fs.writeFileSync(path.join(tmpdir.path, 'entry.js'), code, 'utf8'); 27 cwd: tmpdir.path 34 const stats = fs.statSync(path.join(tmpdir.path, 'snapshot.blob')); 45 cwd: tmpdir.path, [all...] |
| /third_party/node/test/common/ |
| H A D | snapshot.js | 5 const path = require('path'); 12 path.join(tmpdir.path, 'snapshot.blob'), 16 cwd: tmpdir.path, 32 const stats = fs.statSync(path.join(tmpdir.path, 'snapshot.blob')); 39 const args = ['--snapshot-blob', path.join(tmpdir.path, 'snapshot.blob')]; 44 cwd: tmpdir.path, [all...] |
| /third_party/node/tools/gyp/ |
| H A D | gyp_main.py | 24 def UnixifyPath(path): 27 return path 29 ["cygpath", "-u", path], stdout=subprocess.PIPE, stderr=subprocess.STDOUT 34 return path 38 # elsewhere on the system. Also convert to Unix style path on Cygwin systems, 40 path = UnixifyPath(sys.argv[0]) variable 41 sys.path.insert(0, os.path.join(os.path.dirname(path), "pyli [all...] |
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/ |
| H A D | gyp_main.py | 24 def UnixifyPath(path): 27 return path 29 ["cygpath", "-u", path], stdout=subprocess.PIPE, stderr=subprocess.STDOUT 34 return path 38 # elsewhere on the system. Also convert to Unix style path on Cygwin systems, 40 path = UnixifyPath(sys.argv[0]) variable 41 sys.path.insert(0, os.path.join(os.path.dirname(path), "pyli [all...] |
| /third_party/protobuf/java/compatibility_tests/v2.5.0/ |
| H A D | pom.xml | 17 <protoc.path>protoc</protoc.path> 20 <protos.protoc.path>${protoc.path}</protos.protoc.path> 23 <more_protos.protoc.path>${protoc.path}</more_protos.protoc.path> 28 <protobuf.test.source.path>.</protobuf.test.source.path> [all...] |
| /third_party/python/Lib/distutils/tests/ |
| H A D | test_clean.py | 18 dirs = [(d, os.path.join(pkg_dir, d)) 22 for name, path in dirs: 23 os.mkdir(path) 24 setattr(cmd, name, path) 28 self.write_file(os.path.join(path, f)) 36 for name, path in dirs: 37 self.assertFalse(os.path.exists(path), 38 '%s was not removed' % path) [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | clodulesDerivedClasses.symbols | 18 class Path extends Shape {
19 >Path : Symbol(Path, Decl(clodulesDerivedClasses.ts, 6, 1), Decl(clodulesDerivedClasses.ts, 11, 1))
23 >name : Symbol(Path.name, Decl(clodulesDerivedClasses.ts, 8, 26))
27 module Path.Utils {
28 >Path : Symbol(Path, Decl(clodulesDerivedClasses.ts, 6, 1), Decl(clodulesDerivedClasses.ts, 11, 1))
31 export function convert2(): Path {
33 >Path : Symbol(Path, Dec [all...] |
| H A D | esModuleInterop.symbols | 5 === tests/cases/compiler/path.d.ts ===
7 >anything : Symbol(anything, Decl(path.d.ts, 0, 13))
10 >anything : Symbol(anything, Decl(path.d.ts, 0, 13))
23 import path from "./path";
24 >path : Symbol(path, Decl(mjts.ts, 1, 6))
29 path;
30 >path : Symbol(path, Dec [all...] |
| H A D | templateLiteralTypes1.types | 263 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];
264 >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]; <T, P0 extends keyof T & string, P1 extends keyof T[P0] & string>(obj: T, path: `${P0}.${P1}`): T[P0][P1]; <T, P0 extends keyof T & string>(obj: T, path: P0): T[P0]; (obj: object, path: string): unknown; }
266 >path : `${P0}.${P1}.${P2}`
268 declare function getProp<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string>(obj: T, path: `${P0}.${P1}`): T[P0][P1];
269 >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]; <T, P0 extends keyof T & string, P1 extends keyof T[P0] & string>(obj: T, path: `${P0}.${P1}`): T[P0][P1]; <T, P0 extends keyof T & string>(obj: T, path [all...] |
| /third_party/typescript/tests/cases/fourslash/ |
| H A D | importNameCodeFix_uriStyleNodeCoreModules3.ts | 1 /// <reference path="fourslash.ts" /> 6 //// declare module "path" { function join(...segments: readonly string[]): string; } 7 //// declare module "node:path" { export * from "path"; } 17 //// import "path"; 21 //// import "node:path"; 25 //// import "path"; 26 //// import "node:path"; 30 //// import "node:path"; 31 //// import "path"; [all...] |
| /third_party/skia/gm/ |
| H A D | crbug_847759.cpp | 14 // This path exposed an issue in AAHairlinePathRenderer. When converting from cubics to quads in DEF_SIMPLE_GM() 16 // squashed oval-like path became slightly non-vertical. This caused a missed pixel of AA just in DEF_SIMPLE_GM() 18 SkPathBuilder path; in DEF_SIMPLE_GM() local 19 path.moveTo(97,374.5f); in DEF_SIMPLE_GM() 20 path.cubicTo(97,359.8644528f,155.8745488f,348,228.5f,348); in DEF_SIMPLE_GM() 21 path.cubicTo(301.1254512f,348,360,359.8644528f,360,374.5f); in DEF_SIMPLE_GM() 22 path.cubicTo(360,389.1355472f,301.1254512f,401,228.5f,401); in DEF_SIMPLE_GM() 23 path.cubicTo(155.8745488f,401,97,389.1355472f,97,374.5f); in DEF_SIMPLE_GM() 24 path.close(); in DEF_SIMPLE_GM() 31 canvas->drawPath(path in DEF_SIMPLE_GM() [all...] |
| /third_party/libwebsockets/doc-assets/ |
| H A D | lws_sequencer.svg | 6 <path transform="matrix(-.2 0 0 -.2 -1.2 0)" d="m0 0 5-5-17.5 5 17.5 5z" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/> 9 <path transform="matrix(-.2 0 0 -.2 -1.2 0)" d="m0 0 5-5-17.5 5 17.5 5z" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/> 12 <path transform="matrix(-.2 0 0 -.2 -1.2 0)" d="m0 0 5-5-17.5 5 17.5 5z" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/> 15 <path transform="matrix(-.2 0 0 -.2 -1.2 0)" d="m0 0 5-5-17.5 5 17.5 5z" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/> 18 <path transform="matrix(-.2 0 0 -.2 -1.2 0)" d="m0 0 5-5-17.5 5 17.5 5z" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/> 529 <path transform="matrix(-.2 0 0 -.2 -1.2 0)" d="m0 0 5-5-17.5 5 17.5 5z" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/> 545 <path transform="matrix(.51055 0 0 .5706 -377.19 -236.69)" d="m-16.656 192.33h329.65v253.93h-329.65z" filter="url(#filter37725)"/> 546 <path d="m-386.36-127.7h168.3v144.9h-168.3z" fill="#fff"/> 547 <path d="m-342.59-102.46h87.058v73.507h-87.058z" fill="#ececec"/> 548 <path [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | uresbund.cpp | 194 * Internal function, determines the search path for resource bundle files. 506 getPoolEntry(const char *path, UErrorCode *status); 512 static UResourceDataEntry *init_entry(const char *localeID, const char *path, UErrorCode *status) { in init_entry() argument 536 find.fPath = (char *)path; in init_entry() 561 if(path != NULL) { in init_entry() 562 r->fPath = (char *)uprv_strdup(path); in init_entry() 607 r->fAlias = init_entry(aliasName, path, status); in init_entry() 649 getPoolEntry(const char *path, UErrorCode *status) { in getPoolEntry() argument 650 UResourceDataEntry *poolBundle = init_entry(kPoolBundleName, path, status); in getPoolEntry() 662 findFirstExisting(const char* path, cha argument 809 entryOpen(const char* path, const char* localeID, UResOpenType openType, UErrorCode* status) entryOpen() argument 964 entryOpenDirect(const char* path, const char* localeID, UErrorCode* status) entryOpenDirect() argument 1193 const char *path = nullptr, *locale = nullptr, *keyPath = nullptr; getAliasTargetAsResourceBundle() local 1946 ures_findResource(const char* path, UResourceBundle *fillIn, UErrorCode *status) ures_findResource() argument 2001 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *status) ures_findSubResource() argument 2059 icu::CharString path; getTableItemByKeyPath() local 2085 createPath(const char* origResPath, int32_t origResPathLen, const char* resPath, int32_t resPathLen, const char* inKey, CharString& path, UErrorCode* status) createPath() argument 2183 CharString path; ures_getByKeyWithFallback() local 2367 ures_getAllChildrenWithFallback(const UResourceBundle *bundle, const char *path, icu::ResourceSink &sink, UErrorCode &errorCode) ures_getAllChildrenWithFallback() argument 2385 ures_getValueWithFallback(const UResourceBundle *bundle, const char *path, UResourceBundle *tempFillIn, ResourceDataValue &value, UErrorCode &errorCode) ures_getValueWithFallback() argument 2409 ures_getAllItemsWithFallback(const UResourceBundle *bundle, const char *path, icu::ResourceSink &sink, UErrorCode &errorCode) ures_getAllItemsWithFallback() argument 2650 ures_openWithType(UResourceBundle *r, const char* path, const char* localeID, UResOpenType openType, UErrorCode* status) ures_openWithType() argument 2706 ures_open(const char* path, const char* localeID, UErrorCode* status) ures_open() argument 2711 ures_openNoDefault(const char* path, const char* localeID, UErrorCode* status) ures_openNoDefault() argument 2720 ures_openDirect(const char* path, const char* localeID, UErrorCode* status) ures_openDirect() argument 2732 ures_openFillIn(UResourceBundle *r, const char* path, const char* localeID, UErrorCode* status) ures_openFillIn() argument 2745 ures_openDirectFillIn(UResourceBundle *r, const char* path, const char* localeID, UErrorCode* status) ures_openDirectFillIn() argument 2922 ures_openAvailableLocales(const char *path, UErrorCode *status) ures_openAvailableLocales() argument 2977 ures_getFunctionalEquivalent(char *result, int32_t resultCapacity, const char *path, const char *resName, const char *keyword, const char *locid, UBool *isAvailable, UBool omitDefault, UErrorCode *status) ures_getFunctionalEquivalent() argument 3282 ures_getKeywordValues(const char *path, const char *keyword, UErrorCode *status) ures_getKeywordValues() argument [all...] |
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/ |
| H A D | js_path.cpp | 29 const std::string CLASS_NAME = "Path"; 71 ROSEN_LOGE("Failed to define Path class"); in Init() 98 ROSEN_LOGE("Path::Constructor Failed to napi_get_cb_info"); in Constructor() 102 Path* path = new Path(); in Constructor() local 103 jsPath = new JsPath(path); in Constructor() 110 JsPath* path = nullptr; in Constructor() local 111 GET_UNWRAP_PARAM(ARGC_ZERO, path); in Constructor() 112 Path* in Constructor() 140 CreateJsPath(napi_env env, Path* path) CreateJsPath() argument 705 Path* path = new Path(); OnOffset() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
| H A D | Path.inc | 1 //===- llvm/Support/Windows/Path.inc - Windows Path Impl --------*- C++ -*-===// 10 // This file implements the Windows specific implementation of the Path API. 48 using llvm::sys::path::widenPath; 62 namespace path { 64 // Convert a UTF-8 path to UTF-16. Also, if the absolute equivalent of the 65 // path is longer than CreateDirectory can tolerate, make it absolute and 76 // If we made this path absolute, how much longer would it get? 78 if (llvm::sys::path::is_absolute(Twine(Path8Str))) 86 // Would the absolute path b [all...] |
| /third_party/typescript/src/ |
| H A D | tsconfig.json | 5 { "path": "./tsc" },
6 { "path": "./tsserver" },
7 { "path": "./typingsInstaller" },
8 { "path": "./watchGuard" },
9 { "path": "./debug" },
10 { "path": "./cancellationToken" },
11 { "path": "./dynamicImportCompat" },
12 { "path": "./testRunner" }
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/scripts/micro-benchmarks/ |
| H A D | run_micro_benchmarks.py | 19 from pathlib import Path namespace 24 SRC_PATH = os.path.realpath(os.path.dirname(__file__)) 35 def record_failure_compile(self, path: Path): 36 self.failed_compile.append(path) 38 def record_failure_aot_compile(self, path: Path): 39 self.failed_aot_compile.append(path) 41 def record_failure_exec(self, path [all...] |
| /third_party/ninja/src/ |
| H A D | graph.cc | 94 EXPLAIN("%s has no in-edge and is missing", node->path().c_str());
in RecomputeNodeDirty() 185 EXPLAIN("%s is dirty", (*i)->path().c_str());
in RecomputeNodeDirty() 250 err->append((*i)->path());
in VerifyDAG() 253 err->append((*start)->path());
in VerifyDAG() 286 output->path().c_str());
in RecomputeOutputDirty() 302 EXPLAIN("output %s doesn't exist", output->path().c_str());
in RecomputeOutputDirty() 316 (entry = build_log()->LookupByOutput(output->path()))) {
in RecomputeOutputDirty() 324 output->path().c_str(),
in RecomputeOutputDirty() 325 most_recent_input->path().c_str(),
in RecomputeOutputDirty() 332 if (entry || (entry = build_log()->LookupByOutput(output->path()))) {
in RecomputeOutputDirty() 476 const string& path = (*i)->PathDecanonicalized(); MakePathList() local 494 std::string path = (*it)->PathDecanonicalized(); CollectInputs() local 591 PathDecanonicalized(const string& path, uint64_t slash_bits) PathDecanonicalized() argument 653 LoadDepFile(Edge* edge, const string& path, string* err) LoadDepFile() argument [all...] |
| /third_party/vk-gl-cts/external/amber/src/ |
| H A D | CMakeCache.txt | 56 //Path to a program. 59 //Path to a program. 121 //Path to a program. 143 CMAKE_INSTALL_BINDIR:PATH=bin 146 CMAKE_INSTALL_DATADIR:PATH= 149 CMAKE_INSTALL_DATAROOTDIR:PATH=share 152 CMAKE_INSTALL_DOCDIR:PATH= 155 CMAKE_INSTALL_INCLUDEDIR:PATH=include 158 CMAKE_INSTALL_INFODIR:PATH= 161 CMAKE_INSTALL_LIBDIR:PATH [all...] |
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
| H A D | media_file_utils.cpp | 57 const std::string PATH_PARA = "path="; 231 MEDIA_ERR_LOG("Failed to remove errno: %{public}d, path: %{private}s", errno, fpath); in UnlinkCb() 237 int32_t MediaFileUtils::RemoveDirectory(const string &path) in RemoveDirectory() argument 239 return nftw(path.c_str(), UnlinkCb, OPEN_FDS, FTW_DEPTH | FTW_PHYS); in RemoveDirectory() 242 std::string MediaFileUtils::DesensitizePath(const std::string &path) in DesensitizePath() argument 244 string result = path; in DesensitizePath() 251 void MediaFileUtils::PrintStatInformation(const std::string& path) in PrintStatInformation() argument 254 if ((stat(path.c_str(), &statInfo)) == E_SUCCESS) { in PrintStatInformation() 255 MEDIA_INFO_LOG("path:%{public}s uid:%{public}d, gid:%{public}d, mode:%{public}d", in PrintStatInformation() 256 DesensitizePath(path) in PrintStatInformation() 336 IsDirEmpty(const string &path) IsDirEmpty() argument 644 string path; MediaFileDeletionRecord() local 905 string path = "/storage/cloud/files/.thumbs" + uri.substr(prefixLen); CheckTitle() local 920 string path = "/storage/cloud/files" + uri.substr(prefixLen); GetHighlightVideoPath() local 992 GetParentPath(const string &path) global() argument 1078 UpdatePath(const string &path, const string &uri) global() argument 1143 GetExtensionFromPath(const string &path) global() argument 1586 IsFileTablePath(const string &path) global() argument 1603 IsPhotoTablePath(const string &path) global() argument 1666 GetExtraUri(const string &displayName, const string &path, const bool isNeedEncode) global() argument 1764 CheckMovingPhotoImage(const string &path) global() argument 1769 CheckMovingPhotoVideo(const string &path) global() argument 1939 ModifyFile(const std::string path, int64_t modifiedTime) global() argument [all...] |