Searched defs:contents (Results 251 - 275 of 309) sorted by relevance

<<111213

/external/openssl/crypto/pkcs7/
H A Dpkcs7.h129 struct pkcs7_st *contents; member in struct:pkcs7_signed_st
165 struct pkcs7_st *contents; member in struct:pkcs7_digest_st
191 /* all encryption/message digests are applied to the 'contents',
/external/openssl/include/openssl/
H A Dpkcs7.h129 struct pkcs7_st *contents; member in struct:pkcs7_signed_st
165 struct pkcs7_st *contents; member in struct:pkcs7_digest_st
191 /* all encryption/message digests are applied to the 'contents',
/external/quake/quake/src/QW/client/
H A Dgl_model.h162 int contents; // 0, to differentiate from leafs member in struct:mnode_s
182 int contents; // wil be a negative contents number member in struct:mleaf_s
195 int key; // BSP sequence number for leaf's contents
H A Dmodel.h142 int contents; // 0, to differentiate from leafs member in struct:mnode_s
162 int contents; // wil be a negative contents number member in struct:mleaf_s
175 int key; // BSP sequence number for leaf's contents
/external/quake/quake/src/WinQuake/
H A Dgl_model.h158 int contents; // 0, to differentiate from leafs member in struct:mnode_s
178 int contents; // wil be a negative contents number member in struct:mleaf_s
191 int key; // BSP sequence number for leaf's contents
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc79 static bool HasString(const v8::HeapGraphNode* node, const char* contents) { argument
85 if (strcmp(contents, *node_name) == 0) return true;
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_frame.cpp488 * Get last known contents size.
490 * @param o frame object to get contents size.
491 * @param w where to store contents size width. May be @c NULL.
492 * @param h where to store contents size height. May be @c NULL.
511 static Eina_Bool _ewk_frame_contents_set_internal(Ewk_Frame_Smart_Data *sd, const char* contents, size_t contents_size, const char* mime_type, const char* encoding, const char* base_uri, const char* unreachable_uri) argument
513 size_t len = strlen(contents);
530 WTF::RefPtr<WebCore::SharedBuffer> buffer = WebCore::SharedBuffer::create(contents, contents_size);
543 * Requests loading the given contents in this frame.
546 * @param contents what to load into frame. Must not be @c NULL.
547 * @param contents_size byte size of data in @a contents
556 ewk_frame_contents_set(Evas_Object* o, const char* contents, size_t contents_size, const char* mime_type, const char* encoding, const char* base_uri) argument
585 ewk_frame_contents_alternate_set(Evas_Object* o, const char* contents, size_t contents_size, const char* mime_type, const char* encoding, const char* base_uri, const char* unreachable_uri) argument
[all...]
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_gtk.cc466 void AutocompleteEditViewGtk::Update(const TabContents* contents) { argument
476 if (contents) {
480 GetStateAccessor()->GetProperty(contents->property_bag());
1199 // Omnibox2 can switch its contents while pressing a control key. To switch
1200 // the contents of omnibox2, we notify the AutocompleteEditModel class when
1236 // Omnibox2 can switch its contents while pressing a control key. To switch
1237 // the contents of omnibox2, we notify the AutocompleteEditModel class when
2013 // See whether the contents are a URL with a non-empty host portion, which we
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.cc408 void TabCountChangeObserver::TabInsertedAt(TabContentsWrapper* contents, argument
414 void TabCountChangeObserver::TabDetachedAt(TabContentsWrapper* contents, argument
H A Dtesting_automation_provider.cc128 const std::string& contents)
130 contents_(contents) {
467 TabContentsWrapper* contents = local
469 if (contents) {
471 GetIndexForNavigationController(&contents->controller(), browser);
516 TabContents *contents = tab_tracker_->ContainsHandle(handle) ? local
518 automation_util::GetCookies(url, contents, value_size, value);
525 TabContents *contents = tab_tracker_->ContainsHandle(handle) ? local
527 automation_util::SetCookie(url, value, contents, response_value);
533 TabContents *contents local
126 AutomationInterstitialPage(TabContents* tab, const GURL& url, const std::string& contents) argument
3121 TabContents* contents = instant->GetPreviewContents()->tab_contents(); local
[all...]
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc321 RemoveTabAnimation(TabStripGtk* tabstrip, int index, TabContents* contents) argument
830 TabContentsWrapper* contents = model_->GetTabContentsAt(index); local
831 if (!contents || !contents->tab_contents()->is_loading()) {
833 } else if (contents->tab_contents()->waiting_for_response()) {
942 void TabStripGtk::TabInsertedAt(TabContentsWrapper* contents, argument
945 DCHECK(contents);
958 contents->tab_contents());
982 tab->UpdateData(contents->tab_contents(), model_->IsAppTab(index), false);
1003 void TabStripGtk::TabDetachedAt(TabContentsWrapper* contents, in argument
1033 TabMoved(TabContentsWrapper* contents, int from_index, int to_index) argument
1047 TabChangedAt(TabContentsWrapper* contents, int index, TabChangeType change_type) argument
1071 TabMiniStateChanged(TabContentsWrapper* contents, int index) argument
1087 TabBlockedStateChanged(TabContentsWrapper* contents, int index) argument
1811 StartRemoveTabAnimation(int index, TabContents* contents) argument
[all...]
/external/icu4c/test/intltest/
H A Dusettest.cpp102 * UVector was improperly copying contents
1573 Hashtable contents; member in class:TokenSymbolTable
1575 TokenSymbolTable(UErrorCode& ec) : contents(FALSE, ec) {
1576 contents.setValueDeleter(uhash_deleteUnicodeString);
1588 contents.put(var, new UnicodeString(value), ec);
1596 return (const UnicodeString*) contents.get(s);
3729 strcpy(testNameLimit, "contents");
3732 sprintf(testNameLimit+8 /* strlen("contents") */,
/external/openssl/ssl/
H A Dkssl.c950 /* Display contents of krb5_data struct, for debugging
969 /* Display contents of krb5_authdata struct, for debugging
986 printf((isprint(adata->contents[i]))? "%c ": "%02x",
987 adata->contents[i]);
995 /* Display contents of krb5_keyblock struct, for debugging
1012 printf("%02x",(unsigned char *)(keyblk->keyvalue->contents)[i]);
1019 printf("%02x",keyblk->contents[i]);
1026 /* Display contents of krb5_principal_data struct, for debugging
1500 d.data=paddr[i]->contents;
1692 krb5_octet FAR *contents local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc480 // pixel before the bottom of the web contents because that extra pixel is
521 // Finally, draw the bottom row. Since we don't overlap the contents, we clip
849 void BrowserWindowGtk::UpdateToolbar(TabContentsWrapper* contents, argument
851 toolbar_->UpdateTabContents(contents->tab_contents(), should_restore_state);
1092 TabContentsWrapper* contents = contents_container_->tab(); local
1093 if (contents)
1101 TabContentsWrapper* contents = contents_container_->tab(); local
1102 if (contents)
1110 TabContentsWrapper* contents = contents_container_->tab(); local
1111 if (contents) {
1150 TabDetachedAt(TabContentsWrapper* contents, int index) argument
1267 UpdateDevToolsForContents(TabContents* contents) argument
[all...]
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc197 TabContents* contents = browser_->GetSelectedTabContents(); local
198 if (contents && contents->view())
199 height = contents->view()->GetContainerSize().height();
775 void BrowserView::UpdateToolbar(TabContentsWrapper* contents, argument
777 toolbar_->Update(contents->tab_contents(), should_restore_state);
813 // tab contents and each of our accessible toolbars, infobars, downloads
818 // with NULL to represent the tab contents getting focus. If one of these
1214 // The contents must be changed before SetPreview is invoked.
1286 void BrowserView::TabDetachedAt(TabContentsWrapper* contents, in argument
1301 TabDeselected(TabContentsWrapper* contents) argument
1429 TabContentsWrapper* contents = browser_->GetSelectedTabContentsWrapper(); local
1897 MaybeShowBookmarkBar(TabContentsWrapper* contents) argument
1917 MaybeShowInfoBar(TabContentsWrapper* contents) argument
2040 UpdateUIForContents(TabContentsWrapper* contents) argument
[all...]
/external/clang/tools/c-index-test/
H A Dc-index-test.c132 char *contents; local
160 /* Read the contents of the file we're remapping to. */
161 contents = (char *)malloc(unsaved->Length + 1);
162 if (fread(contents, 1, unsaved->Length, to_file) != unsaved->Length) {
167 free(contents);
172 contents[unsaved->Length] = 0;
173 unsaved->Contents = contents;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc422 // contents of a single file -- e.g. Descriptor::FindFieldByName() --
1543 string contents = "syntax = \"proto2\";\n\n"; local
1546 strings::SubstituteAndAppend(&contents, "import \"$0\";\n",
1551 strings::SubstituteAndAppend(&contents, "package $0;\n\n", package());
1554 if (FormatLineOptions(0, options(), &contents)) {
1555 contents.append("\n"); // add some space if we had options
1559 enum_type(i)->DebugString(0, &contents);
1560 contents.append("\n");
1574 strings::SubstituteAndAppend(&contents, "message $0",
1576 message_type(i)->DebugString(0, &contents);
1602 string contents; local
1669 string contents; local
1731 string contents; local
1751 string contents; local
1769 string contents; local
1787 string contents; local
[all...]
/external/v8/src/
H A Dheap.h1736 const char* contents; member in struct:v8::internal::Heap::ConstantSymbolTable
H A Dmark-compact.cc1872 FixedArray* contents = reinterpret_cast<FixedArray*>( local
1874 ASSERT(contents->IsHeapObject());
1875 ASSERT(!IsMarked(contents));
1876 ASSERT(contents->IsFixedArray());
1877 ASSERT(contents->length() >= 2);
1878 MarkBit contents_mark = Marking::MarkBitFrom(contents);
1879 SetMark(contents, contents_mark);
1885 for (int i = 0; i < contents->length(); i += 2) {
1888 PropertyDetails details(Smi::cast(contents->get(i + 1)));
1890 Object** slot = contents
[all...]
/external/valgrind/main/include/vki/
H A Dvki-x86-linux.h644 unsigned int contents:2; member in struct:vki_user_desc
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc586 TabContents* contents = wrapper->tab_contents(); local
587 contents->GetMutableRendererPrefs()->can_accept_load_drops = false;
588 contents->render_view_host()->SyncRendererPrefs();
593 contents->view()->SetInitialFocus();
594 return contents;
629 TabContents* contents = NULL; local
631 return contents;
673 contents = existing_tab;
677 contents = params.target_contents->tab_contents();
688 return contents;
826 TabContents* contents = GetSelectedTabContents(); local
833 TabContents* contents = GetSelectedTabContents(); local
874 TabContents* contents = GetTabContentsAt(i); local
1037 CloseTabContents(TabContents* contents) argument
1502 TabContents* contents = GetSelectedTabContents(); local
1515 TabContentsWrapper* contents = local
1667 TabContents* contents = GetSelectedTabContents(); local
1677 TabContents* contents = GetSelectedTabContents(); local
1898 ShowBrokenPageTab(TabContents* contents) argument
2124 RunUnloadEventsHelper(TabContents* contents) argument
2405 UpdateUIForNavigationInTab(TabContentsWrapper* contents, PageTransition::Type transition, bool user_initiated) argument
2542 TabContentsWrapper* contents = TabContentsFactory(profile, instance, local
2560 TabContentsWrapper* contents = GetTabContentsWrapperAt(index); local
2621 CreateHistoricalTab(TabContentsWrapper* contents) argument
2637 RunUnloadListenerBeforeClosing(TabContentsWrapper* contents) argument
2699 TabInsertedAt(TabContentsWrapper* contents, int index, bool foreground) argument
2722 TabClosingAt(TabStripModel* tab_strip_model, TabContentsWrapper* contents, int index) argument
2734 TabDetachedAt(TabContentsWrapper* contents, int index) argument
2738 TabDeselected(TabContentsWrapper* contents) argument
2803 TabMoved(TabContentsWrapper* contents, int from_index, int to_index) argument
2841 TabPinnedStateChanged(TabContentsWrapper* contents, int index) argument
2941 ActivateContents(TabContents* contents) argument
2947 DeactivateContents(TabContents* contents) argument
3064 SetTabContentBlocked(TabContents* contents, bool blocked) argument
3089 ConvertContentsToApplication(TabContents* contents) argument
3902 const TabContents* contents = i->first; local
3944 RemoveScheduledUpdatesFor(TabContents* contents) argument
3975 TabContents* contents = GetTabContentsAt(i); local
4232 TabDetachedAtImpl(TabContentsWrapper* contents, int index, DetachType type) argument
4360 ViewSource(TabContentsWrapper* contents) argument
4370 ViewSource(TabContentsWrapper* contents, const GURL& url, const std::string& content_state) argument
[all...]

Completed in 660 milliseconds

<<111213