HomeSort by relevance Sort by last modified time
    Searched refs:sections (Results 101 - 125 of 205) sorted by null

1 2 3 45 6 7 8 9

  /external/elfutils/
elfutils.spec 77 different sections of an ELF file.
233 or no argument (as before) for all SHF_STRINGS sections;
238 - readelf, elflint: handle SHT_NOTE sections without requiring phdrs
239 - elflint: stricter checks on debug sections
345 ainstDSO versions also for symbols in nobits sections. Allow .rodata
351 ainstDSO versions also for symbols in nobits sections. Allow .rodata
356 ainstDSO versions also for symbols in nobits sections.
484 - update to 0.74 (fix for writing with some non-dirty sections)
  /external/oprofile/libutil++/
op_spu_bfd.cpp 156 for (sect = ibfd.abfd->sections; sect; sect = sect->next) {
bfd_support.cpp 413 for (asection const * sect = abfd->sections; sect; sect = sect->next) {
449 * translate_debuginfo_syms function maps the debuginfo symbol's sections to
458 for (bfd_section * sect = image_bfd->sections;
461 // A comment section marks the end of the needed sections
op_bfd.cpp 65 // Some sections have unnamed symbols in them. If
160 for (sect = ibfd.abfd->sections; sect; sect = sect->next) {
303 asection const * sect = ibfd.abfd->sections;
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
handleerror01.js 114 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-split-cdata-sections
150 domConfig.setParameter("split-cdata-sections", true);
domconfigurationgetparameter01.js 103 param = domConfig.getParameter("cdata-sections");
domstringlistcontains02.js 108 contain = paramList.contains("cdata-sections");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
quicksort.h 135 #pragma omp parallel sections num_threads(2)
  /build/core/combo/
TARGET_linux-x86.mk 96 -ffunction-sections \
155 TARGET_GLOBAL_LDFLAGS += -Wl,--gc-sections
  /ndk/toolchains/mipsel-linux-android-4.4.3/
setup.mk 30 -ffunction-sections \
  /ndk/toolchains/mipsel-linux-android-4.6/
setup.mk 30 -ffunction-sections \
  /ndk/toolchains/mipsel-linux-android-4.7/
setup.mk 30 -ffunction-sections \
  /ndk/toolchains/mipsel-linux-android-clang3.1/
setup.mk 57 -ffunction-sections \
  /ndk/toolchains/mipsel-linux-android-clang3.2/
setup.mk 57 -ffunction-sections \
  /ndk/toolchains/x86-4.4.3/
setup.mk 30 -ffunction-sections \
  /ndk/toolchains/x86-4.6/
setup.mk 30 -ffunction-sections \
  /ndk/toolchains/x86-4.7/
setup.mk 30 -ffunction-sections \
  /frameworks/base/core/java/android/widget/
FastScroller.java 555 final Object[] sections = mSections; local
557 if (sections != null && sections.length > 1) {
558 final int nSections = sections.length;
567 // try to account for missing sections (no names starting with..)
568 // It will compute the scroll space of surrounding empty sections
651 String text = mSectionText = sections[sectionIndex].toString();
653 sectionIndex < sections.length;
    [all...]
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.js 298 this.sections = []; // array of ChapterSection
313 for (var i = 0; i < this.sections.length; ++i) {
314 var currSection = this.sections[i];
339 for (var i = 0; i < this.sections.length; ++i) {
340 var currSection = this.sections[i];
446 chapter.sections.push(section);
451 currChapter.sections.sort();
516 for (var i in chapter.sections) {
517 var currSection = chapter.sections[i];
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 122 typedef std::vector<COFFSection*> sections; typedef in class:__anon11566::WinCOFFObjectWriter
131 sections Sections;
236 assert(Section->Number != -1 && "Sections with relocations must be real!");
328 for (sections::iterator I = Sections.begin(), E = Sections.end(); I != E; ++I)
347 return createCOFFEntity<COFFSection>(Name, Sections);
714 for (sections::iterator i = Sections.begin()
    [all...]
  /system/media/camera/docs/
metadata_model.py 397 sections_dict = self._dictionary_by_name(outer_namespace.sections)
423 if sec not in outer_namespace.sections:
578 sections: A sequence of Section children.
580 def __init__(self, name, parent, sections=[]):
583 self._sections = sections[:]
589 def sections(self): member in class:OuterNamespace
    [all...]
  /external/icu4c/
icudefs.mk 132 CPPFLAGS = -ffunction-sections -fdata-sections $(THREADSCPPFLAGS)
152 LDFLAGS = -Wl,--gc-sections $(RPATHLDFLAGS)
  /external/v8/test/mjsunit/
override-read-only-property.js 28 // According to ECMA-262, sections 8.6.2.2 and 8.6.2.3 you're not
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableRowElement01.js 80 not display order. The rowIndex does not take into account sections
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableRowElement01.js 80 not display order. The rowIndex does not take into account sections

Completed in 520 milliseconds

1 2 3 45 6 7 8 9