HomeSort by relevance Sort by last modified time
    Searched defs:jumpto (Results 1 - 9 of 9) sorted by null

  /external/iptables/iptables/
nft-arp.h 10 const char *jumpto; member in struct:arptables_command_state
xshared.h 65 const char *jumpto; member in struct:iptables_command_state
nft-bridge.h 111 const char *jumpto; member in struct:ebtables_command_state
nft-shared.c 459 const char *jumpto = NULL; local
466 jumpto = "ACCEPT";
469 jumpto = "DROP";
472 jumpto = "RETURN";
477 jumpto = chain;
482 ops->parse_immediate(jumpto, nft_goto, data);
555 cs->jumpto = cs->target->name;
556 else if (cs->jumpto != NULL)
557 cs->target = xtables_find_target(cs->jumpto, XTF_TRY_LOAD);
559 cs->jumpto = ""
    [all...]
  /external/python/cpython2/Demo/turtle/
tdemo_chaos.py 20 def jumpto(x, y): function
24 jumpto(x1, y1)
35 jumpto(0, x)
  /external/python/cpython3/Lib/turtledemo/
chaos.py 20 def jumpto(x, y): function
24 jumpto(x1, y1)
35 jumpto(0, x)
  /system/sepolicy/tools/fc_sort/
fc_sort.c 140 file_context_node_t *jumpto; local
161 jumpto = a_current->next;
178 a_current = jumpto;
  /external/libunwind_llvm/src/
Registers.hpp 46 void jumpto();
252 void jumpto();
562 void jumpto();
1128 void jumpto();
1398 void jumpto() { function in class:libunwind::Registers_arm
    [all...]
UnwindCursor.hpp 397 virtual void jumpto() { _LIBUNWIND_ABORT("jumpto not implemented"); } function in class:libunwind::AbstractUnwindCursor
432 virtual void jumpto();
692 template <typename A, typename R> void UnwindCursor<A, R>::jumpto() { function in class:libunwind::UnwindCursor
693 _registers.jumpto();
    [all...]

Completed in 370 milliseconds