| /third_party/python/Lib/test/ |
| H A D | test_embed.py | 11 import os.path namespace 43 STDLIB_INSTALL = os.path.join(sys.prefix, sys.platlibdir, 45 if not os.path.isfile(os.path.join(STDLIB_INSTALL, 'os.py')): 49 program = os.path.basename(program) 50 name = os.path.splitext(program)[0] 66 builddir = os.path.dirname(sys.executable) 72 exepath = os.path.join(builddir, 'Programs') 73 self.test_exe = exe = os.path.join(exepath, exename) 74 if not os.path [all...] |
| /third_party/node/deps/npm/node_modules/walk-up-path/dist/mjs/ |
| H A D | index.js | 1 import { dirname, resolve } from 'path'; 2 export const walkUp = function* (path) { 3 for (path = resolve(path); path;) { 4 yield path; 5 const pp = dirname(path); 6 if (pp === path) { 10 path = pp;
|
| /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...] |
| /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...] |
| /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...] |
| /drivers/hdf_core/adapter/ |
| H A D | OAT.xml | 16 basedir: Root dir, the basedir + project path is the real source file location. 25 5. task project: Projects to be checked, the path field define the source root dir of the project. 30 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is: 31 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/> 33 "compatibility" is used to check license compatibility in the specified path; 34 "license" is used to check source license header in the specified path; 35 "copyright" is used to check source copyright header in the specified path; 36 "import" is used to check source dependency in the specified path, such as import ... ,include ... 37 "filetype" is used to check file type in the specified path, supported file types: archive, binary 38 "filename" is used to check whether the specified file exists in the specified path(suppor [all...] |
| /foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/amsthread/ |
| H A D | ams_thread.cpp | 25 static bool IsAbilityInfoValid(const char *path, const char *bundleName) in IsAbilityInfoValid() argument 27 if (path == nullptr || bundleName == nullptr) { in IsAbilityInfoValid() 31 if (strlen(path) == 0 || strlen(bundleName) == 0) { in IsAbilityInfoValid() 35 if (strlen(path) >= APP_RECORD_STRING_BUFFER_MAX || strlen(bundleName) >= APP_RECORD_STRING_BUFFER_MAX) { in IsAbilityInfoValid() 42 int StartAbility(const char *path, const char *bundleName) in StartAbility() argument 48 if (!IsAbilityInfoValid(path, bundleName)) { in StartAbility() 53 if ((strcpy_s(message->path, APP_RECORD_STRING_BUFFER_MAX, path) != 0) || in StartAbility() 95 StartAbilityInner(innerMsg->path, innerMsg->bundle); in run() 140 int AMSThread::StartAbilityInner(const char *path, cons argument 239 CreateNewAppRecord(const char *path, const char *bundleName) CreateNewAppRecord() argument 314 GetAppRecordByInfo(const char *path, const char *bundleName) GetAppRecordByInfo() argument [all...] |
| /foundation/filemanagement/app_file_service/utils/src/b_json/ |
| H A D | b_report_entity.cpp | 43 const string INFO_PATH = "path"; 68 vector<string> &residue, string &path) in ParseSplitsItem() 73 path += splits[i] + ";"; in ParseSplitsItem() 85 // 处理path路径 in ParseReportInfo() 86 string path; in ParseReportInfo() local 89 // 识别path字段与其他字段 in ParseReportInfo() 90 ParseSplitsItem(splits, keys, residue, path); in ParseReportInfo() 98 path = (path.length() > 0 && path[ in ParseReportInfo() 67 ParseSplitsItem(const vector<string> &splits, const unordered_map<string, int> &keys, vector<string> &residue, string &path) ParseSplitsItem() argument 253 CheckAndUpdateIfReportLineEncoded(std::string &path) CheckAndUpdateIfReportLineEncoded() argument [all...] |
| /third_party/libpng/ |
| H A D | OAT.xml | 20 basedir: Root dir, the basedir + project path is the real source file location. 29 5. task project: Projects to be checked, the path field define the source root dir of the project. 34 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is: 35 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/> 37 "compatibility" is used to check license compatibility in the specified path; 38 "license" is used to check source license header in the specified path; 39 "copyright" is used to check source copyright header in the specified path; 40 "import" is used to check source dependency in the specified path, such as import ... ,include ... 41 "filetype" is used to check file type in the specified path, supported file types: archive, binary 42 "filename" is used to check whether the specified file exists in the specified path(suppor [all...] |
| /third_party/json/tests/thirdparty/Fuzzer/ |
| H A D | FuzzerIOWindows.cpp | 27 static bool IsFile(const std::string &Path, const DWORD &FileAttributes) { in IsFile() argument 36 CreateFileA(Path.c_str(), 0, FILE_SHARE_READ, NULL, OPEN_EXISTING, in IsFile() 40 Printf("CreateFileA() failed for \"%s\" (Error code: %lu).\n", Path.c_str(), in IsFile() 48 Printf("GetFileType() failed for \"%s\" (Error code: %lu).\n", Path.c_str(), in IsFile() 63 bool IsFile(const std::string &Path) { in IsFile() argument 64 DWORD Att = GetFileAttributesA(Path.c_str()); in IsFile() 68 Path.c_str(), GetLastError()); in IsFile() 72 return IsFile(Path, Att); in IsFile() 81 std::string Path(Dir); in ListFilesInDirRecursive() 82 assert(!Path in ListFilesInDirRecursive() 138 RemoveFile(const std::string &Path) RemoveFile() argument [all...] |
| /third_party/ninja/src/ |
| H A D | test.cc | 95 Node* StateTestWithBuiltinRules::GetNode(const string& path) {
in GetNode() argument 96 EXPECT_FALSE(strpbrk(path.c_str(), "/\\"));
in GetNode() 97 return state_.GetNode(path, 0);
in GetNode() 145 void VirtualFileSystem::Create(const string& path,
in Create() argument 147 files_[path].mtime = now_;
in Create() 148 files_[path].contents = contents;
in Create() 149 files_created_.insert(path);
in Create() 152 TimeStamp VirtualFileSystem::Stat(const string& path, string* err) const {
in Stat() argument 153 FileMap::const_iterator i = files_.find(path);
in Stat() 161 bool VirtualFileSystem::WriteFile(const string& path, cons argument 166 MakeDir(const string& path) MakeDir() argument 171 ReadFile(const string& path, string* contents, string* err) ReadFile() argument 184 RemoveFile(const string& path) RemoveFile() argument [all...] |
| /third_party/node/deps/uv/src/unix/ |
| H A D | linux-inotify.c | 40 char* path; member 116 /* It's critical to keep a copy of path here, because it in uv__inotify_fork() 120 tmp_path = uv__strdup(handle->path); in uv__inotify_fork() 127 handle->path = tmp_path; in uv__inotify_fork() 138 tmp_path = handle->path; in uv__inotify_fork() 139 handle->path = NULL; in uv__inotify_fork() 160 /* No watchers left for this path. Clean up. */ in maybe_free_watcher_list() 175 const char* path; in uv__inotify_read() local 178 /* needs to be large enough for sizeof(inotify_event) + strlen(path) */ in uv__inotify_read() 211 path in uv__inotify_read() 249 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 [all...] |
| /third_party/skia/src/gpu/ |
| H A D | GrStyle.h | 19 * as well as an optional path effect. If the path effect represents dashing, the dashing 20 * information is extracted from the path effect and stored explicitly. 27 * A style object that represents a fill with no path effect. 36 * A style object that represents a hairline stroke with no path effect. 62 * into a key. This occurs when there is a path effect that is not a dash. The key can 63 * either reflect just the path effect (if one) or the path effect and the strokerec. Note 113 /** Is this style a fill with no path effect? */ 116 /** Is this style a hairline with no path effec [all...] |
| /third_party/typescript/tests/ts_extra_tests/ |
| H A D | run_ts_case.py | 28 if not os.path.isabs(arg):
30 if not os.path.exists(arg):
36 if not os.path.isfile(arg):
39 return os.path.abspath(arg)
43 if not os.path.isdir(arg):
46 return os.path.abspath(arg)
49 def parse_and_execute(path, ark_runtime=False, skip_negative=True):
50 if (path.endswith(".ts") | path.endswith(".tsx")):
51 test_cases = TestCase(path)
[all...] |
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| H A D | cancellationToken.ts | 16 path: "/a/b/app.ts",
37 arguments: { file: f1.path }
43 arguments: { files: [f1.path] }
49 arguments: { file: f1.path, line: 1, offset: 6 }
60 path: "/a/app.ts",
64 path: "/a/tsconfig.json",
80 arguments: { file: f1.path }
99 arguments: { files: [f1.path] }
107 arguments: { file: f1.path }
124 arguments: { files: [f1.path] }
[all...] |
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | field_mask_utility.cc | 47 // Appends a FieldMask path segment to a prefix. 65 std::string ConvertFieldMaskPath(const StringPiece path, in ConvertFieldMaskPath() argument 68 result.reserve(path.size() << 1); in ConvertFieldMaskPath() 76 for (size_t i = 0; i <= path.size(); ++i) { in ConvertFieldMaskPath() 79 if (i == path.size()) { in ConvertFieldMaskPath() 82 result.push_back(path[i]); in ConvertFieldMaskPath() 85 } else if (path[i] == '\\') { in ConvertFieldMaskPath() 87 } else if (path[i] == '\"') { in ConvertFieldMaskPath() 93 if (i == path.size() || path[ in ConvertFieldMaskPath() [all...] |
| /third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/ |
| H A D | perf_puppeteer_canvas_test.go | 11 "path/filepath" 26 const fakeNodeBinPath = "/fake/path/to/node/bin" 38 assert.Equal(t, "/fake/path/to/node/bin/npm", cmd.Name) 51 const fakeNodeBinPath = "/fake/path/to/node/bin" 52 const fakeCanvasKitPath = "/fake/path/to/canvaskit" 53 const fakeBenchmarkPath = "/fake/path/to/perf-puppeteer" 71 assert.Equal(t, "/fake/path/to/node/bin/node", cmd.Name) 74 "--canvaskit_js", "/fake/path/to/canvaskit/canvaskit.js", 75 "--canvaskit_wasm", "/fake/path/to/canvaskit/canvaskit.wasm", 77 "--output", "/fake/path/t [all...] |
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | run_code_generation.py | 17 script_dir = sys.path[0] 18 root_dir = os.path.abspath(os.path.join(script_dir, '..')) 27 return os.path.dirname(os.path.abspath(os.path.join(root_dir, script))) 31 def clean_path_slashes(path): 32 return path.replace("\\", "/") 38 return os.path.relpath(os.path [all...] |
| /vendor/hihope/ |
| H A D | OAT.xml | 24 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:
25 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
27 "compatibility" is used to check license compatibility in the specified path;
28 "license" is used to check source license header in the specified path;
29 "copyright" is used to check source copyright header in the specified path;
30 "import" is used to check source dependency in the specified path, such as import ... ,include ...
31 "filetype" is used to check file type in the specified path, supported file types: archive, binary
32 "filename" is used to check whether the specified file exists in the specified path(projectroot means the root dir of the project), supported file names: LICENSE, README, README.OpenSource
34 5. policyitem path: This field is used for define the source file scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*" means files in lib dir will be exclude while process this policyitem.
38 8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is used to filter file path [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/skia/site/docs/dev/design/conical/ |
| H A D | lemma1.svg | 20 <path d="M 0 0 L 442 0 L 442 404 L 0 404 L 0 0 z"/> 25 <path d="M 49.484375 212.859375 L 52.125 212.859375 L 52.125 213.65625 L 49.484375 213.65625 L 49.484375 212.859375 z M 53.8427734375 215.171875 L 55.4677734375 215.171875 L 55.4677734375 209.609375 L 53.7021484375 209.953125 L 53.7021484375 209.0625 L 55.4521484375 208.703125 L 56.4365234375 208.703125 L 56.4365234375 215.171875 L 58.0458984375 215.171875 L 58.0458984375 216 L 53.8427734375 216 L 53.8427734375 215.171875 z"/> 30 <path d="M 53.73819266040353 202.82509847769083 L 53.73819266040353 206.82509847769083"/> 35 <path d="M 151.171875 209.359375 Q 150.421875 209.359375 150.03125 210.109375 Q 149.65625 210.859375 149.65625 212.359375 Q 149.65625 213.859375 150.03125 214.609375 Q 150.421875 215.359375 151.171875 215.359375 Q 151.953125 215.359375 152.328125 214.609375 Q 152.71875 213.859375 152.71875 212.359375 Q 152.71875 210.859375 152.328125 210.109375 Q 151.953125 209.359375 151.171875 209.359375 z M 151.171875 208.578125 Q 152.40625 208.578125 153.046875 209.546875 Q 153.703125 210.515625 153.703125 212.359375 Q 153.703125 214.203125 153.046875 215.171875 Q 152.40625 216.140625 151.171875 216.140625 Q 149.953125 216.140625 149.296875 215.171875 Q 148.65625 214.203125 148.65625 212.359375 Q 148.65625 210.515625 149.296875 209.546875 Q 149.953125 208.578125 151.171875 208.578125 z"/> 40 <path d="M 142.7866248530314 202.82509847769083 L 142.7866248530314 206.82509847769083"/> 45 <path d="M 230.234375 215.171875 L 231.859375 215.171875 L 231.859375 209.609375 L 230.09375 209.953125 L 230.09375 209.0625 L 231.84375 208.703125 L 232.828125 208.703125 L 232.828125 215.171875 L 234.4375 215.171875 L 234.4375 216 L 230.234375 216 L 230.234375 215.171875 z"/> 50 <path d="M 231.8350570456593 202.82509847769083 L 231.8350570456593 206.82509847769083"/> 55 <path d="M 319.921875 215.171875 L 323.359375 215.171875 L 323.359375 216 L 318.734375 216 L 318.734375 215.171875 Q 319.296875 214.59375 320.265625 213.609375 Q 321.234375 212.625 321.484375 212.34375 Q 321.953125 211.8125 322.140625 211.453125 Q 322.328125 211.078125 322.328125 210.71875 Q 322.328125 210.140625 321.921875 209.78125 Q 321.515625 209.40625 320.859375 209.40625 Q 320.390625 209.40625 319.875 209.578125 Q 319.375 209.734375 318.78125 210.0625 L 318.78125 209.0625 Q 319.375 208.828125 319.890625 208.703125 Q 320.40625 208.578125 320.84375 208.578125 Q 321.96875 208.578125 322.640625 209.140625 Q 323.328125 209.703125 323.328125 210.65625 Q 323.328125 211.109375 323.15625 211.515625 Q 322.984375 211.90625 322.546875 212.453125 Q 322.421875 212.59375 321.765625 213.28125 Q 321.109375 213.953125 319.921875 215.171875 z"/> 60 <path d="M 320.8834892382872 202.82509847769083 L 320.8834892382872 206.82509847769083"/> 65 <path [all...] |
| /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/hiviewdfx/hiview/adapter/service/server/src/ |
| H A D | hiview_log_config_manager.cpp | 31 Json::Value ParseJsonFile(const std::string& path)
in ParseJsonFile() argument 34 std::ifstream fin(path, std::ifstream::binary);
in ParseJsonFile() 36 HIVIEW_LOGW("failed to open file, path: %{public}s.", path.c_str());
in ParseJsonFile() 43 HIVIEW_LOGE("failed to parse file, path: %{public}s.", path.c_str());
in ParseJsonFile() 82 HIVIEW_LOGW("no file path tag.");
in GetLogConfigFromFile() 85 std::string path(jsonRoot[type][FILE_PATH_KEY].asString());
in GetLogConfigFromFile() 86 if (path.empty()) {
in GetLogConfigFromFile() 87 HIVIEW_LOGW("path i in GetLogConfigFromFile() [all...] |
| /base/powermgr/thermal_manager/test/common/src/ |
| H A D | thermal_test.cpp | 36 int32_t ThermalTest::WriteFile(std::string path, std::string buf) in WriteFile() argument 38 FILE *fp = fopen(path.c_str(), "w+"); in WriteFile() 44 THERMAL_HILOGD(COMP_SVC, "Failed to fwrite %{public}s, num=%{public}zu", path.c_str(), num); in WriteFile() 52 int32_t ThermalTest::ReadFile(std::string path, std::string& buf) in ReadFile() argument 54 std::ifstream input(path); in ReadFile() 94 bool ThermalTest::IsMock(const std::string& path) in IsMock() argument 97 int32_t ret = stat(path.c_str(), &pathStat); in IsMock() 107 DIR* dir = opendir(path.c_str()); in IsMock() 130 std::string ThermalTest::GetNodeValue(const std::string& path) in GetNodeValue() argument 133 int32_t ret = ThermalTest::ReadFile(path, valu in GetNodeValue() 138 SetNodeValue(int32_t value, const std::string& path) SetNodeValue() argument 146 SetNodeString(std::string str, const std::string& path) SetNodeString() argument [all...] |
| /foundation/multimodalinput/input/test/facility/libinput_wrapper/src/ |
| H A D | libinput_wrapper.cpp | 50 .open_restricted = [](const char *path, int32_t flags, void *user_data)->int32_t { 51 if (path == nullptr) { 52 MMI_HILOGWK("Input device path is nullptr"); 56 if (realpath(path, realPath) == nullptr) { 58 MMI_HILOGWK("The error path is %{private}s", path); 70 MMI_HILOGWK("Libinput .open_restricted path:%{private}s,fd:%{public}d,errno:%{public}d", path, fd, errNo); 118 bool LibinputWrapper::AddPath(const std::string &path) in AddPath() argument 121 auto pos = devices_.find(path); in AddPath() 131 RemovePath(const std::string &path) RemovePath() argument [all...] |