Home
last modified time | relevance | path

Searched defs:pj (Results 1 – 24 of 24) sorted by relevance

/third_party/node/deps/npm/node_modules/npm-bundled/
Dindex.js83 readPackageJson (pj) { argument
88 onPackageJson (pj, data) { argument
172 readPackageJson (pj) { argument
/third_party/boost/libs/histogram/test/
Dcheck_build_system.py14 pj = os.path.join variable
/third_party/boost/libs/geometry/test/algorithms/overlay/
Drelative_order.cpp46 P pj = bg::make<P>(pj_x, pj_y); in test_with_point() local
Dget_turn_info.cpp71 P pj = bg::make<P>(pj_x, pj_y); in test_with_point() local
/third_party/node/deps/npm/test/tap/
Dspawn-enoent.js8 var pj = JSON.stringify({ variable
Dnested-extraneous.js9 var pj = { variable
Dumask-lifecycle.js17 var pj = JSON.stringify({ variable
Dbundled-dependencies-nonarray.js16 var pj = JSON.stringify({ variable
/third_party/boost/boost/geometry/srs/projections/proj/
Dob_tran.hpp84 Parameters pj = par; in o_proj_parameters() local
108 Parameters pj = par; in o_proj_parameters() local
135 Parameters pj = par; in o_proj_parameters() local
/third_party/node/deps/npm/test/need-npm5-update/
Doutdated-depth-integer.js13 var pj = JSON.stringify({ variable
Doutdated-depth-deep.js13 var pj = JSON.stringify({ variable
/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/
Dticket_9081.cpp85 int pj; in main() local
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dless_by_segment_ratio.hpp105 point_type pi, pj, ri, rj, si, sj; in consider_relative_order() local
/third_party/e2fsprogs/lib/support/
Dsort_r.h105 char *pi, *pj; in sort_r_simple() local
/third_party/ejdb/src/util/
Dsort_r.h113 char *pi, *pj; in sort_r_simple() local
/third_party/quickjs/
Dcutils.c515 uint8_t *ptr, *pi, *pj, *plt, *pgt, *top, *m; in rqsort() local
/third_party/boost/boost/regex/v4/
Dbasic_regex_parser.hpp1318 …re_syntax_base* pj = this->append_state(BOOST_REGEX_DETAIL_NS::syntax_element_jump, sizeof(re_jump… in parse_alt() local
/third_party/flutter/skia/src/gpu/ops/
DGrAAConvexPathRenderer.cpp77 SkPoint pj; in center_of_mass() local
/third_party/skia/src/gpu/ops/
DAAConvexPathRenderer.cpp80 SkPoint pj; in center_of_mass() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-algs.hh680 char *pi, *pj; in sort_r_simple() local
/third_party/toybox/toys/pending/
Dfdisk.c1223 struct partition *px, *py, temp, *pj, *pjj, tmp; in fix_order() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-algs.hh998 char *pi, *pj; in sort_r_simple() local
/third_party/harfbuzz/src/
Dhb-algs.hh977 char *pi, *pj; in sort_r_simple() local
/third_party/python/Modules/_ctypes/
D_ctypes_test.c812 EXPORT(void) TwoOutArgs(int a, int *pi, int b, int *pj) in TwoOutArgs()