HomeSort by relevance Sort by last modified time
    Searched refs:section (Results 326 - 350 of 1434) sorted by null

<<11121314151617181920>>

  /external/e2fsprogs/lib/
Makefile.elf-lib 60 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
61 --remove-section=.note $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
65 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
66 --remove-section=.note $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
  /external/elfutils/tests/
run-elflint-test.sh 32 section [ 8] '.rela.dyn': relocation 1: copy relocation against symbol of type FUNC
  /external/libvorbis/doc/
10-tables.tex 4 \section{Tables} \label{vorbis:spec:tables}
a2-encapsulation-rtp.tex 4 \section{Vorbis encapsulation in RTP} \label{vorbis:over:rtp}
  /external/llvm/test/MC/ARM/
eh-directive-cantunwind.s 24 @ Check .text section
27 @ CHECK: Section {
36 @ Check .ARM.exidx section
38 @ CHECK: Section {
  /external/llvm/test/MC/MachO/ARM/
long-call-branch-island-relocation.s 2 @ RUN: macho-dump --dump-section-data < %t.o | FileCheck %s
28 .section __TEXT,initcode,regular,pure_instructions
  /external/llvm/test/MC/MachO/
x86_32-symbols.s 6 .section __TEXT,__text,regular,pure_instructions
120 .section __TEXT,__picsymbolstub4,symbol_stubs,none,16
144 // CHECK: # Section 0
159 // CHECK: # Section 1
174 // CHECK: # Section 2
189 // CHECK: # Section 3
204 // CHECK: # Section 4
219 // CHECK: # Section 5
234 // CHECK: # Section 6
249 // CHECK: # Section
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-relocs-01.s 4 .section .opd,"aw",@progbits
14 .section .toc,"aw",@progbits
27 # CHECK: Section ({{[0-9]+}}) .rela.text {
37 # CHECK: Section ({{[0-9]+}}) .rela.opd {
42 # CHECK: Section ({{[0-9]+}}) .rela.toc {
  /external/oprofile/module/x86/
oprofile_nmi.S 37 .section .fixup,"ax"; \
49 .section __ex_table,"a";\
  /external/oprofile/opjitconv/
opjitconv.h 59 * section we put this code to */
60 asection * section; member in struct:jitentry
104 int fill_section_content(bfd * abfd, asection * section,
  /external/valgrind/main/VEX/test/
fp1.s 4 .section .rodata.str1.1,"aMS",@progbits,1
7 .section .rodata.cst8,"aM",@progbits,8
  /external/valgrind/main/coregrind/m_syswrap/
syscall-ppc32-linux.S 140 .section .rodata
159 .section .note.GNU-stack,"",@progbits
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ExtensionPanel.js 237 var section = new WebInspector.ObjectPropertiesSection(object, title);
239 section.headerElement.addStyleClass("hidden");
240 section.expanded = true;
241 section.editable = false;
242 this._objectPropertiesView.element.appendChild(section.element);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
module.cpp 91 /// (De)serialize a module::section.
93 struct __serializer<module::section> {
120 __proc(s, x.section);
161 const module::section &
162 module::sec(typename section::type type) const {
163 auto it = std::find_if(secs.begin(), secs.end(), [&](const section &x) {
  /external/clang/www/
make_cxx_dr_status 17 def __init__(self, section, issue, url, status, title):
18 self.section, self.issue, self.url, self.status, self.title = \
19 section, issue, url, status, title
24 section, issue_link, status, title = [
32 return DR(section, issue, url, status, title)
  /external/mesa3d/src/gallium/state_trackers/clover/core/
module.cpp 91 /// (De)serialize a module::section.
93 struct __serializer<module::section> {
120 __proc(s, x.section);
161 const module::section &
162 module::sec(typename section::type type) const {
163 auto it = std::find_if(secs.begin(), secs.end(), [&](const section &x) {
  /external/chromium_org/chrome/browser/sync/
about_sync_util.cc 26 // Creates a 'section' for display on about:sync, consisting of a title and a
27 // list of fields. Returns a pointer to the new section. Note that
28 // |parent_list|, not the caller, owns the newly added section.
30 DictionaryValue* section = new DictionaryValue(); local
32 section->SetString("title", title);
33 section->Set("data", section_contents);
34 parent_list->Append(section);
47 StringSyncStat(ListValue* section, const std::string& key);
52 // Owned by the |section| passed in during construction.
56 StringSyncStat::StringSyncStat(ListValue* section, const std::string& key)
    [all...]
  /external/oprofile/libutil++/
op_bfd.cpp 60 section_filepos(a->section->filepos),
61 section_vma(a->section->vma),
68 // we name the symbol after the section.
75 symb_name = string("??") + a->section->name;
96 return bfd_symbol->section->filepos + bfd_symbol->section->size;
163 cerr << "Found section \"" << sect->name
226 ibfd.syms[i]->section) != filtered_section.end())
235 // need to use filepos of original file's section for
237 // careful for special symbols which have ->section fro
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.cpp 69 section()->setNeedsCellRecalc();
70 section()->removeCachedCollapsedBorders(this);
107 if (parent() && section())
108 section()->setNeedsCellRecalc();
181 intrinsicPaddingBefore = section()->rowBaseline(rowIndex()) - (baseline - oldIntrinsicPaddingBefore);
237 if (isBaselineAligned() && section()->rowBaseline(rowIndex()) && cellBaselinePosition() > section()->rowBaseline(rowIndex())) {
387 if (parent() && section() && oldStyle && style()->height() != oldStyle->height())
388 section()->rowLogicalHeightChanged(rowIndex());
491 section()->setCachedCollapsedBorder(this, CBSStart, result)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
page_info_bubble_gtk.cc 63 // Returns a widget that contains the UI for the passed |section|.
64 GtkWidget* CreateSection(const PageInfoModel::SectionInfo& section);
214 const PageInfoModel::SectionInfo& section) {
217 GdkPixbuf* pixbuf = *model_.GetIconImage(section.icon_id);
227 if (!section.headline.empty()) {
228 GtkWidget* label = gtk_label_new(UTF16ToUTF8(section.headline).c_str());
242 GtkWidget* label = gtk_label_new(UTF16ToUTF8(section.description).c_str());
251 if (section.type == PageInfoModel::SECTION_INFO_IDENTITY && cert_id_ > 0) {
  /external/chromium/base/win/
pe_image.cc 86 PIMAGE_SECTION_HEADER PEImage::GetSectionHeader(UINT section) const {
90 if (section < nt_headers->FileHeader.NumberOfSections)
91 return first_section + section;
115 PIMAGE_SECTION_HEADER section; local
117 for (UINT i = 0; NULL != (section = GetSectionHeader(i)); i++) {
120 PEImage::RVAToAddr(section->VirtualAddress));
122 DWORD size = section->Misc.VirtualSize;
125 return section;
140 PIMAGE_SECTION_HEADER section = GetSectionHeader(i); local
141 if (0 == _strnicmp(reinterpret_cast<LPCSTR>(section->Name), section_name
242 PIMAGE_SECTION_HEADER section = GetSectionHeader(0); local
    [all...]
  /external/chromium/chrome/browser/resources/options/chromeos/
internet_options_page.css 2 * TODO(xiyuan): Remove the section overrides when options_page.css uses the
9 #internetPage > section > h3 {
14 #internetPage > section[hidden] {
18 #internetPage > section > div:only-of-type > div.checkbox {
189 #internetPage[accesslocked] #wired-section,
190 #internetPage[accesslocked] #wireless-section,
191 #internetPage[accesslocked] #remembered-section,
  /external/chromium_org/chrome/browser/resources/uber/
uber_shared.css 33 /* <section>s in options currently amount to 638px total, broken up into
102 * the section metrics to match the header metrics above. */
103 body.uber-frame section {
110 body.uber-frame section:last-of-type {
114 body.uber-frame section > h3 {
124 body.uber-frame section {
127 body.uber-frame section > h3 {
132 body.uber-frame section > div:only-of-type {
  /external/chromium_org/chrome/browser/ui/autofill/
mock_autofill_dialog_view_delegate.h 45 MOCK_CONST_METHOD1(LabelForSection, string16(DialogSection section));
47 MOCK_METHOD1(EditClickedForSection, void(DialogSection section));
48 MOCK_METHOD1(EditCancelledForSection, void(DialogSection section));
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h 89 virtual void UpdateSection(DialogSection section) OVERRIDE;
90 virtual void FillSection(DialogSection section,
92 virtual void GetUserInput(DialogSection section,
111 DialogSection section,
235 // Runs the suggestion menu (triggered by each section's |suggested_button|.
352 // Sets the visual appearance of the section to active (considered active
411 // text. This is currently only used to show a CVC field for the CC section.
437 // section. None of the member pointers are owned.
439 explicit DetailsGroup(DialogSection section);
442 // The section this group is associated with
443 const DialogSection section; member in struct:autofill::AutofillDialogViews::DetailsGroup
    [all...]

Completed in 1235 milliseconds

<<11121314151617181920>>