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

12 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 132 for (std::vector<User*>::iterator UI = Users.begin(), UE = Users.end();
133 UI != UE; ++UI)
134 if (CallInst *CI = dyn_cast<CallInst>(*UI))
136 else if (InvokeInst *II = dyn_cast<InvokeInst>(*UI))
164 for (Function::use_iterator UI = currFunc->use_begin(),
165 UE = currFunc->use_end(); UI != UE; ++UI)
166 if (Instruction* I = dyn_cast<Instruction>(*UI))
IPConstantPropagation.cpp 89 for (Value::use_iterator UI = F.use_begin(), E = F.use_end(); UI != E; ++UI) {
90 User *U = *UI;
100 if (!CS.isCallee(UI))
223 for (Value::use_iterator UI = F.use_begin(), E = F.use_end(); UI != E; ++UI) {
224 CallSite CS(*UI);
229 if (!Call || !CS.isCallee(UI))
    [all...]
  /external/chromium/chrome/browser/ssl/
ssl_error_handler.cc 25 DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::UI));
60 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
64 // We arrived on the UI thread, but the tab we're looking for is no longer
81 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
91 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
102 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
111 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
ssl_client_auth_handler.cc 56 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
102 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
110 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
132 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
139 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/metrics/
user_metrics.cc 34 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
36 BrowserThread::UI, FROM_HERE,
  /packages/providers/DownloadProvider/
Android.mk 15 # build UI + tests
  /external/chromium/chrome/browser/geolocation/
access_token_store.cc 40 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
64 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, NewRunnableMethod(
70 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
80 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, NewRunnableFunction(
  /external/chromium/chrome/browser/
power_save_blocker_mac.cc 11 // Run on the UI thread only.
13 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
plugin_data_remover_helper.cc 45 BrowserThread::UI,
53 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
68 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
gpu_data_manager.cc 17 #include "ui/gfx/gl/gl_implementation.h"
18 #include "ui/gfx/gl/gl_switches.h"
22 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
36 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
86 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
91 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
112 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
117 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
129 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
154 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
browsing_data_appcache_helper.cc 22 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
42 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
55 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
81 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, NewRunnableMethod(
86 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
112 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor.cc 17 // events on the UI thread (even though the monitor may live on another thread).
27 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
46 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
51 // In some unrelated unit tests, there is no running UI loop. In this case,
56 // by not having a running UI thread.
58 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
85 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineWorklist.h 88 for (Value::use_iterator UI = I.use_begin(), UE = I.use_end();
89 UI != UE; ++UI)
90 Add(cast<Instruction>(*UI));
  /external/llvm/lib/Transforms/Utils/
SimplifyInstructions.cpp 68 for (Value::use_iterator UI = I->use_begin(), UE = I->use_end();
69 UI != UE; ++UI)
70 Next->insert(cast<Instruction>(*UI));
  /external/chromium/chrome/browser/net/gaia/
token_service.cc 29 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
33 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
40 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
74 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
93 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
103 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
109 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
114 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
131 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
191 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
  /external/chromium/chrome/browser/net/
net_pref_observer.cc 33 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
44 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
57 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/sync/
profile_sync_test_util.cc 20 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
28 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
60 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /packages/apps/Contacts/src/com/android/contacts/
ContactsSearchManager.java 25 import android.provider.ContactsContract.Intents.UI;
33 * An extra that provides context for search UI and defines the scope for
60 intent.setAction(UI.FILTER_CONTACTS_ACTION);
67 intent.putExtra(UI.FILTER_TEXT_EXTRA_KEY, initialQuery);
  /external/chromium/chrome/browser/tab_contents/
web_drag_source_win.cc 35 : ui::DragSource(),
49 // Delegate to the UI thread if we do drag-and-drop in the background thread.
50 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
52 BrowserThread::UI, FROM_HERE,
75 BrowserThread::UI, FROM_HERE,
92 // Delegate to the UI thread if we do drag-and-drop in the background thread.
93 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
95 BrowserThread::UI, FROM_HERE,
  /external/chromium/chrome/browser/download/
download_safe_browsing_client.cc 30 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
41 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
59 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
92 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
115 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
124 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
143 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 169 use_iterator UI = use_begin(RegNo);
170 if (UI == use_end())
172 return ++UI == use_end();
176 use_nodbg_iterator UI = use_nodbg_begin(RegNo);
177 if (UI == use_nodbg_end())
179 return ++UI == use_nodbg_end();
187 for (use_iterator UI = use_begin(Reg), UE = use_end(); UI != UE; ++UI)
188 UI.getOperand().setIsKill(false)
    [all...]
  /external/llvm/lib/Analysis/
IVUsers.cpp 139 for (Value::use_iterator UI = I->use_begin(), E = I->use_end();
140 UI != E; ++UI) {
141 Instruction *User = cast<Instruction>(*UI);
154 unsigned OperandNo = UI.getOperandNo();
251 for (ilist<IVStrideUse>::const_iterator UI = IVUses.begin(),
252 E = IVUses.end(); UI != E; ++UI) {
254 WriteAsOperand(OS, UI->getOperandValToReplace(), false);
255 OS << " = " << *getReplacementExpr(*UI);
    [all...]
  /external/chromium/chrome/browser/ui/login/
login_prompt.cc 5 #include "chrome/browser/ui/login/login_prompt.h"
14 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
28 #include "ui/base/l10n/l10n_util.h"
82 // here. BuildViewForPasswordManager() will be invoked on the UI thread
90 BrowserThread::UI, FROM_HERE,
112 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
129 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
150 BrowserThread::UI, FROM_HERE,
163 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
167 BrowserThread::UI, FROM_HERE
    [all...]
  /external/chromium/chrome/browser/sync/glue/
frontend_data_type_controller.cc 31 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
38 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
42 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
107 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
155 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
162 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
password_data_type_controller.cc 41 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
66 // TODO(sync): Blocking the UI thread at shutdown is bad. If we had a way of
72 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
176 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
188 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
213 BrowserThread::UI, FROM_HERE,
222 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));

Completed in 391 milliseconds

12 3 4 5 6 7 8 91011>>