HomeSort by relevance Sort by last modified time
    Searched full:increase (Results 1 - 25 of 2641) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/massif/tests/
pages_as_heap.c 12 // loop to first increase, then decrease
14 // loop to increase(decrease) with small then big delta
  /external/chromium_org/content/browser/streams/
stream_registry.h 35 // Called by Stream instances to request increase of memory usage. If the
40 // and |increase| must be the amount of data going to be added to the Stream
42 bool UpdateMemoryUsage(const GURL& url, size_t current_size, size_t increase);
stream_registry.cc 71 size_t increase) {
85 if (increase > max_memory_usage_ - current_total_memory_usage)
88 total_memory_usage_ = current_total_memory_usage + increase;
  /external/chromium_org/ash/system/keyboard_brightness/
keyboard_brightness_control_delegate.h 19 // Handles an accelerator-driven request to decrease or increase the keyboard
  /external/chromium_org/net/disk_cache/blockfile/
experiments.h 12 // the end of the list, and always increase the number.
  /external/chromium_org/third_party/icu/source/test/intltest/
currcoll.h 26 // If this is too small for the test data, just increase it.
lcukocol.h 19 // If this is too small for the test data, just increase it.
  /external/icu/icu4c/source/test/intltest/
currcoll.h 26 // If this is too small for the test data, just increase it.
lcukocol.h 19 // If this is too small for the test data, just increase it.
  /external/javassist/sample/rmi/
Counter.java 15 synchronized public int increase() { method in class:Counter
  /external/valgrind/main/memcheck/tests/
supp_unknown.stderr.exp 8 possible), you can try to increase the size of the
supp_unknown.stderr.exp-kfail 7 possible), you can try to increase the size of the
  /external/valgrind/main/none/tests/linux/
blockfault.stderr.exp 8 possible), you can try to increase the size of the
  /external/chromium_org/cc/animation/
scrollbar_animation_controller_thinning.h 48 // Describes whether the current animation should INCREASE (darken / thicken)
52 INCREASE,
scrollbar_animation_controller_thinning.cc 88 opacity_change_ = mouse_is_over_scrollbar_ ? INCREASE : DECREASE;
93 thickness_change_ = mouse_is_near_scrollbar_ ? INCREASE : DECREASE;
103 float factor = opacity_change_ == INCREASE ? progress : (1.f - progress);
113 float factor = thickness_change_ == INCREASE ? progress : (1.f - progress);
121 if (animation_change == INCREASE && current_value > new_value)
  /external/clang/test/SemaTemplate/
instantiation-depth.cpp 11 // expected-note {{use -ftemplate-depth=N to increase recursive template instantiation depth}}
28 // expected-note {{use -ftemplate-depth=N to increase recursive template instantiation depth}}
  /external/stlport/test/unit/
foreach_test.cpp 31 static void increase(int& a_) function
39 for_each(numbers, numbers + 10, ptr_fun(increase));
  /external/valgrind/main/none/tests/s390x/
op_exception.c 24 /* most architectures loop here, but on s390 this would increase the
31 /* most architectures loop here, but on s390 this would increase the
  /ndk/tests/device/test-gnustl-full/unit/
foreach_test.cpp 31 static void increase(int& a_) function
39 for_each(numbers, numbers + 10, ptr_fun(increase));
  /ndk/tests/device/test-stlport/unit/
foreach_test.cpp 31 static void increase(int& a_) function
39 for_each(numbers, numbers + 10, ptr_fun(increase));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
RefcountBitmapDrawable.java 28 * create initial drawable, this will not increase the refcount
36 * create the drawable from existing drawable, will not increase refcount
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
tts.js 67 function(propertyName, increase) {
72 'increase': increase});
77 * @param {string} property_name The name of the property to increase.
85 'action': 'increase' + property_name,
  /external/chromium_org/courgette/
adjustment_method.h 34 // Adjusts |program| to increase similarity to |model|. |program| can be
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
lzma_sdk.gyp 13 '_LZMA_PROB32', # This could increase the speed on 32bit platform.
  /external/clang/test/Parser/
parser_overflow.c     [all...]

Completed in 2684 milliseconds

1 2 3 4 5 6 7 8 91011>>