| /device/htc/flounder/audio/hal/ |
| audio_hw.c | 300 struct listnode *node; local 302 list_for_each(node, &adev->mixer_list) { 303 mixer_card = node_to_item(node, struct mixer_card, adev_list_node); 313 struct listnode *node; local 315 list_for_each(node, &usecase->mixer_list) { 316 mixer_card = node_to_item(node, struct mixer_card, uc_list_node[usecase->id]); 326 struct listnode *node; local 329 list_for_each_safe(node, next, &adev->mixer_list) { 330 mixer_card = node_to_item(node, struct mixer_card, adev_list_node); 331 list_remove(node); 346 struct listnode *node; local 427 struct listnode *node; local 441 struct listnode *node; local 720 struct listnode *node; local 752 struct listnode *node; local 783 struct listnode *node; local 1752 struct listnode *node = NULL; local 1873 struct listnode *node; local 2238 struct listnode *node; local 2281 struct listnode *node; local 2310 struct listnode *node; local 2696 struct listnode *node; local 2885 struct listnode *node; local 3302 struct listnode *node; local 3408 struct listnode *node; local 3939 struct listnode *node; local [all...] |
| /external/chromium_org/pdf/ |
| instance.cc | 1807 base::DictionaryValue node; local [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/dom/ |
| Node.cpp | 26 #include "core/dom/Node.h" 104 void* Node::operator new(size_t size) 110 void Node::operator delete(void* ptr) 118 static HashSet<Node*>& liveNodeSet() 120 DEFINE_STATIC_LOCAL(HashSet<Node*>, s_liveNodeSet, ()); 125 void Node::dumpStatistics() 148 for (HashSet<Node*>::iterator it = liveNodeSet().begin(); it != liveNodeSet().end(); ++it) { 149 Node* node = *it; local 151 if (node->hasRareData()) 508 RefPtrWillBeRawPtr<Node> node = this; local 1087 Node *node = previousNodeConsideringAtomicNodes(); local 1098 Node *node = nextNodeConsideringAtomicNodes(); local 1763 const Node* node = this; local 1769 const Node* node = chain[index - 1]; local 1838 const Node* node = this; local [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/frame/ |
| FrameView.cpp | 586 Node* body = document->body(); 893 Node* body = document->body(); 1124 Node* node = object.node(); local [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/html/ |
| HTMLMediaElement.cpp | 542 Node::InsertionNotificationRequest HTMLMediaElement::insertedInto(ContainerNode* insertionPoint) 2865 Node* node; local 3582 Node* node = userAgent->firstChild(); local [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/page/ |
| EventHandler.cpp | 189 // Refetch the event target node if it is removed or currently is the shadow node inside an <input> element. 192 // event target node can't still be the shadow node. 195 Node* targetNode = mev.targetNode(); 311 void EventHandler::nodeWillBeRemoved(Node& nodeToBeRemoved) 318 // We don't dispatch click events if the mousedown node is removed 330 static inline bool dispatchSelectStart(Node* node) 332 if (!node || !node->renderer() 791 Node* node = event.targetNode(); local 1973 Node* node = result.innerNode(); local 2358 RefPtrWillBeRawPtr<Node> node = m_scrollGestureHandlingNode; local 2408 Node* node = m_scrollGestureHandlingNode.get(); local 2904 RefPtrWillBeRawPtr<Node> node = eventTargetNodeForDocument(m_frame->document()); local 3107 Node* node = result.innerNode(); local 3459 Node* node = result.innerNode(); local [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/testing/ |
| Internals.cpp | 250 String Internals::address(Node* node) 253 sprintf(buf, "%p", node); 365 Node* Internals::treeScopeRootNode(Node* node, ExceptionState& exceptionState) 367 if (!node) { 368 exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); 372 return &node->treeScope().rootNode(); 375 Node* Internals::parentTreeScope(Node* node, ExceptionState& exceptionState 1398 Node* node = renderLayer ? renderLayer->renderer()->node() : 0; local [all...] |
| /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
| vp9_encodeframe.c | 311 static void tree_to_node(void *data, BLOCK_SIZE bsize, variance_node *node) { 316 node->part_variances = &vt->part_variances; 318 node->split[i] = &vt->split[i].part_variances.none; 323 node->part_variances = &vt->part_variances; 325 node->split[i] = &vt->split[i].part_variances.none; 330 node->part_variances = &vt->part_variances; 332 node->split[i] = &vt->split[i].part_variances.none; 337 node->part_variances = &vt->part_variances; 339 node->split[i] = &vt->split[i]; 367 variance_node node; local [all...] |
| /external/chromium_org/third_party/libxml/src/include/libxml/ |
| parser.h | 82 * The parser can be asked to collect Node informations, i.e. at what 90 const struct _xmlNode* node; member in struct:_xmlParserNodeInfo 91 /* Position & line # that text that created the node begins & ends on */ 204 /* Node analysis stack only used for DOM building */ 205 xmlNodePtr node; /* Current parsed Node */ member in struct:_xmlParserCtxt 210 int record_info; /* Whether node info should be kept */ 211 xmlParserNodeInfoSeq node_seq; /* info about each node parsed */ 228 /* Node name stack */ 229 const xmlChar *name; /* Current parsed Node */ [all...] |
| schemasInternals.h | 263 xmlNodePtr node; member in struct:_xmlSchemaAttribute 311 xmlNodePtr node; member in struct:_xmlSchemaWildcard 371 xmlNodePtr node; member in struct:_xmlSchemaAttributeGroup 612 xmlNodePtr node; member in struct:_xmlSchemaType 775 xmlNodePtr node; member in struct:_xmlSchemaElement 829 xmlNodePtr node; member in struct:_xmlSchemaFacet
|
| /external/chromium_org/third_party/libxml/src/ |
| runtest.c | 357 xmlNodePtr node; local 371 node = err->node; 382 if ((node != NULL) && (node->type == XML_ELEMENT_NODE)) 383 name = node->name; 3558 xmlNodePtr node; local [all...] |
| tree.c | 82 xmlTreeErr(int code, xmlNodePtr node, const char *extra) 102 __xmlSimpleError(XML_FROM_TREE, code, node, msg, extra); 706 * @node: the element carrying the namespace 712 * node. 718 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { 721 if ((node != NULL) && (node->type != XML_ELEMENT_NODE)) 747 if (node != NULL) { 748 if (node->nsDef == NULL) { 749 node->nsDef = cur 1248 xmlNodePtr node; local 1445 xmlNodePtr node; local 1630 xmlNodePtr node = list; local 1712 xmlNodePtr node = list; local 6137 xmlNodePtr node = tree; local [all...] |
| xmlreader.c | 2 * xmlreader.c: implements the xmlTextReader streaming node API 133 xmlNodePtr node; /* current node */ member in struct:_xmlTextReader 134 xmlNodePtr curnode;/* current attribute node */ 135 int depth; /* depth of the current node */ 142 xmlNodePtr ent; /* Current Entity Ref Node */ 156 xmlNodePtr rngFullNode; /* the node if RNG not progressive */ 274 * @cur: the node 276 * Free a node. 330 * @cur: the first node in the lis 915 xmlNodePtr node = reader->node; local 1006 xmlNodePtr node = reader->node; local 1058 xmlNodePtr node = reader->node; local 1547 xmlNodePtr node = reader->node; local 1672 xmlNodePtr node, cur_node; local 1718 xmlNodePtr node; local 1757 xmlNodePtr node; local 2697 xmlNodePtr node; local 2925 xmlNodePtr node; local 2968 xmlNodePtr node; local 3070 xmlNodePtr node; local 3101 xmlNodePtr node; local 3132 xmlNodePtr node; local 3208 xmlNodePtr node; local 3276 xmlNodePtr node; local 3308 xmlNodePtr node; local 3340 xmlNodePtr node; local 3368 xmlNodePtr node; local 3459 xmlNodePtr node; local 3486 xmlNodePtr node; local 3521 xmlNodePtr node; local 3567 xmlNodePtr node; local 4459 xmlNodePtr node; local [all...] |
| xmlschemastypes.c | 202 xmlSchemaTypeErrMemory(xmlNodePtr node, const char *extra) 204 __xmlSimpleError(XML_FROM_DATATYPE, XML_ERR_NO_MEMORY, node, NULL, extra); 350 xmlNodePtr node; member in struct:_xmlSchemaParticle 360 xmlNodePtr node; member in struct:_xmlSchemaModelGroup [all...] |
| /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
| glcpp-parse.c | 3074 string_node_t *node; local 3093 string_node_t *node; local 3114 string_node_t *node; local 3165 argument_node_t *node; local 3185 argument_node_t *node; local 3199 argument_node_t *node; local 3261 token_node_t *node; local 3298 token_node_t *node; local 3557 token_node_t *node; local 3800 token_node_t *node; local 4047 active_list_t *node; local 4060 active_list_t *node = parser->active; local 4076 active_list_t *node; local 4098 token_node_t *node, *last = NULL; local 4275 token_node_t *node; local 4354 token_node_t *node; local 4383 skip_node_t *node; local 4424 skip_node_t *node; local [all...] |
| /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
| st_glsl_to_tgsi.cpp | 205 void *node; local 207 node = rzalloc_size(ctx, size); 208 assert(node != NULL); 210 return node; [all...] |
| /external/chromium_org/third_party/sqlite/src/ext/rtree/ |
| rtree.c | 29 ** The data for each node of the r-tree structure is stored in the %_node 30 ** table. For each node that is not the root node of the r-tree, there is 31 ** an entry in the %_parent table associating the node with its parent. 33 ** table that maps from the entries rowid to the id of the node that it 36 ** The root node of an r-tree always exists, even if the r-tree table is 37 ** empty. The nodeno of the root node is always 1. All other nodes in the 38 ** table must be the same size as the root node. The content of each node 41 ** 1. If the node is the root node (node 1), then the first 2 byte 3089 RtreeNode node; local [all...] |
| /external/chromium_org/v8/src/ |
| debug.cc | 701 DebugInfoListNode* node = local 707 BreakLocationIterator it(node->debug_info(), ALL_BREAK_LOCATIONS); 709 debug->RemoveDebugInfo(node->debug_info()); 714 ASSERT(n != node); 1171 DebugInfoListNode* node = debug_info_list_; local 1200 DebugInfoListNode* node = debug_info_list_; local 1737 DebugInfoListNode* node = debug_info_list_; local 2269 DebugInfoListNode* node = new DebugInfoListNode(*debug_info); local [all...] |
| /external/chromium_org/v8/test/cctest/ |
| test-heap-profiler.cc | 111 static const v8::HeapGraphNode* GetProperty(const v8::HeapGraphNode* node, 114 for (int i = 0, count = node->GetChildrenCount(); i < count; ++i) { 115 const v8::HeapGraphEdge* prop = node->GetChild(i); 124 static bool HasString(const v8::HeapGraphNode* node, const char* contents) { 125 for (int i = 0, count = node->GetChildrenCount(); i < count; ++i) { 126 const v8::HeapGraphEdge* prop = node->GetChild(i); 127 const v8::HeapGraphNode* node = prop->GetToNode(); local 128 if (node->GetType() == v8::HeapGraphNode::kString) { 129 v8::String::Utf8Value node_name(node->GetName()); 362 const v8::HeapGraphNode* node = prop->GetToNode() local 372 const v8::HeapGraphNode* node = prop->GetToNode(); local 1248 const v8::HeapGraphNode* node = local 1376 const v8::HeapGraphNode* node = parent->GetChild(i)->GetToNode(); local 2193 const v8::HeapGraphNode* node = snapshot->GetRoot(); local 2229 const v8::HeapGraphNode* node = GetNodeByPath(snapshot, local 2297 AllocationTraceNode* node = tracker->trace_tree()->root(); local 2338 AllocationTraceNode* node = local 2366 AllocationTraceNode* node = local 2415 AllocationTraceNode* node = local 2441 AllocationTraceNode* node = local 2471 AllocationTraceNode* node = local [all...] |
| test-heap.cc | 3552 v8::internal::FreeListNode* node = local [all...] |
| /external/clang/lib/CodeGen/ |
| CodeGenModule.cpp | 3354 llvm::Value *node[] = { CoverageFile, CU }; local [all...] |
| /external/genext2fs/ |
| genext2fs.c | 919 /* find the one with the most free blocks and allocate node there */ 1255 inode *node; local 1368 inode *node; local 1380 inode *node; local [all...] |
| /external/libsepol/include/sepol/policydb/ |
| policydb.h | 318 } node; /* node information */ member in union:ocontext::__anon28439 322 } node6; /* IPv6 node information */
|
| /external/libxml2/include/libxml/ |
| parser.h | 82 * The parser can be asked to collect Node informations, i.e. at what 90 const struct _xmlNode* node; member in struct:_xmlParserNodeInfo 91 /* Position & line # that text that created the node begins & ends on */ 204 /* Node analysis stack only used for DOM building */ 205 xmlNodePtr node; /* Current parsed Node */ member in struct:_xmlParserCtxt 210 int record_info; /* Whether node info should be kept */ 211 xmlParserNodeInfoSeq node_seq; /* info about each node parsed */ 228 /* Node name stack */ 229 const xmlChar *name; /* Current parsed Node */ [all...] |
| schemasInternals.h | 263 xmlNodePtr node; member in struct:_xmlSchemaAttribute 311 xmlNodePtr node; member in struct:_xmlSchemaWildcard 371 xmlNodePtr node; member in struct:_xmlSchemaAttributeGroup 612 xmlNodePtr node; member in struct:_xmlSchemaType 775 xmlNodePtr node; member in struct:_xmlSchemaElement 829 xmlNodePtr node; member in struct:_xmlSchemaFacet
|