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

<<71727374757677787980>>

  /external/chromium_org/third_party/bintrees/bintrees/
qavltree.c 354 * cdef node_t *node
360 node_t *node; member in struct:__pyx_obj_8bintrees_7cwalker_cWalker
385 * cdef node_t *node
651 static char __pyx_k_1[] = "Can not allocate memory for node structure.";
    [all...]
qbintree.c 354 * cdef node_t *node
360 node_t *node; member in struct:__pyx_obj_8bintrees_7cwalker_cWalker
385 * cdef node_t *node
651 static char __pyx_k_1[] = "Can not allocate memory for node structure.";
    [all...]
qrbtree.c 354 * cdef node_t *node
360 node_t *node; member in struct:__pyx_obj_8bintrees_7cwalker_cWalker
385 * cdef node_t *node
651 static char __pyx_k_1[] = "Can not allocate memory for node structure.";
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/src/
nestegg.c 277 struct ebml_element_desc * node; member in struct:list_node
792 for (element = ancestor->node; element->id; ++element)
818 item->node = ancestor;
910 struct ebml_list_node * node, * oldtail; local
919 node = ne_pool_alloc(sizeof(*node), ctx->alloc_pool);
920 node->id = desc->id;
921 node->data = ne_pool_alloc(desc->size, ctx->alloc_pool);
925 oldtail->next = node;
926 list->tail = node;
1199 struct ebml_list_node * node; local
1228 struct ebml_list_node * node; local
1536 struct ebml_list_node * node = ctx->segment.cues.cue_point.head; local
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc 565 ast_node *node; member in union:YYSTYPE
    [all...]
  /external/chromium_org/v8/src/
jsregexp.h 461 // Returns true if the interests and assumptions of this node
470 // Updates the interests of this node given the interests of the
471 // node preceding it.
485 // Sets the interests of this node to include the interests of the
486 // following node.
501 // These bits are set of this node has to know what the preceding
553 // the same for all branches of a choice node.
576 // Generates a goto to this node or actually generates the code at this point.
578 // How many characters must this node consume at a minimum in order to
588 // If the node cannot make a quick check it does nothing and returns false
1032 RegExpNode* node() { return node_; } function in class:v8::internal::GuardedAlternative
1587 RegExpNode* node; member in struct:v8::internal::RegExpCompileData
    [all...]
