/external/chromium/net/ |
net_resources.scons | 109 '-fdata-sections', 110 '-ffunction-sections' 125 '-Wl,--gc-sections'
|
net_test_support.scons | 139 '-fdata-sections', 140 '-ffunction-sections' 161 '-Wl,--gc-sections'
|
crash_cache.scons | 193 '-fdata-sections', 194 '-ffunction-sections' 212 '-Wl,--gc-sections'
|
fetch_client.scons | 195 '-fdata-sections', 196 '-ffunction-sections' 217 '-Wl,--gc-sections'
|
fetch_server.scons | 195 '-fdata-sections', 196 '-ffunction-sections' 217 '-Wl,--gc-sections'
|
net_perftests.scons | 199 '-fdata-sections', 200 '-ffunction-sections' 222 '-Wl,--gc-sections'
|
stress_cache.scons | 193 '-fdata-sections', 194 '-ffunction-sections' 212 '-Wl,--gc-sections'
|
tld_cleanup.scons | 170 '-fdata-sections', 171 '-ffunction-sections' 189 '-Wl,--gc-sections'
|
/external/chromium/third_party/icu/ |
icudata.scons | 111 '-fdata-sections', 112 '-ffunction-sections' 133 '-Wl,--gc-sections'
|
/external/chromium/third_party/libevent/ |
libevent.scons | 109 '-fdata-sections', 110 '-ffunction-sections' 129 '-Wl,--gc-sections'
|
/external/chromium/third_party/modp_b64/ |
modp_b64.scons | 107 '-fdata-sections', 108 '-ffunction-sections' 125 '-Wl,--gc-sections'
|
/external/chromium/third_party/zlib/ |
zlib.scons | 108 '-fdata-sections', 109 '-ffunction-sections' 127 '-Wl,--gc-sections'
|
/external/webkit/WebCore/inspector/front-end/ |
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/chromium/base/ |
pe_image_unittest.cc | 85 sections = 0, enumerator in enum:Value 163 EXPECT_EQ(GetExpectedValue(sections, os), count);
|
base_gfx.scons | 154 '-fdata-sections', 155 '-ffunction-sections'
|
base_i18n.scons | 139 '-fdata-sections', 140 '-ffunction-sections' 161 '-Wl,--gc-sections'
|
base_unittests.scons | 180 '-fdata-sections', 181 '-ffunction-sections' 204 '-Wl,--gc-sections'
|
/external/v8/test/mjsunit/ |
testcfg.py | 129 def GetTestStatus(self, sections, defs): 132 test.ReadConfigurationInto(status_file, sections, defs)
|
/build/tools/apriori/ |
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...] |
/external/webkit/WebKit/chromium/src/js/ |
Tests.js | [all...] |
/ndk/toolchains/arm-linux-androideabi-4.4.3/ |
setup.mk | 28 -ffunction-sections \ 138 -Wl,--gc-sections \
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
quicksort.h | 135 #pragma omp parallel sections num_threads(2)
|
/ndk/toolchains/x86-4.2.1/ |
setup.mk | 30 -ffunction-sections \
|
/external/chromium/sdch/ |
sdch.scons | 113 '-fdata-sections', 114 '-ffunction-sections' 133 '-Wl,--gc-sections'
|
/frameworks/base/media/libstagefright/codecs/aacenc/Tools/ |
eclair.mk | 86 CCTCFLAGS:=-msoft-float -mthumb-interwork -fno-exceptions -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -fmessage-length=0 -finline-functions -finline-limit=600 -fno-inline-functions-called-once -fgcse-after-reload -frerun-cse-after-loop -frename-registers -fstrict-aliasing -funswitch-loops 90 TELDFLAGS:=-nostdlib -Bdynamic -Wl,-T,$(TCROOTPATH)/build/core/armelf.x -Wl,-dynamic-linker,/system/bin/linker -Wl,--gc-sections -Wl,-z,nocopyreloc -Wl,--no-undefined -Wl,-rpath-link=$(CCTLIB) -L$(CCTLIB) 95 TLLDFLAGS:=-nostdlib -Wl,-T,$(TCROOTPATH)/build/core/armelf.xsc -Wl,--gc-sections -Wl,-shared,-Bsymbolic -L$(CCTLIB) -Wl,--no-whole-archive -Wl,--no-undefined $(TCPATH)/lib/gcc/arm-eabi/$(GCCVER)/interwork/libgcc.a
|