/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
H A D | function_call_mutator.js | 18 function _liftExpressionsToStatements(path, nodes) { 21 if (!babelTypes.isExpressionStatement(path.parent)) { 38 CallExpression(path) { 39 if (!babelTypes.isIdentifier(path.node.callee)) { 43 if (!common.isFunctionIdentifier(path.node.callee.name)) { 53 const randFunc = common.randomFunction(path); 56 path.node, 57 `Replaced ${path.node.callee.name} with ${randFunc.name}`); 59 path.node.callee = randFunc; 69 ID: babelTypes.cloneDeep(path [all...] |
H A D | number_mutator.js | 21 function isObjectKey(path) { 22 return (path.parent && 23 babelTypes.isObjectMember(path.parent) && 24 path.parent.key === path.node); 46 ignore(path) { 48 common.isInForLoopCondition(path) || 49 common.isInWhileLoop(path); 52 randomReplace(path, value, forcePositive=false) { 60 path [all...] |
/third_party/python/Lib/ctypes/macholib/ |
H A D | dyld.py | 23 os.path.expanduser("~/Library/Frameworks"), 30 os.path.expanduser("~/lib"), 62 """For a potential path iterator, add DYLD_IMAGE_SUFFIX semantics""" 67 for path in iterator: 68 if path.endswith('.dylib'): 69 yield path[:-len('.dylib')] + suffix + '.dylib' 71 yield path + suffix 72 yield path 78 # path if any. If there is none go on to search the DYLD_LIBRARY_PATH 84 for path i [all...] |
/third_party/skia/tests/ |
H A D | PathTest.cpp | 44 SkPath path; in test_add_rrect() local 46 path.addRRect(rrect); in test_add_rrect() 47 REPORTER_ASSERT(reporter, bounds == path.getBounds()); in test_add_rrect() 51 SkPath path; in test_skbug_3469() local 52 path.moveTo(20, 20); in test_skbug_3469() 53 path.quadTo(20, 50, 80, 50); in test_skbug_3469() 54 path.quadTo(20, 50, 20, 80); in test_skbug_3469() 55 REPORTER_ASSERT(reporter, !path.isConvex()); in test_skbug_3469() 76 static void make_path_crbug364224(SkPath* path) { in make_path_crbug364224() argument 77 path in make_path_crbug364224() 100 make_path_crbug364224_simplified(SkPath* path) make_path_crbug364224_simplified() argument 109 SkPath path; test_sect_with_horizontal_needs_pinning() local 121 SkPath path; test_path_crbug364224() local 133 test_draw_AA_path(int width, int height, const SkPath& path) test_draw_AA_path() argument 143 SkPath path; test_fuzz_crbug_638223() local 152 SkPath path; test_fuzz_crbug_643933() local 167 SkPath path; test_fuzz_crbug_647922() local 180 SkPath path; test_fuzz_crbug_662780() local 204 SkPath path; test_mask_overflow() local 218 SkPath path; test_fuzz_crbug_668907() local 231 make_path_crbugskia2820(SkPath* path, skiatest::Reporter* reporter) make_path_crbugskia2820() argument 245 SkPath path; test_path_crbugskia2820() local 254 SkPath path; test_path_crbugskia5995() local 262 make_path0(SkPath* path) make_path0() argument 273 make_path1(SkPath* path) make_path1() argument 296 SkPath path; test_path_to_region() local 315 SkPath path; test_path_close_issue1474() local 412 SkPath path; test_bad_cubic_crbug234190() local 428 SkPath path; test_bad_cubic_crbug229478() local 442 build_path_170666(SkPath& path) build_path_170666() argument 522 build_path_simple_170666(SkPath& path) build_path_simple_170666() argument 531 SkPath path; test_crbug_170666() local 602 SkPath path; test_crbug_613918() local 613 SkPath path; test_addrect() local 641 SkPath path; test_addrect_isfinite() local 660 build_big_path(SkPath* path, bool reducedCase) build_big_path() argument 687 SkPath path; test_clipped_cubic() local 708 SkPath path; test_bounds_crbug_513799() local 738 SkPath path; test_fuzz_crbug_627414() local 756 SkPath path; test_tricky_cubic() local 765 SkPath path; test_isfinite_after_transform() local 790 add_corner_arc(SkPath* path, const SkRect& rect, SkScalar xIn, SkScalar yIn, int startAngle) add_corner_arc() argument 820 make_arb_round_rect(SkPath* path, const SkRect& r, SkScalar xCorner, SkScalar yCorner) make_arb_round_rect() argument 925 SkPath path; test_path_isfinite() local 950 SkPath path; test_islastcontourclosed() local 973 test_poly(skiatest::Reporter* reporter, const SkPath& path, const SkPoint srcPts[], bool expectClose) test_poly() argument 1021 SkPath path; test_addPoly() local 1053 check_direction(skiatest::Reporter* reporter, const SkPath& path, SkPathFirstDirection expected) check_direction() argument 1069 SkPath path; test_direction() local 1154 add_rect(SkPath* path, const SkRect& r) add_rect() argument 1180 SkPath path; stroke_cubic() local 1215 check_close(skiatest::Reporter* reporter, const SkPath& path) check_close() argument 1311 check_convexity(skiatest::Reporter* reporter, const SkPath& path, bool expectedConvexity) check_convexity() argument 1537 setFromString(SkPath* path, const char str[]) setFromString() argument 1557 SkPath path; test_convexity() local 1738 SkPath path; test_isLine() local 1788 SkPath path; test_conservativelyContains() local 2018 SkPath path; test_isRect_open_close() local 2120 SkPath path; test_isRect() local 2214 check_simple_rect(skiatest::Reporter* reporter, const SkPath& path, bool isClosed, const SkRect& rect, SkPathDirection dir, unsigned start) check_simple_rect() argument 2237 SkPath path; test_is_closed_rect() local 2315 SkPath path; test_is_closed_rect() local 2426 SkPath path; test_isNestedFillRects() local 2557 SkPath path; test_isNestedFillRects() local 3041 SkPath path; test_range_iter() local 3291 check_for_circle(skiatest::Reporter* reporter, const SkPath& path, bool expectedCircle, SkPathFirstDirection expectedDir) check_for_circle() argument 3309 test_circle_skew(skiatest::Reporter* reporter, const SkPath& path, SkPathFirstDirection dir) test_circle_skew() argument 3327 test_circle_translate(skiatest::Reporter* reporter, const SkPath& path, SkPathFirstDirection dir) test_circle_translate() argument 3347 test_circle_rotate(skiatest::Reporter* reporter, const SkPath& path, SkPathFirstDirection dir) test_circle_rotate() argument 3367 test_circle_mirror_x(skiatest::Reporter* reporter, const SkPath& path, SkPathFirstDirection dir) test_circle_mirror_x() argument 3384 test_circle_mirror_y(skiatest::Reporter* reporter, const SkPath& path, SkPathFirstDirection dir) test_circle_mirror_y() argument 3403 test_circle_mirror_xy(skiatest::Reporter* reporter, const SkPath& path, SkPathFirstDirection dir) test_circle_mirror_xy() argument 3419 SkPath path; test_circle_with_direction() local 3459 SkPath path; test_circle_with_add_paths() local 3499 SkPath path; test_circle() local 3527 SkPath path; test_oval() local 3601 test_rrect_is_convex(skiatest::Reporter* reporter, SkPath* path, SkPathDirection dir) test_rrect_is_convex() argument 3611 test_rrect_convexity_is_unknown(skiatest::Reporter* reporter, SkPath* path, SkPathDirection dir) test_rrect_convexity_is_unknown() argument 3743 check_oval_arc(skiatest::Reporter* reporter, SkScalar start, SkScalar sweep, const SkPath& path) check_oval_arc() argument 3761 SkPath path; test_arc_ovals() local 3774 SkPath path; test_arc_ovals() local 4319 compare_dump(skiatest::Reporter* reporter, const SkPath& path, bool dumpAsHex, const char* str) compare_dump() argument 4393 GetFreeSpace(const SkPath& path) GetFreeSpace() argument 4473 SkPath path; test_crbug_629455() local 4484 SkPath path; test_fuzz_crbug_662952() local 4504 SkPath path; test_path_crbugskia6003() local 4523 SkPath path; test_fuzz_crbug_662730() local 4533 SkPath path; test_skbug_6947() local 4569 SkPath path; test_skbug_7015() local 4582 SkPath path; test_skbug_7051() local 4593 SkPath path; test_skbug_7435() local 4800 SkPath path; DEF_TEST() local 4991 SkPath path; DEF_TEST() local 5006 rand_path(SkPath* path, SkRandom& rand, SkPath::Verb verb, int n) rand_path() argument 5041 SkPath path; DEF_TEST() local 5078 SkPath path; DEF_TEST() local 5110 SkPath path; DEF_TEST() local 5195 SkPath path; DEF_TEST() local 5244 SkPath path = makePath(points, SK_ARRAY_COUNT(points), false); DEF_TEST() local 5378 SkPath path; DEF_TEST() local 5393 SkPath path; draw_triangle() local 5430 add_verbs(SkPath* path, int count) add_verbs() argument 5510 SkPath path; DEF_TEST() local 5541 conditional_convex(const SkPath& path, bool is_convex) conditional_convex() argument 5548 survive(SkPath* path, const Xforms& x, bool isAxisAligned, skiatest::Reporter* reporter, ISA isa_proc) survive() argument 5602 SkPath path; DEF_TEST() local 5641 SkPath path; DEF_TEST() local 5651 SkPath path; test_edger() local 5671 assert_points(skiatest::Reporter* reporter, const SkPath& path, const std::initializer_list<SkPoint>& list) assert_points() argument 5696 SkPath path; test_addRect_and_trailing_lineTo() local 5826 SkPath path = SkPathBuilder().moveTo(0,0).lineTo(1, 0) DEF_TEST() local 5846 SkPath path; DEF_TEST() local 5876 SkPath path; DEF_TEST() local [all...] |
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | btree.c | 25 struct nilfs_btree_path *path; in nilfs_btree_alloc_path() local 28 path = kmem_cache_alloc(nilfs_btree_path_cache, GFP_NOFS); in nilfs_btree_alloc_path() 29 if (path == NULL) in nilfs_btree_alloc_path() 33 path[level].bp_bh = NULL; in nilfs_btree_alloc_path() 34 path[level].bp_sib_bh = NULL; in nilfs_btree_alloc_path() 35 path[level].bp_index = 0; in nilfs_btree_alloc_path() 36 path[level].bp_oldreq.bpr_ptr = NILFS_BMAP_INVALID_PTR; in nilfs_btree_alloc_path() 37 path[level].bp_newreq.bpr_ptr = NILFS_BMAP_INVALID_PTR; in nilfs_btree_alloc_path() 38 path[level].bp_op = NULL; in nilfs_btree_alloc_path() 42 return path; in nilfs_btree_alloc_path() 45 nilfs_btree_free_path(struct nilfs_btree_path *path) nilfs_btree_free_path() argument 416 nilfs_btree_get_nonroot_node(const struct nilfs_btree_path *path, int level) nilfs_btree_get_nonroot_node() argument 422 nilfs_btree_get_sib_node(const struct nilfs_btree_path *path, int level) nilfs_btree_get_sib_node() argument 433 nilfs_btree_get_node(const struct nilfs_bmap *btree, const struct nilfs_btree_path *path, int level, int *ncmaxp) nilfs_btree_get_node() argument 546 nilfs_btree_do_lookup(const struct nilfs_bmap *btree, struct nilfs_btree_path *path, __u64 key, __u64 *ptrp, int minlevel, int readahead) nilfs_btree_do_lookup() argument 608 nilfs_btree_do_lookup_last(const struct nilfs_bmap *btree, struct nilfs_btree_path *path, __u64 *keyp, __u64 *ptrp) nilfs_btree_do_lookup_last() argument 657 nilfs_btree_get_next_key(const struct nilfs_bmap *btree, const struct nilfs_btree_path *path, int minlevel, __u64 *nextkey) nilfs_btree_get_next_key() argument 688 struct nilfs_btree_path *path; nilfs_btree_lookup() local 706 struct nilfs_btree_path *path; nilfs_btree_lookup_contig() local 787 nilfs_btree_promote_key(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 key) nilfs_btree_promote_key() argument 809 nilfs_btree_do_insert(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_do_insert() argument 836 nilfs_btree_carry_left(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_carry_left() argument 882 nilfs_btree_carry_right(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_carry_right() argument 929 nilfs_btree_split(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_split() argument 979 nilfs_btree_grow(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_grow() argument 1008 nilfs_btree_find_near(const struct nilfs_bmap *btree, const struct nilfs_btree_path *path) nilfs_btree_find_near() argument 1037 nilfs_btree_find_target_v(const struct nilfs_bmap *btree, const struct nilfs_btree_path *path, __u64 key) nilfs_btree_find_target_v() argument 1057 nilfs_btree_prepare_insert(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int *levelp, __u64 key, __u64 ptr, struct nilfs_bmap_stats *stats) nilfs_btree_prepare_insert() argument 1206 nilfs_btree_commit_insert(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int maxlevel, __u64 key, __u64 ptr) nilfs_btree_commit_insert() argument 1232 struct nilfs_btree_path *path; nilfs_btree_insert() local 1259 nilfs_btree_do_delete(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_do_delete() argument 1284 nilfs_btree_borrow_left(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_borrow_left() argument 1316 nilfs_btree_borrow_right(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_borrow_right() argument 1349 nilfs_btree_concat_left(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_concat_left() argument 1375 nilfs_btree_concat_right(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_concat_right() argument 1400 nilfs_btree_shrink(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_shrink() argument 1424 nilfs_btree_nop(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_nop() argument 1430 nilfs_btree_prepare_delete(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int *levelp, struct nilfs_bmap_stats *stats, struct inode *dat) nilfs_btree_prepare_delete() argument 1565 nilfs_btree_commit_delete(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int maxlevel, struct inode *dat) nilfs_btree_commit_delete() argument 1583 struct nilfs_btree_path *path; nilfs_btree_delete() local 1614 struct nilfs_btree_path *path; nilfs_btree_seek_key() local 1634 struct nilfs_btree_path *path; nilfs_btree_last_key() local 1898 nilfs_btree_propagate_p(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, struct buffer_head *bh) nilfs_btree_propagate_p() argument 1910 nilfs_btree_prepare_update_v(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, struct inode *dat) nilfs_btree_prepare_update_v() argument 1945 nilfs_btree_commit_update_v(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, struct inode *dat) nilfs_btree_commit_update_v() argument 1969 nilfs_btree_abort_update_v(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, struct inode *dat) nilfs_btree_abort_update_v() argument 1981 nilfs_btree_prepare_propagate_v(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int minlevel, int *maxlevelp, struct inode *dat) nilfs_btree_prepare_propagate_v() argument 2016 nilfs_btree_commit_propagate_v(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int minlevel, int maxlevel, struct buffer_head *bh, struct inode *dat) nilfs_btree_commit_propagate_v() argument 2031 nilfs_btree_propagate_v(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, struct buffer_head *bh) nilfs_btree_propagate_v() argument 2069 struct nilfs_btree_path *path; nilfs_btree_propagate() local 2188 nilfs_btree_assign_p(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, struct buffer_head **bh, sector_t blocknr, union nilfs_binfo *binfo) nilfs_btree_assign_p() argument 2229 nilfs_btree_assign_v(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, struct buffer_head **bh, sector_t blocknr, union nilfs_binfo *binfo) nilfs_btree_assign_v() argument 2265 struct nilfs_btree_path *path; nilfs_btree_assign() local 2329 struct nilfs_btree_path *path; nilfs_btree_mark() local [all...] |
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | btree.c | 25 struct nilfs_btree_path *path; in nilfs_btree_alloc_path() local 28 path = kmem_cache_alloc(nilfs_btree_path_cache, GFP_NOFS); in nilfs_btree_alloc_path() 29 if (path == NULL) in nilfs_btree_alloc_path() 33 path[level].bp_bh = NULL; in nilfs_btree_alloc_path() 34 path[level].bp_sib_bh = NULL; in nilfs_btree_alloc_path() 35 path[level].bp_index = 0; in nilfs_btree_alloc_path() 36 path[level].bp_oldreq.bpr_ptr = NILFS_BMAP_INVALID_PTR; in nilfs_btree_alloc_path() 37 path[level].bp_newreq.bpr_ptr = NILFS_BMAP_INVALID_PTR; in nilfs_btree_alloc_path() 38 path[level].bp_op = NULL; in nilfs_btree_alloc_path() 42 return path; in nilfs_btree_alloc_path() 45 nilfs_btree_free_path(struct nilfs_btree_path *path) nilfs_btree_free_path() argument 416 nilfs_btree_get_nonroot_node(const struct nilfs_btree_path *path, int level) nilfs_btree_get_nonroot_node() argument 422 nilfs_btree_get_sib_node(const struct nilfs_btree_path *path, int level) nilfs_btree_get_sib_node() argument 433 nilfs_btree_get_node(const struct nilfs_bmap *btree, const struct nilfs_btree_path *path, int level, int *ncmaxp) nilfs_btree_get_node() argument 546 nilfs_btree_do_lookup(const struct nilfs_bmap *btree, struct nilfs_btree_path *path, __u64 key, __u64 *ptrp, int minlevel, int readahead) nilfs_btree_do_lookup() argument 608 nilfs_btree_do_lookup_last(const struct nilfs_bmap *btree, struct nilfs_btree_path *path, __u64 *keyp, __u64 *ptrp) nilfs_btree_do_lookup_last() argument 657 nilfs_btree_get_next_key(const struct nilfs_bmap *btree, const struct nilfs_btree_path *path, int minlevel, __u64 *nextkey) nilfs_btree_get_next_key() argument 688 struct nilfs_btree_path *path; nilfs_btree_lookup() local 706 struct nilfs_btree_path *path; nilfs_btree_lookup_contig() local 786 nilfs_btree_promote_key(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 key) nilfs_btree_promote_key() argument 808 nilfs_btree_do_insert(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_do_insert() argument 835 nilfs_btree_carry_left(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_carry_left() argument 881 nilfs_btree_carry_right(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_carry_right() argument 928 nilfs_btree_split(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_split() argument 978 nilfs_btree_grow(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_grow() argument 1007 nilfs_btree_find_near(const struct nilfs_bmap *btree, const struct nilfs_btree_path *path) nilfs_btree_find_near() argument 1036 nilfs_btree_find_target_v(const struct nilfs_bmap *btree, const struct nilfs_btree_path *path, __u64 key) nilfs_btree_find_target_v() argument 1056 nilfs_btree_prepare_insert(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int *levelp, __u64 key, __u64 ptr, struct nilfs_bmap_stats *stats) nilfs_btree_prepare_insert() argument 1205 nilfs_btree_commit_insert(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int maxlevel, __u64 key, __u64 ptr) nilfs_btree_commit_insert() argument 1231 struct nilfs_btree_path *path; nilfs_btree_insert() local 1258 nilfs_btree_do_delete(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_do_delete() argument 1283 nilfs_btree_borrow_left(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_borrow_left() argument 1315 nilfs_btree_borrow_right(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_borrow_right() argument 1348 nilfs_btree_concat_left(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_concat_left() argument 1374 nilfs_btree_concat_right(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_concat_right() argument 1399 nilfs_btree_shrink(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_shrink() argument 1423 nilfs_btree_nop(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_nop() argument 1429 nilfs_btree_prepare_delete(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int *levelp, struct nilfs_bmap_stats *stats, struct inode *dat) nilfs_btree_prepare_delete() argument 1564 nilfs_btree_commit_delete(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int maxlevel, struct inode *dat) nilfs_btree_commit_delete() argument 1582 struct nilfs_btree_path *path; nilfs_btree_delete() local 1613 struct nilfs_btree_path *path; nilfs_btree_seek_key() local 1633 struct nilfs_btree_path *path; nilfs_btree_last_key() local 1895 nilfs_btree_propagate_p(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, struct buffer_head *bh) nilfs_btree_propagate_p() argument 1907 nilfs_btree_prepare_update_v(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, struct inode *dat) nilfs_btree_prepare_update_v() argument 1942 nilfs_btree_commit_update_v(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, struct inode *dat) nilfs_btree_commit_update_v() argument 1966 nilfs_btree_abort_update_v(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, struct inode *dat) nilfs_btree_abort_update_v() argument 1978 nilfs_btree_prepare_propagate_v(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int minlevel, int *maxlevelp, struct inode *dat) nilfs_btree_prepare_propagate_v() argument 2013 nilfs_btree_commit_propagate_v(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int minlevel, int maxlevel, struct buffer_head *bh, struct inode *dat) nilfs_btree_commit_propagate_v() argument 2028 nilfs_btree_propagate_v(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, struct buffer_head *bh) nilfs_btree_propagate_v() argument 2066 struct nilfs_btree_path *path; nilfs_btree_propagate() local 2185 nilfs_btree_assign_p(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, struct buffer_head **bh, sector_t blocknr, union nilfs_binfo *binfo) nilfs_btree_assign_p() argument 2227 nilfs_btree_assign_v(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, struct buffer_head **bh, sector_t blocknr, union nilfs_binfo *binfo) nilfs_btree_assign_v() argument 2263 struct nilfs_btree_path *path; nilfs_btree_assign() local 2327 struct nilfs_btree_path *path; nilfs_btree_mark() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Path.h | 10 // This file declares the llvm::sys::path namespace. It is designed after 12 // path class. 25 namespace path { namespace 33 /// \a path. The traversal order is as follows: 51 StringRef Path; ///< The entire path. 56 friend const_iterator begin(StringRef path); 57 friend const_iterator end(StringRef path); 70 /// @brief Reverse path iterator. 73 /// \a path in reverse order. The traversal order is exactly reversed from that 77 StringRef Path; ///< The entire path [all...] |
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | asset_loader.h | 37 static BASE_NS::string NormalizePath(BASE_NS::string_view path) in NormalizePath() 40 if (path[0] != '/') { in NormalizePath() 41 res.reserve(path.size() + 1); in NormalizePath() 44 res.reserve(path.size()); in NormalizePath() 46 while (!path.empty()) { in NormalizePath() 47 if (path[0] == '/') { in NormalizePath() 51 path = path.substr(1); in NormalizePath() 54 auto pos = path.find_first_of("/", 0); in NormalizePath() 55 BASE_NS::string_view sub = path in NormalizePath() 110 BASE_NS::string_view path = (BASE_NS::string::npos != queryPos) ? uri.substr(0, queryPos) : uri; ResolvePath() local [all...] |
/third_party/jerryscript/targets/curie_bsp/ |
H A D | setup.py | 23 if not os.path.exists(project_path): 28 'src': os.path.join('targets', 'curie_bsp', 'jerry_app', 'arc'), 32 'src': os.path.join('targets', 'curie_bsp', 'jerry_app', 'include'), 36 'src': os.path.join('targets', 'curie_bsp', 'jerry_app', 'quark'), 41 'link_name': os.path.join('quark', 'jerryscript') 46 src = os.path.join(jerry_path, link['src']) 47 link_name = os.path.join(project_path, link['link_name']) 48 if not os.path.islink(link_name): 58 src_dir = os.path.join(root_dir, sub_dir) 63 file_path = os.path [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_path_test.cpp | 24 #include "draw/path.h" 58 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in HWTEST_F() local 59 EXPECT_EQ(path == nullptr, false); in HWTEST_F() 60 OH_Drawing_PathDestroy(path); in HWTEST_F() 179 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in HWTEST_F() local 180 OH_Drawing_PathLineTo(path, 50, 40); in HWTEST_F() 183 OH_Drawing_PathClose(path); in HWTEST_F() 184 EXPECT_TRUE(IsScalarAlmostEqual(reinterpret_cast<Path*>(path)->GetBounds().GetWidth(), 50.0)); in HWTEST_F() 185 EXPECT_TRUE(IsScalarAlmostEqual(reinterpret_cast<Path*>(path)->GetBounds().GetHeight(), 40.0)); in HWTEST_F() 186 OH_Drawing_PathDestroy(path); in HWTEST_F() 197 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local 218 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local 240 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local 269 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local 291 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local 311 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local 336 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local 362 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local 380 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local 406 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local 430 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local 454 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local 499 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local 680 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local 702 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local 722 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local 740 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local 755 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local 777 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local 805 OH_Drawing_Path* path = OH_Drawing_PathCreate(); // test path add oval HWTEST_F() local 831 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local 849 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local [all...] |
/third_party/lzma/CPP/Windows/ |
H A D | FileDir.cpp | 66 bool GetWindowsDir(FString &path)
in GetWindowsDir() argument 76 path = fas2fs(s);
in GetWindowsDir() 84 path = us2fs(s);
in GetWindowsDir() 92 returned path does not end with a backslash unless the
96 bool GetSystemDir(FString &path)
in GetSystemDir() argument 106 path = fas2fs(s);
in GetSystemDir() 114 path = us2fs(s);
in GetSystemDir() 121 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime)
in SetDirTime() argument 133 hDir = ::CreateFileW(fs2us(path), GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE,
in SetDirTime() 139 if (GetSuperPath(path, superPat in SetDirTime() 156 SetFileAttrib(CFSTR path, DWORD attrib) SetFileAttrib() argument 183 SetFileAttrib_PosixHighDetect(CFSTR path, DWORD attrib) SetFileAttrib_PosixHighDetect() argument 193 RemoveDir(CFSTR path) RemoveDir() argument 321 CreateDir(CFSTR path) CreateDir() argument 356 CreateDir2(CFSTR path) CreateDir2() argument 482 DeleteFileAlways(CFSTR path) DeleteFileAlways() argument 525 RemoveDirWithSubItems(const FString &path) RemoveDirWithSubItems() argument 586 MyGetFullPathName(CFSTR path, FString &resFullPath) MyGetFullPathName() argument 594 MyGetFullPathName(CFSTR path, FString &resFullPath) MyGetFullPathName() argument 605 SetCurrentDir(CFSTR path) SetCurrentDir() argument 638 GetCurrentDir(FString &path) GetCurrentDir() argument 694 GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName) GetFullPathAndSplit() argument 706 GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix) GetOnlyDirPrefix() argument 714 MyGetTempPath(FString &path) MyGetTempPath() argument 922 RemoveDir(CFSTR path) RemoveDir() argument 978 CreateDir(CFSTR path) CreateDir() argument 983 CreateDir2(CFSTR path) CreateDir2() argument 989 DeleteFileAlways(CFSTR path) DeleteFileAlways() argument 994 SetCurrentDir(CFSTR path) SetCurrentDir() argument 1000 GetCurrentDir(FString &path) GetCurrentDir() argument 1045 SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime) SetDirTime() argument 1138 my_chown(CFSTR path, uid_t owner, gid_t group) my_chown() argument 1143 SetFileAttrib_PosixHighDetect(CFSTR path, DWORD attrib) SetFileAttrib_PosixHighDetect() argument [all...] |
/third_party/node/test/parallel/ |
H A D | test-fs-mkdtemp.js | 6 const path = require('path'); 19 const tmpFolder = fs.mkdtempSync(path.join(tmpdir.path, 'foo.')); 21 assert.strictEqual(path.basename(tmpFolder).length, 'foo.XXXXXX'.length); 24 const utf8 = fs.mkdtempSync(path.join(tmpdir.path, '\u0222abc.')); 25 assert.strictEqual(Buffer.byteLength(path.basename(utf8)), 29 fs.mkdtemp(path.join(tmpdir.path, 'ba [all...] |
H A D | test-fs-symlink-dir.js | 13 const path = require('path'); 21 path.join(tmpdir.path, 'absolute-target'), 24 path.relative(process.cwd(), path.join(tmpdir.path, 'relative-path')), 25 path.join(tmpdir.path, 'absolut [all...] |
/third_party/python/Lib/unittest/test/ |
H A D | test_discovery.py | 1 import os.path namespace 2 from os.path import abspath 50 original_isfile = os.path.isfile 52 os.path.isfile = original_isfile 53 original_isdir = os.path.isdir 55 os.path.isdir = original_isdir 60 os.listdir = lambda path: path_lists.pop(0) 63 def isdir(path): 64 return path.endswith('dir') 65 os.path [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/common/ |
H A D | help_utils.cpp | 76 bool StorageTestUtils::CheckDir(const std::string &path) in CheckDir() argument 79 if (lstat(path.c_str(), &st) != 0) { in CheckDir() 88 std::string path(dir.path); in CheckUserDir() 89 path.replace(path.find("%d"), strlen("%d"), std::to_string(userId)); in CheckUserDir() 92 std::string realPath(path); in CheckUserDir() 99 std::string realPath(path); in CheckUserDir() 109 std::string path(dir.path); in CheckUserDir() 137 CreateFile(const std::string &path) CreateFile() argument 153 MkDir(const std::string &path, mode_t mode) MkDir() argument 169 RmDirRecurse(const std::string &path) RmDirRecurse() argument [all...] |
/foundation/multimedia/ringtone_library/services/ringtone_scanner/src/ |
H A D | ringtone_scanner_utils.cpp | 26 bool RingtoneScannerUtils::IsExists(const string &path) in IsExists() argument 30 if (path.empty()) { in IsExists() 31 RINGTONE_ERR_LOG("Given path name is empty"); in IsExists() 35 return ((stat(path.c_str(), &statInfo)) == ERR_SUCCESS); in IsExists() 39 string RingtoneScannerUtils::GetFileNameFromUri(const string &path) in GetFileNameFromUri() argument 41 if (!path.empty()) { in GetFileNameFromUri() 42 size_t lastSlashPosition = path.rfind("/"); in GetFileNameFromUri() 44 if (path.size() > lastSlashPosition) { in GetFileNameFromUri() 45 return path.substr(lastSlashPosition + 1); in GetFileNameFromUri() 55 string RingtoneScannerUtils::GetFileExtension(const string &path) in GetFileExtension() argument 69 IsDirectory(const string &path) IsDirectory() argument 85 IsRegularFile(const string &path) IsRegularFile() argument 100 IsFileHidden(const string &path) IsFileHidden() argument 113 GetParentPath(const string &path) GetParentPath() argument 132 IsDirHidden(const string &path) IsDirHidden() argument 154 IsDirHiddenRecursive(const string &path) IsDirHiddenRecursive() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8851b_rfk.c | 141 u8 path) in _adc_fifo_rst() 149 enum rtw89_rf_path path, bool is_bybb) in _rfk_rf_direct_cntrl() 152 rtw89_write_rf(rtwdev, path, RR_RSV1, RR_RSV1_RST, 0x1); in _rfk_rf_direct_cntrl() 154 rtw89_write_rf(rtwdev, path, RR_RSV1, RR_RSV1_RST, 0x0); in _rfk_rf_direct_cntrl() 158 enum rtw89_rf_path path, bool is_bybb) in _rfk_drf_direct_cntrl() 161 rtw89_write_rf(rtwdev, path, RR_BBDC, RR_BBDC_SEL, 0x1); in _rfk_drf_direct_cntrl() 163 rtw89_write_rf(rtwdev, path, RR_BBDC, RR_BBDC_SEL, 0x0); in _rfk_drf_direct_cntrl() 169 u8 path; in _wait_rx_mode() local 172 for (path = 0; path < RF_PATH_MA in _wait_rx_mode() 140 _adc_fifo_rst(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx, u8 path) _adc_fifo_rst() argument 148 _rfk_rf_direct_cntrl(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, bool is_bybb) _rfk_rf_direct_cntrl() argument 157 _rfk_drf_direct_cntrl(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, bool is_bybb) _rfk_drf_direct_cntrl() argument 185 _dack_reset(struct rtw89_dev *rtwdev, enum rtw89_rf_path path) _dack_reset() argument 267 _dack_reload_by_path(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 index) _dack_reload_by_path() argument 339 _dack_reload(struct rtw89_dev *rtwdev, enum rtw89_rf_path path) _dack_reload() argument 523 _rx_dck_info(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, bool is_afe) _rx_dck_info() argument 538 _rxbb_ofst_swap(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 rf_mode) _rxbb_ofst_swap() argument 557 _set_rx_dck(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 rf_mode) _set_rx_dck() argument 580 u8 path; _rx_dck() local 608 _iqk_sram(struct rtw89_dev *rtwdev, u8 path) _iqk_sram() argument 638 _iqk_rxk_setting(struct rtw89_dev *rtwdev, u8 path) _iqk_rxk_setting() argument 645 _iqk_check_cal(struct rtw89_dev *rtwdev, u8 path) _iqk_check_cal() argument 681 _iqk_one_shot(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx, u8 path, u8 ktype) _iqk_one_shot() argument 767 _rxk_2g_group_sel(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx, u8 path) _rxk_2g_group_sel() argument 836 _rxk_5g_group_sel(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx, u8 path) _rxk_5g_group_sel() argument 912 _iqk_5g_nbrxk(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx, u8 path) _iqk_5g_nbrxk() argument 978 _iqk_2g_nbrxk(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx, u8 path) _iqk_2g_nbrxk() argument 1039 _iqk_rxclk_setting(struct rtw89_dev *rtwdev, u8 path) _iqk_rxclk_setting() argument 1051 _txk_5g_group_sel(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx, u8 path) _txk_5g_group_sel() argument 1101 _txk_2g_group_sel(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx, u8 path) _txk_2g_group_sel() argument 1151 _iqk_5g_nbtxk(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx, u8 path) _iqk_5g_nbtxk() argument 1195 _iqk_2g_nbtxk(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx, u8 path) _iqk_2g_nbtxk() argument 1240 _iqk_2g_lok(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx, u8 path) _iqk_2g_lok() argument 1293 _iqk_5g_lok(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx, u8 path) _iqk_5g_lok() argument 1347 _iqk_txk_setting(struct rtw89_dev *rtwdev, u8 path) _iqk_txk_setting() argument 1367 _iqk_by_path(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx, u8 path) _iqk_by_path() argument 1483 _iqk_get_ch_info(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, u8 path) _iqk_get_ch_info() argument 1508 _iqk_start_iqk(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx, u8 path) _iqk_start_iqk() argument 1514 _iqk_restore(struct rtw89_dev *rtwdev, u8 path) _iqk_restore() argument 1533 _iqk_afebb_restore(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx, u8 path) _iqk_afebb_restore() argument 1539 _iqk_preset(struct rtw89_dev *rtwdev, u8 path) _iqk_preset() argument 1548 _iqk_macbb_setting(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx, u8 path) _iqk_macbb_setting() argument 1559 u8 idx, path; _iqk_init() local 1588 _doiqk(struct rtw89_dev *rtwdev, bool force, enum rtw89_phy_idx phy_idx, u8 path) _doiqk() argument 1626 _dpk_bkup_kip(struct rtw89_dev *rtwdev, const u32 *reg, u32 reg_bkup[][DPK_KIP_REG_NUM_8851B], u8 path) _dpk_bkup_kip() argument 1640 _dpk_bkup_rf(struct rtw89_dev *rtwdev, const u32 *rf_reg, u32 rf_bkup[][DPK_RF_REG_NUM_8851B], u8 path) _dpk_bkup_rf() argument 1653 _dpk_reload_kip(struct rtw89_dev *rtwdev, const u32 *reg, u32 reg_bkup[][DPK_KIP_REG_NUM_8851B], u8 path) _dpk_reload_kip() argument 1668 _dpk_reload_rf(struct rtw89_dev *rtwdev, const u32 *rf_reg, u32 rf_bkup[][DPK_RF_REG_NUM_8851B], u8 path) _dpk_reload_rf() argument 1682 _dpk_one_shot(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, enum dpk_id id) _dpk_one_shot() argument 1722 _dpk_onoff(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, bool off) _dpk_onoff() argument 1739 _dpk_init(struct rtw89_dev *rtwdev, enum rtw89_rf_path path) _dpk_init() argument 1748 _dpk_information(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path) _dpk_information() argument 1773 _dpk_rxagc_onoff(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, bool turn_on) _dpk_rxagc_onoff() argument 1785 _dpk_bb_afe_setting(struct rtw89_dev *rtwdev, enum rtw89_rf_path path) _dpk_bb_afe_setting() argument 1801 _dpk_bb_afe_restore(struct rtw89_dev *rtwdev, enum rtw89_rf_path path) _dpk_bb_afe_restore() argument 1816 _dpk_tssi_pause(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, bool is_pause) _dpk_tssi_pause() argument 1826 _dpk_tpg_sel(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 kidx) _dpk_tpg_sel() argument 1846 _dpk_txpwr_bb_force(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, bool force) _dpk_txpwr_bb_force() argument 1868 _dpk_kip_control_rfc(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, bool ctrl_by_kip) _dpk_kip_control_rfc() argument 1878 _dpk_kip_preset(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx) _dpk_kip_preset() argument 1890 _dpk_kip_restore(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path) _dpk_kip_restore() argument 1900 _dpk_kset_query(struct rtw89_dev *rtwdev, enum rtw89_rf_path path) _dpk_kset_query() argument 1910 _dpk_para_query(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 kidx) _dpk_para_query() argument 1937 _dpk_sync_check(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 kidx) _dpk_sync_check() argument 1984 _dpk_kip_set_txagc(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 dbm, bool set_from_bb) _dpk_kip_set_txagc() argument 2001 _dpk_kip_set_rxagc(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx) _dpk_kip_set_rxagc() argument 2013 _dpk_lbk_rxiqk(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path) _dpk_lbk_rxiqk() argument 2059 _dpk_rf_setting(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 kidx) _dpk_rf_setting() argument 2081 _dpk_bypass_rxiqc(struct rtw89_dev *rtwdev, enum rtw89_rf_path path) _dpk_bypass_rxiqc() argument 2114 _dpk_gainloss(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx) _dpk_gainloss() argument 2172 _dpk_agc(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx, u8 init_xdbm, u8 loss_only) _dpk_agc() argument 2311 _dpk_idl_mpa(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx) _dpk_idl_mpa() argument 2356 _dpk_gain_normalize(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx, bool is_execute) _dpk_gain_normalize() argument 2388 _dpk_on(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 kidx) _dpk_on() argument 2410 _dpk_main(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path) _dpk_main() argument 2458 u8 path; _dpk_cal_select() local 2523 u8 path, kidx; _dpk_track() local 2584 _rck(struct rtw89_dev *rtwdev, enum rtw89_rf_path path) _rck() argument 2619 _tssi_set_sys(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path) _tssi_set_sys() argument 2632 _tssi_ini_txpwr_ctrl_bb(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path) _tssi_ini_txpwr_ctrl_bb() argument 2639 _tssi_ini_txpwr_ctrl_bb_he_tb(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path) _tssi_ini_txpwr_ctrl_bb_he_tb() argument 2646 _tssi_set_dck(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path) _tssi_set_dck() argument 2652 _tssi_set_tmeter_tbl(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path) _tssi_set_tmeter_tbl() argument 2751 _tssi_set_dac_gain_tbl(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path) _tssi_set_dac_gain_tbl() argument 2757 _tssi_slope_cal_org(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path) _tssi_slope_cal_org() argument 2768 _tssi_alignment_default(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, bool all) _tssi_alignment_default() argument 2779 _tssi_set_tssi_slope(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path) _tssi_set_tssi_slope() argument 2785 _tssi_set_tssi_track(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path) _tssi_set_tssi_track() argument 2791 _tssi_set_txagc_offset_mv_avg(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path) _tssi_set_txagc_offset_mv_avg() argument 2946 _tssi_get_ofdm_de(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path) _tssi_get_ofdm_de() argument 2982 _tssi_get_ofdm_trim_de(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path) _tssi_get_ofdm_trim_de() argument 3075 _tssi_alimentk_dump_result(struct rtw89_dev *rtwdev, enum rtw89_rf_path path) _tssi_alimentk_dump_result() argument 3098 _tssi_alimentk_done(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path) _tssi_alimentk_done() argument 3402 _bw_setting(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, enum rtw89_bandwidth bw, bool dav) _bw_setting() argument 3528 _ch_setting(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, u8 central_ch, bool dav) _ch_setting() argument 3570 _set_rxbb_bw(struct rtw89_dev *rtwdev, enum rtw89_bandwidth bw, enum rtw89_rf_path path) _set_rxbb_bw() argument 3594 u8 kpath, path; _rxbb_bw() local [all...] |
/foundation/arkui/ace_engine/build/tools/ |
H A D | build_js.py | 22 project_path = os.path.abspath(argv[1]) 23 target_out_path = os.path.abspath(argv[2]) 24 nodejs_path = os.path.abspath(argv[3]) 25 js2bundle_path = os.path.abspath(argv[4]) 26 interface_path = os.path.abspath(argv[5]) 27 parse5_path = os.path.abspath(argv[6]) 28 weex_loader_path = os.path.abspath(argv[7]) 33 interface_target_path = os.path.join(target_out_path, "interface") 34 if os.path.exists(interface_target_path): 38 third_party_target_path = os.path [all...] |
/third_party/jerryscript/tools/ |
H A D | settings.py | 17 from os import path namespace 19 TOOLS_DIR = path.dirname(path.abspath(__file__)) 20 PROJECT_DIR = path.normpath(path.join(TOOLS_DIR, '..')) 21 DEBUGGER_TESTS_DIR = path.join(PROJECT_DIR, 'tests/debugger') 22 JERRY_TESTS_DIR = path.join(PROJECT_DIR, 'tests/jerry') 23 JERRY_TEST_SUITE_DIR = path.join(PROJECT_DIR, 'tests/jerry-test-suite') 24 JERRY_TEST_SUITE_MINIMAL_LIST = path.join(PROJECT_DIR, 'tests/jerry-test-suite/minimal-profile-list') 25 TEST262_TEST_SUITE_DIR = path [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | inode-item.c | 76 struct btrfs_path *path, in btrfs_lookup_inode_extref() 88 ret = btrfs_search_slot(trans, root, &key, path, ins_len, cow); in btrfs_lookup_inode_extref() 93 return btrfs_find_name_in_ext_backref(path->nodes[0], path->slots[0], in btrfs_lookup_inode_extref() 104 struct btrfs_path *path; in btrfs_del_inode_extref() local 118 path = btrfs_alloc_path(); in btrfs_del_inode_extref() 119 if (!path) in btrfs_del_inode_extref() 122 path->leave_spinning = 1; in btrfs_del_inode_extref() 124 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_del_inode_extref() 135 extref = btrfs_find_name_in_ext_backref(path in btrfs_del_inode_extref() 74 btrfs_lookup_inode_extref(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, const char *name, int name_len, u64 inode_objectid, u64 ref_objectid, int ins_len, int cow) btrfs_lookup_inode_extref() argument 176 struct btrfs_path *path; btrfs_del_inode_ref() local 260 struct btrfs_path *path; btrfs_insert_inode_extref() local 315 struct btrfs_path *path; btrfs_insert_inode_ref() local 388 btrfs_insert_empty_inode(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 objectid) btrfs_insert_empty_inode() argument 403 btrfs_lookup_inode(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *location, int mod) btrfs_lookup_inode() argument [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | inode-item.c | 85 struct btrfs_path *path, in btrfs_lookup_inode_extref() 97 ret = btrfs_search_slot(trans, root, &key, path, ins_len, cow); in btrfs_lookup_inode_extref() 102 return btrfs_find_name_in_ext_backref(path->nodes[0], path->slots[0], in btrfs_lookup_inode_extref() 113 struct btrfs_path *path; in btrfs_del_inode_extref() local 127 path = btrfs_alloc_path(); in btrfs_del_inode_extref() 128 if (!path) in btrfs_del_inode_extref() 131 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_del_inode_extref() 142 extref = btrfs_find_name_in_ext_backref(path->nodes[0], path in btrfs_del_inode_extref() 83 btrfs_lookup_inode_extref(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, const struct fscrypt_str *name, u64 inode_objectid, u64 ref_objectid, int ins_len, int cow) btrfs_lookup_inode_extref() argument 182 struct btrfs_path *path; btrfs_del_inode_ref() local 264 struct btrfs_path *path; btrfs_insert_inode_extref() local 315 struct btrfs_path *path; btrfs_insert_inode_ref() local 386 btrfs_insert_empty_inode(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 objectid) btrfs_insert_empty_inode() argument 401 btrfs_lookup_inode(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *location, int mod) btrfs_lookup_inode() argument 464 struct btrfs_path *path; btrfs_truncate_inode_items() local [all...] |
/third_party/rust/crates/linux-raw-sys/src/ |
H A D | lib.rs | 137 #[path = "arm/errno.rs"] 141 #[path = "arm/general.rs"] 145 #[path = "arm/ioctl.rs"] 149 #[path = "arm/netlink.rs"] 153 #[path = "aarch64/errno.rs"] 157 #[path = "aarch64/general.rs"] 161 #[path = "aarch64/ioctl.rs"] 165 #[path = "aarch64/netlink.rs"] 169 #[path = "mips/errno.rs"] 173 #[path [all...] |
/third_party/skia/src/core/ |
H A D | SkPathPriv.h | 55 static bool IsClosedSingleContour(const SkPath& path) { in IsClosedSingleContour() argument 56 int verbCount = path.countVerbs(); in IsClosedSingleContour() 60 auto verbs = path.fPathRef->verbsBegin(); in IsClosedSingleContour() 83 static int LeadingMoveToCount(const SkPath& path) { in LeadingMoveToCount() argument 84 int verbCount = path.countVerbs(); in LeadingMoveToCount() 85 auto verbs = path.fPathRef->verbsBegin(); in LeadingMoveToCount() 91 return verbCount; // path is all move verbs in LeadingMoveToCount() 94 static void AddGenIDChangeListener(const SkPath& path, sk_sp<SkIDChangeListener> listener) { in AddGenIDChangeListener() argument 95 path.fPathRef->addGenIDChangeListener(std::move(listener)); in AddGenIDChangeListener() 103 static bool IsSimpleRect(const SkPath& path, boo 119 ShrinkToFit(SkPath* path) ShrinkToFit() argument 187 VerbData(const SkPath& path) VerbData() argument 192 PointData(const SkPath& path) PointData() argument 197 ConicWeightCnt(const SkPath& path) ConicWeightCnt() argument 202 ConicWeightData(const SkPath& path) ConicWeightData() argument 207 TestingOnly_unique(const SkPath& path) TestingOnly_unique() argument 212 HasComputedBounds(const SkPath& path) HasComputedBounds() argument 234 IsOval(const SkPath& path, SkRect* rect, SkPathDirection* dir, unsigned* start) IsOval() argument 261 IsRRect(const SkPath& path, SkRRect* rrect, SkPathDirection* dir, unsigned* start) IsRRect() argument 289 TooBigForMath(const SkPath& path) TooBigForMath() argument 408 ForceComputeConvexity(const SkPath& path) ForceComputeConvexity() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | directory_ex.cpp | 72 string ExcludeTrailingPathDelimiter(const std::string& path) in ExcludeTrailingPathDelimiter() argument 74 if (path.rfind("/") != path.size() - 1) { in ExcludeTrailingPathDelimiter() 75 return path; in ExcludeTrailingPathDelimiter() 78 if (!path.empty()) { in ExcludeTrailingPathDelimiter() 79 return path.substr(0, static_cast<int>(path.size()) - 1); in ExcludeTrailingPathDelimiter() 82 return path; in ExcludeTrailingPathDelimiter() 85 string IncludeTrailingPathDelimiter(const std::string& path) in IncludeTrailingPathDelimiter() argument 87 if (path in IncludeTrailingPathDelimiter() 95 GetDirFiles(const string& path, vector<string>& files) GetDirFiles() argument 122 GetDirFiles(const string& path, vector<string>& files) GetDirFiles() argument 129 ForceCreateDirectory(const string& path) ForceCreateDirectory() argument 151 ForceCreateDirectory(const string& path) ForceCreateDirectory() argument 159 ForceRemoveDirectory(const string& path) ForceRemoveDirectory() argument 212 IsEmptyFolder(const string& path) IsEmptyFolder() argument 219 GetFolderSize(const string& path) GetFolderSize() argument 250 ChangeModeDirectory(const string& path, const mode_t& mode) ChangeModeDirectory() argument 294 PathToRealPath(const string& path, string& realPath) PathToRealPath() argument [all...] |
/third_party/skia/gn/ |
H A D | copy_git_directory.py | 20 if not os.path.isdir(src): 22 if not os.path.isdir(dst): 26 abs_src = os.path.abspath(src) 30 def output(out, sym, dst, path): 32 out.write('%s %s%s%s\n' % (sym, dst, os.sep, path)) 35 path = os.path.normpath(os.path.join(dirpath, filename)) 36 if path not in src_files: 37 output(out, '-', dst, path) [all...] |