/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/android/ |
sensor.h | 83 /* Minimum magnetic field on Earth's surface in uT*/ 245 * Returns the minimum delay allowed between events in microseconds.
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/android/ |
sensor.h | 83 /* Minimum magnetic field on Earth's surface in uT*/ 245 * Returns the minimum delay allowed between events in microseconds.
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/android/ |
sensor.h | 83 /* Minimum magnetic field on Earth's surface in uT*/ 245 * Returns the minimum delay allowed between events in microseconds.
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/android/ |
sensor.h | 83 /* Minimum magnetic field on Earth's surface in uT*/ 245 * Returns the minimum delay allowed between events in microseconds.
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/ |
sensor.h | 83 /* Minimum magnetic field on Earth's surface in uT*/ 245 * Returns the minimum delay allowed between events in microseconds.
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/ |
sensor.h | 83 /* Minimum magnetic field on Earth's surface in uT*/ 245 * Returns the minimum delay allowed between events in microseconds.
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/ |
sensor.h | 83 /* Minimum magnetic field on Earth's surface in uT*/ 245 * Returns the minimum delay allowed between events in microseconds.
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/ |
sensor.h | 83 /* Minimum magnetic field on Earth's surface in uT*/ 245 * Returns the minimum delay allowed between events in microseconds.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
SupportLibraryHelper.java | 56 * <li> (The tool may also offer to adjust the minimum SDK of the project 62 * (if the minimum SDK is less than 14) return "com.android.support.v7.GridLayout"
|
/system/extras/tests/sdcard/ |
sysutil.h | 57 // Minimum size for the buffer to retrieve the kernel version. 81 // Minimum size for the buffer to retrieve the sched features.
|
/external/chromium/base/metrics/ |
histogram.h | 374 // minimum should start from 1. 0 is invalid as a minimum. 0 is an implicit 377 Sample minimum, 382 base::TimeDelta minimum, 450 virtual bool HasConstructorArguments(Sample minimum, Sample maximum, 453 virtual bool HasConstructorTimeDeltaArguments(TimeDelta minimum, 460 Histogram(const std::string& name, Sample minimum, 462 Histogram(const std::string& name, TimeDelta minimum, 588 /* minimum should start from 1. 0 is as minimum is invalid. 0 is an implici [all...] |
/external/bison/lib/ |
intprops.h | 59 /* Minimum and maximum values for integer types and expressions. These 64 /* The maximum and minimum values for the integer type T. */ 76 /* The maximum and minimum values for the type of the expression E, 157 must have minimum value MIN and maximum MAX. Unsigned types should 312 assuming MIN and MAX are the minimum and maximum for the result type.
|
/external/chromium/chrome/common/ |
json_schema_validator.cc | 461 double minimum = 0; local 462 if (GetNumberFromDictionary(schema, "minimum", &minimum)) { 463 if (value < minimum) 465 kNumberMinimum, base::DoubleToString(minimum))));
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_dialog_window_controller.mm | 29 // The minimum useful height of the contents area of the dialog. 225 // For the minimum height, account for the size of the footer. Even though the 288 // For the minimum height, account for both the header and the footer. Even 297 // less tall than the minimum height. 413 // force its minimum size so that there will not be a resize until the
|
/external/chromium_org/third_party/freetype/src/base/ |
ftbbox.c | 100 /* min :: The address of the current minimum. */ 212 /* min :: The address of the current minimum. */ 281 /* for a conic segment to possibly reach new minimum */ 285 /* determine which half contains the minimum and split */ 309 /* check if either end reached the minimum */
|
/external/freetype/src/base/ |
ftbbox.c | 100 /* min :: The address of the current minimum. */ 212 /* min :: The address of the current minimum. */ 281 /* for a conic segment to possibly reach new minimum */ 285 /* determine which half contains the minimum and split */ 309 /* check if either end reached the minimum */
|
/external/libvorbis/include/vorbis/ |
vorbisenc.h | 51 * \param min_bitrate Desired minimum bitrate. -1 indicates unset. 88 * \param min_bitrate Desired minimum bitrate. -1 indicates unset. 241 /** the window period (in seconds) used to regulate the hard bitrate minimum 251 minimum and maximum.*/ 285 /** Slew rate limit setting for average bitrate adjustment; sets the minimum
|
/frameworks/base/docs/html/guide/topics/manifest/ |
supports-screens-element.jd | 132 <dd>Specifies the minimum smallestWidth required. The smallestWidth is the shortest dimension of 147 should be the minimum width required by your layout, regardless of the screen's current 151 <em>small</em> size or a minimum width of 320dp), you do 166 specify the minimum screen size your application requires, instead of using the other attributes 168 have more control over exactly how much screen space your application needs at a minimum in order
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
decimfmt.h | 137 * manipulate aspects of the pattern, such as the minimum number of integer 380 * <em>minimum integer digits</em>, then leading zeros are added. For 381 * example, 1997 is formatted as "01997" if the minimum integer digits 391 * <em>minimum fraction digits</em>, then trailing zeros are added. 427 * minimum exponent digit count. There is no maximum. Negative exponents are 435 * <li>The minimum number of integer digits is achieved by adjusting the 438 * maximum, then the minimum number of integer digits is fixed at one. 454 * minimum number of significant digits shown is one, and the maximum 455 * number of significant digits shown is the sum of the <em>minimum 482 * <td align=left>Minimum significant digit [all...] |
/external/icu4c/i18n/unicode/ |
decimfmt.h | 156 * manipulate aspects of the pattern, such as the minimum number of integer 400 * <em>minimum integer digits</em>, then leading zeros are added. For 401 * example, 1997 is formatted as "01997" if the minimum integer digits 411 * <em>minimum fraction digits</em>, then trailing zeros are added. 447 * minimum exponent digit count. There is no maximum. Negative exponents are 455 * <li>The minimum number of integer digits is achieved by adjusting the 458 * maximum, then the minimum number of integer digits is fixed at one. 474 * minimum number of significant digits shown is one, and the maximum 475 * number of significant digits shown is the sum of the <em>minimum 502 * <td align=left>Minimum significant digit [all...] |
/external/chromium_org/third_party/icu/source/io/ |
uprntf_p.c | 226 /* width = minimum # of characters to write */ 261 /* width = minimum # of characters to write */ 379 /* set the minimum integer digits */ 381 /* set the minimum # of digits */ 430 /* format the number, preserving the minimum # of digits */ 465 /* format the number, preserving the minimum # of digits */ 510 /* set the minimum integer digits */ 512 /* set the minimum # of digits */ 761 /* width = minimum # of characters to write */ 783 /* width = minimum # of characters to write * [all...] |
/external/icu4c/io/ |
uprntf_p.c | 226 /* width = minimum # of characters to write */ 261 /* width = minimum # of characters to write */ 379 /* set the minimum integer digits */ 381 /* set the minimum # of digits */ 430 /* format the number, preserving the minimum # of digits */ 465 /* format the number, preserving the minimum # of digits */ 510 /* set the minimum integer digits */ 512 /* set the minimum # of digits */ 761 /* width = minimum # of characters to write */ 783 /* width = minimum # of characters to write * [all...] |
/bionic/libc/upstream-dlmalloc/ |
malloc.h | 106 If n is zero, malloc returns a minimum-sized chunk. (The minimum 135 as does chunk p up to the minimum of (n, p's size) bytes, or null 149 argument of zero (re)allocates a minimum-sized chunk. 454 Equivalent to valloc(minimum-page-that-holds(n)), that is, 473 the minimum amount of memory to maintain internal data structures 512 often not) due to alignment and minimum size constraints.
|
/external/eigen/unsupported/test/mpreal/ |
dlmalloc.h | 94 If n is zero, malloc returns a minimum-sized chunk. (The minimum
123 as does chunk p up to the minimum of (n, p's size) bytes, or null
137 argument of zero (re)allocates a minimum-sized chunk.
345 Equivalent to valloc(minimum-page-that-holds(n)), that is,
364 the minimum amount of memory to maintain internal data structures
401 often not) due to alignment and minimum size constraints.
|
/frameworks/base/core/java/android/hardware/camera2/ |
CameraCharacteristics.java | 149 * Maximum and minimum exposure compensation 380 * The minimum frame duration that is supported 387 * When multiple streams are configured, the minimum 417 * The minimum frame duration that is supported 424 * When multiple streams are configured, the minimum 480 * Maximum possible frame duration (minimum frame 484 * Minimum duration is a function of resolution,
|