HomeSort by relevance Sort by last modified time
    Searched defs:node (Results 1476 - 1500 of 2129) sorted by null

<<51525354555657585960>>

  /external/qemu/distrib/mini-glib/src/
glib-mini.c 284 GSList* node = *pnode; local
285 if (!node)
287 if (node->data == data) {
288 *pnode = node->next;
289 g_slist_free(node);
292 pnode = &node->next;
700 static void inline _g_queue_node_free(GQueueNode* node) {
701 g_free(node);
710 GQueueNode* node = queue->head; local
711 while (node) {
726 GQueueNode* node = _g_queue_node_alloc(); local
    [all...]
  /external/qemu/hw/android/goldfish/
pipe.c 169 Pipe* node = *pnode; local
170 if (node == NULL || node->channel == channel) {
173 pnode = &node->next;
184 Pipe* node = *pnode;
185 if (node == NULL || node->opaque == opaque) {
188 pnode = &node->next;
199 Pipe* node = *pnode; local
200 if (node == NULL || node == pipe)
213 Pipe* node = *lookup; local
    [all...]
  /external/qemu/include/ui/
console.h 44 QTAILQ_ENTRY(QEMUPutMouseEntry) node; member in struct:QEMUPutMouseEntry
  /external/qemu/telephony/
sms.c 1455 SmsFragment node; local
1472 SmsFragment node; local
    [all...]
  /external/smack/src/org/jivesoftware/smackx/entitycaps/
EntityCapsManager.java 87 * Map of (node + '#" + hash algorithm) to DiscoverInfo data
126 * The node and verification String (e.g.
129 * DiscoverInfo for the specified node.
139 * Get the Node version (node#ver) of a JID. Returns a String or null if
144 * @return the node version (node#ver) or null
161 * the user has a node#ver associated with it and the node#ver has a
177 * Retrieve DiscoverInfo for a specific node
685 private String node; field in class:EntityCapsManager.NodeVerHash
    [all...]
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 213 TiXmlDocument node; local
214 bool bLoadedOK = node.LoadFile( filename.c_str() );
215 if(!bLoadedOK || node.Error()) {
217 std::cout << "Error: " << node.Error() << " id " << node.ErrorId() << " row " << node.ErrorRow() << " col " << node.ErrorCol() << std::endl;
218 std::cout << "Error: " << node.ErrorDesc() << std::endl;
219 std::cout << "Error: near " << showline( filename.c_str(), node.ErrorRow()) << std::endl;
229 doc->parseGrammar( node, filenameNoPath ); // THE PARSING AND NETWORK BUILD HAPPENS IN HER
    [all...]
  /external/wpa_supplicant_8/hs20/client/
oma_dm_client.c 79 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, cmdid)
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
    [all...]
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 108 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
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
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
1846 xml_node_t *spp_node, *node; local
    [all...]
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 1036 final RenderNode node = mView.mRenderNode; local
    [all...]
  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 150 struct _ValidateNode *node; local
156 node = wsbmVNodeFuncs()->alloc(wsbmVNodeFuncs(), 0);
157 if (!node) {
163 node = WSBMLISTENTRY(l, struct _ValidateNode, head);
165 node->buf = item;
166 node->set_flags = flags & mask;
167 node->clr_flags = (~flags) & mask;
168 node->listItem = list->numOnList;
169 WSBMLISTADDTAIL(&node->head, &list->list);
172 WSBMLISTADDTAIL(&node->hashHead, hashHead)
198 struct _ValidateNode *node; local
228 struct _ValidateNode *node; local
301 struct _ValidateNode *node; local
1060 struct _ValidateNode *node, *cur; local
1223 struct _ValidateNode *node; local
1251 struct _ValidateNode *node; local
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 113 struct listnode node; member in struct:offload_cmd
  /hardware/qcom/audio/hal/msm8974/
platform.c 414 struct listnode *node; local
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 3714 struct snd_ucm_ident_node *temp, *node; local
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 62 struct listnode effects_list_node; /* node in created_effects_list */
63 struct listnode output_node; /* node in output_context_t.effects_list */
75 struct listnode outputs_list_node; /* node in active_outputs_list */
215 struct listnode *node; local
217 list_for_each(node, &created_effects_list) {
218 effect_context_t *fx_ctxt = node_to_item(node,
229 struct listnode *node; local
231 list_for_each(node, &active_outputs_list) {
232 output_context_t *out_ctxt = node_to_item(node,
418 struct listnode *node; local
464 struct listnode *node; local
    [all...]
  /libcore/luni/src/main/java/java/util/
TreeMap.java 77 Node<K, V> root;
196 Node<K, V> node = removeInternalByKey(key); local
197 return node != null ? node.value : null;
240 Node<K, V> created = find(key, Relation.CREATE);
247 * Returns the node at or adjacent to the given key, creating it if requested.
251 Node<K, V> find(K key, Relation relation) {
257 root = new Node<K, V>(null, key);
275 Node<K, V> nearest = root
426 Node<K, V> node = findByObject(key); local
801 Node<K, V> node = this; local
822 Node<K, V> node = this; local
838 Node<K, V> node = this; local
851 Node<K, V> node = this; local
938 Node<K, V> node = findByEntry((Entry<?, ?>) o); local
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 51 * Wait queue node class.
57 * information about a thread in the predecessor of its node. A
58 * "status" field in each node keeps track of whether a thread
59 * should block. A node is signalled when its predecessor
60 * releases. Each node of the queue otherwise serves as a
85 * needed to handle cancellation. If a node is cancelled, its
92 * The thread id for each node is kept in its own node, so a
93 * predecessor signals the next node to wake up by traversing
98 * updated "tail" when a node's successor appears to be null
355 Node node = new Node(Thread.currentThread(), mode); local
632 final Node node = addWaiter(Node.EXCLUSIVE); local
665 final Node node = addWaiter(Node.EXCLUSIVE); local
696 final Node node = addWaiter(Node.SHARED); local
729 final Node node = addWaiter(Node.SHARED); local
765 final Node node = addWaiter(Node.SHARED); local
1604 Node node = new Node(Thread.currentThread(), Node.CONDITION); local
1721 Node node = addConditionWaiter(); local
1784 Node node = addConditionWaiter(); local
1817 Node node = addConditionWaiter(); local
1860 Node node = addConditionWaiter(); local
1901 Node node = addConditionWaiter(); local
    [all...]
AbstractQueuedSynchronizer.java 281 * Wait queue node class.
287 * information about a thread in the predecessor of its node. A
288 * "status" field in each node keeps track of whether a thread
289 * should block. A node is signalled when its predecessor
290 * releases. Each node of the queue otherwise serves as a
315 * needed to handle cancellation. If a node is cancelled, its
322 * The thread id for each node is kept in its own node, so a
323 * predecessor signals the next node to wake up by traversing
328 * updated "tail" when a node's successor appears to be null
585 Node node = new Node(Thread.currentThread(), mode); local
862 final Node node = addWaiter(Node.EXCLUSIVE); local
895 final Node node = addWaiter(Node.EXCLUSIVE); local
926 final Node node = addWaiter(Node.SHARED); local
959 final Node node = addWaiter(Node.SHARED); local
995 final Node node = addWaiter(Node.SHARED); local
1832 Node node = new Node(Thread.currentThread(), Node.CONDITION); local
1949 Node node = addConditionWaiter(); local
2012 Node node = addConditionWaiter(); local
2045 Node node = addConditionWaiter(); local
2088 Node node = addConditionWaiter(); local
2129 Node node = addConditionWaiter(); local
    [all...]
  /libcore/luni/src/main/java/java/util/prefs/
AbstractPreferences.java 86 /** true if this node is in user preference hierarchy */
95 * The object used to lock this node.
100 * This field is true if this node is created while it doesn't exist in the
102 * when the node creation is completed, and if it is true, the node change
103 * event will be fired for this node's parent.
114 //this node's name
117 //handler to this node's parent
120 //true if this node has been removed
123 //handler to this node's root nod
525 public Preferences node(String name) { method in class:AbstractPreferences
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
NormalizeTest.java 28 import org.w3c.dom.Node;
573 Node node = nodes.item(i); local
574 if (node.getNodeType() == Node.TEXT_NODE) {
575 actual.add(((Text) node).getData());
576 } else if (node.getNodeType() == Node.CDATA_SECTION_NODE) {
577 actual.add("<![CDATA[" + ((CDATASection) node).getData() + "]]>");
579 actual.add("<" + node.getNodeName() + ">")
    [all...]
XsltXPathConformanceTestSuite.java 56 import org.w3c.dom.Node;
415 private void assertNodesAreEquivalent(File expected, Node actual)
419 Node expectedNode = fileToResultNode(expected);
428 * Returns the given file's XML fragment as a single node, wrapped in
446 private Node fileToResultNode(File file) throws IOException, SAXException {
470 private String nodeToNormalizedString(Node node)
476 emitNode(xmlSerializer, node);
481 private void emitNode(XmlSerializer serializer, Node node) throws IOException
567 Node node = nodeList.item(i); local
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
Layout.java 42 Node getSelectedNode();
49 public interface Node {
53 private abstract static class LayoutTreeNode implements Node {
80 public Node getNode() {
159 public LayoutRow(LayoutTreeNode node) {
160 mNode = node;
163 if (node instanceof Header) {
164 a = ((Header) node).mAppearence;
166 } else if (node instanceof Action) {
167 a = ((Action) node).mAppearence
742 LayoutTreeNode node = layoutRow.mNode; local
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 45 * For a string node, begin_[node] = end_[node] = node
46 * For an open tag, begin_[node] = node, end_[node] = the matching end tag
47 * For a close tag, end_[node] = the matching open tag, end_[node] = node
223 HtmlDocument.Node node = nodes.get(n); local
273 HtmlDocument.Node node = nodes.get(n); local
331 HtmlDocument.Node node = nodes.get(i); local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.8.0/
manifest-merger-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.9.2/
manifest-merger-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.1/
manifest-merger-23.0.1.jar 

Completed in 1063 milliseconds

<<51525354555657585960>>