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

1 2 3 4 5 6 7 8 91011

  /external/glide/library/src/main/java/com/bumptech/glide/
Priority.java 10 HIGH,
MemoryCategory.java 18 HIGH(1.5f);
  /packages/services/Car/car-lib/src/android/car/
VehicleOilLevel.java 34 public static final int HIGH = 3;
43 HIGH,
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p6.c 18 glue(HIGH, LOW);
19 xglue(HIGH, LOW)
  /libcore/ojluni/src/main/java/com/sun/nio/file/
SensitivityWatchEventModifier.java 39 * High sensitivity.
41 HIGH(2),
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m32r/
uppercase.s 7 high: label
8 seth r0,#HIGH(high)
signed-relocs.s 2 ; check: shigh, high, low
14 seth r0, #high(0x87654321)
16 seth r0, #HIGH(0x87654321)
18 seth r0, #high(0x1234ffff)
20 seth r0, #HIGH(0x1234ffff)
  /build/make/tools/
warn.py 116 HIGH = 1
128 ['red', 'High', 'High severity warnings'],
168 {'category': 'make', 'severity': Severity.HIGH,
171 {'category': 'make', 'severity': Severity.HIGH,
174 {'category': 'make', 'severity': Severity.HIGH,
180 {'category': 'C/C++', 'severity': Severity.HIGH, 'option': '-Wimplicit-function-declaration',
187 {'category': 'C/C++', 'severity': Severity.HIGH, 'option': '-Wtype-limits',
192 {'category': 'C/C++', 'severity': Severity.HIGH,
203 {'category': 'C/C++', 'severity': Severity.HIGH,
    [all...]
  /frameworks/native/services/utils/
PriorityDumper.cpp 24 const char16_t PriorityDumper::PRIORITY_ARG_HIGH[] = u"HIGH";
27 enum class PriorityType { INVALID, CRITICAL, HIGH, NORMAL };
33 return PriorityType::HIGH;
74 case PriorityType::HIGH:
  /frameworks/base/libs/hwui/utils/
GLUtils.cpp 25 #error Setting DEBUG_OPENGL to HIGH requires setting HWUI_ENABLE_OPENGL_VALIDATION to true in the Android.mk!
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorUInt128.h 31 template <typename HIGH = uint64_t, typename LOW = uint64_t>
34 HIGH high; member in struct:Eigen::internal::TensorUInt128
39 TensorUInt128(const TensorUInt128<OTHER_HIGH, OTHER_LOW>& other) : high(other.high), low(other.low) {
40 EIGEN_STATIC_ASSERT(sizeof(OTHER_HIGH) <= sizeof(HIGH), YOU_MADE_A_PROGRAMMING_MISTAKE);
47 EIGEN_STATIC_ASSERT(sizeof(OTHER_HIGH) <= sizeof(HIGH), YOU_MADE_A_PROGRAMMING_MISTAKE);
49 high = other.high;
56 explicit TensorUInt128(const T& x) : high(0), low(x)
194 uint64_t high = acc & LOW; local
    [all...]
  /hardware/interfaces/audio/effect/2.0/
INoiseSuppressionEffect.hal 26 HIGH
  /hardware/interfaces/audio/effect/4.0/
INoiseSuppressionEffect.hal 26 HIGH
  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e.cpp 65 return INT_PIN & _BV(INT) ? HIGH : LOW;
70 // return GPX_PIN & _BV(GPX) ? HIGH : LOW;
79 digitalWrite(MAX_SS,HIGH);
80 setRST(HIGH);
108 // digitalWrite( MAX_RESET, HIGH ); //release MAX3421E from reset
116 // digitalWrite( pin, HIGH );
127 digitalWrite(MAX_SS,HIGH);
142 digitalWrite(MAX_SS,HIGH);
165 digitalWrite(MAX_SS,HIGH);
182 digitalWrite(MAX_SS,HIGH);
    [all...]
  /system/bt/embdrv/sbc/decoder/srce/
decoder-private.c 126 #define HIGH(x) ((x) >> 4)
146 *scale_factor++ = HIGH(f = *b++);
158 common->frameInfo.join = HIGH(f = *b++);
162 *scale_factor++ = HIGH(f = *b++);
  /external/selinux/checkpolicy/
policy_scan.l 253 low-high |
254 LOW-HIGH { return(LOW_HIGH); }
255 high |
256 HIGH { return(HIGH); }
  /device/google/marlin/
thermal-engine-marlin.conf 19 [SKIN-HIGH-FLOOR]
  /external/volley/src/test/java/com/android/volley/
RequestTest.java 35 TestRequest high = new TestRequest(Priority.HIGH); local
36 high.setSequence(sequence++);
41 assertTrue(low.compareTo(high) > 0);
42 assertTrue(high.compareTo(low) < 0);
45 assertTrue(immediate.compareTo(high) < 0);
  /system/tpm/trunks/ftdi/
support.c 204 /* Set the low bit pins high/low */
215 /* Set the high bit pins high/low */
226 /* Set the GPIO pins high/low */
231 if (direction == HIGH) {
247 if (direction == HIGH) {
262 if (direction == HIGH) {
  /external/libxaac/decoder/
ixheaacd_freq_sca.c 567 WORD16 *f_high_tbl = pstr_freq_band_data->freq_band_table[HIGH];
598 pstr_freq_band_data->num_sf_bands[HIGH] = num_hf_bands;
608 WORD32 num_hf_bands = pstr_freq_band_data->num_sf_bands[HIGH];
609 k2 = pstr_freq_band_data->freq_band_table[HIGH][num_hf_bands];
610 kx = pstr_freq_band_data->freq_band_table[HIGH][0];
675 num_hf_bands = pstr_freq_band_data->num_sf_bands[HIGH];
ixheaacd_sbr_const.h 28 #define HIGH 1
  /hardware/qcom/msm8x84/kernel-headers/linux/
qseecom.h 131 HIGH,
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
qseecom.h 174 HIGH,
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSet.java 304 private static final int HIGH = 0x110000; // HIGH > all valid values. 10000 for code units.
315 public static final int MAX_VALUE = HIGH - 1;
318 private int[] list; // MUST be terminated with HIGH
364 list[len++] = HIGH;
416 list[i] = HIGH; // terminate
856 int high = getRangeEnd(i); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java 306 private static final int HIGH = 0x110000; // HIGH > all valid values. 10000 for code units.
319 public static final int MAX_VALUE = HIGH - 1;
322 private int[] list; // MUST be terminated with HIGH
369 list[len++] = HIGH;
424 list[i] = HIGH; // terminate
881 int high = getRangeEnd(i); local
    [all...]

Completed in 550 milliseconds

1 2 3 4 5 6 7 8 91011