parser.cc 343 Target(Target** variable, AstNode* node)
344 : variable_(variable), node_(node), previous_(*variable) {
353 AstNode* node() { return node_; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/chromium_org/v8/test/cctest/
test-debug.cc 365 v8::internal::DebugInfoListNode* node = debug->debug_info_list_; local
369 while (node) {
371 node = node->next();
380 while (node) {
381 debugged_functions->set(count++, *node->debug_info());
382 node = node->next();
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 457 llvm::MDNode *node,
588 llvm::Value *cmd, llvm::MDNode *node,
595 imp->setMetadata(msgSendMDKind, node);
646 llvm::Value *cmd, llvm::MDNode *node,
1304 llvm::MDNode *node = llvm::MDNode::get(VMContext, impMD); local
1380 llvm::MDNode *node = llvm::MDNode::get(VMContext, impMD); local
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 2551 IndexDataStringList *node = index_data->strings; local
2624 IndexDataStringList *node; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c 277 struct ebml_element_desc * node; member in struct:list_node
792 for (element = ancestor->node; element->id; ++element)
818 item->node = ancestor;
910 struct ebml_list_node * node, * oldtail; local
919 node = ne_pool_alloc(sizeof(*node), ctx->alloc_pool);
920 node->id = desc->id;
921 node->data = ne_pool_alloc(desc->size, ctx->alloc_pool);
925 oldtail->next = node;
926 list->tail = node;
1199 struct ebml_list_node * node; local
1228 struct ebml_list_node * node; local
1536 struct ebml_list_node * node = ctx->segment.cues.cue_point.head; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 339 static void tree_to_node(void *data, BLOCK_SIZE bsize, variance_node *node) {
344 node->part_variances = &vt->part_variances;
346 node->split[i] = &vt->split[i].part_variances.none;
351 node->part_variances = &vt->part_variances;
353 node->split[i] = &vt->split[i].part_variances.none;
358 node->part_variances = &vt->part_variances;
360 node->split[i] = &vt->split[i].part_variances.none;
365 node->part_variances = &vt->part_variances;
367 node->split[i] = &vt->split[i];
395 variance_node node; local
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 295 CvFileNode* node = (CvFileNode*)reader.ptr;
297 if( (!is_map || CV_IS_SET_ELEM( node )) && CV_NODE_IS_COLLECTION(node->tag) )
299 if( CV_NODE_IS_USER(node->tag) && node->info && node->data.obj.decoded )
300 cvRelease( (void**)&node->data.obj.decoded );
301 if( !CV_NODE_SEQ_IS_SIMPLE( node->data.seq ))
302 icvFSReleaseCollection( node->data.seq );
424 CvStringHashNode* node = 0 local
542 CvFileMapNode* node = (CvFileMapNode*)cvSetNew( (CvSet*)map ); local
3257 CvFileNode* node = (CvFileNode*)reader->ptr; local
3747 CvSparseNode* node; local
5182 CvFileNode* node = 0; local
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.cpp 5586 cnode *node = root->first_child; local
5632 cnode *node = root->first_child; local
5678 cnode *node = root->first_child; local
5964 cnode *node = root->first_child; local
6010 cnode *node = root->first_child; local
7054 cnode *node; local
7102 cnode *node = config_find(root, AUDIO_HW_MODULE_TAG); local
7117 cnode *node = config_find(root, GLOBAL_CONFIG_TAG); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 277 struct ebml_element_desc * node; member in struct:list_node
792 for (element = ancestor->node; element->id; ++element)
818 item->node = ancestor;
910 struct ebml_list_node * node, * oldtail; local
919 node = ne_pool_alloc(sizeof(*node), ctx->alloc_pool);
920 node->id = desc->id;
921 node->data = ne_pool_alloc(desc->size, ctx->alloc_pool);
925 oldtail->next = node;
926 list->tail = node;
1199 struct ebml_list_node * node; local
1228 struct ebml_list_node * node; local
1536 struct ebml_list_node * node = ctx->segment.cues.cue_point.head; local
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java 54 import org.w3c.dom.Node;
116 private Node option2Reference; // resolved to Text on RI, an EntityReference on Dalvik
124 private List<Node> allNodes;
168 allNodes = new ArrayList<Node>();
265 for (Node node : allNodes) {
266 assertEquals(null, node.lookupNamespaceURI("xmlns"));
303 for (Node node : allNodes) {
304 assertEquals(null, node.lookupPrefix("http://unused"))
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
jakarta-regexp-1.4.jar 
  /prebuilts/devtools/tools/lib/
asm-analysis-4.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-compat-3.2.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-site-plugin/3.3/
maven-site-plugin-3.3.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-common.h 306 (&(((struct c_common_identifier *) (id))->node))
308 ((enum rid) (((struct c_common_identifier *) (id))->node.rid_code))
310 (((struct c_common_identifier *) (id))->node.rid_code = (unsigned char) code)
316 struct cpp_hashnode node; variable in typeref:struct:cpp_hashnode
432 /* A node for `((void) 0)'. */
435 /* The node for C++ `__null'. */
833 #define STATEMENT_LIST_STMT_EXPR(NODE) \
834 TREE_LANG_FLAG_1 (STATEMENT_LIST_CHECK (NODE))
837 #define STATEMENT_LIST_HAS_LABEL(NODE) \
838 TREE_LANG_FLAG_3 (STATEMENT_LIST_CHECK (NODE))
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/reficio/p2-maven-plugin/1.1.0/
p2-maven-plugin-1.1.0.jar 

Completed in 2246 milliseconds

<<71727374757677787980>>