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

1 2 3 4 5 6 7 8 91011>>

  /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...]
ui_lib.c 1 /* crypto/ui/ui_lib.c -*- mode:C; c-file-style: "eay" -*- */
63 #include <openssl/ui.h>
71 UI *UI_new(void)
76 UI *UI_new_method(const UI_METHOD *method)
78 UI *ret;
80 ret=(UI *)OPENSSL_malloc(sizeof(UI));
117 void UI_free(UI *ui)
119 if (ui == NULL
    [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/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_pref_extension_loader.cc 40 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
44 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
51 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
93 BrowserThread::UI, FROM_HERE,
103 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
110 CHECK(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));
power_save_blocker_common.cc 8 // Accessed only from the UI thread.
39 BrowserThread::UI, FROM_HERE,
43 // Called only from UI thread.
45 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
platform_util_chromeos.cc 12 #include "chrome/browser/ui/browser.h"
13 #include "chrome/browser/ui/browser_list.h"
26 // Opens file browser on UI thread.
28 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
44 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
48 BrowserThread::UI, FROM_HERE,
67 BrowserThread::UI, FROM_HERE, NewRunnableFunction(OpenURL, string_url));
  /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));
ui_model_worker.cc 17 // the UI loop has initiated shutdown but the syncer hasn't got the memo yet.
23 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
39 if (!BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, pending_work_)) {
40 LOG(WARNING) << "Could not post work to UI loop.";
64 // The UI loop initiated shutdown and is (or will be) waiting in Stop().
66 // on where we timeslice the UI thread in Stop; but we can't be STOPPED,
75 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
80 // We're on our own now, the beloved UI MessageLoop is no longer running.
81 // Any tasks scheduled or to be scheduled on the UI MessageLoop will not run.
102 return BrowserThread::CurrentlyOn(BrowserThread::UI);
    [all...]
  /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/llvm/lib/Target/Hexagon/
HexagonRemoveSZExtArgs.cpp 56 for (Instruction::use_iterator UI = Arg->use_begin();
57 UI != Arg->use_end();) {
58 if (isa<SExtInst>(*UI)) {
59 Instruction* Use = cast<Instruction>(*UI);
63 ++UI;
69 ++UI;
  /external/chromium/chrome/browser/ui/webui/options/
font_settings_fonts_list_loader.cc 5 #include "chrome/browser/ui/webui/options/font_settings_fonts_list_loader.h"
7 #include "chrome/browser/ui/webui/options/font_settings_utils.h"
22 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
38 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
44 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/chromeos/cros/
screen_lock_library.cc 60 // Make sure we run on UI thread.
61 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
63 BrowserThread::UI, FROM_HERE,
71 // Make sure we run on UI thread.
72 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
74 BrowserThread::UI, FROM_HERE,
82 // Make sure we run on UI thread.
83 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
85 BrowserThread::UI, FROM_HERE,
  /external/chromium/chrome/browser/resources/
extensions_infobar.css 7 font-family: Segoe UI, Tahoma;
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 83 for (Value::const_use_iterator UI = V->use_begin(), UE = V->use_end();
84 UI != UE; ++UI) {
90 Use *U = &UI.getUse();
144 for (Instruction::use_iterator UI = I->use_begin(), UE = I->use_end();
145 UI != UE; ++UI) {
146 Use *U = &UI.getUse();
  /external/chromium/chrome/browser/chromeos/
enterprise_extension_observer.cc 17 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
26 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
50 BrowserThread::UI,
58 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/policy/
asynchronous_policy_test_base.cc 17 : ui_thread_(BrowserThread::UI, &loop_),
  /external/llvm/lib/Transforms/Scalar/
ConstantProp.cpp 81 for (Value::use_iterator UI = I->use_begin(), UE = I->use_end();
82 UI != UE; ++UI)
83 WorkList.insert(cast<Instruction>(*UI));
  /external/llvm/tools/opt/
AnalysisWrappers.cpp 40 for (Value::use_iterator UI = I->use_begin(), E = I->use_end();
41 UI != E; ++UI) {
42 Instruction *User = dyn_cast<Instruction>(*UI);
  /external/chromium/chrome/browser/ui/login/
login_prompt_win.cc 5 #include "chrome/browser/ui/login/login_prompt.h"
10 #include "chrome/browser/ui/views/login_view.h"
18 #include "ui/base/l10n/l10n_util.h"
27 // the UI thread) to the net::URLRequest (on the I/O thread).
56 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
69 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
79 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
86 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
105 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
115 // or CancelAuth (say, if the request was cancelled before the UI thread go
    [all...]

Completed in 455 milliseconds

1 2 3 4 5 6 7 8 91011>>