HomeSort by relevance Sort by last modified time
    Searched refs:sections (Results 76 - 100 of 117) sorted by null

1 2 34 5

  /ndk/toolchains/arm-linux-androideabi-4.4.3/
setup.mk 28 -ffunction-sections \
138 -Wl,--gc-sections \
  /prebuilt/linux-x86/toolchain/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)
balanced_quicksort.h 208 # pragma omp sections
  /frameworks/base/core/java/android/widget/
FastScroller.java 526 final Object[] sections = mSections; local
528 if (sections != null && sections.length > 1) {
529 final int nSections = sections.length;
538 // try to account for missing sections (no names starting with..)
539 // It will compute the scroll space of surrounding empty sections
622 String text = mSectionText = sections[sectionIndex].toString();
624 sectionIndex < sections.length;
  /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 126 typedef std::vector<COFFSection*> sections; typedef in class:__anon8237::WinCOFFObjectWriter
134 sections Sections;
237 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);
730 for (sections::iterator i = Sections.begin()
    [all...]
  /external/oprofile/libutil++/
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/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
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domconfigurationgetparameter01.js 103 param = domConfig.getParameter("cdata-sections");
domstringlistcontains02.js 108 contain = paramList.contains("cdata-sections");
  /ndk/build/core/
default-build-commands.mk 50 -Wl,--gc-sections \
  /external/llvm/test/MC/MachO/
x86_32-optimal_nop.s 153 # Only the .text sections gets optimal nops.
179 // CHECK: ('sections', [
  /external/chromium/third_party/libjingle/source/talk/
main.scons 358 '-ffunction-sections',
359 '-fdata-sections',
371 '-Wl,--gc-sections',
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactEntryListAdapter.java 410 String sections[] = local
413 setIndexer(new ContactsSectionIndexer(sections, counts));
  /external/elfutils/
elfutils.spec 75 different sections of an ELF file.
248 - update to 0.74 (fix for writing with some non-dirty sections)
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfd.h 278 /* Object and core file sections. */
446 /* This structure is used to keep track of stabs in sections
4926 struct bfd_section *sections; member in struct:bfd
5227 struct bfd_section *sections; member in struct:bfd_preserve
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfd.h 278 /* Object and core file sections. */
446 /* This structure is used to keep track of stabs in sections
4926 struct bfd_section *sections; member in struct:bfd
5227 struct bfd_section *sections; member in struct:bfd_preserve
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBgeom.h 294 XkbSectionPtr sections; member in struct:_XkbGeometry
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h 267 /* The sections in this BFD specify a memory page. */
334 /* Object and core file sections. */
488 /* This structure is used to keep track of stabs in sections
4538 struct bfd_section *sections; member in struct:bfd
4809 struct bfd_section *sections; member in struct:bfd_preserve
    [all...]
  /external/clang/docs/tools/
manpage.css 29 .sections {
  /external/llvm/docs/CommandGuide/html/
manpage.css 29 .sections {
  /external/llvm/docs/CommandGuide/
manpage.css 29 .sections {

Completed in 463 milliseconds

1 2 34 5