/external/webkit/WebCore/WebCore.gyp/scripts/ |
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);
|
StylesSidebarPane.js | 105 this.sections = []; 125 this.sections = []; 131 for (var i = 0; i < this.sections.length; ++i) { 132 var section = this.sections[i]; 268 // Walk the style rules and update the sections with new overloaded and used properties. 315 this.sections.push(section); 343 for (var i = 0; i < this.sections.length; ++i) 344 this.sections[i].update(true); 357 var elementStyleSection = this.sections[1]; 360 this.sections.splice(2, 0, blankSection) [all...] |
/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 \ 215 -Wl,--gc-sections \ 234 -Wl,--gc-sections \ 252 -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:__anon600 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
|
apriori.c | 46 relocation sections that it fully handles. Instead, apriori just sets their 151 INFO("Creating new ELF sections.\n"); 219 changes in sizes and numbers of relocation sections is compiled in. Note 248 assign section numbers to the remaining sections. 257 fields of those sections that need resizing. 275 value for those sections that refer to other sections. For 277 sections, because if we modify the symbol table that a 381 /* Copy the sections and the section headers. */ 421 /* Find various sections. * [all...] |
/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]
|
/external/opencore/tools_v2/build/make/platforms/ |
android.mk | 33 CPPFLAGS += -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -msoft-float -O2 -march=armv5te -fno-rtti -fno-exceptions -mtune=xscale -fpic -mthumb-interwork -ffunction-sections -funwind-tables -finline-functions -fno-inline-functions-called-once -fgcse-after-reload -frerun-cse-after-loop -frename-registers -Wstrict-aliasing=2 -fstack-protector -D__ARM_ARCH_5__ -D__ARM_ARCH_5T__ -D__ARM_ARCH_5E__ -D__ARM_ARCH_5TE__ -MD -include $(ANDROID_BASE)/headers/system/core/include/arch/linux-arm/AndroidConfig.h -DANDROID -fmessage-length=0 -DSK_RELEASE -DNDEBUG -DUDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -Os -DENABLE_MEMORY_PLAYBACK -fno-short-enums 42 SONAME_ARG := -Wl,-T,$(ANDROID_BASE)/config/armelf.xsc -Wl,--gc-sections -L$(ANDROID_BASE)/prebuilt/obj/lib -Wl,--whole-archive -Wl,-h, 62 -Wl,-dynamic-linker,/system/bin/linker -Wl,--gc-sections -Wl,-z,nocopyreloc \
|
/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/icu4c/tools/toolutil/ |
pkg_genc.c | 973 IMAGE_SECTION_HEADER sections[2]; member in struct:__anon2470 [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/v8/test/mjsunit/ |
testcfg.py | 129 def GetTestStatus(self, sections, defs): 132 test.ReadConfigurationInto(status_file, sections, defs)
|
/external/webkit/WebKit/chromium/src/js/ |
Tests.js | [all...] |
/ndk/build/toolchains/arm-eabi-4.2.1/ |
setup.mk | 34 -ffunction-sections \ 151 -Wl,--gc-sections \
|
/ndk/build/toolchains/x86-4.2.1/ |
setup.mk | 32 -ffunction-sections \ 118 -Wl,--gc-sections \
|