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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/
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/icu4c/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.
allcoll.h 25 // If this is too small for the test data, just increase it.
decoll.h 23 // If this is too small for the test data, just increase it.
encoll.h 25 // If this is too small for the test data, just increase it.
escoll.h 25 // If this is too small for the test data, just increase it.
ficoll.h 24 // If this is too small for the test data, just increase it.
frcoll.h 23 // If this is too small for the test data, just increase it.
jacoll.h 24 // If this is too small for the test data, just increase it.
mnkytst.h 25 // If this is too small for the test data, just increase it.
trcoll.h 24 // If this is too small for the test data, just increase it.
  /external/stlport/test/unit/
foreach_test.cpp 31 static void increase(int& a_) function
39 for_each(numbers, numbers + 10, ptr_fun(increase));
  /external/freetype/src/autofit/
afpic.h 36 /* increase these when you add new scripts, and update autofit_module_class_pic_init */
  /external/webkit/LayoutTests/storage/
quota-tracking-expected.txt 3 The test clears all databases, sets the quota for the origin to 32k, then tries to insert 17k of data into two databases. If things go as planned, the UI Delegate will be informed of the exceeded quota and should increase the quota for this origin. Inserting 17k of data the third time should succeed again.
  /external/blktrace/btt/
misc.c 87 static int increase_limit(int resource, rlim_t increase)
93 rlim.rlim_cur += increase;
95 rlim.rlim_max = rlim.rlim_cur + increase;
  /hardware/ril/libril/
ril_event.h 18 // Max number of fd's we watch at any one time. Increase if necessary.
  /external/kernel-headers/original/linux/
resource.h 56 * increase this limit if needed.. 8MB seems reasonable.
  /external/oprofile/daemon/
opd_pipe.c 89 /* increase modulus to avoid flooding log file */
  /external/webkit/JavaScriptCore/jit/
ExecutableAllocatorSymbian.cpp 40 // To mitigate this limitation increase the pagesize to
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
memlink.cpp 31 throw length_error ("memlink can not increase the size of the linked storage for reading");
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
ReadWriteLock.java 29 * In theory, the increase in concurrency permitted by the use of a read-write
31 * exclusion lock. In practice this increase in concurrency will only be fully
45 * increase in concurrency. Further, if the read operations are too short
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1.2.5-2.js 53 12. Increase k by 5.
61 17. Increase k by 2.
64 19. Increase k by 1.
15.1.2.5-1.js 50 12. Increase k by 5.
58 17. Increase k by 2.
61 19. Increase k by 1.
15.1.2.5-3.js 54 12. Increase k by 5.
62 17. Increase k by 2.
65 19. Increase k by 1.

Completed in 773 milliseconds

1 2 3 4 5 6 7 8 91011>>