/external/webkit/WebCore/xml/ |
D | XPathStep.cpp | 55 void Step::evaluate(Node* context, NodeSet& nodes) const in evaluate() 57 nodesInAxis(context, nodes); in evaluate() 65 if (!nodes.isSorted()) in evaluate() 68 for (unsigned j = 0; j < nodes.size(); j++) { in evaluate() 69 Node* node = nodes[j]; in evaluate() 72 evaluationContext.size = nodes.size(); in evaluate() 78 nodes.swap(newNodes); in evaluate() 82 void Step::nodesInAxis(Node* context, NodeSet& nodes) const in nodesInAxis() 84 ASSERT(nodes.isEmpty()); in nodesInAxis() 92 nodes.append(n); in nodesInAxis() [all …]
|
D | XPathPath.cpp | 59 NodeSet& nodes = v.modifiableNodeSet(); in evaluate() local 60 nodes.sort(); in evaluate() 65 evaluationContext.size = nodes.size(); in evaluate() 68 for (unsigned j = 0; j < nodes.size(); j++) { in evaluate() 69 Node* node = nodes[j]; in evaluate() 77 nodes.swap(newNodes); in evaluate() 104 NodeSet nodes; in evaluate() local 105 nodes.append(context); in evaluate() 106 evaluate(nodes); in evaluate() 109 return Value(nodes, Value::adopt); in evaluate() [all …]
|
/external/opencore/nodes/streaming/streamingmanager/ |
D | Android.mk | 25 $(PV_TOP)/nodes/streaming/streamingmanager/src \ 26 $(PV_TOP)/nodes/streaming/streamingmanager/include \ 27 $(PV_TOP)/nodes/streaming/common/include \ 28 $(PV_TOP)/nodes/streaming/jitterbuffernode/include \ 29 $(PV_TOP)/nodes/streaming/jitterbuffernode/include \ 30 $(PV_TOP)/nodes/streaming/medialayernode/include \ 32 $(PV_TOP)/nodes/common/include \ 39 $(PV_TOP)/nodes/pvrtppacketsourcenode/include \ 42 $(PV_TOP)/nodes/pvpvr/include \ 43 $(PV_TOP)/nodes/pvpvr/src \ [all …]
|
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/ |
D | Android.mk | 20 $(PV_TOP)/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src \ 21 $(PV_TOP)/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src \ 22 $(PV_TOP)/nodes/pvprotocolenginenode/config/android \ 23 $(PV_TOP)/nodes/pvprotocolenginenode/config/linux \ 24 $(PV_TOP)/nodes/pvprotocolenginenode/include \ 25 $(PV_TOP)/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src \ 26 $(PV_TOP)/nodes/pvprotocolenginenode/download_protocols/progressive_download/src \ 27 $(PV_TOP)/nodes/pvprotocolenginenode/download_protocols/common/src \ 28 $(PV_TOP)/nodes/pvprotocolenginenode/protocol_common/src \ 29 $(PV_TOP)/nodes/pvprotocolenginenode/base/src \
|
/external/opencore/nodes/pvprotocolenginenode/base/ |
D | Android.mk | 22 $(PV_TOP)/nodes/pvprotocolenginenode/base/src \ 23 $(PV_TOP)/nodes/pvprotocolenginenode/include \ 24 $(PV_TOP)/nodes/pvprotocolenginenode/config/android \ 25 $(PV_TOP)/nodes/pvprotocolenginenode/config/linux \ 26 $(PV_TOP)/nodes/pvprotocolenginenode/protocol_common/src \ 27 $(PV_TOP)/nodes/pvprotocolenginenode/download_protocols/progressive_download/src \ 28 $(PV_TOP)/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src \ 29 $(PV_TOP)/nodes/pvprotocolenginenode/download_protocols/fasttrack_download/src \ 30 $(PV_TOP)/nodes/pvprotocolenginenode/download_protocols/shoutcast/src \ 31 $(PV_TOP)/nodes/pvprotocolenginenode/wm_http_streaming/src \
|
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/ |
D | Android.mk | 21 $(PV_TOP)/nodes/pvprotocolenginenode/download_protocols/progressive_download/src \ 22 $(PV_TOP)/nodes/pvprotocolenginenode/download_protocols/progressive_download/src \ 23 $(PV_TOP)/nodes/pvprotocolenginenode/config/android \ 24 $(PV_TOP)/nodes/pvprotocolenginenode/config/linux \ 25 $(PV_TOP)/nodes/pvprotocolenginenode/include \ 26 $(PV_TOP)/nodes/pvprotocolenginenode/download_protocols/progressive_download/src \ 27 $(PV_TOP)/nodes/pvprotocolenginenode/download_protocols/common/src \ 28 $(PV_TOP)/nodes/pvprotocolenginenode/protocol_common/src \ 29 $(PV_TOP)/nodes/pvprotocolenginenode/base/src \
|
/external/clearsilver/util/ |
D | neo_hash.c | 37 my_hash->nodes = (NE_HASHNODE **) calloc (my_hash->size, sizeof(NE_HASHNODE *)); in ne_hash_init() 38 if (my_hash->nodes == NULL) in ne_hash_init() 62 node = my_hash->nodes[x]; in ne_hash_destroy() 70 free(my_hash->nodes); in ne_hash_destroy() 71 my_hash->nodes = NULL; in ne_hash_destroy() 175 if (hash->nodes[bucket]) in ne_hash_next() 177 *key = hash->nodes[bucket]->key; in ne_hash_next() 178 return hash->nodes[bucket]->value; in ne_hash_next() 196 node = &(hash->nodes[bucket]); in _hash_lookup_node() 227 new_nodes = (NE_HASHNODE **) realloc (hash->nodes, (hash->size*2) * sizeof(NE_HASHNODE)); in _hash_resize() [all …]
|
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/ |
D | Android.mk | 21 $(PV_TOP)/nodes/pvprotocolenginenode/download_protocols/common/src \ 22 $(PV_TOP)/nodes/pvprotocolenginenode/download_protocols/common/src \ 23 $(PV_TOP)/nodes/pvprotocolenginenode/config/android \ 24 $(PV_TOP)/nodes/pvprotocolenginenode/config/linux \ 25 $(PV_TOP)/nodes/pvprotocolenginenode/include \ 26 $(PV_TOP)/nodes/pvprotocolenginenode/download_protocols/common/src \ 27 $(PV_TOP)/nodes/pvprotocolenginenode/protocol_common/src \ 28 $(PV_TOP)/nodes/pvprotocolenginenode/base/src \
|
/external/opencore/nodes/pvprotocolenginenode/protocol_common/ |
D | Android.mk | 20 $(PV_TOP)/nodes/pvprotocolenginenode/protocol_common/src \ 21 $(PV_TOP)/nodes/pvprotocolenginenode/protocol_common/src \ 22 $(PV_TOP)/nodes/pvprotocolenginenode/config/android \ 23 $(PV_TOP)/nodes/pvprotocolenginenode/config/linux \ 24 $(PV_TOP)/nodes/pvprotocolenginenode/include \ 25 $(PV_TOP)/nodes/pvprotocolenginenode/protocol_common/src \ 26 $(PV_TOP)/nodes/pvprotocolenginenode/base/src \
|
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/ |
D | Android.mk | 20 $(PV_TOP)/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src \ 21 $(PV_TOP)/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/include \ 22 $(PV_TOP)/nodes/common/include \ 23 $(PV_TOP)/nodes/streaming/streamingmanager/plugins/mshttp/config \ 24 $(PV_TOP)/nodes/streaming/streamingmanager/include \ 26 $(PV_TOP)/nodes/streaming/common/include \ 27 $(PV_TOP)/nodes/streaming/jitterbuffernode/jitterbuffer/common/include \
|
/external/openssl/crypto/x509v3/ |
D | pcy_node.c | 76 X509_POLICY_NODE *tree_find_sk(STACK_OF(X509_POLICY_NODE) *nodes, in tree_find_sk() argument 86 idx = sk_X509_POLICY_NODE_find(nodes, &l); in tree_find_sk() 90 return sk_X509_POLICY_NODE_value(nodes, idx); in tree_find_sk() 97 return tree_find_sk(level->nodes, id); in level_find_node() 123 if (!level->nodes) in level_add_node() 124 level->nodes = policy_node_cmp_new(); in level_add_node() 125 if (!level->nodes) in level_add_node() 127 if (!sk_X509_POLICY_NODE_push(level->nodes, node)) in level_add_node()
|
D | pcy_tree.c | 293 for (i = 0; i < sk_X509_POLICY_NODE_num(last->nodes); i++) in tree_link_any() 295 node = sk_X509_POLICY_NODE_value(last->nodes, i); in tree_link_any() 340 for (i = sk_X509_POLICY_NODE_num(curr->nodes) - 1; i >= 0; i--) in tree_prune() 342 node = sk_X509_POLICY_NODE_value(curr->nodes, i); in tree_prune() 348 (void)sk_X509_POLICY_NODE_delete(curr->nodes, i); in tree_prune() 354 for (i = sk_X509_POLICY_NODE_num(curr->nodes) - 1; i >= 0; i--) in tree_prune() 356 node = sk_X509_POLICY_NODE_value(curr->nodes, i); in tree_prune() 361 (void)sk_X509_POLICY_NODE_delete(curr->nodes, i); in tree_prune() 441 for (j = 0; j < sk_X509_POLICY_NODE_num(curr->nodes); j++) in tree_calculate_authority_set() 443 node = sk_X509_POLICY_NODE_value(curr->nodes, j); in tree_calculate_authority_set() [all …]
|
/external/opencore/nodes/streaming/jitterbuffernode/ |
D | Android.mk | 21 $(PV_TOP)/nodes/streaming/jitterbuffernode/src \ 22 $(PV_TOP)/nodes/streaming/jitterbuffernode/include \ 23 $(PV_TOP)/nodes/streaming/common/include \ 24 $(PV_TOP)/nodes/streaming/streamingmanager/plugins/mshttp/config \ 25 $(PV_TOP)/nodes/streaming/streamingmanager/include \ 27 $(PV_TOP)/nodes/streaming/common/include \ 28 $(PV_TOP)/nodes/streaming/jitterbuffernode/jitterbuffer/common/include \
|
/external/opencore/build_config/opencore_dynamic/ |
D | Android_opencore_net_support.mk | 22 include $(PV_TOP)/nodes/pvsocketnode/Android.mk 24 include $(PV_TOP)/nodes/pvprotocolenginenode/base/Android.mk 25 include $(PV_TOP)/nodes/pvprotocolenginenode/protocol_common/Android.mk 26 include $(PV_TOP)/nodes/pvprotocolenginenode/download_protocols/common/Android.mk 27 include $(PV_TOP)/nodes/pvprotocolenginenode/download_protocols/progressive_download/Android.mk 28 include $(PV_TOP)/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/Android.mk
|
D | Android_opencore_rtsp.mk | 27 include $(PV_TOP)/nodes/streaming/streamingmanager/Android.mk 32 include $(PV_TOP)/nodes/streaming/jitterbuffernode/jitterbuffer/common/Android.mk 33 include $(PV_TOP)/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/Android.mk 34 include $(PV_TOP)/nodes/streaming/jitterbuffernode/Android.mk 35 include $(PV_TOP)/nodes/streaming/medialayernode/Android.mk
|
D | Android_opencore_common.mk | 76 include $(PV_TOP)/nodes/pvfileoutputnode/Android.mk 77 include $(PV_TOP)/nodes/pvmediainputnode/Android.mk 78 include $(PV_TOP)/nodes/pvomxencnode/Android.mk 84 include $(PV_TOP)/nodes/pvmediaoutputnode/Android.mk 85 include $(PV_TOP)/nodes/pvomxvideodecnode/Android.mk 86 include $(PV_TOP)/nodes/pvomxaudiodecnode/Android.mk 87 include $(PV_TOP)/nodes/pvomxbasedecnode/Android.mk 91 include $(PV_TOP)/nodes/common/Android.mk
|
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/ |
D | Android.mk | 25 $(PV_TOP)/nodes/streaming/jitterbuffernode/jitterbuffer/common/src \ 26 $(PV_TOP)/nodes/streaming/jitterbuffernode/jitterbuffer/common/include \ 27 $(PV_TOP)/nodes/common/include \ 28 $(PV_TOP)/nodes/streaming/streamingmanager/plugins/mshttp/config \ 29 $(PV_TOP)/nodes/streaming/streamingmanager/include \ 31 $(PV_TOP)/nodes/streaming/common/include \
|
/external/opencore/nodes/pvmp4ffcomposernode/ |
D | Android.mk | 21 $(PV_TOP)/nodes/pvmp4ffcomposernode/src \ 22 $(PV_TOP)/nodes/pvmp4ffcomposernode/include \ 24 $(PV_TOP)/nodes/pvmp4ffcomposernode/src \ 25 $(PV_TOP)/nodes/common/include \ 27 $(PV_TOP)/nodes/pvmp4ffcomposernode/include \
|
/external/opencore/nodes/streaming/streamingmanager/build/make_segments/ |
D | local.mk | 12 …nodes/pvrtppacketsourcenode/include ../../../../../pvmi/pvmf/include ../../../../../protocols/rtp_…
|
/external/opencore/nodes/streaming/medialayernode/ |
D | Android.mk | 20 $(PV_TOP)/nodes/streaming/medialayernode/src \ 21 $(PV_TOP)/nodes/streaming/medialayernode/include \ 22 $(PV_TOP)/nodes/streaming/common/include \ 23 $(PV_TOP)/nodes/streaming/streamingmanager/include \ 32 $(PV_TOP)/nodes/streaming/streamingmanager/config/3gpp \
|
/external/opencore/android/ |
D | Android.mk | 20 $(PV_TOP)/nodes/pvmediaoutputnode/include \ 21 $(PV_TOP)/nodes/pvmediainputnode/include \ 22 $(PV_TOP)/nodes/pvmp4ffcomposernode/include \ 24 $(PV_TOP)/nodes/common/include \ 26 $(PV_TOP)/nodes/pvprotocolenginenode/download_protocols/common/src \
|
/external/opencore/engines/2way/ |
D | Android.mk | 46 $(PV_TOP)/nodes/streaming/common/include \ 47 $(PV_TOP)/nodes/pvmediainputnode/include \ 49 $(PV_TOP)/nodes/pvomxvideodecnode/include \ 50 $(PV_TOP)/nodes/pvomxbasedecnode/include \ 51 $(PV_TOP)/nodes/pvomxaudiodecnode/include \ 52 $(PV_TOP)/nodes/pvomxencnode/include \
|
/external/opencore/modules/linux_download/protocol_engine_plugins/progressive_streaming/registry/build/make/ |
D | local.mk | 11 …nodes/pvprotocolenginenode/base/src ../../../../../../../nodes/pvprotocolenginenode/protocol_commo…
|
/external/opencore/modules/linux_download/protocol_engine_plugins/progressive_download/registry/build/make/ |
D | local.mk | 11 …nodes/pvprotocolenginenode/base/src ../../../../../../../nodes/pvprotocolenginenode/protocol_commo…
|
/external/webkit/WebCore/dom/ |
D | StaticNodeList.h | 44 static PassRefPtr<StaticNodeList> adopt(Vector<RefPtr<Node> >& nodes) in adopt() argument 46 return adoptRef(new StaticNodeList(nodes)); in adopt() 54 StaticNodeList(Vector<RefPtr<Node> >& nodes) in StaticNodeList() argument 56 m_nodes.swap(nodes); in StaticNodeList()
|