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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/kernel/arch-x86/asm/
sections.h 19 #include <asm-generic/sections.h>
  /development/ndk/platforms/android-9/arch-x86/include/asm/
sections.h 19 #include <asm-generic/sections.h>
  /external/kernel-headers/original/asm-x86/
sections.h 1 #include <asm-generic/sections.h>
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
sections.h 12 #include <asm-generic/sections.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
sections.h 12 #include <asm-generic/sections.h>
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
sections.h 12 #include <asm-generic/sections.h>
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
sections.h 12 #include <asm-generic/sections.h>
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
sections.h 12 #include <asm-generic/sections.h>
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
sections.h 19 #include <asm-generic/sections.h>
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
sections.h 19 #include <asm-generic/sections.h>
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
sections.h 19 #include <asm-generic/sections.h>
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
sections.h 19 #include <asm-generic/sections.h>
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
sections.h 19 #include <asm-generic/sections.h>
  /bionic/libc/kernel/arch-mips/asm/
sections.h 21 #include <asm-generic/sections.h>
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sections.h 21 #include <asm-generic/sections.h>
  /external/kernel-headers/original/asm-mips/
sections.h 4 #include <asm-generic/sections.h>
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
sections.h 21 #include <asm-generic/sections.h>
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
sections.h 21 #include <asm-generic/sections.h>
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
sections.h 21 #include <asm-generic/sections.h>
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
sections.h 21 #include <asm-generic/sections.h>
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
sections.h 21 #include <asm-generic/sections.h>
  /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...]
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
action_useragentstylesheets.py 55 sections = []
63 sections.append(args[:dashes])
71 sections.append(args)
75 return sections
79 sections = SplitArgsIntoSections(args[1:])
80 assert len(sections) == 3
81 (outputsInputs, scripts, options) = sections
  /dalvik/tools/
deadcode.py 18 sections = {}
30 sections[sectionName] = buffer[anchor]
31 return sections
33 # Add the lines from the last header, to this one to the sections
36 sections[sectionName] = buffer[anchor:result.start()]
42 return sections
107 sections = SplitSections(data)
112 methods = FindMethods(sections['method code index'])
113 codes = sections['codes']
114 del(sections)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/util/
XmpUtil.java 62 // Jpeg file is composed of many sections and image data. This class is used
107 List<Section> sections = parse(is, true); local
108 if (sections == null) {
112 for (Section section : sections) {
154 List<Section> sections = null; local
156 sections = parse(new FileInputStream(filename), false);
157 sections = insertXMPSection(sections, meta);
158 if (sections == null) {
169 writeJpegFile(os, sections);
190 List<Section> sections = parse(inputStream, false); local
344 List<Section> sections = new ArrayList<Section>(); local
    [all...]

Completed in 1031 milliseconds

1 2 3 4 5 6 7 8 91011>>