Searched refs:UI (Results 1 - 25 of 1173) sorted by relevance

1234567891011>>

/external/openssl/crypto/ui/
H A Dui.h73 /* typedef struct ui_st UI; */
83 UI *UI_new(void);
84 UI *UI_new_method(const UI_METHOD *method);
85 void UI_free(UI *ui);
111 All of the functions in this group take a UI and a prompt string.
130 int UI_add_input_string(UI *ui, const char *prompt, int flags,
132 int UI_dup_input_string(UI *ui, const char *prompt, int flags,
134 int UI_add_verify_string(UI *ui, const char *prompt, int flags,
136 int UI_dup_verify_string(UI *ui, const char *prompt, int flags,
138 int UI_add_input_boolean(UI *u
[all...]
H A Dui_locl.h80 int (*ui_open_session)(UI *ui);
82 int (*ui_write_string)(UI *ui, UI_STRING *uis);
86 int (*ui_flush)(UI *ui);
88 int (*ui_read_string)(UI *ui, UI_STRING *uis);
90 int (*ui_close_session)(UI *ui);
98 char *(*ui_construct_prompt)(UI *ui, const char *object_desc,
112 may be allocated by the UI routine, meaning
/external/openssl/include/openssl/
H A Dui.h73 /* typedef struct ui_st UI; */
83 UI *UI_new(void);
84 UI *UI_new_method(const UI_METHOD *method);
85 void UI_free(UI *ui);
111 All of the functions in this group take a UI and a prompt string.
130 int UI_add_input_string(UI *ui, const char *prompt, int flags,
132 int UI_dup_input_string(UI *ui, const char *prompt, int flags,
134 int UI_add_verify_string(UI *ui, const char *prompt, int flags,
136 int UI_dup_verify_string(UI *ui, const char *prompt, int flags,
138 int UI_add_input_boolean(UI *u
[all...]
/external/tcpdump/
H A Dnetbios.h15 #define UI 0x03 /* 802.2 flags */ macro
/external/chromium_org/content/browser/
H A Dtime_zone_monitor.cc14 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
18 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
22 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
H A Duser_metrics.cc16 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
18 BrowserThread::UI,
28 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
30 BrowserThread::UI,
/external/chromium_org/chrome/browser/android/provider/
H A Dblocking_ui_thread_async_request.cc12 // Currently all our use cases receive their request response in the UI
15 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
H A Drun_on_ui_thread_blocking.h13 // Runs code synchronously on the UI thread. Should never be called directly
14 // from the UI thread. To be used only within the provider classes.
17 // Runs the provided runnable in the UI thread synchronously.
21 DCHECK(!content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
23 content::BrowserThread::PostTask(content::BrowserThread::UI, FROM_HERE,
33 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_loader.cc21 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
26 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
34 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
41 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
H A Dblob_reader.cc22 DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
37 BlobReader::~BlobReader() { DCHECK_CURRENTLY_ON(content::BrowserThread::UI); }
40 DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
54 DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
60 DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_capture_devices_impl.cc16 DCHECK_CURRENTLY_ON(BrowserThread::UI);
36 DCHECK_CURRENTLY_ON(BrowserThread::UI);
46 DCHECK_CURRENTLY_ON(BrowserThread::UI);
56 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
60 BrowserThread::UI, FROM_HERE,
68 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
72 BrowserThread::UI, FROM_HERE,
87 DCHECK_CURRENTLY_ON(BrowserThread::UI);
94 DCHECK_CURRENTLY_ON(BrowserThread::UI);
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service_factory.cc23 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
29 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
38 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
/external/chromium_org/chrome/browser/search_engines/
H A Dui_thread_search_terms_data.cc41 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::UI) ||
42 BrowserThread::CurrentlyOn(BrowserThread::UI));
46 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::UI) ||
47 BrowserThread::CurrentlyOn(BrowserThread::UI));
59 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::UI) ||
60 BrowserThread::CurrentlyOn(BrowserThread::UI));
68 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::UI) ||
69 BrowserThread::CurrentlyOn(BrowserThread::UI));
95 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::UI) ||
96 BrowserThread::CurrentlyOn(BrowserThread::UI));
[all...]
H A Dui_thread_search_terms_data_android.cc18 content::BrowserThread::UI) ||
19 content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
27 content::BrowserThread::UI) ||
28 content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
/external/chromium_org/chrome/browser/sync/glue/
H A Dextension_setting_data_type_controller.cc27 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI),
32 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
50 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
55 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
H A Dautofill_data_type_controller.cc28 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI),
43 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
50 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
56 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
61 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
82 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
/external/chromium_org/extensions/browser/api/
H A Dasync_api_function.cc20 DCHECK_CURRENTLY_ON(BrowserThread::UI);
43 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
45 BrowserThread::UI,
57 // the FILE thread to UI thread. Re-enable when it won't spam the logs.
59 // DLOG_IF(ERROR, (work_thread_id_ == BrowserThread::UI))
61 // "the UI thread. This nullifies the point of this class. Either "
67 DCHECK_CURRENTLY_ON(BrowserThread::UI);
/external/chromium_org/chrome/browser/
H A Dchrome_device_client.cc19 content::BrowserThread::UI));
27 content::BrowserThread::UI));
/external/chromium_org/chrome/browser/resources/
H A Dextensions_infobar.css11 font-family: Segoe UI, Tahoma;
/external/chromium_org/extensions/shell/browser/
H A Dshell_device_client.cc21 content::BrowserThread::UI));
29 content::BrowserThread::UI));
/external/llvm/lib/Target/Hexagon/
H A DHexagonRemoveSZExtArgs.cpp63 for (auto UI = Arg->user_begin(); UI != Arg->user_end();) {
64 if (isa<SExtInst>(*UI)) {
65 Instruction* I = cast<Instruction>(*UI);
69 ++UI;
75 ++UI;
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_extension_function.cc23 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
28 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
34 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
50 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
64 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
/external/chromium_org/extensions/browser/updater/
H A Dsafe_manifest_parser.cc25 DCHECK_CURRENTLY_ON(BrowserThread::UI);
29 DCHECK_CURRENTLY_ON(BrowserThread::UI);
40 // the UI or IO thread.
48 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI).get());
67 DCHECK_CURRENTLY_ON(BrowserThread::UI);
74 DCHECK_CURRENTLY_ON(BrowserThread::UI);
/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp45 static uint64_t getOffsetOfLSDA(const UnwindInfo& UI) { argument
46 return static_cast<const char*>(UI.getLanguageSpecificData())
47 - reinterpret_cast<const char*>(&UI);
175 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { argument
197 if (UI.getFrameRegister() == 0)
200 OS << " reg=" << getUnwindRegisterName(UI.getFrameRegister())
201 << format(", offset=0x%X", UI.getFrameOffset() * 16);
233 off_t Offset, const UnwindInfo &UI) {
235 SW.printNumber("Version", UI.getVersion());
236 SW.printFlags("Flags", UI
232 printUnwindInfo(const Context &Ctx, const coff_section *Section, off_t Offset, const UnwindInfo &UI) argument
296 const auto UI = reinterpret_cast<const UnwindInfo*>(Contents.data() + Offset); local
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfake_file_system.cc36 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
40 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
44 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
51 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
58 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
65 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
71 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
77 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
85 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
92 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
[all...]

Completed in 4140 milliseconds

1234567891011>>