Searched defs:increase (Results 1 - 19 of 19) sorted by relevance

/external/ImageMagick/Magick++/lib/
H A DBlobRef.cpp61 void Magick::BlobRef::increase() function in class:Magick::BlobRef
H A DImageRef.cpp71 void Magick::ImageRef::increase() function in class:Magick::ImageRef
/external/javassist/sample/rmi/
H A DCounter.java15 synchronized public int increase() { method in class:Counter
/external/blktrace/btt/
H A Dmisc.c87 static int increase_limit(int resource, rlim_t increase) argument
93 rlim.rlim_cur += increase;
95 rlim.rlim_max = rlim.rlim_cur + increase;
/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_dma.c325 * @increase: Flag to force increase of trigger level
332 * the lowest possible (64Bytes) and if we get tx underrun we increase it using
333 * the increase flag. Returns -EIO if we have have reached maximum/minimum.
339 int ath5k_hw_update_tx_triglevel(struct ath5k_hw *ah, int increase) argument
352 if (!increase) {
/external/v8/src/regexp/
H A Dregexp-ast.cc312 static int IncreaseBy(int previous, int increase) { argument
313 if (RegExpTree::kInfinity - previous < increase) {
316 return previous + increase;
/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient_gpu.cpp679 SkScalar increase = d->fRandom->nextUScalar1(); local
682 radius2 = diffLen + increase;
926 SkScalar increase = d->fRandom->nextUScalar1(); local
929 radius2 = radius1 + diffLen + increase;
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
H A DUberColorPickerDialog.java785 * @param increase true if the change is an increase, false if a decrease
788 private void changeSlider(int slider, boolean increase, int jump) { argument
796 mHSV[2] += (increase ? jump : -jump) / 256.0f;
/external/blktrace/
H A Dblktrace.c57 * You may want to increase this even more, if you are logging at a high
622 static int increase_limit(int resource, rlim_t increase) argument
628 rlim.rlim_cur += increase;
630 rlim.rlim_max = rlim.rlim_cur + increase;
/external/ImageMagick/MagickCore/
H A Dmethods.h634 #define increase PrependMagickMethod(increase) macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...

Completed in 1070 milliseconds