/external/replicaisland/src/com/replica/replicaisland/ |
RenderingWatchDog.java | 27 * panic if watch-dog is not reset over certain amount of time 30 /** panic if watch-dog is not reset over this amount of time */
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
AnnotatedOutput.java | 60 * Add an annotation for a specified amount of subsequent 66 * @param amt >= 0; the amount of output for this annotation to
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
vtimes.h | 39 /* Amount of data and stack memory used (kilobyte-seconds). */ 41 /* Amount of text memory used (kilobyte-seconds). */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
vtimes.h | 39 /* Amount of data and stack memory used (kilobyte-seconds). */ 41 /* Amount of text memory used (kilobyte-seconds). */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
vtimes.h | 39 /* Amount of data and stack memory used (kilobyte-seconds). */ 41 /* Amount of text memory used (kilobyte-seconds). */
|
/system/core/include/cutils/ |
logger.h | 54 * more than this amount to /dev/log/* will result in a 61 * kernel logger driver. An attempt to read less than this amount
|
/external/icu4c/i18n/ |
hebrwcal.cpp | 185 * Add a signed amount to a specified field, using this calendar's rules. 205 * @param amount the amount to add to the field. 211 void HebrewCalendar::add(UCalendarDateFields field, int32_t amount, UErrorCode& status) 219 // We can't just do a set(MONTH, get(MONTH) + amount). The 220 // reason is ADAR_1. Suppose amount is +2 and we land in 222 // if amount is -2 and we land in ADAR_1, then we have to 227 if (amount > 0) { 229 month += amount; 243 month += amount; [all...] |
currfmt.h | 26 * parsing and formatting of currency amount objects. This class is
|
/external/chromium-trace/src/tracing/ |
timeline_model.js | 152 shiftSubRow_: function(subRow, amount) { 155 slice.start = (slice.start + amount); 160 * Shifts all the timestamps inside this thread forward by the amount 163 shiftTimestampsForward: function(amount) { 165 this.shiftSubRow_(this.cpuSlices, amount); 168 this.shiftSubRow_(this.subRows[tSR], amount); 171 this.asyncSlices.shiftTimestampsForward(amount); 267 * Shifts all the timestamps inside this counter forward by the amount 270 shiftTimestampsForward: function(amount) { 272 this.timestamps[sI] = (this.timestamps[sI] + amount); [all...] |
/dalvik/vm/mterp/x86-atom/ |
OP_USHR_LONG.S | 24 * where one is the shift amount and the other is the value to shift.
|
/external/chromium/chrome/browser/ui/cocoa/ |
fast_resize_view.h | 16 // amount of time to relayout and redraw when its size is changed.
|
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_event_listener.cc | 13 // The amount of time we wait to accumulate visited link additions.
|
/external/clang/test/CodeGen/ |
debug-info-iv.c | 10 Array1[i] = i; /* Step by non unit amount */
|
/external/clang/test/SemaObjC/ |
property-9-impl-method.m | 22 extern void NSDivideRect(NSRect inRect, NSRect * slice, NSRect * rem, CGFloat amount, NSRectEdge edge);
|
/external/compiler-rt/lib/ |
CMakeLists.txt | 1 # The top-level lib directory contains a large amount of C code which provides
|
/external/icu4c/i18n/unicode/ |
measunit.h | 29 * coupled with a numeric amount to produce a Measure.
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/font/plugins/ |
BitmapFontLoader.java | 149 int amount = 0; local 156 }else if (tokens[i].equals("amount")){ 157 amount = Integer.parseInt(tokens[i + 1]); 162 ch.addKerning(second, amount);
|
/external/jpeg/ |
rdjpgcom.1 | 37 illustration of the minimum amount of code required to parse a JPEG file
|
/external/kernel-headers/original/linux/ |
tegra_sema.h | 26 * then the value pointed to by the argument will be updated with the amount
|
/external/libsepol/include/sepol/ |
handle.h | 21 * This should reduce the amount of memory required to expand the policy. */
|
/external/qemu/distrib/jpeg-6b/ |
rdjpgcom.1 | 37 illustration of the minimum amount of code required to parse a JPEG file
|
/external/qemu/hw/ |
devices.h | 59 #define TC6393XB_RAM 0x110000 /* amount of ram for Video and USB */
|
/external/skia/include/effects/ |
SkEmbossMaskFilter.h | 17 This mask filter creates a 3D emboss look, by specifying a light and blur amount.
|
/external/skia/include/gpu/ |
GrColor.h | 23 // shift amount to assign a component to a GrColor int
|
/external/v8/test/mjsunit/tools/ |
tickprocessor-test.func-info | 20 amount of its parent calls.
|