Home
last modified time | relevance | path

Searched defs:node (Results 4926 - 4950 of 8230) sorted by relevance

1...<<191192193194195196197198199200>>...330

/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp149 TiXmlNode* node = firstChild; in ~TiXmlNode() local
171 TiXmlNode* node = firstChild; in Clear() local
222 TiXmlNode* node = addThis.Clone(); InsertEndChild() local
242 TiXmlNode* node = addThis.Clone(); InsertBeforeChild() local
275 TiXmlNode* node = addThis.Clone(); InsertAfterChild() local
312 TiXmlNode* node = withThis.Clone(); ReplaceChild() local
363 const TiXmlNode* node; FirstChild() local
375 const TiXmlNode* node; LastChild() local
415 const TiXmlNode* node; NextSibling() local
427 const TiXmlNode* node; PreviousSibling() local
441 TiXmlAttribute* node = attributeSet.Find( str ); RemoveAttribute() local
454 const TiXmlNode* node; FirstChildElement() local
469 const TiXmlNode* node; FirstChildElement() local
484 const TiXmlNode* node; NextSiblingElement() local
499 const TiXmlNode* node; NextSiblingElement() local
514 const TiXmlNode* node; GetDocument() local
570 TiXmlAttribute* node = attributeSet.First(); ClearThis() local
579 const TiXmlAttribute* node = attributeSet.Find( name ); Attribute() local
672 const TiXmlAttribute* node = attributeSet.Find( name ); QueryUnsignedAttribute() local
685 const TiXmlAttribute* node = attributeSet.Find( name ); QueryBoolAttribute() local
821 TiXmlNode* node; Print() local
868 TiXmlNode* node = 0; CopyTo() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestriebuilder.cpp463 BytesTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { in writeValueAndType() argument
H A Ducharstriebuilder.cpp399 UCharsTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { in writeValueAndType() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Ducharstrie.h495 static inline UStringTrieResult valueResult(int32_t node) { in valueResult() argument
[all...]
/third_party/toybox/kconfig/lxdialog/
H A Ddialog.h168 struct dialog_item node; member
/third_party/toybox/toys/net/
H A Dnetstat.c232 static int scan_pids(struct dirtree *node) in scan_pids() argument
/third_party/toybox/toys/pending/
H A Dlsof.c42 char *name, fd[8], rw, locks, type[10], device[32], size_off[32], node[32]; member
412 static int scan_proc(struct dirtree *node) in scan_proc() argument
H A Dtraceroute.c492 struct arg_list *node; in traceroute_main() local
/third_party/toybox/toys/posix/
H A Dtar.c176 static int add_to_tar(struct dirtree *node) in add_to_tar() argument
/third_party/pulseaudio/src/modules/
H A Dmodule-udev-detect.c531 pcm_node_belongs_to_device( struct device *d, const char *node) pcm_node_belongs_to_device() argument
545 control_node_belongs_to_device( struct device *d, const char *node) control_node_belongs_to_device() argument
/third_party/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.cc307 MergeToFieldMask(const std::string& prefix, const Node* node, FieldMask* out) MergeToFieldMask() argument
331 Node* node = &root_; AddPath() local
365 Node* node = &root_; RemovePath() local
416 const Node* node = &root_; IntersectPath() local
437 MergeLeafNodesToTree(const std::string& prefix, const Node* node, FieldMaskTree* out) MergeLeafNodesToTree() argument
450 MergeMessage(const Node* node, const Message& source, const FieldMaskUtil::MergeOptions& options, Message* destination) MergeMessage() argument
553 AddRequiredFieldPath(Node* node, const Descriptor* descriptor) AddRequiredFieldPath() argument
588 TrimMessage(const Node* node, Message* message) TrimMessage() argument
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter.cc404 void DefaultValueObjectWriter::MaybePopulateChildrenOfAny(Node* node) { in MaybePopulateChildrenOfAny() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree_container.h171 auto node = CommonAccess::Move<node_type>(get_allocator(), position.slot()); in extract() local
320 insert_return_type insert(node_type &&node) { in insert() argument
332 iterator insert(const_iterator hint, node_type &&node) { in insert() argument
606 insert(node_type &&node) insert() argument
614 insert(const_iterator hint, node_type &&node) insert() argument
[all...]
/third_party/skia/modules/skottie/src/
H A DSkottiePriv.h135 typename std::decay<decltype(T::Make(std::forward<Args>(args)...)->node())>::type in node() function in skottie::internal::final
/third_party/skia/modules/svg/src/
H A DSkSVGRenderContext.cpp213 SkSVGRenderContext::SkSVGRenderContext(const SkSVGRenderContext& other, const SkSVGNode* node) in SkSVGRenderContext() argument
333 const auto node = this->findNodeById(filter.iri()); in applyFilter() local
387 const auto node = this->findNodeById(mask.iri()); in applyMask() local
445 const auto node = this->findNodeById(paint_selector.iri()); commonPaint() local
[all...]
H A DSkSVGDOM.cpp56 bool SetIRIAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetIRIAttribute() argument
67 bool SetStringAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetStringAttribute() argument
75 bool SetTransformAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetTransformAttribute() argument
86 bool SetLengthAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetLengthAttribute() argument
97 bool SetViewBoxAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetViewBoxAttribute() argument
109 SetObjectBoundingBoxUnitsAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, const char* stringValue) SetObjectBoundingBoxUnitsAttribute() argument
121 SetPreserveAspectRatioAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, const char* stringValue) SetPreserveAspectRatioAttribute() argument
183 SetStyleAttributes(const sk_sp<SkSVGNode>& node, SkSVGAttribute, const char* stringValue) SetStyleAttributes() argument
288 set_string_attribute(const sk_sp<SkSVGNode>& node, const char* name, const char* value) set_string_attribute() argument
368 auto node = make_node(ctx, elem); construct_svg_node() local
[all...]
/third_party/selinux/libsepol/src/
H A Dconditional.c142 cond_node_t *cond_node_create(policydb_t * p, cond_node_t * node) in cond_node_create() argument
309 evaluate_cond_node(policydb_t * p, cond_node_t * node) evaluate_cond_node() argument
486 cond_node_destroy(cond_node_t * node) cond_node_destroy() argument
747 cond_read_node(policydb_t * p, cond_node_t * node, void *fp) cond_read_node() argument
823 cond_node_t *node, *last = NULL; cond_read_list() local
864 avtab_ptr_t node; cond_compute_av() local
[all...]
H A Dkernel_to_common.c365 struct ebitmap_node *node; in ebitmap_to_strs() local
H A Dhierarchy.c392 cond_list_t *node = cur->cond_list; in bounds_check_child_rules() local
/third_party/selinux/checkpolicy/test/
H A Ddispol.c279 ebitmap_node_t *node; in display_policycaps() local
304 ebitmap_node_t *node; in display_permissive() local
343 ebitmap_node_t *node; in filenametr_display() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dxml_libxml2.c53 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate() argument
115 int xml_validate_dtd(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate_dtd() argument
167 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_free() argument
173 xml_node_t * xml_node_get_parent(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_get_parent() argument
182 xmlNodePtr node; in xml_node_from_buf() local
195 xml_node_get_localname(struct xml_node_ctx *ctx, xml_node_t *node) xml_node_get_localname() argument
202 xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node) xml_node_to_str() argument
245 xml_node_detach(struct xml_node_ctx *ctx, xml_node_t *node) xml_node_detach() argument
262 xmlNodePtr node; xml_node_create_root() local
284 xmlNodePtr node; xml_node_create() local
295 xmlNodePtr node; xml_node_create_text() local
306 xmlNodePtr node; xml_node_create_text_ns() local
317 xml_node_set_text(struct xml_node_ctx *ctx, xml_node_t *node, const char *value) xml_node_set_text() argument
325 xml_node_add_attr(struct xml_node_ctx *ctx, xml_node_t *node, xml_namespace_t *ns, const char *name, const char *value) xml_node_add_attr() argument
343 xml_node_get_attr_value(struct xml_node_ctx *ctx, xml_node_t *node, char *name) xml_node_get_attr_value() argument
351 xml_node_get_attr_value_ns(struct xml_node_ctx *ctx, xml_node_t *node, const char *ns_uri, char *name) xml_node_get_attr_value_ns() argument
373 xml_node_next_sibling(struct xml_node_ctx *ctx, xml_node_t *node) xml_node_next_sibling() argument
380 xml_node_is_element(struct xml_node_ctx *ctx, xml_node_t *node) xml_node_is_element() argument
386 xml_node_get_text(struct xml_node_ctx *ctx, xml_node_t *node) xml_node_get_text() argument
401 xml_node_get_base64_text(struct xml_node_ctx *ctx, xml_node_t *node, int *ret_len) xml_node_get_base64_text() argument
429 xml_node_copy(struct xml_node_ctx *ctx, xml_node_t *node) xml_node_copy() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dspp_client.c34 static char * get_spp_attr_value(struct xml_node_ctx *ctx, xml_node_t *node, in get_spp_attr_value() argument
41 static int hs20_spp_validate(struct hs20_osu_client *ctx, xml_node_t *node, in hs20_spp_validate() argument
78 xml_node_t *node; in add_mo_container() local
150 xml_node_t *node, *parent, *tnds, *unode; process_update_node() local
332 xml_node_t *node, *ret_node; hs20_spp_upload_mo() local
440 xml_node_t *node, *ret_node; hs20_spp_user_input_completed() local
478 xml_node_t *node, *ret_node; hs20_spp_get_certificate() local
598 process_spp_post_dev_data_response( struct hs20_osu_client *ctx, enum spp_post_dev_data_use use, xml_node_t *node, const char *pps_fname, xml_node_t *pps) process_spp_post_dev_data_response() argument
824 process_spp_exchange_complete(struct hs20_osu_client *ctx, xml_node_t *node) process_spp_exchange_complete() argument
869 xml_node_t *spp_node, *node; build_spp_update_response() local
896 xml_node_t *node, *ret_node; hs20_spp_update_response() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dxml_libxml2.c53 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate() argument
115 int xml_validate_dtd(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate_dtd() argument
167 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_free() argument
173 xml_node_t * xml_node_get_parent(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_get_parent() argument
182 xmlNodePtr node; in xml_node_from_buf() local
195 xml_node_get_localname(struct xml_node_ctx *ctx, xml_node_t *node) xml_node_get_localname() argument
202 xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node) xml_node_to_str() argument
245 xml_node_detach(struct xml_node_ctx *ctx, xml_node_t *node) xml_node_detach() argument
262 xmlNodePtr node; xml_node_create_root() local
284 xmlNodePtr node; xml_node_create() local
295 xmlNodePtr node; xml_node_create_text() local
306 xmlNodePtr node; xml_node_create_text_ns() local
317 xml_node_set_text(struct xml_node_ctx *ctx, xml_node_t *node, const char *value) xml_node_set_text() argument
325 xml_node_add_attr(struct xml_node_ctx *ctx, xml_node_t *node, xml_namespace_t *ns, const char *name, const char *value) xml_node_add_attr() argument
343 xml_node_get_attr_value(struct xml_node_ctx *ctx, xml_node_t *node, char *name) xml_node_get_attr_value() argument
351 xml_node_get_attr_value_ns(struct xml_node_ctx *ctx, xml_node_t *node, const char *ns_uri, char *name) xml_node_get_attr_value_ns() argument
373 xml_node_next_sibling(struct xml_node_ctx *ctx, xml_node_t *node) xml_node_next_sibling() argument
380 xml_node_is_element(struct xml_node_ctx *ctx, xml_node_t *node) xml_node_is_element() argument
386 xml_node_get_text(struct xml_node_ctx *ctx, xml_node_t *node) xml_node_get_text() argument
401 xml_node_get_base64_text(struct xml_node_ctx *ctx, xml_node_t *node, int *ret_len) xml_node_get_base64_text() argument
429 xml_node_copy(struct xml_node_ctx *ctx, xml_node_t *node) xml_node_copy() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dspp_client.c34 static char * get_spp_attr_value(struct xml_node_ctx *ctx, xml_node_t *node, in get_spp_attr_value() argument
41 static int hs20_spp_validate(struct hs20_osu_client *ctx, xml_node_t *node, in hs20_spp_validate() argument
78 xml_node_t *node; in add_mo_container() local
150 xml_node_t *node, *parent, *tnds, *unode; process_update_node() local
332 xml_node_t *node, *ret_node; hs20_spp_upload_mo() local
440 xml_node_t *node, *ret_node; hs20_spp_user_input_completed() local
478 xml_node_t *node, *ret_node; hs20_spp_get_certificate() local
598 process_spp_post_dev_data_response( struct hs20_osu_client *ctx, enum spp_post_dev_data_use use, xml_node_t *node, const char *pps_fname, xml_node_t *pps) process_spp_post_dev_data_response() argument
824 process_spp_exchange_complete(struct hs20_osu_client *ctx, xml_node_t *node) process_spp_exchange_complete() argument
869 xml_node_t *spp_node, *node; build_spp_update_response() local
896 xml_node_t *node, *ret_node; hs20_spp_update_response() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DFindPreciseNodes.cpp139 AccessChain GetAssignmentAccessChain(TIntermOperator *node) in GetAssignmentAccessChain() argument
148 void TraverseIndexNodesOnly(TIntermNode *node, Traverser *traverser) in TraverseIndexNodesOnly() argument
[all...]

Completed in 24 milliseconds

1...<<191192193194195196197198199200>>...330