/dalvik/dx/src/com/android/dx/dex/ |
TableOfContents.java | 52 public final Section[] sections = { field in class:TableOfContents 141 Arrays.sort(sections); 146 for (int i = sections.length - 1; i >= 0; i--) { 147 Section section = sections[i]; 160 for (Section section : sections) { 196 for (Section section : sections) { 203 for (Section section : sections) {
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DexFile.java | 97 * {@code non-null;} array of sections in the order they will appear in the 100 private final Section[] sections; field in class:DexFile 130 * This is the list of sections in the order they appear in 133 sections = new Section[] { 498 * add items happen before the calls to the sections that get 515 // Place the sections within the file. 517 int count = sections.length; 521 Section one = sections[i]; 530 * Inform the map of all the sections, and add it 534 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/dexmaker/src/dx/java/com/android/dx/dex/file/ |
DexFile.java | 97 * {@code non-null;} array of sections in the order they will appear in the 100 private final Section[] sections; field in class:DexFile 130 * This is the list of sections in the order they appear in 133 sections = new Section[] { 498 * add items happen before the calls to the sections that get 515 // Place the sections within the file. 517 int count = sections.length; 521 Section one = sections[i]; 530 * Inform the map of all the sections, and add it 534 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/Source/WebCore/inspector/front-end/ |
EventListenersSidebarPane.js | 35 this.sections = []; 65 this.sections = []; 86 self.sections.push(section); 116 for (var i = 0; i < this.sections.length; ++i) 117 this.sections[i].update();
|
StylesSidebarPane.js | 149 this.sections = {}; 173 for (var pseudoId in this.sections) { 174 var styleRules = this._refreshStyleRules(this.sections[pseudoId], computedStyle); 181 this.sections[0][0].rebuildComputedTrace(this.sections[0]); 193 this.sections[0] = this._rebuildSectionsForStyleRules(styleRules, usedProperties, disabledComputedProperties, 0); 194 var anchorElement = this.sections[0].inheritedPropertiesSeparatorElement; 196 this.sections[0][0].rebuildComputedTrace(this.sections[0]); 215 this.sections[pseudoId] = this._rebuildSectionsForStyleRules(styleRules, usedProperties, disabledComputedPropert (…) [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
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/elfutils/src/ |
unstrip.c | 317 Because of this, the related sections can shrink in the stripped 386 /* Update relocation sections using the symbol table. */ 525 /* Adjust all the relocation sections in the file. */ 544 sections, even the unallocated ones. To match it as closely as 545 possible, add in section symbols for the added sections. */ 692 /* Sort all non-allocated sections last. */ 869 sections_match (const struct section *sections, size_t i, 872 return (sections[i].shdr.sh_flags == shdr->sh_flags 873 && (sections[i].shdr.sh_size == shdr->sh_size 874 || (sections[i].shdr.sh_size < shdr->sh_siz 1238 struct section sections[stripped_shnum - 1]; local [all...] |
/external/llvm/bindings/python/llvm/ |
object.py | 17 Using this module, you can obtain information about an object file's sections, 28 Once you have an object file, you can inspect its sections and symbols directly 35 The LLVM bindings expose iteration over sections, symbols, and relocations in a 121 """Obtain the sections in this object file. 125 Sections are exposed as limited-use objects. See the module's 128 sections = lib.LLVMGetSections(self) 131 if lib.LLVMIsSectionIteratorAtEnd(self, sections): 134 last = Section(sections) 140 lib.LLVMMoveToNextSection(sections) 146 lib.LLVMDisposeSectionIterator(sections) [all...] |
/external/v8/test/es5conform/ |
testcfg.py | 102 def GetTestStatus(self, sections, defs): 105 test.ReadConfigurationInto(status_file, sections, defs)
|
/external/v8/test/sputnik/ |
testcfg.py | 106 def GetTestStatus(self, sections, defs): 109 test.ReadConfigurationInto(status_file, sections, defs)
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentnormalizedocument02.js | 82 Normalize a document with the 'cdata-sections' parameter set to false and 88 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-cdata-sections 117 domConfig.setParameter("cdata-sections", true); 128 domConfig.setParameter("cdata-sections", false);
|
documentnormalizedocument03.js | 82 'cdata-sections' parameter set to true then to false and check if 89 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-cdata-sections 118 domConfig.setParameter("cdata-sections", true); 129 domConfig.setParameter("cdata-sections", false);
|
documentnormalizedocument08.js | 81 Add two CDATASections containing "]]>" perform normalization with split-cdata-sections=true. 86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-split-cdata-sections 124 domConfig.setParameter("split-cdata-sections", true); 136 ("cdata-sections-splitted" == type)
|
cdatasections01.js | 82 the value of the 'cdata-sections' parameter is ignored. 86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-cdata-sections 115 domConfig.setParameter("cdata-sections", false);
|
domconfigcdatasections1.js | 71 * Checks behavior of "cdata-sections" configuration parameter. 73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-cdata-sections 87 var parameter = "cDaTa-sections";
|
domconfigsplitcdatasections1.js | 71 * Checks behavior of "split-cdata-sections" configuration parameter. 73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-split-cdata-sections 87 var parameter = "sPlIt-cdata-sections";
|
/external/webkit/Tools/Scripts/ |
update-iexploder-cssproperties | 98 my @sections = (); 102 @sections = <IN>; 105 return @sections; 115 my @sections = readiExploderFile($iexploderPath); 116 $sections[0] = generateEntityListFromFile($webcorePath); 117 writeiExploderFile($iexploderPath, @sections); 123 my ($filename, @sections) = @_; 126 print OUT join("", @sections);
|
/build/core/combo/ |
TARGET_linux-arm.mk | 98 -ffunction-sections \ 99 -fdata-sections \ 236 -Wl,--gc-sections \ 260 -Wl,--gc-sections \ 284 -Wl,--gc-sections \
|
TARGET_linux-mips.mk | 87 -ffunction-sections \ 88 -fdata-sections \ 227 -Wl,--gc-sections \ 251 -Wl,--gc-sections \ 275 -Wl,--gc-sections \
|
/external/llvm/test/Scripts/ |
elf-dump | 236 sections = [] 240 sections.append(s) 243 f.seek(sections[e_shstrndx[0]].sh_offset[0]) 244 shstrtab = StringTable(f.read(sections[e_shstrndx[0]].sh_size[0])) 248 for section in sections: 257 sections[index].dump(shstrtab, f, strtab, opts.dumpSectionData) 277 help="Dump the contents of sections",
|
/external/v8/test/cctest/ |
testcfg.py | 111 def GetTestStatus(self, sections, defs): 114 test.ReadConfigurationInto(status_file, sections, defs)
|
/external/v8/test/message/ |
testcfg.py | 130 def GetTestStatus(self, sections, defs): 133 test.ReadConfigurationInto(status_file, sections, defs)
|
/external/v8/test/mozilla/ |
testcfg.py | 130 def GetTestStatus(self, sections, defs): 133 test.ReadConfigurationInto(status_file, sections, defs)
|