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

1 2 3 4 5 6 7 8

  /bionic/libc/kernel/arch-x86/asm/
sections.h 19 #include <asm-generic/sections.h>
hw_irq_32.h 25 #include <asm/sections.h>
  /development/ndk/platforms/android-9/arch-x86/include/asm/
sections.h 19 #include <asm-generic/sections.h>
hw_irq_32.h 25 #include <asm/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>
hw_irq_32.h 18 #include <asm/sections.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
sections.h 12 #include <asm-generic/sections.h>
hw_irq_32.h 18 #include <asm/sections.h>
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
sections.h 12 #include <asm-generic/sections.h>
hw_irq_32.h 18 #include <asm/sections.h>
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
sections.h 12 #include <asm-generic/sections.h>
hw_irq_32.h 18 #include <asm/sections.h>
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
sections.h 12 #include <asm-generic/sections.h>
hw_irq_32.h 18 #include <asm/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>
  /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>
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_useragentstylesheets.py 37 # Multiple OUTPUTS and INPUTS may be listed. The sections are separated by
54 sections = []
62 sections.append(args[:dashes])
70 sections.append(args)
74 return sections
78 sections = SplitArgsIntoSections(args[1:])
79 assert len(sections) == 2
80 (outputs, inputs) = sections
action_maketokenizer.py 37 # Multiple INPUTS may be listed. The sections are separated by -- arguments.
51 sections = []
59 sections.append(args[:dashes])
67 sections.append(args)
71 return sections
75 sections = SplitArgsIntoSections(args[1:])
76 assert len(sections) == 2
77 (outputs, inputs) = 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...]

Completed in 859 milliseconds

1 2 3 4 5 6 7 8