Home
last modified time | relevance | path

Searched defs:tree (Results 151 - 175 of 432) sorted by relevance

12345678910>>...18

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBITableBuilder.java405 calcChainedFollowPos(RBBINode tree, RBBINode endMarkNode) calcChainedFollowPos() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRBBITableBuilder.java398 calcChainedFollowPos(RBBINode tree, RBBINode endMarkNode) calcChainedFollowPos() argument
[all...]
/third_party/node/deps/v8/tools/profview/
H A Dprofile-utils.js[all...]
/third_party/node/deps/v8/src/compiler/
H A Dstate-values-utils.cc233 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 Dallocation-tracker.cc15 AllocationTraceNode( AllocationTraceTree* tree, unsigned function_info_index) AllocationTraceNode() argument
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental.cc17 bool ExperimentalRegExp::CanBeHandled(RegExpTree* tree, RegExpFlags flags, in CanBeHandled() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp.h29 RegExpTree* tree = nullptr; member
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dpcy_tree.c53 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 Dgenglvnd.py79 tree = etree.parse(regFilename) variable
H A Dgenheaders.py546 tree = etree.parse(regFilename) variable
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dgenvk.py1093 tree = etree.parse(args.registry) variable
/third_party/openssl/crypto/x509/
H A Dpcy_tree.c53 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 Dhuffman_encode_utils.c135 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 Dgenglvnd.py90 tree = etree.parse(regFilename) variable
H A Dgenheaders.py90 tree = etree.parse(regFilename) variable
/third_party/skia/third_party/externals/egl-registry/api/
H A Dgenheaders.py90 tree = etree.parse(regFilename) variable
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_info_statistics_test.cc449 CordRepBtree* tree = CordRepBtree::Create(flat1); in TEST() local
484 CordRepBtree* tree = nullptr; TEST() local
[all...]
H A Dcordz_info.cc239 const CordRepBtree* tree = rep.rep->btree(); in AnalyzeBtree() local
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_tree.cpp30 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 Dtagged_tree_test.cpp49 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 Dconfig_utils.cpp802 void ConfigUtils::ConvertTreeToList(std::vector<std::shared_ptr<DumpCfg>> &tree, in ConvertTreeToList() argument
/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-topology.c388 struct fw_node *tree; in move_tree() local
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-dust.c240 static bool __dust_clear_badblocks(struct rb_root *tree, in __dust_clear_badblocks() argument
/kernel/linux/linux-5.10/sound/hda/
H A Dhdac_sysfs.c322 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 Denv.h96 struct rb_root tree; member

Completed in 20 milliseconds

12345678910>>...18