OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:insert_separator
(Results
1 - 5
of
5
) sorted by null
/external/checkpolicy/
policy_parse.y
535
| U1 op { if (
insert_separator
(1)) return -1; } names_push
538
| U2 op { if (
insert_separator
(1)) return -1; } names_push
541
| U3 op { if (
insert_separator
(1)) return -1; } names_push
544
| R1 op { if (
insert_separator
(1)) return -1; } names_push
547
| R2 op { if (
insert_separator
(1)) return -1; } names_push
550
| R3 op { if (
insert_separator
(1)) return -1; } names_push
553
| T1 op { if (
insert_separator
(1)) return -1; } names_push
556
| T2 op { if (
insert_separator
(1)) return -1; } names_push
559
| T3 op { if (
insert_separator
(1)) return -1; } names_push
565
| SOURCE ROLE { if (
insert_separator
(1)) return -1; } names_pus
[
all
...]
policy_define.h
67
int
insert_separator
(int push);
policy_define.c
91
int
insert_separator
(int push)
function
[
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 1167 milliseconds