HomeSort by relevance Sort by last modified time
    Searched full:insert_separator (Results 1 - 8 of 8) sorted by null

  /external/selinux/checkpolicy/
policy_parse.y 571 | U1 op { if (insert_separator(1)) return -1; } names_push
574 | U2 op { if (insert_separator(1)) return -1; } names_push
577 | U3 op { if (insert_separator(1)) return -1; } names_push
580 | R1 op { if (insert_separator(1)) return -1; } names_push
583 | R2 op { if (insert_separator(1)) return -1; } names_push
586 | R3 op { if (insert_separator(1)) return -1; } names_push
589 | T1 op { if (insert_separator(1)) return -1; } names_push
592 | T2 op { if (insert_separator(1)) return -1; } names_push
595 | T3 op { if (insert_separator(1)) return -1; } names_push
601 | SOURCE ROLE { if (insert_separator(1)) return -1; } names_pus
    [all...]
policy_define.h 70 int insert_separator(int push);
policy_define.c 99 int insert_separator(int push) function
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tkinter.py 2767 def insert_separator(self, index, cnf={}, **kw): member in class:Menu
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py 2706 def insert_separator(self, index, cnf={}, **kw): member in class:Menu
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py 2706 def insert_separator(self, index, cnf={}, **kw): member in class:Menu
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 2706 def insert_separator(self, index, cnf={}, **kw): member in class:Menu
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 2706 def insert_separator(self, index, cnf={}, **kw): member in class:Menu
    [all...]

Completed in 5927 milliseconds