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

  /external/selinux/checkpolicy/
policy_parse.y 566 | U1 op { if (insert_separator(1)) return -1; } names_push
569 | U2 op { if (insert_separator(1)) return -1; } names_push
572 | U3 op { if (insert_separator(1)) return -1; } names_push
575 | R1 op { if (insert_separator(1)) return -1; } names_push
578 | R2 op { if (insert_separator(1)) return -1; } names_push
581 | R3 op { if (insert_separator(1)) return -1; } names_push
584 | T1 op { if (insert_separator(1)) return -1; } names_push
587 | T2 op { if (insert_separator(1)) return -1; } names_push
590 | T3 op { if (insert_separator(1)) return -1; } names_push
596 | SOURCE ROLE { if (insert_separator(1)) return -1; } names_pus
    [all...]
policy_define.h 69 int insert_separator(int push);
policy_define.c 96 int insert_separator(int push) function
    [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 6361 milliseconds