| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | RBBITableBuilder.java | 405 calcChainedFollowPos(RBBINode tree, RBBINode endMarkNode) calcChainedFollowPos() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | RBBITableBuilder.java | 398 calcChainedFollowPos(RBBINode tree, RBBINode endMarkNode) calcChainedFollowPos() argument [all...] |
| /third_party/node/deps/v8/tools/profview/ |
| H A D | profile-utils.js | [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | state-values-utils.cc | 233 void CheckTreeContainsValues(Node* tree, Node** values, size_t count, in CheckTreeContainsValues() argument 291 Node* tree = BuildTree(&values_idx, values, count, liveness, height); in GetNodeForValues() local [all...] |
| /third_party/node/deps/v8/src/profiler/ |
| H A D | allocation-tracker.cc | 15 AllocationTraceNode( AllocationTraceTree* tree, unsigned function_info_index) AllocationTraceNode() argument
|
| /third_party/node/deps/v8/src/regexp/experimental/ |
| H A D | experimental.cc | 17 bool ExperimentalRegExp::CanBeHandled(RegExpTree* tree, RegExpFlags flags, in CanBeHandled() argument
|
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp.h | 29 RegExpTree* tree = nullptr; member
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | pcy_tree.c | 53 tree_print(BIO *channel, char *str, X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) tree_print() argument 100 X509_POLICY_TREE *tree; tree_init() local 257 tree_link_matching_nodes(X509_POLICY_LEVEL *curr, X509_POLICY_DATA *data, X509_POLICY_TREE *tree) tree_link_matching_nodes() argument 287 tree_link_nodes(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, X509_POLICY_TREE *tree) tree_link_nodes() argument 309 tree_add_unmatched(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, const ASN1_OBJECT *id, X509_POLICY_NODE *node, X509_POLICY_TREE *tree) tree_add_unmatched() argument 338 tree_link_unmatched(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, X509_POLICY_NODE *node, X509_POLICY_TREE *tree) tree_link_unmatched() argument 374 tree_link_any(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, X509_POLICY_TREE *tree) tree_link_any() argument 406 tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) tree_prune() argument 481 tree_calculate_authority_set(X509_POLICY_TREE *tree, STACK_OF(X509_POLICY_NODE) **pnodes) tree_calculate_authority_set() argument 530 tree_calculate_user_set(X509_POLICY_TREE *tree, STACK_OF(ASN1_OBJECT) *policy_oids, STACK_OF(X509_POLICY_NODE) *auth_nodes) tree_calculate_user_set() argument 601 tree_evaluate(X509_POLICY_TREE *tree) tree_evaluate() argument 629 X509_policy_tree_free(X509_POLICY_TREE *tree) X509_policy_tree_free() argument 667 X509_POLICY_TREE *tree = NULL; X509_policy_check() local [all...] |
| /third_party/openGLES/xml/ |
| H A D | genglvnd.py | 79 tree = etree.parse(regFilename) variable
|
| H A D | genheaders.py | 546 tree = etree.parse(regFilename) variable
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| H A D | genvk.py | 1093 tree = etree.parse(args.registry) variable
|
| /third_party/openssl/crypto/x509/ |
| H A D | pcy_tree.c | 53 tree_print(BIO *channel, char *str, X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) tree_print() argument 100 X509_POLICY_TREE *tree; tree_init() local 257 tree_link_matching_nodes(X509_POLICY_LEVEL *curr, X509_POLICY_DATA *data, X509_POLICY_TREE *tree) tree_link_matching_nodes() argument 287 tree_link_nodes(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, X509_POLICY_TREE *tree) tree_link_nodes() argument 309 tree_add_unmatched(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, const ASN1_OBJECT *id, X509_POLICY_NODE *node, X509_POLICY_TREE *tree) tree_add_unmatched() argument 338 tree_link_unmatched(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, X509_POLICY_NODE *node, X509_POLICY_TREE *tree) tree_link_unmatched() argument 374 tree_link_any(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, X509_POLICY_TREE *tree) tree_link_any() argument 406 tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) tree_prune() argument 481 tree_calculate_authority_set(X509_POLICY_TREE *tree, STACK_OF(X509_POLICY_NODE) **pnodes) tree_calculate_authority_set() argument 530 tree_calculate_user_set(X509_POLICY_TREE *tree, STACK_OF(ASN1_OBJECT) *policy_oids, STACK_OF(X509_POLICY_NODE) *auth_nodes) tree_calculate_user_set() argument 601 tree_evaluate(X509_POLICY_TREE *tree) tree_evaluate() argument 629 X509_policy_tree_free(X509_POLICY_TREE *tree) X509_policy_tree_free() argument 667 X509_POLICY_TREE *tree = NULL; X509_policy_check() local [all...] |
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| H A D | huffman_encode_utils.c | 135 static void SetBitDepths(const HuffmanTree* const tree, in SetBitDepths() argument 165 GenerateOptimalTree(const uint32_t* const histogram, int histogram_size, HuffmanTree* tree, int tree_depth_limit, uint8_t* const bit_depths) GenerateOptimalTree() argument 326 VP8LCreateCompressedHuffmanTree(const HuffmanTreeCode* const tree, HuffmanTreeToken* tokens, int max_tokens) VP8LCreateCompressedHuffmanTree() argument 374 ConvertBitDepthsToSymbols(HuffmanTreeCode* const tree) ConvertBitDepthsToSymbols() argument [all...] |
| /third_party/skia/third_party/externals/opengl-registry/xml/ |
| H A D | genglvnd.py | 90 tree = etree.parse(regFilename) variable
|
| H A D | genheaders.py | 90 tree = etree.parse(regFilename) variable
|
| /third_party/skia/third_party/externals/egl-registry/api/ |
| H A D | genheaders.py | 90 tree = etree.parse(regFilename) variable
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | cordz_info_statistics_test.cc | 449 CordRepBtree* tree = CordRepBtree::Create(flat1); in TEST() local 484 CordRepBtree* tree = nullptr; TEST() local [all...] |
| H A D | cordz_info.cc | 239 const CordRepBtree* tree = rep.rep->btree(); in AnalyzeBtree() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_tree.cpp | 30 auto tree = JSHandle<Derived>::Cast(factory->NewTaggedArray(length)); in Create() local 135 JSHandle<Derived> TaggedTree<Derived>::AdjustTaggedTree(const JSThread *thread, const JSHandle<Derived> &tree, int len) in AdjustTaggedTree() argument 311 FindEntry(JSThread *thread, const JSHandle<Derived> &tree, const JSHandle<JSTaggedValue> &key) FindEntry() argument 340 EntryCompare(JSThread *thread, const JSHandle<JSTaggedValue> valueX, const JSHandle<JSTaggedValue> valueY, JSHandle<Derived> tree) EntryCompare() argument 396 GetSortArray(const JSThread *thread, const JSHandle<Derived> &tree) GetSortArray() argument 417 Insert(JSThread *thread, JSHandle<Derived> &tree, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value) Insert() argument 465 GrowCapacity(const JSThread *thread, JSHandle<Derived> &tree) GrowCapacity() argument 481 GetLowerKey(JSThread *thread, const JSHandle<Derived> &tree, const JSHandle<JSTaggedValue> &key) GetLowerKey() argument 504 GetHigherKey(JSThread *thread, const JSHandle<Derived> &tree, const JSHandle<JSTaggedValue> &key) GetHigherKey() argument 527 Shrink(const JSThread *thread, const JSHandle<Derived> &tree) Shrink() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | tagged_tree_test.cpp | 49 bool CheckRBTreeOfAllPaths(JSHandle<T> &tree, int numsOfBlack, int index, int count) in CheckRBTreeOfAllPaths() argument 65 bool CheckBlackNodeNumbers(JSHandle<T> &tree, int index) in CheckBlackNodeNumbers() argument 79 IsVaildRBTree(JSThread *thread, JSHandle<T> &tree, int nodeIndex) IsVaildRBTree() argument [all...] |
| /base/hiviewdfx/hidumper/frameworks/native/src/util/ |
| H A D | config_utils.cpp | 802 void ConfigUtils::ConvertTreeToList(std::vector<std::shared_ptr<DumpCfg>> &tree, in ConvertTreeToList() argument
|
| /kernel/linux/linux-5.10/drivers/firewire/ |
| H A D | core-topology.c | 388 struct fw_node *tree; in move_tree() local [all...] |
| /kernel/linux/linux-5.10/drivers/md/ |
| H A D | dm-dust.c | 240 static bool __dust_clear_badblocks(struct rb_root *tree, in __dust_clear_badblocks() argument
|
| /kernel/linux/linux-5.10/sound/hda/ |
| H A D | hdac_sysfs.c | 322 struct hdac_widget_tree *tree = codec->widgets; in widget_tree_free() local 365 struct hdac_widget_tree *tree; widget_tree_create() local 427 struct hdac_widget_tree *tree; hda_widget_sysfs_reinit() local [all...] |
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | env.h | 96 struct rb_root tree; member
|