Home
last modified time | relevance | path

Searched refs:dlg (Results 1 - 17 of 17) sorted by relevance

/third_party/toybox/kconfig/lxdialog/
H A Dutil.c24 struct dialog_info dlg; variable
28 dlg.screen.atr = A_NORMAL; in set_mono_theme()
29 dlg.shadow.atr = A_NORMAL; in set_mono_theme()
30 dlg.dialog.atr = A_NORMAL; in set_mono_theme()
31 dlg.title.atr = A_BOLD; in set_mono_theme()
32 dlg.border.atr = A_NORMAL; in set_mono_theme()
33 dlg.button_active.atr = A_REVERSE; in set_mono_theme()
34 dlg.button_inactive.atr = A_DIM; in set_mono_theme()
35 dlg.button_key_active.atr = A_REVERSE; in set_mono_theme()
36 dlg in set_mono_theme()
[all...]
H A Dchecklist.c36 wattrset(win, dlg.menubox.atr); in print_item()
42 wattrset(win, selected ? dlg.check_selected.atr in print_item()
43 : dlg.check.atr); in print_item()
46 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item()
48 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item()
65 wattrset(win, dlg.uarrow.atr); in print_arrows()
69 wattrset(win, dlg.menubox.atr); in print_arrows()
80 wattrset(win, dlg in print_arrows()
[all...]
H A Dinputbox.c73 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox()
74 wattrset(dialog, dlg.border.atr); in dialog_inputbox()
78 wattrset(dialog, dlg.dialog.atr); in dialog_inputbox()
83 wattrset(dialog, dlg.dialog.atr); in dialog_inputbox()
92 dlg.border.atr, dlg.dialog.atr); in dialog_inputbox()
98 wattrset(dialog, dlg.inputbox.atr); in dialog_inputbox()
131 wattrset(dialog, dlg.inputbox.atr); in dialog_inputbox()
151 wattrset(dialog, dlg in dialog_inputbox()
[all...]
H A Dmenubox.c77 wattrset(win, dlg.menubox.atr); in do_print_item()
88 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item()
91 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item()
92 : dlg.tag_key.atr); in do_print_item()
121 wattrset(win, dlg.uarrow.atr); in print_arrows()
125 wattrset(win, dlg.menubox.atr); in print_arrows()
137 wattrset(win, dlg.darrow.atr); in print_arrows()
141 wattrset(win, dlg.menubox_border.atr); in print_arrows()
213 dlg in dialog_menu()
[all...]
H A Dyesno.c63 dlg.dialog.atr, dlg.border.atr); in dialog_yesno()
64 wattrset(dialog, dlg.border.atr); in dialog_yesno()
68 wattrset(dialog, dlg.dialog.atr); in dialog_yesno()
73 wattrset(dialog, dlg.dialog.atr); in dialog_yesno()
H A Dtextbox.c98 wattrset(box, dlg.dialog.atr); in dialog_textbox()
99 wbkgdset(box, dlg.dialog.atr & A_COLOR); in dialog_textbox()
105 dlg.dialog.atr, dlg.border.atr); in dialog_textbox()
107 wattrset(dialog, dlg.border.atr); in dialog_textbox()
111 wattrset(dialog, dlg.dialog.atr); in dialog_textbox()
112 wbkgdset(dialog, dlg.dialog.atr & A_COLOR); in dialog_textbox()
122 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
386 wattrset(win, dlg.position_indicator.atr); in print_position()
387 wbkgdset(win, dlg in print_position()
[all...]
H A Ddialog.h139 extern struct dialog_info dlg;
/third_party/skia/third_party/externals/freetype/builds/
H A Dtoplevel.mk117 # from `subprojects/dlg' to `src/dlg' and `include/dlg'.
119 ifeq ($(wildcard $(TOP_DIR)/src/dlg/dlg.*),)
120 ifeq ($(wildcard $(TOP_DIR)/subprojects/dlg/*),)
172 $(info Checking out submodule in `subprojects/dlg')
177 $(info Copying files from `subprojects/dlg' to `src/dlg' and `include/dlg')
[all...]
H A Dfreetype.mk223 include $(SRC_DIR)/dlg/rules.mk
/third_party/skia/third_party/externals/freetype/
H A Dautogen.sh175 # Copy all necessary 'dlg' files.
178 echo "Copying files from \`subprojects/dlg' to \`src/dlg' and \`include/dlg'"
179 mkdir include/dlg 2> /dev/null
180 cp $DLG_INC_DIR/output.h include/dlg
181 cp $DLG_INC_DIR/dlg.h include/dlg
182 cp $DLG_SRC_DIR/* src/dlg
186 DLG_INC_DIR=subprojects/dlg/includ
[all...]
/third_party/backends/japi/
H A DJscanimage.java575 FileDialog dlg = new FileDialog(this, "Output Filename", in actionPerformed()
578 dlg.setDirectory(outDir); in actionPerformed()
584 dlg.setFile(file.getName()); in actionPerformed()
587 dlg.setDirectory(outDir); in actionPerformed()
589 dlg.show(); // Wait for result. in actionPerformed()
590 fname = dlg.getFile(); in actionPerformed()
592 outDir = dlg.getDirectory(); in actionPerformed()
719 public SaneCheckBox(String title, Jscanimage dlg, int opt, String tip) in SaneCheckBox() argument
722 dialog = dlg; in SaneCheckBox()
767 public SaneSlider(int min, int max, Jscanimage dlg, in argument
833 FixedSaneSlider(int fixed_min, int fixed_max, boolean mm, Jscanimage dlg, int opt, String tip) FixedSaneSlider() argument
893 SaneButton(String title, Jscanimage dlg, int opt, String tip) SaneButton() argument
926 SaneComboBox(Jscanimage dlg, int opt, String tip) SaneComboBox() argument
963 SaneStringBox(Jscanimage dlg, int opt, String tip) SaneStringBox() argument
1011 SaneIntBox(Jscanimage dlg, int opt, String tip) SaneIntBox() argument
1065 SaneFixedBox(Jscanimage dlg, int opt, String tip) SaneFixedBox() argument
1123 SaneTextField(int width, Jscanimage dlg, int opt, String tip) SaneTextField() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/dlg/
H A Drules.mk2 # FreeType 2 dlg logging library configuration rules
16 # dlg logging library directory
18 DLG_DIR := $(SRC_DIR)/dlg
29 # dlg logging library sources (i.e., C files)
33 # dlg logging library headers
35 DLG_H := $(TOP_DIR)/include/dlg/dlg.h \
36 $(TOP_DIR)/include/dlg/output.h
39 # dlg logging library object(s)
45 DLG_OBJ_S := $(OBJ_DIR)/dlg
[all...]
/third_party/python/Lib/msilib/
H A D__init__.py420 def __init__(self, dlg, name):
421 self.dlg = dlg
425 add_data(self.dlg.db, "ControlEvent",
426 [(self.dlg.name, self.name, event, argument,
430 add_data(self.dlg.db, "EventMapping",
431 [(self.dlg.name, self.name, event, attribute)])
434 add_data(self.dlg.db, "ControlCondition",
435 [(self.dlg.name, self.name, action, condition)])
438 def __init__(self, dlg, nam
[all...]
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dftdebug.h36 #include <dlg/output.h>
37 #include <dlg/dlg.h>
108 * If FT_DEBUG_LOGGING is enabled, tracing messages are sent to dlg's API.
270 * If FT_DEBUG_LOGGING is enabled, error messages are sent to dlg's API.
371 * 'dlg' uses output handlers to control how and where log messages are
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp1080 CComboDialog dlg; in Dlg_CreateFolder() local
1081 LangString(IDS_CREATE_FOLDER, dlg.Title); in Dlg_CreateFolder()
1082 LangString(IDS_CREATE_FOLDER_NAME, dlg.Static); in Dlg_CreateFolder()
1083 LangString(IDS_CREATE_FOLDER_DEFAULT_NAME, dlg.Value); in Dlg_CreateFolder()
1084 if (dlg.Create(wnd) != IDOK) in Dlg_CreateFolder()
1086 destName = dlg.Value; in Dlg_CreateFolder()
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h896 V(dlg, DLG, 0xE387) /* type = RXY_A DIVIDE LOGICAL (64<-128) */ \
H A Dmacro-assembler-s390.cc2646 Generate_DivU64(dlg); in CallRecordWriteStub()
2720 Generate_ModU64(dlg); in CallRecordWriteStub()

Completed in 24 milliseconds