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

1 2 3 4 5 6 7 8 910

  /external/glide/library/src/main/java/com/bumptech/glide/
Priority.java 10 HIGH,
MemoryCategory.java 18 HIGH(1.5f);
  /hardware/bsp/intel/peripheral/libupm/src/groveeldriver/
groveeldriver.h 28 #define HIGH 1
groveeldriver.cxx 51 error = mraa_gpio_write (m_gpio, HIGH);
  /hardware/bsp/intel/peripheral/libupm/src/groveelectromagnet/
groveelectromagnet.h 28 #define HIGH 1
groveelectromagnet.cxx 51 error = mraa_gpio_write (m_gpio, HIGH);
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p6.c 18 glue(HIGH, LOW);
19 xglue(HIGH, LOW)
  /hardware/bsp/intel/peripheral/libupm/src/ecs1030/
ecs1030.h 38 #define HIGH 1
41 #define TRUE HIGH
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/
uppercase.s 7 high: label
8 seth r0,#HIGH(high)
  /hardware/bsp/intel/peripheral/libupm/src/pulsensor/
pulsensor.h 37 #define HIGH 1
40 #define TRUE HIGH
  /hardware/bsp/intel/peripheral/libupm/src/my9221/
my9221.cxx 81 error = m_dataPinCtx.write(HIGH);
91 uint32_t state = (data & 0x8000) ? HIGH : LOW;
98 state = HIGH;
my9221.h 37 #define HIGH 1
  /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!
  /hardware/bsp/intel/peripheral/libupm/src/grovespeaker/
grovespeaker.h 31 #define HIGH 1
91 * a medium ("med"), or a high ("high") note
  /hardware/bsp/intel/peripheral/libupm/src/max5487/
max5487.h 32 #define HIGH 1
108 * Sets the chip select pin to 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...]
  /hardware/bsp/intel/peripheral/libupm/src/st7735/
st7735.cxx 170 m_rSTPinCtx.write(HIGH);
174 m_rSTPinCtx.write(HIGH);
199 error = m_cSDPinCtx.write(HIGH);
211 error = m_csLCDPinCtx.write(HIGH);
228 error = m_csLCDPinCtx.write(HIGH);
240 error = m_cSDPinCtx.write(HIGH);
252 error = m_rSPinCtx.write(HIGH);
  /hardware/bsp/intel/peripheral/libupm/src/grovecircularled/
grovecircularled.cxx 111 error = m_dataPinCtx.write(HIGH);
121 uint32_t state = (data & 0x8000) ? HIGH : LOW;
128 state = HIGH;
grovecircularled.h 40 #define HIGH 1
  /hardware/bsp/intel/peripheral/libupm/src/lpd8806/
lpd8806.h 33 #define HIGH 1
118 * Sets the chip select pin to HIGH
  /hardware/bsp/intel/peripheral/libupm/src/max31723/
max31723.h 33 #define HIGH 1
112 * Sets the chip select pin to HIGH
  /hardware/bsp/intel/peripheral/libupm/src/max44000/
max44000.h 36 #define ALSDATA_HIGH 0x04 // ambient sensor data high byte
40 #define ALS_UP_THRESH_HIGH 0x06 // ALS Interrupt Threshold Registers High
42 #define ALS_LO_THRESH_HIGH 0x08 // ALS Interrupt Threshold Registers High
50 #define HIGH 1
  /hardware/bsp/intel/peripheral/libupm/src/mlx90614/
mlx90614.h 50 #define HIGH 1
  /hardware/bsp/intel/peripheral/libupm/src/servo/
servo.h 35 #define HIGH 1
110 * @param width Minimum HIGH signal width
117 * @param width Maximum HIGH signal width
  /hardware/bsp/intel/peripheral/libupm/src/stepmotor/
stepmotor.h 41 #define HIGH 1

Completed in 331 milliseconds

1 2 3 4 5 6 7 8 910