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

1 2 3

  /external/javassist/sample/rmi/
Counter.java 15 synchronized public int increase() { method in class:Counter
CountApplet.java 62 counter.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
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ProgressBar1.java 47 Button button = (Button) findViewById(R.id.increase);
  /external/webkit/LayoutTests/storage/
open-database-while-transaction-in-progress.js 33 // without needing to increase the default allowed quota (5MB)
  /external/webkit/Source/WebCore/platform/graphics/android/context/
RTree.cpp 303 int increase = m_children[i]->delta(node); local
304 if (increase < minIncrease) {
305 minIncrease = 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.
113 /// CriticalMax records the largest increase in the tracker's max pressure that
116 /// CurrentMax records the largest increase in the tracker's max pressure that
254 /// Consider the pressure increase caused by traversing this instruction
263 /// Consider the pressure increase caused by traversing this instruction
  /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 413 * Listens to clicks on the rate increase and decrease buttons.
420 public RateChangeListener(boolean increase) {
421 mIncrease = increase;
  /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/libxml2/
xmlcatalog.c 296 printf("\tdebug: increase the verbosity level\n");
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 26 /// Increase pressure for each pressure set provided by TargetRegisterInfo.
48 /// Directly increase pressure only within this RegisterPressure result.
49 void RegisterPressure::increase(unsigned Reg, const TargetRegisterInfo *TRI, function in class:RegisterPressure
107 /// Increase the current pressure as impacted by these registers and bump
378 /// Add Reg to the live in set and increase max pressure.
384 // At live in discovery, unconditionally increase the high water mark.
386 P.increase(Reg, TRI, MRI);
389 /// Add Reg to the live out set and increase max pressure.
395 // At live out discovery, unconditionally increase the high water mark.
397 P.increase(Reg, TRI, MRI)
    [all...]
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 84 <p>Using native code does not result in an automatic performance increase,
  /ndk/sources/host-tools/nawk-20071023/
FIXES 29 minor fix in lib.c: increase inputFS to 100, change malloc
    [all...]
  /external/blktrace/
blktrace.c 57 * 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)
628 rlim.rlim_cur += increase;
630 rlim.rlim_max = rlim.rlim_cur + increase;
    [all...]

Completed in 858 milliseconds

1 2 3