HomeSort by relevance Sort by last modified time
    Searched full:sections (Results 1 - 25 of 3232) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/asm-x86/
sections.h 1 #include <asm-generic/sections.h>
  /external/kernel-headers/original/asm-mips/
sections.h 4 #include <asm-generic/sections.h>
  /external/freetype/include/freetype/
ftchapters.h 17 /* <Sections> */
31 /* <Sections> */
52 /* <Sections> */
75 /* <Sections> */
89 /* <Sections> */
  /ndk/tests/device/test-stlport_shared-exception/jni/
gcsec1.cpp 3 -ffunction-sections or -fdata-sections. */
5 /* { dg-require-gc-sections "" } */
6 /* { dg-options "-ffunction-sections -Wl,--gc-sections" } */
  /ndk/tests/device/test-stlport_static-exception/jni/
gcsec1.cpp 3 -ffunction-sections or -fdata-sections. */
5 /* { dg-require-gc-sections "" } */
6 /* { dg-options "-ffunction-sections -Wl,--gc-sections" } */
  /external/smack/src/org/xbill/DNS/
Section.java 6 * Constants and functions relating to DNS message sections
35 private static Mnemonic sections = new Mnemonic("Message Section", field in class:Section
41 sections.setMaximum(3);
42 sections.setNumericAllowed(true);
44 sections.add(QUESTION, "qd");
45 sections.add(ANSWER, "an");
46 sections.add(AUTHORITY, "au");
47 sections.add(ADDITIONAL, "ad");
66 return sections.getText(i);
72 sections.check(i)
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/i686-linux-android/lib/ldscripts/
i386linux.xr 5 SECTIONS
11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
i386linux.xu 5 SECTIONS
11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/ldscripts/
i386linux.xr 5 SECTIONS
11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
i386linux.xu 5 SECTIONS
11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ldscripts/
i386linux.xr 5 SECTIONS
11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
i386linux.xu 5 SECTIONS
11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/ldscripts/
i386linux.xr 5 SECTIONS
11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
i386linux.xu 5 SECTIONS
11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib/ldscripts/
i386linux.xr 5 SECTIONS
11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
i386linux.xu 5 SECTIONS
11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/i686-linux-android/lib/ldscripts/
i386linux.xr 5 SECTIONS
11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
i386linux.xu 5 SECTIONS
11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/ldscripts/
i386linux.xr 5 SECTIONS
11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
i386linux.xu 5 SECTIONS
11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
  /external/clang/test/CodeGenObjCXX/
lvalue-reference-getter.mm 13 - (SetSection&)sections;
17 - (SetSection&) sections {
18 // [self sections].at(100);
19 self.sections.at(100);
  /external/llvm/test/Object/X86/
macho-text-sections.test 1 RUN: llvm-objdump -disassemble %p/../Inputs/macho-text-sections.macho-x86_64 | FileCheck %s
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactEntryAdapter.java 78 ContactEntryAdapter(Context context, ArrayList<ArrayList<E>> sections, boolean separators) {
81 mSections = sections;
88 * @param sections the section data
90 public final void setSections(ArrayList<ArrayList<E>> sections, boolean separators) {
91 mSections = sections;
99 * @param sections the section data
103 public final int setSections(ArrayList<ArrayList<E>> sections, E entry) {
104 mSections = sections;
175 * @param sections the list of sections
    [all...]
  /external/icu4c/config/
pkgdata.inc 7 COMPILE=gcc -ffunction-sections -fdata-sections -D_REENTRANT -DU_ATTRIBUTE_DEPRECATED= -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c
9 GENLIB=gcc -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wl,--gc-sections -shared -Wl,-Bsymbolic
  /external/icu4c/test/testdata/
pkgdata.inc 7 COMPILE=gcc -ffunction-sections -fdata-sections -D_REENTRANT -DU_ATTRIBUTE_DEPRECATED= -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c
9 GENLIB=gcc -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wl,--gc-sections -shared -Wl,-Bsymbolic

Completed in 2688 milliseconds

1 2 3 4 5 6 7 8 91011>>