HomeSort by relevance Sort by last modified time
    Searched refs:sections (Results 1 - 25 of 1287) 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/tools/gyp/tools/emacs/
gyp.el 56 "Regular expression to introduce 'sources' sections")
60 "Regular expression to introduce conditions sections")
64 "Regular expression to introduce variables sections")
68 "Regular expression to introduce 'defines' sections")
72 "Regular expression to introduce 'targets' sections")
75 "Map the sections we are interested in from SECTION to symbol.
102 (defun gyp-parse-sections ()
110 (defun gyp-add-parse-history (point sections)
111 "Add parse state SECTIONS to the parse history at POINT so that parsing can be
115 (setq gyp-parse-history (cons (cons point sections) gyp-parse-history))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/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...]

Completed in 975 milliseconds

1 2 3 4 5 6 7 8 91011>>