HomeSort by relevance Sort by last modified time
    Searched refs:UI (Results 101 - 125 of 541) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 115 for (Value::use_iterator UI = I->use_begin(), UE = I->use_end();
116 UI != UE; ++UI)
117 Next->insert(cast<Instruction>(*UI));
CodeGenPrepare.cpp 318 for (Value::const_use_iterator UI = PN->use_begin(), E = PN->use_end();
319 UI != E; ++UI) {
320 const Instruction *User = cast<Instruction>(*UI);
492 for (Value::use_iterator UI = CI->use_begin(), E = CI->use_end();
493 UI != E; ) {
494 Use &TheUse = UI.getUse();
495 Instruction *User = cast<Instruction>(*UI);
501 UserBB = PN->getIncomingBlock(UI);
505 ++UI;
    [all...]
  /external/openssl/crypto/ui/
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/tcpdump/
print-netbios.c 56 if (nb->flags == UI) {
57 (void)printf("802.1 UI ");
  /external/chromium/chrome/browser/extensions/
crx_installer.cc 39 #include "ui/base/l10n/l10n_util.h"
40 #include "ui/base/resource/resource_bundle.h"
57 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
64 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
93 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
100 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
141 // Make sure the UI is deleted on the ui thread.
142 BrowserThread::DeleteSoon(BrowserThread::UI, FROM_HERE, client_);
321 BrowserThread::UI, FROM_HERE
    [all...]
external_registry_extension_loader_win.cc 33 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
109 BrowserThread::UI, FROM_HERE,
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc 34 #include "ui/base/l10n/l10n_util.h"
35 #include "ui/base/resource/resource_bundle.h"
342 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
359 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
372 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
390 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
508 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
509 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, NewRunnableMethod(
514 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
584 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
  /external/chromium/chrome/browser/download/
download_file_manager.cc 29 // Throttle updates to the UI thread so that a fast moving download doesn't
35 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
60 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
105 BrowserThread::UI, FROM_HERE,
143 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
158 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
184 // We don't forward an update to the UI thread here, since we want to throttle
185 // the UI update rate via a periodic timer. If the user has cancelled the
186 // download (in the UI thread), we may receive a few more updates before the IO
234 BrowserThread::UI, FROM_HERE
    [all...]
drag_download_util.cc 103 BrowserThread::UI, FROM_HERE,
109 BrowserThread::UI, FROM_HERE,
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.cc 5 #include "chrome/browser/ui/views/tab_contents/tab_contents_drag_win.h"
24 #include "chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h"
51 // Forward the message from the UI thread to the drag-and-drop thread.
108 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
116 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
124 // If it is not drag-out, do the drag-and-drop in the current UI thread.
163 // Attach the input state of the background thread to the UI thread so that
179 BrowserThread::UI, FROM_HERE,
185 ui::OSExchangeData* data,
218 ui::OSExchangeData::DownloadFileInfo file_download(FilePath()
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
owner_manager_unittest.cc 35 ui_thread_(BrowserThread::UI, &message_loop_),
91 BrowserThread::UI,
171 BrowserThread::UI,
197 BrowserThread::UI,
229 BrowserThread::UI,
256 BrowserThread::UI,
signed_settings.cc 366 BrowserThread::UI, FROM_HERE,
371 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
381 // Ensure we're on the UI thread, due to the need to send DBus traffic.
382 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
384 BrowserThread::UI, FROM_HERE,
449 BrowserThread::UI, FROM_HERE,
455 BrowserThread::UI, FROM_HERE,
461 // Ensure we're on the UI thread, due to the need to send DBus traffic.
462 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
464 BrowserThread::UI, FROM_HERE
    [all...]
google_authenticator.cc 96 BrowserThread::UI,
146 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
156 BrowserThread::UI, FROM_HERE,
163 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
199 BrowserThread::UI, FROM_HERE,
228 BrowserThread::UI, FROM_HERE,
258 BrowserThread::UI, FROM_HERE,
266 BrowserThread::UI, FROM_HERE,
321 BrowserThread::UI,
mock_authenticator.h 34 // Returns true after posting task to UI thread to call OnLoginSuccess().
42 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
49 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
77 VLOG(1) << "Posting a QuitTask to UI thread";
79 BrowserThread::UI, FROM_HERE, new MessageLoop::QuitTask);
  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.cc 27 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
32 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
51 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
58 // TODO(oshima): Re-enable when ChromeOS only accesses the profile on the UI
61 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
73 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
86 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/renderer_host/
chrome_render_message_filter.cc 72 // Destroy on the UI thread because we contain a PrefMember.
83 *thread = BrowserThread::UI;
117 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
138 BrowserThread::UI, FROM_HERE,
151 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
164 BrowserThread::UI, FROM_HERE,
177 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/sync/glue/
preference_change_processor.cc 32 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
38 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
44 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
112 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
197 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
204 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 194 for (Value::use_iterator UI = Inst->use_begin(), E = Inst->use_end();
195 UI != E; ++UI) {
196 User *U = *UI;
199 UserBB = PN->getIncomingBlock(UI);
202 UsesToRewrite.push_back(&UI.getUse());
Local.cpp 358 Value::use_iterator UI = I->use_begin();
360 if (UI == UE)
363 User *TheUse = *UI;
364 for (++UI; UI != UE; ++UI) {
365 if (*UI != TheUse)
618 for (Value::use_iterator UI = BBI->use_begin(), E = BBI->use_end();
619 UI != E; ++UI) {
    [all...]
  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.cc 233 // thread, which is the UI thread to us. So we end up having to switch threads
234 // again, possibly back to the very same thread (in case the UI thread is the
235 // caller, e.g. in the password management UI), and *block* the DB thread
236 // waiting for a response from the UI thread to provide the synchronous API
241 // should be posted to the UI thread to call one of its action methods, and then
251 // Action methods. These call gnome_keyring_* functions. Call from UI thread.
289 // All these callbacks are called on UI thread.
323 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
354 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
379 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
  /external/chromium/chrome/browser/ui/webui/
gpu_internals_ui.cc 5 #include "chrome/browser/ui/webui/gpu_internals_ui.h"
31 #include "chrome/browser/ui/shell_dialogs.h"
32 #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
47 #include "ui/base/l10n/l10n_util.h"
48 #include "ui/base/resource/resource_bundle.h"
69 // Note that the WebUI infrastructure runs on the UI thread, therefore all of
70 // this class's methods are expected to run on the UI thread.
216 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
223 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
310 BrowserThread::UI, FROM_HERE
    [all...]
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 265 use_nodbg_iterator UI = use_nodbg_begin(RegNo);
266 if (UI == use_nodbg_end())
268 return ++UI == use_nodbg_end();
276 for (use_iterator UI = use_begin(Reg), UE = use_end(); UI != UE; ++UI)
277 UI.getOperand().setIsKill(false);
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 141 for (Value::use_iterator UI = F->use_begin(), E = F->use_end();
142 UI != E; ++UI) {
143 CallSite CS(*UI);
145 if (CS.getInstruction() == 0 || !CS.isCallee(UI)) return 0;
229 for (Value::use_iterator UI = Callee->use_begin(), E = Callee->use_end();
230 UI != E; ++UI) {
231 CallSite CS(*UI);
378 for (Value::use_iterator UI = Arg->use_begin(), E = Arg->use_end()
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
libcros_service_library.cc 75 // chrome executable. Called on UI thread from dbus request.
80 // Wrapper on UI thread to call LibCrosService::NotifyNetworkProxyResolved.
128 // Called on UI thread to start service for LibCrosService.
130 // Make sure we're running on UI thread.
131 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
132 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
188 // Static, called on UI thread from LibCrosService::ResolveProxy via dbus.
191 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
199 // Called on IO thread as task posted from ResolveProxyHandler on UI thread.
241 // Called on UI thread as task posted from Request::OnCompletion on IO thread
    [all...]
  /external/chromium/chrome/browser/policy/
user_policy_identity_strategy.cc 63 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
73 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
99 BrowserThread::UI, FROM_HERE,
110 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
237 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));

Completed in 886 milliseconds

1 2 3 45 6 7 8 91011>>