Searched defs:node (Results 1 - 25 of 1594) sorted by last modified time

1234567891011>>

/external/zlib/src/
H A Dtrees.c425 /* Index within the heap array of least frequent node in the Huffman tree */
448 * Restore the heap property by moving down the tree starting at node k,
449 * exchanging a node with the smallest of its two sons if necessary, stopping
456 int k; /* node to move down */
519 if (n > max_code) continue; /* not a leaf node */
626 int node; /* new node being created */ local
649 node = s->heap[++(s->heap_len)] = (max_code < 2 ? ++max_code : 0);
650 tree[node].Freq = 1;
651 s->depth[node]
[all...]
/external/zopfli/src/zopfli/
H A Dkatajainen.c37 Node* tail; /* Previous node(s) of this chain, or 0 if none. */
47 Node* next; /* Pointer to a possibly free node in the pool. */
52 Initializes a chain node with the given values and marks it as in use.
54 static void InitNode(size_t weight, int count, Node* tail, Node* node) { argument
55 node->weight = weight;
56 node->count = count;
57 node->tail = tail;
58 node->inuse = 1;
65 pool: Memory pool to get free node from.
77 Node* node; local
164 Node* node; local
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c1387 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node) argument
1397 envelope = soap_build_envelope(ctx->xml, node);
H A Dxml-utils.c19 xml_node_t *node; local
26 node = root;
27 xml_node_for_each_sibling(ctx, node) {
28 xml_node_for_each_check(ctx, node);
29 name = xml_node_get_localname(ctx, node);
34 if (node == NULL)
38 return get_node_uri_iter(ctx, xml_node_first_child(ctx, node),
42 return node;
50 xml_node_t *node; local
56 node
67 xml_node_t *node; local
93 xml_node_t *node; local
109 xml_node_t *node; local
125 xml_node_t *node; local
169 node_to_file(struct xml_node_ctx *ctx, const char *fname, xml_node_t *node) argument
192 get_val(struct xml_node_ctx *ctx, xml_node_t *node) argument
230 xml_node_t *node; local
264 xml_node_t *node; local
281 xml_node_t *node; local
309 get_first_child_node(struct xml_node_ctx *ctx, xml_node_t *node, const char *name) argument
327 get_node_text(struct xml_node_ctx *ctx, xml_node_t *node, const char *node_name) argument
337 add_mo_node(struct xml_node_ctx *ctx, xml_node_t *root, xml_node_t *node, const char *uri) argument
384 tnds_to_mo_iter(struct xml_node_ctx *ctx, xml_node_t *root, xml_node_t *node, const char *uri) argument
430 xml_node_t *node; local
443 soap_build_envelope(struct xml_node_ctx *ctx, xml_node_t *node) argument
[all...]
H A Dxml_libxml2.c53 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node, argument
70 n = xmlDocCopyNode((xmlNodePtr) node, doc, 1);
115 int xml_validate_dtd(struct xml_node_ctx *ctx, xml_node_t *node, argument
131 n = xmlDocCopyNode((xmlNodePtr) node, doc, 1);
167 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node) argument
169 xmlFreeNode((xmlNodePtr) node);
173 xml_node_t * xml_node_get_parent(struct xml_node_ctx *ctx, xml_node_t *node) argument
175 return (xml_node_t *) ((xmlNodePtr) node)->parent;
182 xmlNodePtr node; local
187 node
195 xml_node_get_localname(struct xml_node_ctx *ctx, xml_node_t *node) argument
202 xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node) argument
243 xml_node_detach(struct xml_node_ctx *ctx, xml_node_t *node) argument
260 xmlNodePtr node; local
282 xmlNodePtr node; local
293 xmlNodePtr node; local
304 xmlNodePtr node; local
315 xml_node_set_text(struct xml_node_ctx *ctx, xml_node_t *node, const char *value) argument
323 xml_node_add_attr(struct xml_node_ctx *ctx, xml_node_t *node, xml_namespace_t *ns, const char *name, const char *value) argument
341 xml_node_get_attr_value(struct xml_node_ctx *ctx, xml_node_t *node, char *name) argument
349 xml_node_get_attr_value_ns(struct xml_node_ctx *ctx, xml_node_t *node, const char *ns_uri, char *name) argument
371 xml_node_next_sibling(struct xml_node_ctx *ctx, xml_node_t *node) argument
378 xml_node_is_element(struct xml_node_ctx *ctx, xml_node_t *node) argument
384 xml_node_get_text(struct xml_node_ctx *ctx, xml_node_t *node) argument
399 xml_node_get_base64_text(struct xml_node_ctx *ctx, xml_node_t *node, int *ret_len) argument
427 xml_node_copy(struct xml_node_ctx *ctx, xml_node_t *node) argument
[all...]
/external/wpa_supplicant_8/hs20/client/
H A Doma_dm_client.c79 xml_node_t *node)
84 locuri = get_node(ctx->xml, node, "Item/Target/LocURI");
99 xml_node_t *node; local
101 node = xml_node_create(ctx->xml, parent, NULL, element);
102 if (node == NULL)
104 xml_node_create_text(ctx->xml, node, NULL, "LocURI", uri);
140 xml_node_t *node; local
142 node = xml_node_create(ctx->xml, parent, NULL, "Alert");
143 if (node == NULL)
145 oma_dm_add_cmdid(ctx, node, cmdi
78 oma_dm_get_target_locuri(struct hs20_osu_client *ctx, xml_node_t *node) argument
156 xml_node_t *node; local
181 xml_node_t *node; local
223 xml_node_t *item, *node; local
276 xml_node_t *node, *item; local
386 xml_node_t *node; local
416 xml_node_t *node, *getcert; local
492 xml_node_t *node, *tnds, *unode, *pps_node; local
640 xml_node_t *node; local
706 xml_node_t *node, *tnds, *unode, *pps_node, *parent; local
891 oma_dm_get_cmdid(struct hs20_osu_client *ctx, xml_node_t *node) argument
[all...]
H A Dosu_client.c73 xml_node_t *node)
75 char *str = xml_node_to_str(ctx->xml, node);
105 xml_node_t *node; local
123 node = get_node(ctx->xml, getcert, "enrollmentServerURI");
124 if (node == NULL) {
125 wpa_printf(MSG_INFO, "Could not find enrollmentServerURI node");
129 url = xml_node_get_text(ctx->xml, node);
137 node = get_node(ctx->xml, getcert, "estUserID");
138 if (node == NULL && !ctx->client_cert_present) {
139 wpa_printf(MSG_INFO, "Could not find estUserID node");
72 debug_dump_node(struct hs20_osu_client *ctx, const char *title, xml_node_t *node) argument
363 xml_node_t *pps, *node; local
390 xml_node_t *pps, *node; local
417 xml_node_t *pps, *node, *aaa; local
695 xml_node_t *node; local
771 xml_node_t *node; local
839 xml_node_t *node; local
908 set_pps_cred_policy_min_backhaul_list(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
922 set_pps_cred_policy_update(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
933 xml_node_t *node; local
980 set_pps_cred_policy_required_proto_ports(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
994 set_pps_cred_policy_max_bss_load(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1007 set_pps_cred_policy(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1036 set_pps_cred_priority(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1049 set_pps_cred_aaa_server_trust_root(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1056 set_pps_cred_sub_update(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1064 set_pps_cred_home_sp_network_id(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1095 set_pps_cred_home_sp_network_ids(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1109 set_pps_cred_home_sp_friendly_name(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1121 set_pps_cred_home_sp_icon_url(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1133 set_pps_cred_home_sp_fqdn(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1148 set_pps_cred_home_sp_oi(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1199 set_pps_cred_home_sp_oi_list(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1213 set_pps_cred_home_sp_other_partner(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1244 set_pps_cred_home_sp_other_partners(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1259 set_pps_cred_home_sp_roaming_consortium_oi( struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1271 set_pps_cred_home_sp(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1303 set_pps_cred_sub_params(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1311 set_pps_cred_creation_date(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1323 set_pps_cred_expiration_date(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1335 set_pps_cred_username(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1349 set_pps_cred_password(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1380 set_pps_cred_machine_managed(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1393 set_pps_cred_soft_token_app(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1406 set_pps_cred_able_to_share(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1419 set_pps_cred_eap_method(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1426 set_pps_cred_username_password(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1456 set_pps_cred_digital_cert(struct hs20_osu_client *ctx, int id, xml_node_t *node, const char *fqdn) argument
1487 set_pps_cred_realm(struct hs20_osu_client *ctx, int id, xml_node_t *node, const char *fqdn, int sim) argument
1515 set_pps_cred_check_aaa_cert_status(struct hs20_osu_client *ctx, int id, xml_node_t *node) argument
1534 xml_node_t *node; local
1621 set_pps_cred_credential(struct hs20_osu_client *ctx, int id, xml_node_t *node, const char *fqdn) argument
1777 xml_node_t *pps, *node; local
1810 xml_node_t *mo, *node; local
2349 xml_node_t *pps, *node; local
2507 xml_node_t *node; local
[all...]
H A Dspp_client.c32 static char * get_spp_attr_value(struct xml_node_ctx *ctx, xml_node_t *node, argument
35 return xml_node_get_attr_value_ns(ctx, node, SPP_NS_URI, attr_name);
39 static int hs20_spp_validate(struct hs20_osu_client *ctx, xml_node_t *node, argument
47 if (!xml_node_is_element(xctx, node))
50 name = xml_node_get_localname(xctx, node);
62 ret = xml_validate(xctx, node, "spp.xsd", &err);
76 xml_node_t *node; local
93 node = xml_node_create_text(ctx, parent, ns, "moContainer", str);
94 if (node)
95 xml_node_add_attr(ctx, node, n
143 xml_node_t *node, *parent, *tnds, *unode; local
325 xml_node_t *node, *ret_node; local
433 xml_node_t *node, *ret_node; local
471 xml_node_t *node, *ret_node; local
591 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) argument
817 process_spp_exchange_complete(struct hs20_osu_client *ctx, xml_node_t *node) argument
862 xml_node_t *spp_node, *node; local
889 xml_node_t *node, *ret_node; local
[all...]
/external/wpa_supplicant_8/hs20/server/
H A Dhs20_spp_server.c48 void debug_dump_node(struct hs20_svc *ctx, const char *title, xml_node_t *node) argument
54 str = xml_node_to_str(ctx->xml, node);
121 debug_print(ctx, 1, "Could not get node string");
H A Dspp_server.c108 xml_node_t *node)
113 str = xml_node_to_str(ctx->xml, node);
132 xml_node_t *node)
137 str = xml_node_to_str(ctx->xml, node);
156 xml_node_t *node)
161 str = xml_node_to_str(ctx->xml, node);
244 xml_node_t *node)
248 if (node)
249 str = xml_node_to_str(ctx->xml, node);
477 xml_node_t *node; local
106 db_add_session_pps(struct hs20_svc *ctx, const char *user, const char *realm, const char *sessionid, xml_node_t *node) argument
131 db_add_session_devinfo(struct hs20_svc *ctx, const char *sessionid, xml_node_t *node) argument
154 db_add_session_devdetail(struct hs20_svc *ctx, const char *sessionid, xml_node_t *node) argument
241 hs20_eventlog_node(struct hs20_svc *ctx, const char *user, const char *realm, const char *sessionid, const char *notes, xml_node_t *node) argument
494 xml_node_t *node; local
516 xml_node_t *node; local
620 xml_node_t *node; local
635 xml_node_t *node, *tnds; local
934 xml_node_t *policy, *node; local
1040 spp_get_mo(struct hs20_svc *ctx, xml_node_t *node, const char *urn, int *valid, char **ret_err) argument
1108 xml_node_t *spp_node, *node, *exec_node; local
1305 xml_node_t *spp_node, *node = NULL; local
1537 xml_node_t *spp_node, *node; local
1570 hs20_spp_post_dev_data(struct hs20_svc *ctx, xml_node_t *node, const char *user, const char *realm, const char *session_id, int dmacc) argument
1846 xml_node_t *spp_node, *node; local
1991 hs20_spp_update_response(struct hs20_svc *ctx, xml_node_t *node, const char *user, const char *realm, const char *session_id, int dmacc) argument
2139 hs20_spp_server_process(struct hs20_svc *ctx, xml_node_t *node, const char *auth_user, const char *auth_realm, int dmacc) argument
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c1387 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node) argument
1397 envelope = soap_build_envelope(ctx->xml, node);
H A Dxml-utils.c19 xml_node_t *node; local
26 node = root;
27 xml_node_for_each_sibling(ctx, node) {
28 xml_node_for_each_check(ctx, node);
29 name = xml_node_get_localname(ctx, node);
34 if (node == NULL)
38 return get_node_uri_iter(ctx, xml_node_first_child(ctx, node),
42 return node;
50 xml_node_t *node; local
56 node
67 xml_node_t *node; local
93 xml_node_t *node; local
109 xml_node_t *node; local
125 xml_node_t *node; local
169 node_to_file(struct xml_node_ctx *ctx, const char *fname, xml_node_t *node) argument
192 get_val(struct xml_node_ctx *ctx, xml_node_t *node) argument
230 xml_node_t *node; local
264 xml_node_t *node; local
281 xml_node_t *node; local
309 get_first_child_node(struct xml_node_ctx *ctx, xml_node_t *node, const char *name) argument
327 get_node_text(struct xml_node_ctx *ctx, xml_node_t *node, const char *node_name) argument
337 add_mo_node(struct xml_node_ctx *ctx, xml_node_t *root, xml_node_t *node, const char *uri) argument
384 tnds_to_mo_iter(struct xml_node_ctx *ctx, xml_node_t *root, xml_node_t *node, const char *uri) argument
430 xml_node_t *node; local
443 soap_build_envelope(struct xml_node_ctx *ctx, xml_node_t *node) argument
[all...]
H A Dxml_libxml2.c53 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node, argument
70 n = xmlDocCopyNode((xmlNodePtr) node, doc, 1);
115 int xml_validate_dtd(struct xml_node_ctx *ctx, xml_node_t *node, argument
131 n = xmlDocCopyNode((xmlNodePtr) node, doc, 1);
167 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node) argument
169 xmlFreeNode((xmlNodePtr) node);
173 xml_node_t * xml_node_get_parent(struct xml_node_ctx *ctx, xml_node_t *node) argument
175 return (xml_node_t *) ((xmlNodePtr) node)->parent;
182 xmlNodePtr node; local
187 node
195 xml_node_get_localname(struct xml_node_ctx *ctx, xml_node_t *node) argument
202 xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node) argument
243 xml_node_detach(struct xml_node_ctx *ctx, xml_node_t *node) argument
260 xmlNodePtr node; local
282 xmlNodePtr node; local
293 xmlNodePtr node; local
304 xmlNodePtr node; local
315 xml_node_set_text(struct xml_node_ctx *ctx, xml_node_t *node, const char *value) argument
323 xml_node_add_attr(struct xml_node_ctx *ctx, xml_node_t *node, xml_namespace_t *ns, const char *name, const char *value) argument
341 xml_node_get_attr_value(struct xml_node_ctx *ctx, xml_node_t *node, char *name) argument
349 xml_node_get_attr_value_ns(struct xml_node_ctx *ctx, xml_node_t *node, const char *ns_uri, char *name) argument
371 xml_node_next_sibling(struct xml_node_ctx *ctx, xml_node_t *node) argument
378 xml_node_is_element(struct xml_node_ctx *ctx, xml_node_t *node) argument
384 xml_node_get_text(struct xml_node_ctx *ctx, xml_node_t *node) argument
399 xml_node_get_base64_text(struct xml_node_ctx *ctx, xml_node_t *node, int *ret_len) argument
427 xml_node_copy(struct xml_node_ctx *ctx, xml_node_t *node) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c1035 } *node, *tmp; local
1050 node = os_zalloc(sizeof(struct peer_objpath_node));
1051 if (!node) {
1057 os_snprintf(node->path, WPAS_DBUS_OBJECT_PATH_MAX,
1061 dl_list_add_tail(&peer_objpath_list, &node->list);
1078 dl_list_for_each_safe(node, tmp, &peer_objpath_list,
1080 peer_obj_paths[i++] = node->path;
1091 dl_list_for_each_safe(node, tmp, &peer_objpath_list,
1093 dl_list_del(&node->list);
1094 os_free(node);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c1387 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node) argument
1397 envelope = soap_build_envelope(ctx->xml, node);
H A Dxml-utils.c19 xml_node_t *node; local
26 node = root;
27 xml_node_for_each_sibling(ctx, node) {
28 xml_node_for_each_check(ctx, node);
29 name = xml_node_get_localname(ctx, node);
34 if (node == NULL)
38 return get_node_uri_iter(ctx, xml_node_first_child(ctx, node),
42 return node;
50 xml_node_t *node; local
56 node
67 xml_node_t *node; local
93 xml_node_t *node; local
109 xml_node_t *node; local
125 xml_node_t *node; local
169 node_to_file(struct xml_node_ctx *ctx, const char *fname, xml_node_t *node) argument
192 get_val(struct xml_node_ctx *ctx, xml_node_t *node) argument
230 xml_node_t *node; local
264 xml_node_t *node; local
281 xml_node_t *node; local
309 get_first_child_node(struct xml_node_ctx *ctx, xml_node_t *node, const char *name) argument
327 get_node_text(struct xml_node_ctx *ctx, xml_node_t *node, const char *node_name) argument
337 add_mo_node(struct xml_node_ctx *ctx, xml_node_t *root, xml_node_t *node, const char *uri) argument
384 tnds_to_mo_iter(struct xml_node_ctx *ctx, xml_node_t *root, xml_node_t *node, const char *uri) argument
430 xml_node_t *node; local
443 soap_build_envelope(struct xml_node_ctx *ctx, xml_node_t *node) argument
[all...]
H A Dxml_libxml2.c53 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node, argument
70 n = xmlDocCopyNode((xmlNodePtr) node, doc, 1);
115 int xml_validate_dtd(struct xml_node_ctx *ctx, xml_node_t *node, argument
131 n = xmlDocCopyNode((xmlNodePtr) node, doc, 1);
167 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node) argument
169 xmlFreeNode((xmlNodePtr) node);
173 xml_node_t * xml_node_get_parent(struct xml_node_ctx *ctx, xml_node_t *node) argument
175 return (xml_node_t *) ((xmlNodePtr) node)->parent;
182 xmlNodePtr node; local
187 node
195 xml_node_get_localname(struct xml_node_ctx *ctx, xml_node_t *node) argument
202 xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node) argument
243 xml_node_detach(struct xml_node_ctx *ctx, xml_node_t *node) argument
260 xmlNodePtr node; local
282 xmlNodePtr node; local
293 xmlNodePtr node; local
304 xmlNodePtr node; local
315 xml_node_set_text(struct xml_node_ctx *ctx, xml_node_t *node, const char *value) argument
323 xml_node_add_attr(struct xml_node_ctx *ctx, xml_node_t *node, xml_namespace_t *ns, const char *name, const char *value) argument
341 xml_node_get_attr_value(struct xml_node_ctx *ctx, xml_node_t *node, char *name) argument
349 xml_node_get_attr_value_ns(struct xml_node_ctx *ctx, xml_node_t *node, const char *ns_uri, char *name) argument
371 xml_node_next_sibling(struct xml_node_ctx *ctx, xml_node_t *node) argument
378 xml_node_is_element(struct xml_node_ctx *ctx, xml_node_t *node) argument
384 xml_node_get_text(struct xml_node_ctx *ctx, xml_node_t *node) argument
399 xml_node_get_base64_text(struct xml_node_ctx *ctx, xml_node_t *node, int *ret_len) argument
427 xml_node_copy(struct xml_node_ctx *ctx, xml_node_t *node) argument
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DParseRDF.java80 * The main parsing method. The XML tree is walked through from the root node and and XMP tree
83 * @param xmlRoot the XML root node
101 * @param rdfRdfNode the top-level xml node
121 * Note: this method is only called from the rdf:RDF-node (top level)
123 * @param xmpParent the parent xmp node
124 * @param rdfRdfNode the top-level xml node
152 * A node element URI is rdf:Description or anything else that is not an RDF
156 * @param xmpParent the parent xmp node
157 * @param xmlNode the currently processed XML node
158 * @param isTopLevel Flag if the node i
1180 isWhitespaceNode(Node node) argument
1254 getRDFTermKind(Node node) argument
[all...]
H A DXMPIteratorImpl.java44 /** the node iterator doing the work */
55 * @throws XMPException If the node defined by the paramters is not existing.
63 // the start node of the iteration depending on the schema and property filter
76 // Schema and property node provided
201 * It first returns the node itself, then recursivly the children and qualifier of the node.
216 /** the currently visited node */
222 /** index of node with parent, only interesting for arrays */
240 * Constructor for the node iterator.
241 * @param visitedNode the currently visited node
443 createPropertyInfo(final XMPNode node, final String baseNS, final String path) argument
[all...]
H A DXMPMetaImpl.java66 // create root node
138 throw new XMPException("Failure creating array node", XMPError.BADXPATH);
455 // Find the array node and set the options if it was just created.
462 throw new XMPException("Failed to find or create array node", XMPError.BADXPATH);
724 * @return Returns the node value as an object according to the
1275 * @return Returns the root node of the XMP tree.
1289 * Locate or create the item node and set the value. Note the index
1295 * @param arrayNode an array node
1333 * The internals for setProperty() and related calls, used after the node is
1336 * @param node
1345 setNode(XMPNode node, Object value, PropertyOptions newOptions, boolean deleteExisting) argument
[all...]
H A DXMPNode.java26 * A node in the internally XMP tree, which can be a schema node, a property node, an array node,
27 * an array item, a struct node or a qualifier node (without '?').
31 * 1. The kind Node of node might be better represented by a class-hierarchy of different nodes.
40 /** name of the node, contains different information depending of the node kind */
42 /** value of the node, contain
130 addChild(XMPNode node) argument
147 addChild(int index, XMPNode node) argument
161 replaceChild(int index, XMPNode node) argument
185 removeChild(XMPNode node) argument
[all...]
H A DXMPNodeUtils.java59 * Find or create a schema node if <code>createNodes</code> is false and
63 * @param createNodes a flag indicating if the node shall be created if not found.
66 * @return Returns the schema node if found, <code>null</code> otherwise.
68 * returned a valid node.
70 * node was not found.
81 * Find or create a schema node if <code>createNodes</code> is true.
86 * @param createNodes a flag indicating if the node shall be created if not found.
89 * @return Returns the schema node if found, <code>null</code> otherwise.
91 * returned a valid node.
93 * node wa
295 deleteNode(XMPNode node) argument
324 setNodeValue(XMPNode node, Object value) argument
[all...]
H A DXMPSerializerRDF.java408 * @param parentNode the parent property node
440 * Recursively handles the "value" for a node that must be written as an RDF
483 * @param parentNode the parent node
493 XMPNode node = (XMPNode) it.next();
494 if (canBeRDFAttrProp (node))
505 String elemName = node.getName();
518 for (Iterator iq = node.iterateQualifier(); iq.hasNext();)
540 serializeCompactRDFGeneralQualifier(indent, node);
544 // This node has only attribute qualifiers. Emit as a property element.
545 if (!node
587 serializeCompactRDFSimpleProp(XMPNode node) argument
626 serializeCompactRDFArrayProp(XMPNode node, int indent) argument
655 serializeCompactRDFStructProp(XMPNode node, int indent, boolean hasRDFResourceQual) argument
744 serializeCompactRDFGeneralQualifier(int indent, XMPNode node) argument
830 declareUsedNamespaces(XMPNode node, Set usedPrefixes, int indent) argument
950 serializePrettyRDFProperty(XMPNode node, boolean emitAsRDFValue, int indent) argument
1207 canBeRDFAttrProp(XMPNode node) argument
[all...]
/external/webp/src/dec/
H A Dvp8l.c156 const HuffmanTreeNode* node = tree->root_; local
166 node += tree->lut_jump_[lut_ix];
171 assert(node != NULL);
173 node = HuffmanTreeNextNode(node, bits & 1);
176 } while (HuffmanTreeNodeIsNotLeaf(node));
178 return node->symbol_;
/external/webp/src/enc/
H A Dquant.c518 // Trellis node
520 int8_t prev; // best previous node
589 // initialize source node.
628 if (level > MAX_LEVEL || level < 0) { // node is dead?
654 // Examine node assuming it's a non-terminal one.
662 // Store best finding in current node.
668 // Now, record best terminal node (and thus best entry in the graph).
674 best_path[1] = m; // best node index
690 // Note: best-prev on terminal node is not necessarily equal to the
698 const Node* const node local
[all...]

Completed in 3438 milliseconds

1234567891011>>