HomeSort by relevance Sort by last modified time
    Searched refs:UI (Results 1 - 25 of 1581) 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/llvm/lib/Analysis/
PtrUseVisitor.cpp 19 for (Value::use_iterator UI = I.use_begin(), UE = I.use_end();
20 UI != UE; ++UI) {
21 if (VisitedUses.insert(&UI.getUse())) {
23 UseToVisit::UseAndIsOffsetKnownPair(&UI.getUse(), IsOffsetKnown),
  /external/chromium/chrome/browser/extensions/
external_extension_loader.cc 19 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
24 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
32 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
39 CHECK(BrowserThread::CurrentlyOn(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/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));
  /external/chromium_org/chrome/browser/search_engines/
search_terms_data_android.cc 17 content::BrowserThread::UI) ||
18 content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
26 content::BrowserThread::UI) ||
27 content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
search_terms_data.cc 93 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::UI) ||
94 BrowserThread::CurrentlyOn(BrowserThread::UI));
98 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::UI) ||
99 BrowserThread::CurrentlyOn(BrowserThread::UI));
111 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::UI) ||
112 BrowserThread::CurrentlyOn(BrowserThread::UI));
119 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::UI) ||
120 BrowserThread::CurrentlyOn(BrowserThread::UI));
141 DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::UI) ||
142 BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service_factory.cc 20 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
26 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
35 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_updater_observer.cc 18 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
23 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
28 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/
power_save_blocker_win.cc 11 // Runs on UI thread only.
13 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/sync/glue/
do_optimistic_refresh_task.cc 18 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
extension_model_associator.cc 25 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
31 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
35 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
50 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
56 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/importer/
in_process_importer_bridge.cc 10 #include "ui/base/l10n/l10n_util.h"
28 BrowserThread::UI, FROM_HERE,
36 BrowserThread::UI, FROM_HERE,
44 BrowserThread::UI, FROM_HERE,
53 BrowserThread::UI, FROM_HERE,
61 BrowserThread::UI, FROM_HERE,
71 BrowserThread::UI, FROM_HERE,
81 BrowserThread::UI, FROM_HERE,
87 BrowserThread::UI, FROM_HERE,
93 BrowserThread::UI, FROM_HERE
    [all...]
  /external/chromium/chrome/browser/search_engines/
search_terms_data.cc 57 DCHECK(!BrowserThread::IsWellKnownThread(BrowserThread::UI) ||
58 BrowserThread::CurrentlyOn(BrowserThread::UI));
62 DCHECK(!BrowserThread::IsWellKnownThread(BrowserThread::UI) ||
63 BrowserThread::CurrentlyOn(BrowserThread::UI));
69 DCHECK(!BrowserThread::IsWellKnownThread(BrowserThread::UI) ||
70 BrowserThread::CurrentlyOn(BrowserThread::UI));
76 DCHECK(!BrowserThread::IsWellKnownThread(BrowserThread::UI) ||
77 BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium_org/chrome/browser/resources/
extensions_infobar.css 11 font-family: Segoe UI, Tahoma;
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_geolocation_permission_context.cc 30 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
32 BrowserThread::UI, FROM_HERE,
44 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
68 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
70 BrowserThread::UI, FROM_HERE,
81 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/llvm/lib/Target/Hexagon/
HexagonRemoveSZExtArgs.cpp 62 for (Instruction::use_iterator UI = Arg->use_begin();
63 UI != Arg->use_end();) {
64 if (isa<SExtInst>(*UI)) {
65 Instruction* Use = cast<Instruction>(*UI);
69 ++UI;
75 ++UI;
  /external/chromium_org/chrome/browser/chromeos/login/
auth_attempt_state.cc 76 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
85 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
92 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
99 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
105 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
110 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
117 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
122 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
127 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
132 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
fake_file_system.cc 36 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
41 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
46 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
50 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
54 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
61 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
68 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
74 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
80 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
86 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]

Completed in 753 milliseconds

1 2 3 4 5 6 7 8 91011>>