Searched refs:create_node (Results 1 - 10 of 10) sorted by relevance

/external/selinux/libsepol/cil/src/
H A Dcil_parser.c81 static void create_node(struct cil_tree_node **node, struct cil_tree_node *current, int line, int hll_line, void *value) function
119 create_node(&node, *current, tok.line, *hll_lineno, NULL);
123 create_node(&node, *current, tok.line, *hll_lineno, CIL_KEY_SRC_INFO);
126 create_node(&node, *current, tok.line, *hll_lineno, CIL_KEY_SRC_HLL);
164 create_node(&node, *current, tok.line, *hll_lineno, hll_file);
185 create_node(&node, *current, 0, 0, NULL);
189 create_node(&node, *current, 0, 0, CIL_KEY_SRC_INFO);
192 create_node(&node, *current, 0, 0, CIL_KEY_SRC_CIL);
195 create_node(&node, *current, 0, 0, path);
239 create_node(
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Ddebug.rb23 @debug_listener.create_node( node, payload )
29 @debug_listener.create_node( node )
35 @debug_listener.create_node( node )
52 @debug_listener.create_node( tree )
62 @debug_listener.create_node duplicate
/external/curl/tests/unit/
H A Dunit1305.c103 static CURLcode create_node(void) function
128 CURLcode rc = create_node();
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Devent-hub.rb81 def create_node( node, token ) method in class:ANTLR3.Debug.EventHub
83 listener.create_node( node, token )
H A Dsocket.rb205 def create_node( node, token = nil ) method in class:ANTLR3.Debug.EventSocketProxy
207 transmit "%s\t%i\t%i", :create_node, adaptor.unique_id( node ),
210 transmit "%s\t%i\t%i\t%p", :create_node, adaptor.unique_id( node ),
H A Dtrace-event-listener.rb66 def create_node( tree, token = nil ) method in class:ANTLR3.Debug.TraceEventListener
/external/dtc/
H A Dfdtput.c244 static int create_node(char **blob, const char *node_name) function
358 ret = create_node(&blob, *arg);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddebug.rb638 def create_node( node, token = nil ) method in class:ANTLR3.Debug.EventListener
687 :consume_node, :consume_token, :create_node, :end_backtrack,
/external/opencv/cxcore/src/
H A Dcxarray.cpp790 int create_node, unsigned* precalc_hashval )
838 if( !ptr && create_node )
875 if( create_node > 0 )
2154 int create_node, unsigned* precalc_hashval )
2166 _type, create_node, precalc_hashval );
789 icvGetNodePtr( CvSparseMat* mat, const int* idx, int* _type, int create_node, unsigned* precalc_hashval ) argument
2153 cvPtrND( const CvArr* arr, const int* idx, int* _type, int create_node, unsigned* precalc_hashval ) argument
/external/opencv/cxcore/include/
H A Dcxcore.h348 int create_node CV_DEFAULT(1),

Completed in 720 milliseconds