/external/chromium-trace/catapult/tracing/third_party/css-element-queries/src/ |
D | ResizeSensor.js | 86 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/ |
D | ProGuard.java | 30 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
|
D | Configuration.java | 112 public boolean shrink = true; field in Configuration
|
/external/valgrind/none/tests/linux/ |
D | mremap.stderr.exp-glibc27 | 3 grow, nomove: p=0x........ np=0x........: shrink moved?! 4 grow, maymove: p=0x........ np=0x........: shrink moved?!
|
/external/skia/src/gpu/ |
D | GrRectanizer_skyline.cpp | 90 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/ |
D | frame-info-save-restore-points.mir | 1 # RUN: llc -march=x86-64 -enable-shrink-wrap=true -start-after shrink-wrap -stop-after shrink-wrap …
|
/external/llvm/test/CodeGen/X86/ |
D | x86-shrink-wrap-unwind.ll | 3 ; 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.
|
D | late-address-taken.ll | 1 ; 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
|
D | x86-win64-shrink-wrapping.ll | 1 ; 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/ |
D | arm-shrink-wrapping-linux.ll | 1 ; 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.
|
D | arm-shrink-wrapping.ll | 1 ; 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/ |
D | ProGuardTask.java | 113 public void setShrink(boolean shrink) in setShrink() argument 115 configuration.shrink = shrink; in setShrink()
|
/external/proguard/src/proguard/classfile/editor/ |
D | CodeAttributeEditor.java | 184 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/ |
D | QueuedThreadPool.java | 534 boolean shrink=false; 566 shrink=_lastShrink.compareAndSet(last,now) && 568 if (shrink) 592 if (!shrink)
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | vop-shrink.ll | 9 ; ModuleID = 'vop-shrink.ll' 34 ; 32-bit op when we shrink it.
|
/external/skia/include/core/ |
D | SkTypes.h | 571 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/ |
D | UsedClassFilter.java | 21 package proguard.shrink;
|
D | UsedMemberFilter.java | 21 package proguard.shrink;
|
/external/harfbuzz_ng/src/ |
D | hb-ot-map.cc | 180 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/ |
D | cmd_helper.py | 85 def shrink(value): function 90 return ' '.join(shrink(part) for part in cmd_parts)
|
/external/llvm/test/CodeGen/Thumb/ |
D | thumb-shrink-wrapping.ll | 1 ; 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/ |
D | project.properties | 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-shrink-v1i64.ll | 3 ; The DAGCombiner tries to do following shrink:
|
/external/skia/platform_tools/android/examples/hello_skia_app/ |
D | project.properties | 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/external/webrtc/webrtc/examples/androidapp/ |
D | project.properties | 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|