| /foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
| H A D | convert_utils.cpp | 103 cJSON *roots = GetJsonBundleInfos(bundleInfo, numOfBundleInfo); in ConvertBundleInfosToString() local 174 cJSON *roots = cJSON_ParseWithLength(strs, buffSize); in ConvertStringToBundleInfos() local 331 cJSON *roots = cJSON_CreateArray(); GetJsonBundleInfos() local [all...] |
| /kernel/linux/linux-5.10/fs/btrfs/ |
| H A D | ref-verify.c | 69 struct rb_root roots; member [all...] |
| /kernel/linux/linux-6.6/fs/btrfs/ |
| H A D | backref.h | 96 struct ulist *roots; member
|
| H A D | ref-verify.c | 72 struct rb_root roots; member [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-objects-inl.h | 209 ReadOnlyRoots roots = object->GetReadOnlyRoots(); in EnsureCanContainElements() local [all...] |
| H A D | transitions.cc | 256 bool TransitionsAccessor::IsSpecialTransition(ReadOnlyRoots roots, Name name) { in IsSpecialTransition() argument [all...] |
| H A D | shared-function-info.cc | 178 void SharedFunctionInfo::SetScript(ReadOnlyRoots roots, in SetScript() argument 324 ReadOnlyRoots roots = GetReadOnlyRoots(); in HasSourceCode() local
|
| H A D | string-inl.h | 1070 bool SeqOneByteString::IsCompatibleMap(Map map, ReadOnlyRoots roots) { in IsCompatibleMap() argument 1076 bool SeqTwoByteString::IsCompatibleMap(Map map, ReadOnlyRoots roots) { in IsCompatibleMap() argument
|
| H A D | code.cc | 878 DependentCode DependentCode::empty_dependent_code(const ReadOnlyRoots& roots) { in empty_dependent_code() argument
|
| H A D | map-inl.h | 683 auto roots = GetReadOnlyRoots(); in IsNullOrUndefinedMap() local
|
| H A D | swiss-name-dictionary-inl.h | 489 bool SwissNameDictionary::IsKey(ReadOnlyRoots roots, Object key_candidate) { in IsKey() argument 493 bool SwissNameDictionary::ToKey(ReadOnlyRoots roots, int entry, in ToKey() argument 501 bool SwissNameDictionary::ToKey(ReadOnlyRoots roots, InternalIndex entry, in ToKey() argument [all...] |
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrPathUtils.cpp | 669 float2 roots = float2{q,c} / float2{a,q}; in findCubicConvex180Chops() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | ir_context.cpp | 872 std::queue<uint32_t> roots; in ProcessEntryPointCallTree() local 880 std::queue<uint32_t> roots; in ProcessReachableCallTree() local 909 ProcessCallTreeFromRoots(ProcessFunction& pfn, std::queue<uint32_t>* roots) ProcessCallTreeFromRoots() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | ir_context.cpp | 872 std::queue<uint32_t> roots; in ProcessEntryPointCallTree() local 880 std::queue<uint32_t> roots; in ProcessReachableCallTree() local 909 ProcessCallTreeFromRoots(ProcessFunction& pfn, std::queue<uint32_t>* roots) ProcessCallTreeFromRoots() argument [all...] |
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsWinding.cpp | 134 int roots = (*CurveIntercept[fVerb * 2 + xy_index(dir)])(fPts, fWeight, baseYX, tVals); in rayCheck() local
|
| H A D | SkPathOpsCubic.cpp | 268 int roots = cubic.findMaxCurvature(maxCurvature); in ComplexBreak() local [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-repacker.hh | 348 hb_set_t roots; in assign_32bit_spaces() local 1060 hb_set_t roots; _try_isolating_subgraphs() local [all...] |
| /foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
| H A D | drawable_descriptor.cpp | 132 cJSON* roots = cJSON_ParseWithLength(reinterpret_cast<const char*>(jsonBuf_.get()), len_); in PreGetPixelMapFromJsonBuf() local
|
| /foundation/window/window_manager/wmserver/src/ |
| H A D | window_layout_policy_cascade.cpp | 578 std::vector<std::vector<sptr<WindowNode>>> roots = { aboveAppWindowNodeVec, appWindowNodeVec }; in GetCurCascadeRect() local
|
| /kernel/linux/linux-5.10/lib/ |
| H A D | bch.c | 575 find_affine4_roots(struct bch_control *bch, unsigned int a, unsigned int b, unsigned int c, unsigned int *roots) find_affine4_roots() argument 612 find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly, unsigned int *roots) find_poly_deg1_roots() argument 627 find_poly_deg2_roots(struct bch_control *bch, struct gf_poly *poly, unsigned int *roots) find_poly_deg2_roots() argument 669 find_poly_deg3_roots(struct bch_control *bch, struct gf_poly *poly, unsigned int *roots) find_poly_deg3_roots() argument 702 find_poly_deg4_roots(struct bch_control *bch, struct gf_poly *poly, unsigned int *roots) find_poly_deg4_roots() argument 941 find_poly_roots(struct bch_control *bch, unsigned int k, struct gf_poly *poly, unsigned int *roots) find_poly_roots() argument 981 chien_search(struct bch_control *bch, unsigned int len, struct gf_poly *p, unsigned int *roots) chien_search() argument 1238 unsigned int i, j, nbits, r, word, *roots; compute_generator_polynomial() local [all...] |
| /kernel/linux/linux-6.6/lib/ |
| H A D | bch.c | 541 find_affine4_roots(struct bch_control *bch, unsigned int a, unsigned int b, unsigned int c, unsigned int *roots) find_affine4_roots() argument 578 find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly, unsigned int *roots) find_poly_deg1_roots() argument 593 find_poly_deg2_roots(struct bch_control *bch, struct gf_poly *poly, unsigned int *roots) find_poly_deg2_roots() argument 635 find_poly_deg3_roots(struct bch_control *bch, struct gf_poly *poly, unsigned int *roots) find_poly_deg3_roots() argument 668 find_poly_deg4_roots(struct bch_control *bch, struct gf_poly *poly, unsigned int *roots) find_poly_deg4_roots() argument 907 find_poly_roots(struct bch_control *bch, unsigned int k, struct gf_poly *poly, unsigned int *roots) find_poly_roots() argument 947 chien_search(struct bch_control *bch, unsigned int len, struct gf_poly *p, unsigned int *roots) chien_search() argument 1204 unsigned int i, j, nbits, r, word, *roots; compute_generator_polynomial() local [all...] |
| /third_party/gn/src/gn/ |
| H A D | xcode_writer.cc | 230 const std::vector<base::FilePath::StringType> roots = in GetAdditionalFilesRoots() local 750 const std::vector<base::FilePath> roots = in AddSourcesFromBuilder() local
|
| /third_party/python/Lib/test/ |
| H A D | test_dis.py | 1634 def roots(a, b, c): function
|
| /third_party/spirv-tools/source/opt/ |
| H A D | instrument_pass.cpp | 695 std::queue<uint32_t> roots; in InstProcessEntryPointCallTree() local 633 InstProcessCallTreeFromRoots(InstProcessFunction& pfn, std::queue<uint32_t>* roots, uint32_t stage_idx) InstProcessCallTreeFromRoots() argument [all...] |
| H A D | ir_context.cpp | 933 std::queue<uint32_t> roots; in ProcessEntryPointCallTree() local 941 std::queue<uint32_t> roots; in ProcessReachableCallTree() local 970 ProcessCallTreeFromRoots(ProcessFunction& pfn, std::queue<uint32_t>* roots) ProcessCallTreeFromRoots() argument 991 std::queue<uint32_t> roots; CollectCallTreeFromRoots() local [all...] |