Home
last modified time | relevance | path

Searched refs:shrink (Results 1 – 25 of 111) sorted by relevance

12345

/external/chromium-trace/catapult/tracing/third_party/css-element-queries/src/
DResizeSensor.js86 var shrink = element.resizeSensor.childNodes[1];
87 var shrinkChild = shrink.childNodes[0];
96 shrink.scrollLeft = shrink.scrollWidth;
97 shrink.scrollTop = shrink.scrollHeight;
125 addEvent(shrink, 'scroll',function() {
/external/proguard/src/proguard/
DProGuard.java30 import proguard.shrink.Shrinker;
83 if (configuration.shrink || in execute()
92 configuration.shrink || in execute()
110 if (configuration.shrink) in execute()
112 shrink(); in execute()
133 if (configuration.shrink) in execute()
139 shrink(); in execute()
154 if (configuration.shrink || in execute()
266 private void shrink() throws IOException in shrink() method in ProGuard
DConfiguration.java112 public boolean shrink = true; field in Configuration
/external/valgrind/none/tests/linux/
Dmremap.stderr.exp-glibc273 grow, nomove: p=0x........ np=0x........: shrink moved?!
4 grow, maymove: p=0x........ np=0x........: shrink moved?!
/external/skia/src/gpu/
DGrRectanizer_skyline.cpp90 int shrink = fSkyline[i-1].fX + fSkyline[i-1].fWidth - fSkyline[i].fX; in addSkylineLevel() local
92 fSkyline[i].fX += shrink; in addSkylineLevel()
93 fSkyline[i].fWidth -= shrink; in addSkylineLevel()
/external/llvm/test/CodeGen/MIR/X86/
Dframe-info-save-restore-points.mir1 # RUN: llc -march=x86-64 -enable-shrink-wrap=true -start-after shrink-wrap -stop-after shrink-wrap …
/external/llvm/test/CodeGen/X86/
Dx86-shrink-wrap-unwind.ll3 ; This test checks that we do not use shrink-wrapping when
9 ; Note: This test cannot be merged with the shrink-wrapping tests
11 ; the target logic that disable shrink-wrapping.
16 ; No shrink-wrapping should occur here, until the CFI information are fixed.
39 ; Without shrink-wrapping, epilogue is in the exit block.
Dlate-address-taken.ll1 ; RUN: llc -mtriple=x86_64-pc-windows-msvc < %s -enable-shrink-wrap=false | FileCheck %s
2 ; Make sure shrink-wrapping does not break the lowering of exception handling.
3 ; RUN: llc -mtriple=x86_64-pc-windows-msvc < %s -enable-shrink-wrap=true | FileCheck %s
Dx86-win64-shrink-wrapping.ll1 ; RUN: llc %s -o - -enable-shrink-wrap=true | FileCheck %s --check-prefix=CHECK --check-prefix=ENAB…
2 ; RUN: llc %s -o - -enable-shrink-wrap=false | FileCheck %s --check-prefix=CHECK --check-prefix=DIS…
7 ; The output of this function with or without shrink-wrapping
51 ; this is Ok for shrink-wrapping to kicks in.
/external/llvm/test/CodeGen/ARM/
Darm-shrink-wrapping-linux.ll1 ; RUN: llc %s -o - -enable-shrink-wrap=true | FileCheck %s --check-prefix=CHECK --check-prefix=ENAB…
2 ; RUN: llc %s -o - -enable-shrink-wrap=false | FileCheck %s --check-prefix=CHECK --check-prefix=DIS…
3 ; We cannot merge this test with the main test for shrink-wrapping, because
19 ; without shrink-wrapping.
24 ; With shrink-wrapping, we branch to a pre-header, where the prologue
27 ; Without shrink-wrapping, we go straight into the loop.
Darm-shrink-wrapping.ll1 ; RUN: llc %s -o - -enable-shrink-wrap=true -ifcvt-fn-start=1 -ifcvt-fn-stop=0 -mtriple=armv7-apple…
3 ; RUN: llc %s -o - -enable-shrink-wrap=false -ifcvt-fn-start=1 -ifcvt-fn-stop=0 -mtriple=armv7-appl…
5 ; RUN: llc %s -o - -enable-shrink-wrap=true -ifcvt-fn-start=1 -ifcvt-fn-stop=0 -mtriple=thumbv7-app…
7 ; RUN: llc %s -o - -enable-shrink-wrap=false -ifcvt-fn-start=1 -ifcvt-fn-stop=0 -mtriple=thumbv7-ap…
14 ; shrink-wrapping. Moreover, some of the inline asm statements (nop)
48 ; With shrink-wrapping, epilogue is just after the call.
55 ; Without shrink-wrapping, epilogue is in the exit block.
160 ; Check that we do not perform the shrink-wrapping inside the loop even
542 ; dominator is itself. In this case, we cannot perform shrink wrapping, but we
634 ; during PEI with shrink-wrapping enable.
/external/proguard/src/proguard/ant/
DProGuardTask.java113 public void setShrink(boolean shrink) in setShrink() argument
115 configuration.shrink = shrink; in setShrink()
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeEditor.java184 instruction.shrink() : in insertBeforeInstruction()
210 instruction.shrink() : in insertBeforeInstruction()
233 instruction.shrink() : in replaceInstruction()
258 instruction.shrink() : in replaceInstruction()
280 instruction.shrink() : in insertAfterInstruction()
306 instruction.shrink() : in insertAfterInstruction()
1186 public Instruction shrink() in shrink() method in CodeAttributeEditor.CompositeInstruction
1190 instructions[index] = instructions[index].shrink(); in shrink()
/external/jetty/src/java/org/eclipse/jetty/util/thread/
DQueuedThreadPool.java534 boolean shrink=false;
566 shrink=_lastShrink.compareAndSet(last,now) &&
568 if (shrink)
592 if (!shrink)
/external/llvm/test/CodeGen/AMDGPU/
Dvop-shrink.ll9 ; ModuleID = 'vop-shrink.ll'
34 ; 32-bit op when we shrink it.
/external/skia/include/core/
DSkTypes.h571 void* reset(size_t size, OnShrink shrink = kAlloc_OnShrink, bool* didChangeAlloc = NULL) {
572 if (size == fSize || (kReuse_OnShrink == shrink && size < fSize)) {
669 SkAutoMalloc::OnShrink shrink = SkAutoMalloc::kAlloc_OnShrink,
672 bool alloc = size != fSize && (SkAutoMalloc::kAlloc_OnShrink == shrink || size > fSize);
/external/proguard/src/proguard/shrink/
DUsedClassFilter.java21 package proguard.shrink;
DUsedMemberFilter.java21 package proguard.shrink;
/external/harfbuzz_ng/src/
Dhb-ot-map.cc180 feature_infos.shrink (j + 1); in compile()
254 feature_infos.shrink (0); /* Done with these */ in compile()
296 m.lookups[table_index].shrink (j + 1); in compile()
/external/chromium-trace/catapult/devil/devil/utils/
Dcmd_helper.py85 def shrink(value): function
90 return ' '.join(shrink(part) for part in cmd_parts)
/external/llvm/test/CodeGen/Thumb/
Dthumb-shrink-wrapping.ll1 ; RUN: llc %s -o - -enable-shrink-wrap=true -ifcvt-fn-start=1 -ifcvt-fn-stop=0 -mtriple=thumb-macho…
3 ; RUN: llc %s -o - -enable-shrink-wrap=true -ifcvt-fn-start=1 -ifcvt-fn-stop=0 -mtriple=thumbv5-mac…
5 ; RUN: llc %s -o - -enable-shrink-wrap=false -ifcvt-fn-start=1 -ifcvt-fn-stop=0 -mtriple=thumb-mach…
7 ; RUN: llc %s -o - -enable-shrink-wrap=false -ifcvt-fn-start=1 -ifcvt-fn-stop=0 -mtriple=thumbv5-ma…
13 ; shrink-wrapping. Moreover, some of the inline asm statements (nop)
44 ; With shrink-wrapping, epilogue is just after the call.
53 ; Without shrink-wrapping, epilogue is in the exit block.
81 ; With shrink-wrapping, epilogue is just after the call.
90 ; Without shrink-wrapping, epilogue is in the exit block.
197 ; Check that we do not perform the shrink-wrapping inside the loop even
/external/opencv3/platforms/android/service/engine/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/external/llvm/test/CodeGen/AArch64/
Darm64-shrink-v1i64.ll3 ; The DAGCombiner tries to do following shrink:
/external/skia/platform_tools/android/examples/hello_skia_app/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/external/webrtc/webrtc/examples/androidapp/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…

12345