/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
unit_test_suite.ipp | 274 curr_ts_store().back()->add( tc, exp_fail ); 281 test_unit_id id = curr_ts_store().back()->get( ts_name ); 287 BOOST_ASSERT( ts->p_parent_id == curr_ts_store().back()->p_id ); 291 curr_ts_store().back()->add( ts ); 301 curr_ts_store().back()->add( tc_gen );
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 25 then a list of buttons: back, next, cancel. Optionally a bitmap at the 43 def back(self, title, next, name = "Back", active = 1): member in class:PyDialog 44 """Add a back button with a given title, the tab-next button, 468 fatal.back("< Back", "Finish", active = 0) 469 fatal.cancel("Cancel", "Back", active = 0) 480 user_exit.back("< Back", "Finish", active = 0) 481 user_exit.cancel("Cancel", "Back", active = 0 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 25 then a list of buttons: back, next, cancel. Optionally a bitmap at the 43 def back(self, title, next, name = "Back", active = 1): member in class:PyDialog 44 """Add a back button with a given title, the tab-next button, 468 fatal.back("< Back", "Finish", active = 0) 469 fatal.cancel("Cancel", "Back", active = 0) 480 user_exit.back("< Back", "Finish", active = 0) 481 user_exit.cancel("Cancel", "Back", active = 0 [all...] |
/external/llvm/lib/CodeGen/ |
Analysis.cpp | 325 // Trace the sub-value needed by the return value as far back up the graph as 328 // that we end up back at the tail call instruction itself. 376 /// represented is SubTypes.back()->getTypeAtIndex(Path.back() - 1). 383 /// false. SubTypes.back()->getTypeAtIndex(Path.back()) is either an empty 388 // First march back up the tree until we can successfully increment one of the 390 while (!Path.empty() && !indexReallyValid(SubTypes.back(), Path.back() + 1)) { 399 // We know there's *some* valid leaf now, so march back down the tree pickin [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
authenticator.h | 53 // |credentials| are the tokens that we get back from the ClientLogin API. 71 // data passed back through OnPasswordChangeDetected(). 78 // data passed back through OnPasswordChangeDetected().
|
/external/chromium/chrome/browser/extensions/ |
image_loading_tracker.h | 32 // ... and wait for OnImageLoaded to be called back on you with a pointer to the 66 // function may call back your observer synchronously (ie before it returns) 79 // is posted back to this method on the original thread. This method then
|
/external/chromium/chrome/browser/resources/ |
new_new_tab_theme.css | 119 .section > h2 .back, 124 .section.hidden > h2 .back { 129 .section.hidden:hover > h2 .back {
|
/external/chromium/chrome/browser/resources/ntp4/ |
new_tab_theme.css | 70 .section > h2 .back, 75 .section.hidden > h2 .back { 80 .section.hidden:hover > h2 .back {
|
/external/chromium/chrome/browser/sidebar/ |
sidebar_browsertest.cc | 153 // Switch back to the first tab. 171 // Switch back to the first tab. 183 // Switch back to the second tab.
|
/external/chromium/chrome/browser/ui/webui/options/ |
password_manager_handler.h | 75 // Send the password store's reply back to the handler. 93 // Send the password store's reply back to the handler. 107 // Send the password store's reply back to the handler.
|
/external/chromium/net/base/ |
backoff_entry.cc | 40 // but have a way to go back to "old error count +1" if there is 84 // Need to keep track of failures until maximum back-off period 85 // has passed (since further failures can add to back-off).
|
/external/chromium_org/chrome/browser/ |
chrome_page_zoom_unittest.cc | 21 EXPECT_DOUBLE_EQ(factors.back(), content::kMaximumZoomFactor); 85 EXPECT_FALSE(content::ZoomValuesEqual(factors.back(), too_high)); 95 EXPECT_FALSE(content::ZoomValuesEqual(levels.back(), too_high));
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
user_cloud_policy_store_chromeos.h | 70 // Called back from SessionManagerClient for policy store operations. 73 // Called back from SessionManagerClient for policy load operations. 131 // the number of pre-M20 clients drops back to zero.
|
/external/chromium_org/chrome/browser/extensions/ |
unpacked_installer.h | 84 // to happen back on the UI thread, so it posts CheckExtensionFileAccess on 85 // the UI thread. In turn, once that gets the pref, it goes back to the 102 // The service we will report results back to.
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
safe_picasa_albums_indexer.cc | 68 &folders_inis_.back().ini_contents) || 71 &folders_inis_.back().ini_contents); 75 folders_inis_.back().folder_path = folder_path;
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
remote_sync_operation_resolver.cc | 25 return local_changes.back().IsDelete(); 28 return !local_changes.back().IsDelete() && 29 local_changes.back().file_type() == local_file_type;
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
toolbar_view_browsertest.cc | 47 // we end up back where we started. 63 GTEST_FAIL() << "Tabbed 100 times, still haven't cycled back!"; 79 GTEST_FAIL() << "Tabbed 100 times, still haven't cycled back!";
|
/external/chromium_org/chrome/installer/util/ |
create_reg_key_work_item.cc | 22 // If there is no separator, we will get back kCurrentDirectory. 53 // To create keys, we iterate from back to front. 90 // To delete keys, we iterate from front to back.
|
/external/chromium_org/media/cast/net/rtp_sender/packet_storage/ |
packet_storage_unittest.cc | 75 EXPECT_TRUE(packets.back() == test_123); 100 EXPECT_TRUE(packets.back() == test_123); 102 EXPECT_TRUE(packets.back() == test_234);
|
/external/chromium_org/native_client_sdk/src/examples/api/url_loader/ |
url_loader_handler.h | 17 // finished or when an error occurs, it posts a message back to the browser 66 // Post a message back to the browser with the download results. 70 // Post a message back to the browser with the download results and
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
fs-frontface.c | 46 /* right quad : counter-clock-wise, back-facing, green */ 138 " 4: MOV OUT[0], IMM[1]\n" /* back-facing: green */ 201 printf("Right quad: counter clock-wise, back-facing, green\n");
|
/external/chromium_org/third_party/skia/include/core/ |
SkDeque.h | 41 const void* back() const { return fBack; } function in class:SkDeque 47 void* back() { function in class:SkDeque 48 return (void*)((const SkDeque*)this)->back();
|
/external/chromium_org/ui/views/controls/table/ |
table_utils.cc | 83 columns.back().width <= 0 && columns.back().percent == 0.f) { 84 widths.back() += available_width;
|
/external/clang/test/Modules/ |
prune.m | 20 // Set the timestamp back more than two days. We should try to prune, 28 // Set the DependsOnModule access time back more than four days. 37 // Set both timestamp and DependsOnModule.pcm back beyond the cutoff.
|
/external/icu4c/test/cintltst/ |
cintltst.h | 98 * Call this once to get a consistent timezone. Use ctest_resetTimeZone to set it back to the original value. 104 * Call this once get back the original timezone 109 * Call this once get ICU back to its original state with test arguments.
|