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

/external/stlport/test/unit/
H A Dforeach_test.cpp31 static void increase(int& a_) function
39 for_each(numbers, numbers + 10, ptr_fun(increase));
/external/javassist/sample/rmi/
H A DCounter.java15 synchronized public int increase() { method in class:Counter
/external/chromium_org/content/browser/streams/
H A Dstream_registry.cc71 size_t increase) {
85 if (increase > max_memory_usage_ - current_total_memory_usage)
88 total_memory_usage_ = current_total_memory_usage + increase;
69 UpdateMemoryUsage(const GURL& url, size_t current_size, size_t increase) argument
/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/chromium_org/ppapi/proxy/
H A Dnacl_message_scanner.cc390 // increase from the quota reservation.
396 // Calculate file size increase, taking care to avoid overflows.
400 int64_t increase = length - trusted_max_written_offset; local
401 if (increase <= 0)
403 if (!it->second->Grow(increase)) {
H A Dfile_io_resource.cc285 int64_t increase = 0; local
289 increase = bytes_to_write;
294 increase = static_cast<int64_t>(max_offset) - max_written_offset_;
297 if (increase > 0) {
304 increase,
313 DCHECK(result == increase);
334 int64_t increase = length - max_written_offset_; local
335 if (increase > 0) {
338 increase,
347 DCHECK(result == increase);
[all...]
/external/chromium_org/components/nacl/loader/
H A Dnacl_ipc_adapter.cc136 int64_t increase = max_offset - file_io->max_written_offset(); local
137 if (increase <= 0 || file_io->Grow(increase))
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient_gpu.cpp683 SkScalar increase = random->nextUScalar1(); local
686 radius2 = diffLen + increase;
932 SkScalar increase = random->nextUScalar1(); local
935 radius2 = radius1 + diffLen + increase;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_cc_functions.c619 * to limit cwnd growth due to increase
620 * in overall rtt but no increase in bw.
648 * We are a bit fuzz on what an increase or
1600 int32_t increase; member in struct:sctp_hs_raise_drop
1711 incr = ((sctp_cwnd_adjust[indx].increase) << 10);
2145 /* In dangerous area, increase slowly.
/external/chromium_org/v8/src/
H A Dast.cc971 static int IncreaseBy(int previous, int increase) { argument
972 if (RegExpTree::kInfinity - previous < increase) {
975 return previous + increase;
/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient_gpu.cpp675 SkScalar increase = random->nextUScalar1(); local
678 radius2 = diffLen + increase;
920 SkScalar increase = random->nextUScalar1(); local
923 radius2 = radius1 + diffLen + increase;
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXNodeObject.cpp113 void AXNodeObject::alterSliderValue(bool increase) argument
119 changeValueByStep(increase);
121 changeValueByPercent(increase ? 5 : -5);
145 void AXNodeObject::changeValueByStep(bool increase) argument
150 value += increase ? step : -step;
/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/chromium_org/ui/file_manager/gallery/js/
H A Dmosaic_mode.js873 this.density_.increase();
1171 Mosaic.Density.prototype.increase = function() {
/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/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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1393 milliseconds