HomeSort by relevance Sort by last modified time
    Searched defs:LOW (Results 1 - 25 of 219) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/Preprocessor/
c99-6_10_3_4_p6.c 13 #define LOW LOW ", world"
18 glue(HIGH, LOW);
19 xglue(HIGH, LOW)
  /external/glide/library/src/main/java/com/bumptech/glide/
MemoryCategory.java 10 LOW(0.5f),
Priority.java 12 LOW, priority,
  /libcore/ojluni/src/main/java/com/sun/nio/file/
SensitivityWatchEventModifier.java 47 * Low sensitivity.
49 LOW(30);
  /packages/services/Car/car-lib/src/android/car/
VehicleOilLevel.java 32 public static final int LOW = 1;
41 LOW,
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorUInt128.h 31 template <typename HIGH = uint64_t, typename LOW = uint64_t>
35 LOW low; member in struct:Eigen::internal::TensorUInt128
39 TensorUInt128(const TensorUInt128<OTHER_HIGH, OTHER_LOW>& other) : high(other.high), low(other.low) {
41 EIGEN_STATIC_ASSERT(sizeof(OTHER_LOW) <= sizeof(LOW), YOU_MADE_A_PROGRAMMING_MISTAKE);
48 EIGEN_STATIC_ASSERT(sizeof(OTHER_LOW) <= sizeof(LOW), YOU_MADE_A_PROGRAMMING_MISTAKE);
50 low = other.low;
56 explicit TensorUInt128(const T& x) : high(0), low(x)
163 uint64_t low = acc & LOW; local
    [all...]
  /system/bt/embdrv/sbc/decoder/srce/
decoder-private.c 125 #define LOW(x) ((x)&0xf)
147 *scale_factor++ = LOW(f);
161 *scale_factor++ = LOW(f);
164 *scale_factor++ = LOW(f);
  /build/make/tools/
warn.py 118 LOW = 3
130 ['yellow', 'Low', 'Low severity warnings'],
308 {'category': 'C/C++', 'severity': Severity.LOW, 'option': '-Wcast-align',
495 'severity': Severity.LOW,
500 'severity': Severity.LOW,
505 'severity': Severity.LOW,
510 'severity': Severity.LOW,
515 'severity': Severity.LOW,
520 'severity': Severity.LOW,
    [all...]
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 331 LOW(Notification.PRIORITY_LOW),
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 331 LOW(Notification.PRIORITY_LOW),
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 331 LOW(Notification.PRIORITY_LOW),
  /hardware/qcom/msm8x84/kernel-headers/linux/
qseecom.h 129 LOW,
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
qseecom.h 172 LOW,
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
VDUBuffer.java 72 * |||| |||| |||| |||| |||| |||| `---- Low |||| |||| |||| |||| |||| |||| |||`------ Invisible ||||
87 public final static int LOW = 0x08;
159 * @see #LOW
216 * @see #LOW
265 * @see #LOW
293 * @see #LOW
  /external/volley/src/main/java/com/android/volley/
Request.java 539 LOW,
675 * Our comparator sorts from high to low priority, and secondarily by
  /hardware/qcom/msm8994/kernel-headers/linux/
qseecom.h 131 LOW,
  /hardware/qcom/msm8994/original-kernel-headers/linux/
qseecom.h 174 LOW,
  /external/libxaac/decoder/
ixheaacd_sbr_const.h 27 #define LOW 0
  /frameworks/base/core/java/android/webkit/
WebSettings.java 175 LOW
    [all...]
  /frameworks/base/telephony/java/com/android/ims/
ImsConfig.java 521 public static final int LOW = 0;
  /hardware/qcom/msm8996/kernel-headers/linux/
qseecom.h 142 LOW,
  /hardware/qcom/msm8996/original-kernel-headers/linux/
qseecom.h 193 LOW,
  /hardware/qcom/msm8998/kernel-headers/linux/
qseecom.h 142 LOW,
  /hardware/qcom/msm8998/original-kernel-headers/linux/
qseecom.h 193 LOW,
  /hardware/qcom/msm8x09/kernel-headers/linux/
qseecom.h 142 LOW,

Completed in 613 milliseconds

1 2 3 4 5 6 7 8 9