HomeSort by relevance Sort by last modified time
    Searched refs:UI (Results 76 - 100 of 541) 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/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 181 UI = MRI->use_nodbg_begin(DstReg), UE = MRI->use_nodbg_end();
182 UI != UE; ++UI)
183 ReachedBBs.insert(UI->getParent());
193 UI = MRI->use_nodbg_begin(SrcReg), UE = MRI->use_nodbg_end();
194 UI != UE; ++UI) {
195 MachineOperand &UseMO = UI.getOperand();
196 MachineInstr *UseMI = &*UI;
264 UI = MRI->use_nodbg_begin(DstReg), UE = MRI->use_nodbg_end()
    [all...]
ProcessImplicitDefs.cpp 83 for (MachineRegisterInfo::use_nodbg_iterator UI =
85 UE = MRI->use_nodbg_end(); UI != UE; ++UI) {
86 MachineOperand &MO = UI.getOperand();
  /external/openssl/crypto/ui/
ui_openssl.c 1 /* crypto/ui/ui_openssl.c -*- mode:C; c-file-style: "eay" -*- */
316 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl);
318 static int read_string(UI *ui, UI_STRING *uis);
319 static int write_string(UI *ui, UI_STRING *uis);
321 static int open_console(UI *ui);
322 static int echo_console(UI *ui)
    [all...]
  /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/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp 82 for (Value::const_use_iterator UI = P->use_begin(), UE = P->use_end();
83 UI != UE; ++UI) {
84 const User *Ur = *UI;
86 if (UI.getOperandNo() == 0)
  /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 105 virtual Init *convertValue( UnsetInit *UI) { return 0; }
111 virtual Init *convertValue( UnOpInit *UI) {
112 return convertValue((TypedInit*)UI);
114 virtual Init *convertValue( BinOpInit *UI) {
115 return convertValue((TypedInit*)UI);
117 virtual Init *convertValue( TernOpInit *UI) {
118 return convertValue((TypedInit*)UI);
153 virtual Init *convertValue( UnsetInit *UI) { return (Init*)UI; }
162 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/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;
327 for (Value::use_iterator UI = AI->use_begin(), E = AI->use_end();
328 UI != E;) {
329 Instruction *User = cast<Instruction>(*UI++);
369 for (Value::use_iterator UI = AI->use_begin(), UE = AI->use_end();
370 UI != UE;) {
371 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 205 for (Value::use_iterator UI = PHIIn->use_begin(), E = PHIIn->use_end();
206 UI != E; ++UI) {
207 if (CastInst *CastI = dyn_cast<CastInst>(*UI))
241 for (Value::use_iterator UI = APHIOp->use_begin(), E = APHIOp->use_end();
242 UI != E; ++UI) {
243 if (GetElementPtrInst *GEPI = dyn_cast<GetElementPtrInst>(*UI))
300 for (Value::use_iterator UI = LHS->use_begin(), E = LHS->use_end();
301 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 805 milliseconds

1 2 34 5 6 7 8 91011>>