| /third_party/ltp/lib/ |
| H A D | tst_sys_conf.c | 16 char path[PATH_MAX]; member 24 const char *path) in print_error() 27 tst_res_(__FILE__, lineno, TINFO | TERRNO, err, path); in print_error() 29 tst_brk_(__FILE__, lineno, TBROK | TERRNO, err, path); in print_error() 37 tst_res(TINFO, "%s = %s", i->path, i->value); in tst_sys_conf_dump() 40 void tst_sys_conf_save_str(const char *path, const char *value) in tst_sys_conf_save_str() argument 44 strncpy(n->path, path, sizeof(n->path)-1); in tst_sys_conf_save_str() 47 n->path[sizeo in tst_sys_conf_save_str() 23 print_error(const int lineno, int info_only, const char *err, const char *path) print_error() argument [all...] |
| /third_party/rust/crates/serde/serde_derive_internals/src/ |
| H A D | attr.rs | 217 remote: Option<syn::Path>, 220 serde_path: Option<syn::Path>, 313 if attr.path() != SERDE { in from_ast() 315 matches!(&attr.meta, syn::Meta::Path(path) if path == NON_EXHAUSTIVE); in from_ast() 326 if meta.path == RENAME { in from_ast() 330 ser_name.set_opt(&meta.path, ser.as_ref().map(syn::LitStr::value)); in from_ast() 331 de_name.set_opt(&meta.path, de.as_ref().map(syn::LitStr::value)); in from_ast() 332 } else if meta.path in from_ast() 1261 let mut path = syn::Path { from_ast() variables 1278 let mut path = syn::Path { from_ast() variables [all...] |
| /third_party/rust/crates/serde/serde_derive/src/internals/ |
| H A D | attr.rs | 217 remote: Option<syn::Path>, 220 serde_path: Option<syn::Path>, 313 if attr.path() != SERDE { in from_ast() 315 matches!(&attr.meta, syn::Meta::Path(path) if path == NON_EXHAUSTIVE); in from_ast() 326 if meta.path == RENAME { in from_ast() 330 ser_name.set_opt(&meta.path, ser.as_ref().map(syn::LitStr::value)); in from_ast() 331 de_name.set_opt(&meta.path, de.as_ref().map(syn::LitStr::value)); in from_ast() 332 } else if meta.path in from_ast() 1261 let mut path = syn::Path { from_ast() variables 1278 let mut path = syn::Path { from_ast() variables [all...] |
| /third_party/python/Modules/ |
| H A D | getpath.c | 1 /* Return the initial module search path. */ 62 wchar_t *path; variable 67 path = PyUnicode_AsWideCharString(pathobj, &len); 68 if (path) { 70 if (_Py_abspath((const wchar_t *)_Py_normpath(path, -1), &abs) == 0 && abs) { 74 PyErr_SetString(PyExc_OSError, "failed to make path absolute"); 76 PyMem_Free((void *)path); 85 PyObject *path; variable 86 if (!PyArg_ParseTuple(args, "U", &path)) { 89 Py_ssize_t end = PyUnicode_GET_LENGTH(path); 101 PyObject *path; global() variable 119 const wchar_t *path; global() variable 139 const wchar_t *path; global() variable 174 const wchar_t *path; global() variable 200 const wchar_t *path; global() variable 226 const wchar_t *path; global() variable 341 const wchar_t *path; global() variable 433 wchar_t *path = PyUnicode_AsWideCharString(pathobj, NULL); global() variable [all...] |
| /third_party/iptables/ |
| 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...] |
| /third_party/python/Lib/test/test_importlib/ |
| H A D | test_util.py | 106 spec = self.machinery.ModuleSpec('test', object(), origin='some/path') 113 spec.cached = 'some/path' 280 module.__path__ = ['<path>'] 407 def find_spec(name, path=None, target=None): return name, path, target 565 # Given the path to a .py file, return the path to its PEP 3147 567 path = os.path.join('foo', 'bar', 'baz', 'qux.py') 568 expect = os.path [all...] |
| /third_party/skia/fuzz/ |
| H A D | FuzzCommon.cpp | 30 // allows some float values for path points 31 void FuzzNicePath(Fuzz* fuzz, SkPath* path, int maxOps) { in FuzzNicePath() argument 32 if (maxOps <= 0 || fuzz->exhausted() || path->countPoints() > 100000) { in FuzzNicePath() 37 path->setFillType((SkPathFillType)fillType); in FuzzNicePath() 41 // When we start adding the path to itself, the fuzzer can make an in FuzzNicePath() 42 // exponentially long path, which causes timeouts. in FuzzNicePath() 43 if (path->countPoints() > 100000) { in FuzzNicePath() 61 path->moveTo(a, b); in FuzzNicePath() 65 path->rMoveTo(a, b); in FuzzNicePath() 69 path in FuzzNicePath() 225 FuzzEvilPath(Fuzz* fuzz, SkPath* path, int last_verb) FuzzEvilPath() argument [all...] |
| /third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/ |
| H A D | Perf-Android-Clang-GalaxyS20-GPU-MaliG77-arm64-Release-All-Android_Vulkan.json | 26 "PATH": "<PATH>:RECIPE_REPO[depot_tools]" 42 "PATH": "<PATH>:RECIPE_REPO[depot_tools]" 51 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprin [all...] |
| H A D | Test-Android-Clang-Pixel3a-GPU-Adreno615-arm64-Debug-All-Android_Vulkan.json | 26 "PATH": "<PATH>:RECIPE_REPO[depot_tools]" 42 "PATH": "<PATH>:RECIPE_REPO[depot_tools]" 51 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprin [all...] |
| H A D | Test-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android.json | 26 "PATH": "<PATH>:RECIPE_REPO[depot_tools]" 42 "PATH": "<PATH>:RECIPE_REPO[depot_tools]" 51 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprin [all...] |
| H A D | Perf-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Debug-All-Android.json | 26 "PATH": "<PATH>:RECIPE_REPO[depot_tools]" 42 "PATH": "<PATH>:RECIPE_REPO[depot_tools]" 51 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprin [all...] |
| H A D | Test-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Debug-All-Android.json | 26 "PATH": "<PATH>:RECIPE_REPO[depot_tools]" 42 "PATH": "<PATH>:RECIPE_REPO[depot_tools]" 51 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprin [all...] |
| H A D | Perf-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android_SkottieTracing.json | 26 "PATH": "<PATH>:RECIPE_REPO[depot_tools]" 42 "PATH": "<PATH>:RECIPE_REPO[depot_tools]" 51 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprin [all...] |
| /third_party/openGLES/extensions/NV/ |
| H A D | NV_path_rendering.txt | 72 This extension adds a new rendering paradigm, known as path rendering, 73 for rendering filled and stroked paths. Path rendering is not novel 78 to mix path rendering with arbitrary OpenGL 3D rendering and imaging. 80 With this extension, path rendering becomes a first-class rendering 88 Even though the path is defined in a 2D plane, every path can 93 Both geometric primitive rendering and path rendering support 94 rasterization of edges defined by line segments; however, path 95 rendering also allows path segments to be specified by Bezier (cubic 96 or quadratic) curves or partial elliptical arcs. This allows path [all...] |
| /third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
| H A D | NV_path_rendering.txt | 72 This extension adds a new rendering paradigm, known as path rendering, 73 for rendering filled and stroked paths. Path rendering is not novel 78 to mix path rendering with arbitrary OpenGL 3D rendering and imaging. 80 With this extension, path rendering becomes a first-class rendering 88 Even though the path is defined in a 2D plane, every path can 93 Both geometric primitive rendering and path rendering support 94 rasterization of edges defined by line segments; however, path 95 rendering also allows path segments to be specified by Bezier (cubic 96 or quadratic) curves or partial elliptical arcs. This allows path [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | aaccoder_trellis.h | 53 int prev_idx; ///< pointer to the previous path point 54 float cost; ///< path cost 62 TrellisBandCodingPath path[120][CB_TOT_ALL]; in codebook_trellis_rate() local 76 path[0][cb].cost = run_bits+4; in codebook_trellis_rate() 77 path[0][cb].prev_idx = -1; in codebook_trellis_rate() 78 path[0][cb].run = 0; in codebook_trellis_rate() 83 float cost_stay_here = path[swb][0].cost; in codebook_trellis_rate() 85 if ( run_value_bits[sce->ics.num_windows == 8][path[swb][0].run] in codebook_trellis_rate() 86 != run_value_bits[sce->ics.num_windows == 8][path[swb][0].run+1]) in codebook_trellis_rate() 89 path[sw in codebook_trellis_rate() [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
| H A D | path.h | 72 class DRAWING_API Path { class 74 Path() noexcept; 75 Path(const Path& p) noexcept; 76 Path &operator=(const Path& p) noexcept; 77 virtual ~Path(); 85 * @brief Parses the SVG format string that describes the drawing path, and sets the Path. 87 * @param str A string in SVG format that describes the drawing path [all...] |
| /third_party/typescript/src/harness/ |
| H A D | virtualFileSystemWithWatch.ts | 3 path: "/a/lib/lib.d.ts",
18 return combinePaths(getDirectoryPath(libFile.path), "tsc.js");
45 path: string;
51 path: string;
56 path: string;
57 /** Relative path to the real file. */
63 [path: string]: string | Omit<FileOrFolderOrSymLink, "path">;
74 path: Path;
[all...] |
| /third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
| H A D | tree-check.js | 4 const log = [['START TREE CHECK', tree.path]] 33 node: node.path, 35 tree: tree.path, 36 root: tree.root.path, 37 via: via.path, 45 node: node.path, 47 tree: tree.path, 48 root: tree.root.path, 49 via: via.path, 51 otherRoot: node.root && node.root.path, [all...] |
| /third_party/skia/tests/ |
| H A D | PathOpsChalkboardTest.cpp | 17 SkPath path; in chalkboard() local 19 path.moveTo(SkBits2Float(0x4470eed9), SkBits2Float(0x439c1ac1)); // 963.732f, 312.209f in chalkboard() 20 if (testlines & (1LL << i++)) path.lineTo(SkBits2Float(0x4470dde3), SkBits2Float(0x439c63d8)); // 963.467f, 312.78f in chalkboard() 21 if (testlines & (1LL << i++)) path.cubicTo(SkBits2Float(0x4470dbd7), SkBits2Float(0x439c3e57), SkBits2Float(0x4470c893), SkBits2Float(0x439c69fd), SkBits2Float(0x4470cfcf), SkBits2Float(0x439c297a)); // 963.435f, 312.487f, 963.134f, 312.828f, 963.247f, 312.324f in chalkboard() 22 if (testlines & (1LL << i++)) path.cubicTo(SkBits2Float(0x4470c46b), SkBits2Float(0x439c8149), SkBits2Float(0x4470b137), SkBits2Float(0x439c2938), SkBits2Float(0x4470b5f4), SkBits2Float(0x439ca99b)); // 963.069f, 313.01f, 962.769f, 312.322f, 962.843f, 313.325f in chalkboard() 23 if (testlines & (1LL << i++)) path.cubicTo(SkBits2Float(0x4470e842), SkBits2Float(0x439c8335), SkBits2Float(0x447125a2), SkBits2Float(0x439cce78), SkBits2Float(0x44715a2d), SkBits2Float(0x439c61ed)); // 963.629f, 313.025f, 964.588f, 313.613f, 965.409f, 312.765f in chalkboard() 24 if (testlines & (1LL << i++)) path.lineTo(SkBits2Float(0x447150d5), SkBits2Float(0x439c945c)); // 965.263f, 313.159f in chalkboard() 25 if (testlines & (1LL << i++)) path.cubicTo(SkBits2Float(0x4471546b), SkBits2Float(0x439c87f2), SkBits2Float(0x4471579e), SkBits2Float(0x439c8085), SkBits2Float(0x44715a8f), SkBits2Float(0x439c7c4c)); // 965.319f, 313.062f, 965.369f, 313.004f, 965.415f, 312.971f in chalkboard() 26 if (testlines & (1LL << i++)) path.lineTo(SkBits2Float(0x44715cbc), SkBits2Float(0x439c79dd)); // 965.449f, 312.952f in chalkboard() 27 if (testlines & (1LL << i++)) path in chalkboard() [all...] |
| /foundation/filemanagement/app_file_service/interfaces/common/ |
| H A D | backup_sandbox.json | 2 "mount-path-map" : [{ 3 "sandbox-path" : "/data/storage/el2/base/", 4 "src-path" : "/data/app/el2/<currentUserId>/base/<PackageName>/" 6 "sandbox-path" : "/data/storage/el1/base/", 7 "src-path" : "/data/app/el1/<currentUserId>/base/<PackageName>/" 9 "sandbox-path" : "/data/storage/el1/database/", 10 "src-path" : "/data/app/el1/<currentUserId>/database/<PackageName>/" 12 "sandbox-path" : "/data/storage/el2/database/", 13 "src-path" : "/data/app/el2/<currentUserId>/database/<PackageName>/" 15 "sandbox-path" [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/api/ |
| H A D | documentdb_api_test.cpp | 60 std::string path = "./document.db"; in HWTEST_F() local 62 int status = GRD_DBOpen(path.c_str(), nullptr, GRD_DB_OPEN_CREATE, &db); in HWTEST_F() 74 DocumentDBTestUtils::RemoveTestDbFiles(path); in HWTEST_F() 86 std::string path = "./document.db"; in HWTEST_F() local 87 int status = GRD_DBOpen(path.c_str(), nullptr, GRD_DB_OPEN_CREATE, nullptr); in HWTEST_F() 91 status = GRD_DBOpen(path.c_str(), nullptr, GRD_DB_OPEN_CREATE, &db); in HWTEST_F() 98 status = GRD_DBOpen(path.c_str(), nullptr, GRD_DB_OPEN_CREATE, &db); in HWTEST_F() 107 std::string path = "./document.db"; in HWTEST_F() local 109 int status = GRD_DBOpen(path.c_str(), nullptr, GRD_DB_OPEN_CREATE, &db); in HWTEST_F() 115 status = GRD_DBOpen(path in HWTEST_F() 135 std::string path = "./test.txt"; HWTEST_F() local 205 std::string path = "./document.db"; HWTEST_F() local 222 std::string path = "./document.db"; HWTEST_F() local 237 std::string path = "./document.db"; HWTEST_F() local 258 std::string path = "./document.db"; HWTEST_F() local 287 std::string path = "./document.db"; HWTEST_F() local 311 std::string path = "./document.db"; HWTEST_F() local 339 std::string path = "./document.db"; HWTEST_F() local 365 std::string path = "./document.db"; HWTEST_F() local 391 std::string path = "./document.db"; HWTEST_F() local 430 std::string path = "./document.db"; HWTEST_F() local 449 GetDBPageSize(const std::string &path) GetDBPageSize() argument 478 std::string path = "./document.db"; HWTEST_F() local 504 std::string path = "./document.db"; HWTEST_F() local 531 std::string path = "./document.db"; HWTEST_F() local 556 std::string path = "./document.db"; HWTEST_F() local 573 std::string path = "./document.db"; HWTEST_F() local 599 std::string path = "./document.db"; HWTEST_F() local 625 std::string path = "./document.db"; HWTEST_F() local 645 std::string path = "./document.db"; HWTEST_F() local 665 std::string path = "./document.db"; HWTEST_F() local 728 std::string path = "./document.db"; HWTEST_F() local 750 std::string path = "./document.db"; HWTEST_F() local 772 std::string path = "./document.db"; HWTEST_F() local 804 std::string path = "./document.db"; HWTEST_F() local [all...] |
| /third_party/cJSON/tests/json-patch-tests/ |
| H A D | tests.json | 29 "patch": [{"op": "add", "path": "/foo", "value":1}], 34 "patch": [{"op": "add", "path": "/0", "value": "foo"}], 44 "patch": [{"op": "add", "path": "/foo", "value": "1"}], 49 "patch": [{"op": "add", "path": "/foo", "value": 1}], 54 "patch": [{"op": "replace", "path": "", "value": "bar"}], 60 "patch": [{"op": "add", "path": "", "value": []}], 65 "patch": [{"op": "add", "path": "", "value": {}}], 70 "patch": [{"op": "add", "path": "/-", "value": "hi"}], 75 "patch": [ {"op": "add", "path": "/", "value":1 } ], 80 "patch": [ {"op": "add", "path" [all...] |
| /third_party/python/Lib/ |
| H A D | pkgutil.py | 9 import os.path namespace 53 def walk_packages(path=None, prefix='', onerror=None): 55 on path, or, if path is None, all accessible modules. 57 'path' should be either None or a list of paths to look for 64 modules!) on the given path, in order to access the __path__ 87 for info in iter_modules(path, prefix): 102 path = getattr(sys.modules[info.name], '__path__', None) or [] 104 # don't traverse path items we've seen before 105 path [all...] |
| /third_party/skia/infra/bots/ |
| H A D | tasks.json | 3091 "path": "cache/vpython" 3098 "path": "cipd_bin_packages/cpython", 3103 "path": "cipd_bin_packages/cpython3", 3108 "path": "cipd_bin_packages", 3113 "path": ".", 3118 "path": "cipd_bin_packages", 3123 "path": "cipd_bin_packages", 3128 "path": "android_ndk_linux", 3152 "PATH": [ 3183 "path" [all...] |