/external/selinux/libsepol/cil/src/ |
H A D | cil_parser.c | 81 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 D | debug.rb | 23 @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 D | unit1305.c | 103 static CURLcode create_node(void) function 128 CURLcode rc = create_node();
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
H A D | event-hub.rb | 81 def create_node( node, token ) method in class:ANTLR3.Debug.EventHub 83 listener.create_node( node, token )
|
H A D | socket.rb | 205 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 D | trace-event-listener.rb | 66 def create_node( tree, token = nil ) method in class:ANTLR3.Debug.TraceEventListener
|
/external/dtc/ |
H A D | fdtput.c | 244 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 D | debug.rb | 638 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 D | cxarray.cpp | 790 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 D | cxcore.h | 348 int create_node CV_DEFAULT(1),
|