HomeSort by relevance Sort by last modified time
    Searched refs:UI (Results 76 - 100 of 530) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/Browser/src/com/android/browser/
UiController.java 25 import com.android.browser.UI.ComboViews;
31 * UI aspect of the controller
35 UI getUi();
  /external/openssl/crypto/ui/
ui_openssl.c 1 /* crypto/ui/ui_openssl.c -*- mode:C; c-file-style: "eay" -*- */
310 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl);
312 static int read_string(UI *ui, UI_STRING *uis);
313 static int write_string(UI *ui, UI_STRING *uis);
315 static int open_console(UI *ui);
316 static int echo_console(UI *ui)
    [all...]
ui_util.c 1 /* crypto/ui/ui_util.c -*- mode:C; c-file-style: "eay" -*- */
72 UI *ui; local
77 ui = UI_new();
78 if (ui)
80 ok = UI_add_input_string(ui,prompt,0,buf,0,size-1);
82 ok = UI_add_verify_string(ui,prompt,0,buff,0,size-1,
85 ok=UI_process(ui);
86 UI_free(ui);
  /external/chromium/chrome/browser/chromeos/login/
cryptohome_op.cc 52 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
75 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
99 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
131 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
150 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
camera.cc 31 #include "ui/gfx/size.h"
152 BrowserThread::UI,
158 BrowserThread::UI,
164 BrowserThread::UI,
172 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
242 BrowserThread::UI,
248 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
266 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
298 BrowserThread::UI,
308 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
help_app_launcher.cc 15 #include "ui/base/l10n/l10n_util.h"
53 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
image_decoder.cc 16 target_thread_id_(BrowserThread::UI) {
  /external/chromium/chrome/browser/extensions/
user_script_listener.cc 20 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
69 BrowserThread::UI, FROM_HERE,
105 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
112 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
126 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
pending_extension_manager.cc 61 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
82 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
109 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
153 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/profiles/
profile_io_data.cc 47 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
57 BrowserThread::UI, FROM_HERE,
68 // guarantee to be deleted on the UI thread and therefore unregister from
69 // the notifications. All methods of ProfileGetter must be invoked on the UI
77 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
87 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
96 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
101 friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>;
132 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
203 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
  /external/chromium/chrome/browser/service/
service_process_control.cc 22 #include "ui/base/ui_base_switches.h"
96 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
173 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
201 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
217 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
223 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
240 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
249 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
321 // the UI thread.
323 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
  /external/chromium/chrome/browser/
spellcheck_host_impl.cc 24 #include "ui/base/l10n/l10n_util.h"
75 // Constructed on UI thread.
87 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
124 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
132 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
178 // We download from the ui thread because we need to know that
180 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
197 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
210 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
217 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 87 virtual Init *convertValue( UnsetInit *UI) { return 0; }
93 virtual Init *convertValue( UnOpInit *UI) {
94 return convertValue((TypedInit*)UI);
96 virtual Init *convertValue( BinOpInit *UI) {
97 return convertValue((TypedInit*)UI);
99 virtual Init *convertValue( TernOpInit *UI) {
100 return convertValue((TypedInit*)UI);
139 virtual Init *convertValue( UnsetInit *UI) { return (Init*)UI; }
148 virtual Init *convertValue( UnOpInit *UI) { return RecTy::convertValue(UI);
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host.cc 57 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
65 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
67 // We start by doing some simple checks that can run on the UI thread.
154 // The destructor can be called either from the UI or the IO thread.
160 // We're done. There is no point in going back to the UI thread.
168 BrowserThread::UI,
175 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
185 // Since we are already on the UI thread, this is safe.
216 // written by the UI thread.
239 // Delete this on the UI thread since it was created there
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 250 for (Value::const_use_iterator UI = PN->use_begin(), E = PN->use_end();
251 UI != E; ++UI) {
252 const Instruction *User = cast<Instruction>(*UI);
424 for (Value::use_iterator UI = CI->use_begin(), E = CI->use_end();
425 UI != E; ) {
426 Use &TheUse = UI.getUse();
427 Instruction *User = cast<Instruction>(*UI);
433 UserBB = PN->getIncomingBlock(UI);
437 ++UI;
    [all...]
LoopInstSimplify.cpp 114 for (Value::use_iterator UI = I->use_begin(), UE = I->use_end();
115 UI != UE; ++UI)
116 Next->insert(cast<Instruction>(*UI));
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 87 for (Value::const_use_iterator UI = AI->use_begin(), UE = AI->use_end();
88 UI != UE; ++UI) { // Loop over all of the uses of the alloca
89 const User *U = *UI;
323 for (Value::use_iterator UI = AI->use_begin(), E = AI->use_end();
324 UI != E;) {
325 Instruction *User = cast<Instruction>(*UI++);
365 for (Value::use_iterator UI = AI->use_begin(), UE = AI->use_end();
366 UI != UE;) {
367 Instruction *I = cast<Instruction>(*UI);
    [all...]
  /external/chromium/chrome/browser/ui/
crypto_module_password_dialog_nss.cc 5 #include "chrome/browser/ui/crypto_module_password_dialog.h"
60 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
64 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
139 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 203 for (Value::use_iterator UI = PHIIn->use_begin(), E = PHIIn->use_end();
204 UI != E; ++UI) {
205 if (CastInst *CastI = dyn_cast<CastInst>(*UI))
239 for (Value::use_iterator UI = APHIOp->use_begin(), E = APHIOp->use_end();
240 UI != E; ++UI) {
241 if (GetElementPtrInst *GEPI = dyn_cast<GetElementPtrInst>(*UI))
298 for (Value::use_iterator UI = LHS->use_begin(), E = LHS->use_end();
299 UI != E; ++UI)
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
power_library.cc 117 // Make sure we run on UI thread.
118 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
120 BrowserThread::UI, FROM_HERE,
136 // Make sure we run on the UI thread.
137 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
139 BrowserThread::UI, FROM_HERE,
  /external/chromium/chrome/browser/sync/glue/
data_type_controller.h 67 // on the UI thread. See the StartResult enum above for details on the
92 friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>;
  /external/chromium/chrome/browser/sync/
sync_ui_util_unittest.cc 17 BrowserThread ui_thread(BrowserThread::UI, &message_loop);
  /external/chromium/chrome/browser/ui/cocoa/
browser_test_helper.cc 5 #include "chrome/browser/ui/cocoa/browser_test_helper.h"
8 : ui_thread_(BrowserThread::UI, &message_loop_),
27 // Delete the testing profile on the UI thread. But first release the
  /external/chromium/chrome/browser/ui/login/
login_prompt_gtk.cc 5 #include "chrome/browser/ui/login/login_prompt.h"
13 #include "chrome/browser/ui/gtk/constrained_window_gtk.h"
14 #include "chrome/browser/ui/gtk/gtk_util.h"
15 #include "chrome/browser/ui/login/login_model.h"
23 #include "ui/base/gtk/gtk_signal.h"
24 #include "ui/base/l10n/l10n_util.h"
32 // the UI thread) to the net::URLRequest (on the I/O thread).
52 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
68 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
110 // or CancelAuth (say, if the request was cancelled before the UI thread go
    [all...]
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager.cc 5 #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
17 #include "chrome/browser/ui/webui/chrome_url_data_manager_backend.h"
20 #include "ui/base/l10n/l10n_util.h"
50 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
60 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
75 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
76 // We're on the UI thread, delete right away.
81 // We're not on the UI thread, add the DataSource to the list of DataSources
92 // Schedule a task to delete the DataSource back on the UI thread.
93 BrowserThread::PostTask(BrowserThread::UI,
    [all...]

Completed in 316 milliseconds

1 2 34 5 6 7 8 91011>>