/external/libusb/ |
NEWS | 13 * Increase libusb_handle_events() timeout to 60s for powersaving
|
/external/lzma/C/ |
Bra.h | 15 in CALL instructions to increase the compression ratio.
|
/external/openssh/regress/ |
banner.sh | 24 # increase size 10x
|
/external/oprofile/daemon/ |
opd_pipe.c | 92 /* increase modulus to avoid flooding log file */
|
/external/oprofile/libopagent/ |
jitdump.h | 35 * Version number to avoid conflicts, increase
|
/external/regex-re2/util/ |
stringprintf.cc | 27 // Repeatedly increase buffer size until it fits
|
/external/webrtc/src/modules/interface/ |
module.h | 39 // Increase the reference count by one.
|
/frameworks/base/core/java/com/android/internal/net/ |
NetworkStatsFactory.java | 69 * traffic. Values monotonically increase since device boot, and may include 122 * to return only IP layer traffic. Values monotonically increase since 189 * expected to monotonically increase since device boot. 263 * are expected to monotonically increase since device boot.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
resource.h | 56 * increase this limit if needed.. 8MB seems reasonable.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
xlocale.h | 33 /* To increase the speed of this solution we add some special members. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
resource.h | 56 * increase this limit if needed.. 8MB seems reasonable.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
xlocale.h | 33 /* To increase the speed of this solution we add some special members. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
resource.h | 56 * increase this limit if needed.. 8MB seems reasonable.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
xlocale.h | 33 /* To increase the speed of this solution we add some special members. */
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
typed-array-memory.html | 45 fail(expression + " did not increase the amount of external memory (" + 101 pass(expression + " did not increase the amount of external memory."); 149 " self.postMessage('FAIL: Amount of external memory did not increase.');\n" +
|
/external/chromium_org/v8/src/ |
incremental-marking.h | 98 // of at a moderate rate of work and gradually increase the speed of the 109 // After this many steps we increase the marking/allocating factor. 111 // This is how much we increase the marking/allocating factor by.
|
/external/v8/src/ |
incremental-marking.h | 94 // of at a moderate rate of work and gradually increase the speed of the 103 // After this many steps we increase the marking/allocating factor. 105 // This is how much we increase the marking/allocating factor by.
|
/libcore/luni/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/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
|
/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 114 /// Increase the current pressure as impacted by these registers and bump 410 /// Add Reg to the live in set and increase max pressure. 416 // At live in discovery, unconditionally increase the high water mark. 418 P.increase(Reg, TRI, MRI); 421 /// Add Reg to the live out set and increase max pressure. 427 // At live out discovery, unconditionally increase the high water mark. 429 P.increase(Reg, TRI, MRI) [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/ |
osmesa.h | 46 * You can increase them as needed but beware that many temporary arrays in 196 * zero = Y coordinates increase downward 197 * non-zero = Y coordinates increase upward (default)
|
/external/javassist/sample/rmi/ |
webdemo.html | 67 message = Integer.toString(<font color="red">counter.increase()</font>);
86 For example, <code>counter.get()</code> and <code>counter.increase()</code>
102 public int increase() {
|
/external/mesa3d/include/GL/ |
osmesa.h | 46 * You can increase them as needed but beware that many temporary arrays in 196 * zero = Y coordinates increase downward 197 * non-zero = Y coordinates increase upward (default)
|
/art/runtime/base/ |
stringprintf.cc | 48 // Increase the buffer size to the size requested by vsnprintf,
|
/bionic/linker/ |
linker_debug.h | 34 // You can increase the verbosity of debug traces by defining the LD_DEBUG
|