HomeSort by relevance Sort by last modified time
    Searched refs:UI (Results 1 - 25 of 1285) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/openssl/openssl/crypto/ui/
ui.h 1 /* crypto/ui/ui.h -*- mode:C; c-file-style: "eay" -*- */
73 /* 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
    [all...]
ui_locl.h 1 /* crypto/ui/ui.h -*- mode:C; c-file-style: "eay" -*- */
62 #include <openssl/ui.h>
80 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)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ui.h 1 /* crypto/ui/ui.h -*- mode:C; c-file-style: "eay" -*- */
73 /* 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
    [all...]
  /external/openssl/crypto/ui/
ui.h 1 /* crypto/ui/ui.h -*- mode:C; c-file-style: "eay" -*- */
73 /* 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
    [all...]
ui_locl.h 1 /* crypto/ui/ui.h -*- mode:C; c-file-style: "eay" -*- */
62 #include <openssl/ui.h>
80 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)
    [all...]
  /external/openssl/include/openssl/
ui.h 1 /* crypto/ui/ui.h -*- mode:C; c-file-style: "eay" -*- */
73 /* 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
    [all...]
  /external/tcpdump/
netbios.h 15 #define UI 0x03 /* 802.2 flags */
  /external/chromium_org/content/browser/
time_zone_monitor.cc 14 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
18 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
22 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
user_metrics.cc 16 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
18 BrowserThread::UI,
28 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
30 BrowserThread::UI,
  /external/chromium_org/chrome/browser/android/provider/
blocking_ui_thread_async_request.cc 12 // Currently all our use cases receive their request response in the UI
15 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
  /external/chromium_org/chrome/browser/chromeos/login/auth/
auth_attempt_state.cc 41 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
50 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
57 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
64 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
71 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
77 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
82 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
89 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
94 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
99 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
online_attempt_host.cc 26 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
42 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
48 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
52 content::BrowserThread::UI,
61 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
  /external/chromium_org/chrome/browser/extensions/
external_loader.cc 21 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
26 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
34 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
41 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
blob_reader.cc 22 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/
media_capture_devices_impl.cc 16 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/printing/
printing_ui_web_contents_observer.cc 13 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
17 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
  /external/chromium_org/extensions/browser/api/
async_api_function.cc 20 DCHECK_CURRENTLY_ON(BrowserThread::UI);
43 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
45 BrowserThread::UI,
56 DLOG_IF(ERROR, (work_thread_id_ == BrowserThread::UI))
58 "the UI thread. This nullifies the point of this class. Either "
64 DCHECK_CURRENTLY_ON(BrowserThread::UI);
  /external/chromium_org/chrome/browser/extensions/api/audio/
audio_service_linux.cc 48 DCHECK_CURRENTLY_ON(BrowserThread::UI);
52 DCHECK_CURRENTLY_ON(BrowserThread::UI);
56 DCHECK_CURRENTLY_ON(BrowserThread::UI);
61 DCHECK_CURRENTLY_ON(BrowserThread::UI);
66 DCHECK_CURRENTLY_ON(BrowserThread::UI);
72 DCHECK_CURRENTLY_ON(BrowserThread::UI);
79 DCHECK_CURRENTLY_ON(BrowserThread::UI);
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service_factory.cc 23 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/
ui_thread_search_terms_data.cc 39 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::UI) ||
40 BrowserThread::CurrentlyOn(BrowserThread::UI));
44 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::UI) ||
45 BrowserThread::CurrentlyOn(BrowserThread::UI));
57 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::UI) ||
58 BrowserThread::CurrentlyOn(BrowserThread::UI));
66 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::UI) ||
67 BrowserThread::CurrentlyOn(BrowserThread::UI));
93 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::UI) ||
94 BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
ui_thread_search_terms_data_android.cc 18 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/resources/
extensions_infobar.css 11 font-family: Segoe UI, Tahoma;
  /external/chromium_org/chrome/browser/sync/glue/
autofill_data_type_controller.cc 29 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI),
45 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
52 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
58 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
63 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
84 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/llvm/lib/Target/Hexagon/
HexagonRemoveSZExtArgs.cpp 63 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/chrome/browser/extensions/api/bluetooth/
bluetooth_extension_function.cc 23 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));

Completed in 1210 milliseconds

1 2 3 4 5 6 7 8 91011>>