/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
bc-org.c | 46 static void bc_org_destroy(void *contents); 47 static void bc_org_print(const void *contents, FILE *f, int indent_level); 72 bc_org_destroy(void *contents) 74 yasm_xfree(contents); 78 bc_org_print(const void *contents, FILE *f, int indent_level) 80 const bytecode_org *org = (const bytecode_org *)contents; 94 bytecode_org *org = (bytecode_org *)bc->contents; 108 bytecode_org *org = (bytecode_org *)bc->contents; 128 bytecode_org *org = (bytecode_org *)bc->contents;
|
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_strip_model_observer.h | 51 // The active tab changed because the tab's web contents was replaced. 60 virtual void TabInsertedAt(content::WebContents* contents, 67 content::WebContents* contents, 74 virtual void TabDetachedAt(content::WebContents* contents, int index); 79 virtual void TabDeactivated(content::WebContents* contents); 84 // then the web contents was replaced (see TabChangedAt). If |reason| has 85 // CHANGE_REASON_USER_GESTURE set then the web contents was changed due to a 92 // Note: |old_contents| will be NULL if there was no contents previously 107 virtual void TabMoved(content::WebContents* contents, 111 // The specified WebContents at |index| changed in some way. |contents| [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_pointers.py | 19 # Pointer can't set contents: has no _type_ 34 self.assertEqual(res.contents.value, 12345678) 47 self.assertEqual(res.contents.value, 87654) 56 res.contents = c_int(12321) 93 ## print type(p.contents), ct 94 self.assertTrue(type(p.contents) is ct) 95 # p.contents is the same as p[0] 96 ## print p.contents 97 ## self.assertTrue(p.contents == 42) 120 self.assertEqual(pt.contents.a, 1 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_pointers.py | 19 # Pointer can't set contents: has no _type_ 34 self.assertEqual(res.contents.value, 12345678) 47 self.assertEqual(res.contents.value, 87654) 56 res.contents = c_int(12321) 93 ## print type(p.contents), ct 94 self.assertTrue(type(p.contents) is ct) 95 # p.contents is the same as p[0] 96 ## print p.contents 97 ## self.assertTrue(p.contents == 42) 120 self.assertEqual(pt.contents.a, 1 [all...] |
/external/chromium_org/chrome/browser/ui/ |
fast_unload_controller.h | 34 // If true, browser calls contents::CloseWebContents(). 61 // Returns true if |contents| can be cleanly closed. When |browser_| is being 62 // closed, this function will return false to indicate |contents| should not 65 bool CanCloseContents(content::WebContents* contents); 67 // Returns true if we need to run unload events for the |contents|. 68 static bool ShouldRunUnloadEventsHelper(content::WebContents* contents); 71 // Returns true if |contents| beforeunload listeners were invoked. 72 static bool RunUnloadEventsHelper(content::WebContents* contents); 74 // Called when a BeforeUnload handler is fired for |contents|. |proceed| 81 bool BeforeUnloadFired(content::WebContents* contents, bool proceed) [all...] |
unload_controller.h | 33 // Returns true if |contents| can be cleanly closed. When |browser_| is being 34 // closed, this function will return false to indicate |contents| should not 37 bool CanCloseContents(content::WebContents* contents); 39 // Returns true if we need to run unload events for the |contents|. 40 static bool ShouldRunUnloadEventsHelper(content::WebContents* contents); 43 // Returns true if |contents| beforeunload listeners were invoked. 44 static bool RunUnloadEventsHelper(content::WebContents* contents); 46 // Called when a BeforeUnload handler is fired for |contents|. |proceed| 53 bool BeforeUnloadFired(content::WebContents* contents, bool proceed); 90 virtual void TabInsertedAt(content::WebContents* contents, [all...] |
/external/chromium/chrome/browser/ |
background_contents_service.cc | 133 // contents. 146 std::vector<BackgroundContents*> contents; local 149 contents.push_back(it->second.contents); 150 return contents; 159 // to store an up-to-date list of the urls. Start tracking contents when they 181 // about it, and the crashed contents can be restarted. 328 // Loads all background contents whose urls have been stored in prefs. 333 const DictionaryValue* contents = local 335 if (!contents) 375 const DictionaryValue* contents = local 433 BackgroundContents* contents = CreateBackgroundContents( local 453 BackgroundContents* contents = new BackgroundContents(site, routing_id, this); local 506 BackgroundContents* contents = GetAppBackgroundContents(appid); local [all...] |
blocked_content_container.h | 35 // Returns the number of blocked contents. 66 virtual void ActivateContents(TabContents* contents) {} 67 virtual void DeactivateContents(TabContents* contents) {} 72 // Removes |source| from our internal list of blocked contents. 87 // Maximum number of blocked contents we allow. No page should really need 100 // Information about all blocked contents.
|
/external/chromium/chrome/browser/geolocation/ |
geolocation_permission_context_unittest.cc | 76 int process_id() { return contents()->render_view_host()->process()->id(); } 80 int render_id() { return contents()->render_view_host()->routing_id(); } 163 contents()->GetTabSpecificContentSettings(); 179 SiteInstance* site_instance = contents()->GetSiteInstance(); 198 EXPECT_EQ(0U, contents()->infobar_count()); 201 EXPECT_EQ(1U, contents()->infobar_count()); 215 EXPECT_EQ(0U, contents()->infobar_count()); 222 EXPECT_EQ(1U, contents()->infobar_count()); 224 contents()->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate(); 233 contents()->RemoveInfoBar(infobar_0) [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
browser_tab_strip_controller.cc | 55 WebContents* contents) { 56 if (!contents || !contents->IsLoading()) 58 if (contents->IsWaitingForResponse()) 285 const WebContents* contents = model_->GetWebContentsAt(model_index); local 286 return contents && (contents->GetURL() == GURL(chrome::kChromeUINewTabURL) || 287 chrome::IsInstantNTP(contents)); 332 WebContents* contents = model_->GetWebContentsAt(i); local 333 tab->UpdateLoadingAnimation(TabContentsNetworkState(contents)); [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
sessiondescription.cc | 35 const ContentInfos& contents, const std::string& name) { 36 for (ContentInfos::const_iterator content = contents.begin(); 37 content != contents.end(); content++) { 46 const ContentInfos& contents, const std::string& type) { 47 for (ContentInfos::const_iterator content = contents.begin(); 48 content != contents.end(); content++) {
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-sourceless-module.py | 29 'resource_bundle.bundle/Contents/Resources/foo.manifest', 32 'resource_bundle.bundle/Contents/MacOS/resource_bundle', 42 'bundle_dependent_on_resource_bundle_no_actions.app/Contents/Resources/' 43 'mac_resource_bundle_no_actions.bundle/Contents/Resources/empty.txt', 51 'resource_bundle.bundle/Contents/Resources/foo.manifest', 54 'resource_bundle.bundle/Contents/MacOS/resource_bundle',
|
gyptest-app.py | 49 test.built_file_must_exist('Test App Gyp.app/Contents/MacOS/Test App Gyp', 53 info_plist = test.built_file_path('Test App Gyp.app/Contents/Info.plist', 90 os.path.join('Test App Gyp.app/Contents/Resources/English.lproj', f), 94 contents = open(strings, 'rb').read() variable 95 if not contents.startswith('\xff\xfe' + '/* Localized'.encode('utf-16le')): 99 'Test App Gyp.app/Contents/Resources/English.lproj/MainMenu.nib', 103 test.built_file_must_exist('Test App Gyp.app/Contents/PkgInfo', 105 test.built_file_must_match('Test App Gyp.app/Contents/PkgInfo', 'APPLause', 110 set(['Contents/MacOS/Test App Gyp', 111 'Contents/Info.plist' [all...] |
/external/chromium_org/ui/views/controls/tabbed_pane/ |
tabbed_pane.h | 37 // Returns the contents of the selected tab or NULL if there is none. 41 // |contents| is the view displayed when the tab is selected and is owned by 43 void AddTab(const string16& title, View* contents); 45 // Adds a new tab at |index| with |title|. |contents| is the view displayed 48 void AddTabAtIndex(int index, const string16& title, View* contents); 77 // The tab strip and contents container. The child indices of these members
|
/external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/t/ManualTest/ |
manualTest1.htm | 47 <h1 class=hidden>Table of Contents</h1> 48 <!-- Table of Contents --> 67 <img src=img.gif alt="Contents Compiler Disk v1"> 68 <p class=captionFigure>Contents Compiler Disk v1</p> 74 <img src=img.gif alt="Contents Compiler Disk v2"> 75 <p class=captionFigure>Contents Compiler Disk v2</p>
|
/external/llvm/test/Object/ |
objdump-section-content.test | 8 COFF-i386: Contents of section .text: 12 COFF-i386: Contents of section .data: 16 ELF-i386: Contents of section .text: 20 ELF-i386: Contents of section .rodata.str1.1: 23 BSS: Contents of section .bss: 24 BSS-NEXT: <skipping contents of bss section at [12c8, 12cc)>
|
/external/chromium/chrome/browser/ui/tab_contents/ |
tab_contents_wrapper.cc | 48 TabContentsWrapper::TabContentsWrapper(TabContents* contents) 49 : TabContentsObserver(contents), 52 tab_contents_(contents) { 53 DCHECK(contents); 56 property_accessor()->SetProperty(contents->property_bag(), this); 59 autocomplete_history_manager_.reset(new AutocompleteHistoryManager(contents)); 60 autofill_manager_.reset(new AutofillManager(contents)); 61 automation_tab_helper_.reset(new AutomationTabHelper(contents)); 62 download_tab_helper_.reset(new DownloadTabHelper(contents)); 64 find_tab_helper_.reset(new FindTabHelper(contents)); [all...] |
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
browser_status_monitor.cc | 26 content::WebContents* contents, 28 : content::WebContentsObserver(contents), 105 content::WebContents* contents, 107 DCHECK(contents); 108 // It is possible to come here from Browser::SwapTabContent where the contents 110 Browser* browser = chrome::FindBrowserWithWebContents(contents); 112 launcher_controller_->UpdateAppState(contents, app_state); 275 void BrowserStatusMonitor::TabInsertedAt(content::WebContents* contents, 280 UpdateAppItemState(contents, 282 AddWebContentsObserver(contents); [all...] |
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_STRING_COMPARETO.S | 46 addu a0, 16 # point to contents[0] 47 addu a1, 16 # point to contents[0] 84 addu a0, 4 # offset to contents[2] 85 addu a1, 4 # offset to contents[2] 110 addu a0, 6 # offset to contents[i+3] 111 addu a1, 6 # offset to contents[i+3] 124 addu a0, 2 # offset to contents[i+1] 125 addu a1, 2 # offset to contents[i+1]
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_TestResource.java | 24 Object[][] contents = { { "parent1", "parentValue1" }, local 27 return contents;
|
Support_TestResource_en.java | 24 Object[][] contents = { { "parent2", "enValue2" }, local 27 return contents;
|
Support_TestResource_en_US.java | 24 Object[][] contents = { { "parent3", "enUSValue3" }, local 27 return contents;
|
Support_TestResource_fr.java | 24 Object[][] contents = { { "parent2", "frValue2" }, local 27 return contents;
|
Support_TestResource_fr_FR.java | 24 Object[][] contents = { { "parent3", "frFRValue3" }, local 27 return contents;
|
Support_TestResource_fr_FR_VAR.java | 24 Object[][] contents = { { "parent4", "frFRVARValue4" }, local 28 return contents;
|