/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
|
/external/webkit/WebCore/WebCore.gyp/scripts/ |
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
|
action_cssvaluekeywords.py | 35 # action_cssvaluekeywords.py is a harness script to connect actions sections of 57 sections = [] 65 sections.append(args[:dashes]) 73 sections.append(args) 77 return sections
|
/external/kernel-headers/original/asm-x86/ |
hw_irq_32.h | 18 #include <asm/sections.h>
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DexFile.java | 93 * {@code non-null;} array of sections in the order they will appear in the 96 private final Section[] sections; field in class:DexFile 124 * This is the list of sections in the order they appear in 127 sections = new Section[] { 480 * add items happen before the calls to the sections that get 497 // Place the sections within the file. 499 int count = sections.length; 503 Section one = sections[i]; 512 * Inform the map of all the sections, and add it 516 MapItem.addMap(sections, map) [all...] |
MapItem.java | 60 * the contents of the given array of sections, adding it to the 63 * @param sections {@code non-null;} the sections 67 public static void addMap(Section[] sections, 69 if (sections == null) { 70 throw new NullPointerException("sections == null"); 80 for (Section section : sections) {
|
/external/webkit/WebCore/inspector/front-end/ |
EventListenersSidebarPane.js | 35 this.sections = []; 70 this.sections = []; 88 self.sections.push(section); 117 for (var i = 0; i < this.sections.length; ++i) 118 this.sections[i].update();
|
ScopeChainSidebarPane.js | 37 this.sections = []; 87 this.sections.push(section);
|
/external/v8/test/cctest/ |
testcfg.py | 101 def GetTestStatus(self, sections, defs): 104 test.ReadConfigurationInto(status_file, sections, defs)
|
/external/v8/test/es5conform/ |
testcfg.py | 101 def GetTestStatus(self, sections, defs): 104 test.ReadConfigurationInto(status_file, sections, defs)
|
/external/v8/test/sputnik/ |
testcfg.py | 105 def GetTestStatus(self, sections, defs): 108 test.ReadConfigurationInto(status_file, sections, defs)
|
/build/core/combo/ |
TARGET_linux-arm.mk | 97 -ffunction-sections \ 231 -Wl,--gc-sections \ 252 -Wl,--gc-sections \ 270 -Wl,--gc-sections \
|
TARGET_linux-sh.mk | 45 -ffunction-sections \ 117 -Wl,--gc-sections -Wl,-z,norelro \ 137 -Wl,--gc-sections -Wl,-z,norelro \ 154 -Wl,--gc-sections -Wl,-z,norelro \
|
/build/tools/apriori/ |
source.h | 38 range_list_t *sections; /* list of sections corresponding to this entry */ member in struct:__anon622 52 /* info[] is an array of structures describing the sections of the new ELF 68 int shnum; /* number of sections */ 79 section_info_t *relocation_sections; /* relocation sections in file */ 80 int num_relocation_sections; /* number of relocation sections (<= relocation_sections_size) */ 83 /* relocation sections that contain relocations that could not be handled. 90 /* The sections field of these two structuer contains a list of elements
|
/development/scripts/app_engine_server/ |
memcache_zipserve.py | 138 sections = name.split("/", 2) 140 isIntl = len(sections) > 1 and (sections[0] == "intl") 142 isValidIntl = sections[1] in self.validLangs 144 urlLangName = sections[1] 145 contentUri = sections[2]
|
/frameworks/base/core/java/android/widget/ |
FastScroller.java | 301 final Object[] sections = mSections; local 303 if (sections != null && sections.length > 1) { 304 final int nSections = sections.length; 313 // try to account for missing sections (no names starting with..) 314 // It will compute the scroll space of surrounding empty sections 394 String text = mSectionText = sections[sectionIndex].toString(); 396 sectionIndex < sections.length;
|
/external/v8/test/message/ |
testcfg.py | 128 def GetTestStatus(self, sections, defs): 131 test.ReadConfigurationInto(status_file, sections, defs)
|
/external/v8/test/mozilla/ |
testcfg.py | 131 def GetTestStatus(self, sections, defs): 134 test.ReadConfigurationInto(status_file, sections, defs)
|
/external/chromium/third_party/icu/source/tools/toolutil/ |
pkg_genc.c | 973 IMAGE_SECTION_HEADER sections[2]; member in struct:__anon3088 [all...] |
/external/icu4c/tools/toolutil/ |
pkg_genc.c | 973 IMAGE_SECTION_HEADER sections[2]; member in struct:__anon4161 [all...] |
/external/v8/tools/ |
test.py | 547 def GetTestStatus(self, sections, defs): 589 def GetTestStatus(self, context, sections, defs): 590 self.GetConfiguration(context).GetTestStatus(sections, defs) 617 def GetTestStatus(self, context, sections, defs): 619 test.GetTestStatus(context, sections, defs) 970 def __init__(self, sections, defs): 971 self.sections = sections 975 sections = [s for s in self.sections if s.condition.Evaluate(env, self.defs) [all...] |
/external/chromium/base/ |
linux_versioninfo.scons | 113 '-fdata-sections', 114 '-ffunction-sections' 133 '-Wl,--gc-sections'
|
test_support_base.scons | 136 '-fdata-sections', 137 '-ffunction-sections' 155 '-Wl,--gc-sections'
|
test_support_perf.scons | 139 '-fdata-sections', 140 '-ffunction-sections' 161 '-Wl,--gc-sections'
|