/external/chromium_org/third_party/JSON/JSON-2.59/t/ |
D | 99_binary.t | 22 $js = JSON->new->allow_nonref(0)->utf8->ascii->shrink->encode ([$_[0]]); 25 ok ($_[0] eq (JSON->new->utf8->shrink->decode($js))->[0]); 27 $js = JSON->new->allow_nonref(0)->utf8->shrink->encode ([$_[0]]); 30 ok ($_[0] eq (JSON->new->utf8->shrink->decode($js))->[0]); 35 ok ($_[0] eq JSON->new->shrink->decode ($js)->[0]); 37 $js = JSON->new->allow_nonref(1)->shrink->encode ([$_[0]]); 40 ok ($_[0] eq JSON->new->shrink->decode ($js)->[0]);
|
/external/proguard/src/proguard/ |
D | ProGuard.java | 29 import proguard.shrink.Shrinker; 80 if (configuration.shrink || in execute() 98 if (configuration.shrink) in execute() 100 shrink(); in execute() 121 if (configuration.shrink) in execute() 127 shrink(); in execute() 142 if (configuration.shrink || in execute() 274 private void shrink() throws IOException in shrink() method in ProGuard
|
/external/chromium_org/ash/display/ |
D | mouse_cursor_event_filter.cc | 131 int shrink = scale_when_drag_started_; in WarpMouseCursorIfNecessary() local 133 root_bounds.Inset(0, 0, shrink, shrink); in WarpMouseCursorIfNecessary() 135 src_indicator_bounds.Inset(-shrink, -shrink, -shrink, -shrink); in WarpMouseCursorIfNecessary()
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | RoundedRect.h | 68 …void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bot… in shrink() function 69 void shrink(int size) { shrink(size, size, size, size); } in shrink() function 97 void shrinkRadii(int size) { m_radii.shrink(size); } in shrinkRadii()
|
D | FloatRoundedRect.h | 65 …void shrink(float topWidth, float bottomWidth, float leftWidth, float rightWidth) { expand(-topWid… in shrink() function 66 void shrink(float size) { shrink(size, size, size, size); } in shrink() function 90 void shrinkRadii(float size) { m_radii.shrink(size); } in shrinkRadii()
|
/external/valgrind/main/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/proguard/src/proguard/optimize/peephole/ |
D | MethodInliner.java | 281 … new VariableInstruction(opcode, variableOffset + parameterOffset + parameterIndex).shrink()); in storeParameters() 289 … new VariableInstruction(InstructionConstants.OP_ASTORE, variableOffset).shrink()); in storeParameters() 322 codeAttributeComposer.appendInstruction(offset, instruction.shrink()); in visitAnyInstruction() 349 branchInstruction.shrink()); in visitSimpleInstruction() 362 codeAttributeComposer.appendInstruction(offset, simpleInstruction.shrink()); in visitSimpleInstruction() 375 codeAttributeComposer.appendInstruction(offset, variableInstruction.shrink()); in visitVariableInstruction() 433 codeAttributeComposer.appendInstruction(offset, constantInstruction.shrink()); in visitConstantInstruction()
|
D | InstructionSequenceReplacer.java | 143 …System.out.println(" "+replacementInstructionFactory.create(index).shrink().toString(matchedOff… in visitAnyInstruction() 151 … replacementInstructionFactory.create(index).shrink()); in visitAnyInstruction() 217 return replacementInstruction.shrink(); in create()
|
/external/proguard/src/proguard/classfile/editor/ |
D | MethodInvocationFixer.java | 105 constantIndex).shrink(); in visitConstantInstruction() 126 constantIndex).shrink(); in visitConstantInstruction() 152 invokeinterfaceConstant).shrink(); in visitConstantInstruction() 176 constantIndex).shrink(); in visitConstantInstruction()
|
D | InstructionWriter.java | 87 constantInstruction.constant).shrink(); in visitConstantInstruction() 112 variableInstruction.constant).shrink(); in visitVariableInstruction() 146 branchInstruction.branchOffset).shrink(); in visitBranchInstruction()
|
/external/proguard/src/proguard/optimize/ |
D | TailRecursionSimplifier.java | 148 codeAttributeComposer.appendInstruction(offset, instruction.shrink()); in visitAnyInstruction() 226 codeAttributeComposer.appendInstruction(offset, constantInstruction.shrink()); in visitConstantInstruction() 318 … new VariableInstruction(opcode, parameterOffset + parameterIndex).shrink()); in storeParameters() 326 … new VariableInstruction(InstructionConstants.OP_ASTORE, 0).shrink()); in storeParameters()
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
D | WebSocketDeflater.cpp | 98 m_buffer.shrink(writePosition + maxLength - m_stream->avail_out); in addBytes() 120 m_buffer.shrink(writePosition + availableCapacity - m_stream->avail_out); in finish() 185 m_buffer.shrink(writePosition + availableCapacity - m_stream->avail_out); in addBytes() 217 m_buffer.shrink(writePosition + availableCapacity - m_stream->avail_out); in finish()
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | EventPath.h | 59 void shrink(size_t newSize) { m_eventContexts.shrink(newSize); } in shrink() function
|
D | EventRetargeter.cpp | 145 eventPath.shrink(i + 1); in calculateAdjustedNodes() 150 eventPath.shrink(i); in calculateAdjustedNodes() 151 adjustedTargets.shrink(adjustedTargets.size() - 1); in calculateAdjustedNodes()
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | StringBuffer.h | 54 void shrink(unsigned newLength) in shrink() function 73 shrink(newLength); in resize()
|
/external/skia/src/gpu/ |
D | GrRectanizer_skyline.cpp | 135 int shrink = fSkyline[i-1].fX + fSkyline[i-1].fWidth - fSkyline[i].fX; in addSkylineLevel() local 137 fSkyline[i].fX += shrink; in addSkylineLevel() 138 fSkyline[i].fWidth -= shrink; in addSkylineLevel()
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrRectanizer_skyline.cpp | 135 int shrink = fSkyline[i-1].fX + fSkyline[i-1].fWidth - fSkyline[i].fX; in addSkylineLevel() local 137 fSkyline[i].fX += shrink; in addSkylineLevel() 138 fSkyline[i].fWidth -= shrink; in addSkylineLevel()
|
/external/proguard/src/proguard/ant/ |
D | ProGuardTask.java | 108 public void setShrink(boolean shrink) in setShrink() argument 110 configuration.shrink = shrink; in setShrink()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationSimplifier.java | 445 constantPoolEditor.addIntegerConstant(value)).shrink(); in replaceIntegerPushInstruction() 512 constantPoolEditor.addLongConstant(value)).shrink(); in replaceLongPushInstruction() 580 constantPoolEditor.addFloatConstant(value)).shrink(); in replaceFloatPushInstruction() 647 constantPoolEditor.addDoubleConstant(value)).shrink(); in replaceDoublePushInstruction() 702 new SimpleInstruction(replacementOpcode, value).shrink(); in replaceConstantPushInstruction() 719 new VariableInstruction(replacementOpcode, variableIndex).shrink(); in replaceVariablePushInstruction() 798 branchOffset).shrink(); in replaceBranchInstruction()
|
/external/skia/include/core/ |
D | SkTypes.h | 502 void* reset(size_t size, OnShrink shrink = kAlloc_OnShrink, bool* didChangeAlloc = NULL) { 503 if (size == fSize || (kReuse_OnShrink == shrink && size < fSize)) { 604 SkAutoMalloc::OnShrink shrink = SkAutoMalloc::kAlloc_OnShrink, 607 bool alloc = size != fSize && (SkAutoMalloc::kAlloc_OnShrink == shrink || size > fSize);
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkTypes.h | 502 void* reset(size_t size, OnShrink shrink = kAlloc_OnShrink, bool* didChangeAlloc = NULL) { 503 if (size == fSize || (kReuse_OnShrink == shrink && size < fSize)) { 604 SkAutoMalloc::OnShrink shrink = SkAutoMalloc::kAlloc_OnShrink, 607 bool alloc = size != fSize && (SkAutoMalloc::kAlloc_OnShrink == shrink || size > fSize);
|
/external/proguard/src/proguard/preverify/ |
D | CodeSubroutineInliner.java | 248 codeAttributeComposer.appendInstruction(offset, instruction.shrink()); in visitAnyInstruction() 278 … branchTargetFinder.subroutineEnd(offset) - offset).shrink(); in visitVariableInstruction() 334 branchOffset).shrink(); in visitBranchInstruction()
|
/external/proguard/src/proguard/shrink/ |
D | UsedClassFilter.java | 21 package proguard.shrink;
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ot-map.cc | 163 feature_infos.shrink (j + 1); in compile() 221 feature_infos.shrink (0); /* Done with these */ in compile() 265 m.lookups[table_index].shrink (j + 1); in compile()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | incrvacuum_ioerr.test | 164 set shrink [expr {$nPage-$nPage2}] 165 expr {$shrink==0 || $shrink==5}
|