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

<<11121314151617181920>>

  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 258 for (Value::use_iterator UI = AI->use_begin(), E = AI->use_end();
259 UI != E; ++UI) {
260 User *U = *UI;
655 for (Value::use_iterator UI = PN->use_begin(), E = PN->use_end();
656 UI != E; ++UI) {
657 Instruction *User = cast<Instruction>(*UI);
    [all...]
  /external/chromium/chrome/browser/debugger/
devtools_http_protocol_handler.cc 20 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
21 #include "chrome/browser/ui/webui/devtools_ui.h"
126 BrowserThread::UI,
138 BrowserThread::UI,
174 BrowserThread::UI,
187 BrowserThread::UI,
213 BrowserThread::UI,
  /external/llvm/lib/Analysis/
LoopInfo.cpp 184 for (Value::use_iterator UI = I->use_begin(), E = I->use_end(); UI != E;
185 ++UI) {
186 User *U = *UI;
189 UserBB = P->getIncomingBlock(UI);
  /external/llvm/lib/IR/
Instruction.cpp 401 for (const_use_iterator UI = use_begin(), E = use_end(); UI != E; ++UI) {
404 const User *U = *UI;
412 if (PN->getIncomingBlock(UI) != BB)
AutoUpgrade.cpp 383 for (Value::use_iterator UI = F->use_begin(), UE = F->use_end();
384 UI != UE; ) {
385 if (CallInst *CI = dyn_cast<CallInst>(*UI++))
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 157 for (Value::const_use_iterator UI = Arg->use_begin(), UE = Arg->use_end();
158 UI != UE; ++UI) {
159 const User *U = *UI;
195 for (Value::const_use_iterator UI = V->use_begin(), UE = V->use_end();
196 UI != UE; ++UI) {
197 const User *UUser = *UI;
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 29 <li><a href="<?cs var:toroot ?>training/basics/firstapp/building-ui.html">
97 to present multiple UI components on large screens and a more constrained set of
98 UI components on smaller screens&mdash;essential for building a single APK for both
100 >Building a Dynamic UI with Fragments</a>
111 <li><a href="<?cs var:toroot ?>training/basics/fragments/fragment-ui.html">
112 Building a Flexible UI
283 Processing Bitmaps Off the UI Thread
295 Displaying Bitmaps in Your UI
621 User Experience &amp; UI
696 your application's UI.
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_api.cc 32 #include "ui/base/l10n/l10n_util.h"
162 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
228 BrowserThread::UI,
235 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
extension_info_map_unittest.cc 21 : ui_thread_(BrowserThread::UI, &message_loop_),
image_loading_tracker_unittest.cc 18 #include "ui/gfx/size.h"
26 ui_thread_(BrowserThread::UI, &ui_loop_),
  /external/chromium/chrome/browser/password_manager/
password_store_default_unittest.cc 61 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
103 : ui_thread_(BrowserThread::UI, &message_loop_),
143 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/profiles/
profile_manager.cc 14 #include "chrome/browser/ui/browser_list.h"
15 #include "chrome/browser/ui/browser_window.h"
85 ui::SystemMonitor::Get()->AddObserver(this);
95 ui::SystemMonitor* system_monitor = ui::SystemMonitor::Get();
148 // many of the browser and ui tests fail. We do return the OTR profile
226 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
248 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
372 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc 16 #include "chrome/browser/ui/browser.h"
65 // Notify the UI thread that we got a report.
67 BrowserThread::UI, FROM_HERE,
73 EXPECT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::UI));
114 // Notify the UI thread that we got the dom details.
115 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
149 // These variables should only be accessed in the UI thread.
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/chromium/chrome/browser/
browser_main_posix.cc 20 #include "chrome/browser/ui/browser_list.h"
140 BrowserThread::UI, FROM_HERE,
142 // Without a UI thread to post the exit task to, there aren't many
145 RAW_LOG(WARNING, "No UI thread, exiting ungracefully.");
browsing_data_database_helper_browsertest.cc 56 // Called back by BrowsingDataDatabaseHelper on the UI thread once the database
68 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
browsing_data_local_storage_helper_browsertest.cc 63 // This class is notified by BrowsingDataLocalStorageHelper on the UI thread
76 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
memory_details_win.cc 23 #include "ui/base/l10n/l10n_util.h"
158 BrowserThread::UI, FROM_HERE,
  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.cc 458 // the UI so that the UI could determine e.g. if it should show/hide the
463 // indicator is hidden) to "xkb:us:intl:eng,mozc", we have to update UI
468 // have to update UI so it hides the indicator, but we should not expect
499 // handled in the UI thread, we can assume that this function always
500 // runs on the UI thread, but just in case.
501 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
502 LOG(ERROR) << "Not on UI thread";
515 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
516 LOG(ERROR) << "Not on UI thread"
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
mock_url_fetchers.cc 35 BrowserThread::PostDelayedTask(BrowserThread::UI,
owner_manager.cc 57 BrowserThread::UI, FROM_HERE,
  /external/chromium/chrome/browser/download/
download_file_unittest.cc 30 // We need a UI |BrowserThread| in order to destruct |download_manager_|,
35 ui_thread_(BrowserThread::UI, &loop_),
49 // deleted immediately. Instead, a task is posted to the UI thread's
107 // UI thread.
  /external/chromium/chrome/browser/geolocation/
geolocation_exceptions_table_model_unittest.cc 21 : ui_thread_(BrowserThread::UI, MessageLoop::current()) {}

Completed in 402 milliseconds

<<11121314151617181920>>