/bionic/libc/kernel/arch-x86/asm/ |
sections.h | 12 #include <asm-generic/sections.h>
|
hw_irq_32.h | 18 #include <asm/sections.h>
|
/external/kernel-headers/original/asm-x86/ |
sections.h | 1 #include <asm-generic/sections.h>
|
/ndk/build/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>
|
/ndk/build/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>
|
/external/webkit/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
|
rule_binding.py | 57 sections = [] 65 sections.append(args[:dashes]) 73 sections.append(args) 77 return sections 81 sections = SplitArgsIntoSections(args[1:]) 82 assert len(sections) == 3, sections 83 (base, inputs, options) = sections
|
action_makenames.py | 35 # action_makenames.py is a harness script to connect actions sections of 40 # Multiple OUTPUTS, INPUTS, and OPTIONS may be listed. The sections are 66 sections = [] 74 sections.append(args[:dashes]) 82 sections.append(args) 86 return sections 90 sections = SplitArgsIntoSections(args[1:]) 91 assert len(sections) == 2 or len(sections) == 3 92 (outputs, inputs) = sections[:2 [all...] |
action_csspropertynames.py | 31 # action_csspropertynames.py is a harness script to connect actions sections of 53 sections = [] 61 sections.append(args[:dashes]) 69 sections.append(args) 73 return 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...] |
/external/webkit/WebKitTools/Scripts/ |
update-iexploder-cssproperties | 49 my @sections = readiExploderFile(); 50 $sections[0] = generateSectionFromCSSPropertyNamesFile(); 81 my @sections = (); 85 @sections = <IN>; 88 return @sections; 110 print OUT join("", @sections);
|
/build/tools/iself/ |
Android.mk | 11 LOCAL_CFLAGS += -fno-function-sections -fno-data-sections -fno-inline
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactsSectionIndexer.java | 36 * @param sections a non-null array 37 * @param counts a non-null array of the same size as <code>sections</code> 39 public ContactsSectionIndexer(String[] sections, int[] counts) { 40 if (sections == null || counts == null) { 44 if (sections.length != counts.length) { 46 "The sections and counts arrays must have the same length"); 49 // TODO process sections/counts based on current locale and/or specific section titles 51 this.mSections = sections;
|
ContactEntryAdapter.java | 80 ContactEntryAdapter(Context context, ArrayList<ArrayList<E>> sections, boolean separators) { 83 mSections = sections; 90 * @param sections the section data 92 public final void setSections(ArrayList<ArrayList<E>> sections, boolean separators) { 93 mSections = sections; 101 * @param sections the section data 105 public final int setSections(ArrayList<ArrayList<E>> sections, E entry) { 106 mSections = sections; 177 * @param sections the list of sections [all...] |
/build/tools/isprelinked/ |
Android.mk | 13 LOCAL_CFLAGS += -fno-function-sections -fno-data-sections -fno-inline
|
/build/tools/lsd/ |
Android.mk | 13 LOCAL_CFLAGS += -fno-function-sections -fno-data-sections -fno-inline
|
/external/webkit/WebCore/inspector/front-end/ |
PropertiesSidebarPane.js | 41 this.sections = []; 49 self.sections = []; 55 self.sections.push(section);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
AlphabetIndexerTest.java | 82 Object[] sections = indexer.getSections(); local 83 assertTrue(sections instanceof String[]); 84 assertEquals(ALPHABET.length(), sections.length); 85 assertEquals(ALPHABET.charAt(0), ((String[]) sections)[0].charAt(0)); 86 assertEquals(ALPHABET.charAt(1), ((String[]) sections)[1].charAt(0)); 88 ((String[]) sections)[ALPHABET.length() - 2].charAt(0)); 90 ((String[]) sections)[ALPHABET.length() - 1].charAt(0));
|
/external/dbus/bus/ |
desktop-file.c | 47 BusDesktopFileSection *sections; member in struct:BusDesktopFile 126 bus_desktop_file_section_free (&desktop_file->sections[i]); 127 dbus_free (desktop_file->sections); 160 BusDesktopFileSection *sections; local 167 sections = dbus_realloc (desktop_file->sections, 169 if (sections == NULL) 172 desktop_file->sections = sections; 283 desktop_file->sections[n].section_name = name_copy [all...] |
/build/tools/apriori/ |
Android.mk | 13 LOCAL_CFLAGS += -fno-function-sections -fno-data-sections -fno-inline
|
/build/tools/soslim/ |
Android.mk | 13 LOCAL_CFLAGS += -fno-function-sections -fno-data-sections -fno-inline
|
/external/elfcopy/ |
Android.mk | 27 LOCAL_CFLAGS += -fno-function-sections -fno-data-sections -fno-inline
|