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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/ManualTests/
js-timers-beneath-modal-dialog.html 13 alert("Numbers in main window should not increase while this alert is displayed");
14 showModalDialog("data:text/html,<p>Numbers in main window should not increase while this modal dialog is displayed</p>");
  /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/net/disk_cache/
experiments.h 13 // the end of the list, and always increase the number.
  /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/
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/icu4c/test/intltest/
currcoll.h 26 // 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/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));
  /external/chromium/net/proxy/
proxy_retry_info.h 20 // This is the current delay. If the proxy is still bad, we need to increase
  /external/chromium_org/chrome/browser/extensions/api/management/
management_api_constants.cc 16 "Re-enabling an extension disabled due to permissions increase "
  /external/chromium_org/courgette/
adjustment_method.h 34 // Adjusts |program| to increase similarity to |model|. |program| can be
  /external/chromium_org/net/proxy/
proxy_retry_info.h 19 // This is the current delay. If the proxy is still bad, we need to increase
  /external/chromium_org/net/quic/congestion_control/
inter_arrival_state_machine.cc 41 // Multiple increase event without packet loss or delay events will drive
53 // Not enough increase events to change state.
56 increase_event_count_ = 0; // Reset increase events.
88 increase_event_count_ = 0; // Reset previous increase events.
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
lzma_sdk.gyp 13 '_LZMA_PROB32', # This could increase the speed on 32bit platform.

Completed in 579 milliseconds

1 2 3 4 5 6 7 8 91011>>