Home
last modified time | relevance | path

Searched refs:add_choice (Results 1 – 6 of 6) sorted by relevance

/external/libcups/ppdc/
Dppdc-source.cxx815 o->add_choice(new ppdcChoice("None", "Off (1-Sided)", in get_duplex()
817 o->add_choice(new ppdcChoice("DuplexNoTumble", "Long-Edge (Portrait)", in get_duplex()
819 o->add_choice(new ppdcChoice("DuplexTumble", "Short-Edge (Landscape)", in get_duplex()
1211 o->add_choice(new ppdcChoice("False", "Not Installed", "")); in get_installable()
1212 o->add_choice(new ppdcChoice("True", "Installed", "")); in get_installable()
2678 o->add_choice(c); in scan_file()
2713 o->add_choice(c); in scan_file()
2803 o->add_choice(c); in scan_file()
2807 o->add_choice(c); in scan_file()
2843 o->add_choice(c); in scan_file()
[all …]
Dppdc-import.cxx205 coption->add_choice(cchoice); in import_ppd()
Dppdc.h254 void add_choice(ppdcChoice *c) { choices->add(c); } in add_choice() function
/external/python/cpython2/Lib/plat-irix5/
Dflp.py409 elif cl == FL.CHOICE: return fm.add_choice
/external/python/cpython2/Lib/plat-irix6/
Dflp.py408 elif cl == FL.CHOICE: return fm.add_choice
/external/python/cpython2/Doc/library/
Dfl.rst323 .. method:: form.add_choice(type, x, y, w, h, name)