/external/javassist/sample/rmi/ |
Counter.java | 15 synchronized public int increase() {
method in class:Counter
|
CountApplet.java | 62 counter.increase();
|
/external/chromium_org/content/browser/streams/ |
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;
|
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);
|
/external/stlport/test/unit/ |
foreach_test.cpp | 31 static void increase(int& a_) function 39 for_each(numbers, numbers + 10, ptr_fun(increase));
|
/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/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;
|
/external/valgrind/main/memcheck/tests/ |
supp_unknown.stderr.exp | 8 possible), you can try to increase the size of the
|
badjump.stderr.exp | 14 possible), you can try to increase the size of the
|
addressable.stderr.exp | 28 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/third_party/WebKit/Source/core/accessibility/ |
AXNodeObject.h | 78 void alterSliderValue(bool increase); 81 void changeValueByStep(bool increase);
|
AXNodeObject.cpp | 110 void AXNodeObject::alterSliderValue(bool increase) 116 changeValueByStep(increase); 118 changeValueByPercent(increase ? 5 : -5); 142 void AXNodeObject::changeValueByStep(bool increase) 147 value += increase ? step : -step; [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ProgressBar1.java | 47 Button button = (Button) findViewById(R.id.increase);
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1708.js | 37 // Fill heap to increase old-space size and trigger lazy sweeping on
|
/external/v8/test/mjsunit/regress/ |
regress-1708.js | 37 // Fill heap to increase old-space size and trigger lazy sweeping on
|
/packages/apps/Dialer/src/com/android/dialer/voicemail/ |
VoicemailPlaybackPresenter.java | 417 * Listens to clicks on the rate increase and decrease buttons. 424 public RateChangeListener(boolean increase) { 425 mIncrease = increase;
|
/external/llvm/include/llvm/CodeGen/ |
RegisterPressure.h | 38 /// Increase register pressure for each pressure set impacted by this register 43 void increase(unsigned Reg, const TargetRegisterInfo *TRI, 93 /// amount of increase or decrease in units of pressure. 117 /// CriticalMax records the largest increase in the tracker's max pressure that 120 /// CurrentMax records the largest increase in the tracker's max pressure that 280 /// Consider the pressure increase caused by traversing this instruction 289 /// Consider the pressure increase caused by traversing this instruction
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
sbitmap.h | 36 #error Need to increase size of datatype used for popcount
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
sbitmap.h | 36 #error Need to increase size of datatype used for popcount
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
sbitmap.h | 36 #error Need to increase size of datatype used for popcount
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
sbitmap.h | 36 #error Need to increase size of datatype used for popcount
|
/external/chromium_org/third_party/libxml/src/ |
xmlcatalog.c | 296 printf("\tdebug: increase the verbosity level\n");
|
/external/chromium_org/tools/grit/grit/gather/ |
tr_html.py | 670 # We escape " characters to increase the chance that attributes
|