Searched defs:generic_call (Results 1 - 2 of 2) sorted by relevance
/external/v8/src/builtins/ |
H A D | builtins-string.cc | 144 const NodeFunction1& generic_call); 1193 const NodeFunction0& regexp_call, const NodeFunction1& generic_call) { 1248 Node* const result = generic_call(maybe_func); 1191 MaybeCallFunctionAtSymbol( Node* const context, Node* const object, Handle<Symbol> symbol, const NodeFunction0& regexp_call, const NodeFunction1& generic_call) argument
|
/external/python/cpython2/Modules/ |
H A D | flmodule.c | 169 generic_call(genericobject *g, void (*func)(FL_OBJECT *)) function 180 res = generic_call(g, fl_delete_object); 189 return generic_call(g, fl_show_object); 195 return generic_call(g, fl_hide_object); 201 return generic_call(g, fl_redraw_object); 213 return generic_call(g, fl_freeze_object); 219 return generic_call(g, fl_unfreeze_object); 227 return generic_call(g, fl_activate_object); 233 return generic_call(g, fl_deactivate_object); 577 return generic_call ( [all...] |
Completed in 117 milliseconds