Home
last modified time | relevance | path

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

1234567

/external/chromium_org/third_party/JSON/JSON-2.59/t/
D99_binary.t22 $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/
DProGuard.java29 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/
Dmouse_cursor_event_filter.cc131 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/
DRoundedRect.h68 …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()
DFloatRoundedRect.h65 …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/
Dmremap.stderr.exp-glibc273 grow, nomove: p=0x........ np=0x........: shrink moved?!
4 grow, maymove: p=0x........ np=0x........: shrink moved?!
/external/proguard/src/proguard/optimize/peephole/
DMethodInliner.java281 … 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()
DInstructionSequenceReplacer.java143 …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/
DMethodInvocationFixer.java105 constantIndex).shrink(); in visitConstantInstruction()
126 constantIndex).shrink(); in visitConstantInstruction()
152 invokeinterfaceConstant).shrink(); in visitConstantInstruction()
176 constantIndex).shrink(); in visitConstantInstruction()
DInstructionWriter.java87 constantInstruction.constant).shrink(); in visitConstantInstruction()
112 variableInstruction.constant).shrink(); in visitVariableInstruction()
146 branchInstruction.branchOffset).shrink(); in visitBranchInstruction()
/external/proguard/src/proguard/optimize/
DTailRecursionSimplifier.java148 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/
DWebSocketDeflater.cpp98 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/
DEventPath.h59 void shrink(size_t newSize) { m_eventContexts.shrink(newSize); } in shrink() function
DEventRetargeter.cpp145 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/
DStringBuffer.h54 void shrink(unsigned newLength) in shrink() function
73 shrink(newLength); in resize()
/external/skia/src/gpu/
DGrRectanizer_skyline.cpp135 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/
DGrRectanizer_skyline.cpp135 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/
DProGuardTask.java108 public void setShrink(boolean shrink) in setShrink() argument
110 configuration.shrink = shrink; in setShrink()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java445 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/
DSkTypes.h502 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/
DSkTypes.h502 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/
DCodeSubroutineInliner.java248 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/
DUsedClassFilter.java21 package proguard.shrink;
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-map.cc163 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/
Dincrvacuum_ioerr.test164 set shrink [expr {$nPage-$nPage2}]
165 expr {$shrink==0 || $shrink==5}

1234567