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

1 2 3

  /external/clang/test/Preprocessor/
c99-6_10_3_4_p6.c 18 glue(HIGH, LOW);
19 xglue(HIGH, LOW)
  /external/arduino/hardware/arduino/cores/arduino/
wiring_shift.c 32 digitalWrite(clockPin, HIGH);
52 digitalWrite(clockPin, HIGH);
wiring_analog.c 42 uint8_t low, high; local
52 // 0 to 7 (MUX5 low) or 8 to 15 (MUX5 high).
56 // set the analog reference (high two bits of ADMUX) and select the
78 high = ADCH;
82 high = 0;
86 return (high << 8) | low;
107 digitalWrite(pin, HIGH);
255 digitalWrite(pin, HIGH);
wiring.h 36 #define HIGH 0x1
78 #define constrain(amt,low,high) ((amt)<(low)?(low):((amt)>(high)?(high):(amt)))
wiring_digital.c 164 if (*portInputRegister(port) & bit) return 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...]
  /external/arduino/libraries/SPI/
SPI.cpp 29 digitalWrite(SS, HIGH);
  /build/tools/
warn.py 16 HIGH=2
24 if sev == severity.HIGH:
41 { 'category':'C/C++', 'severity':severity.HIGH, 'members':[], 'option':'-Wimplicit-function-declaration',
47 { 'category':'C/C++', 'severity':severity.HIGH, 'members':[], 'option':'-Wtype-limits',
58 { 'category':'C/C++', 'severity':severity.HIGH, 'members':[], 'option':'-fno-builtin',
126 { 'category':'C/C++', 'severity':severity.HIGH, 'members':[], 'option':'-Wuninitialized',
254 { 'category':'C/C++', 'severity':severity.HIGH, 'members':[], 'option':'-Waddress',
355 { 'category':'C/C++', 'severity':severity.HIGH, 'members':[], 'option':'-Wextra',
    [all...]
  /frameworks/volley/tests/src/com/android/volley/
RequestTest.java 38 TestRequest high = new TestRequest(Priority.HIGH); local
39 high.setSequence(sequence++);
44 assertTrue(low.compareTo(high) > 0);
45 assertTrue(high.compareTo(low) < 0);
48 assertTrue(immediate.compareTo(high) < 0);
  /external/checkpolicy/
policy_scan.l 234 low-high |
235 LOW-HIGH { return(LOW_HIGH); }
236 high |
237 HIGH { return(HIGH); }
policy_parse.y 147 %token LOW_HIGH LOW HIGH
222 | DEFAULT_RANGE names SOURCE HIGH ';'
228 | DEFAULT_RANGE names TARGET HIGH ';'
  /frameworks/base/core/java/android/webkit/
WebSettings.java 150 HIGH,
    [all...]
  /frameworks/volley/src/com/android/volley/
Request.java 436 HIGH,
522 * Our comparator sorts from high to low priority, and secondarily by
530 // High-priority requests are "lesser" so they are sorted to the front.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageControl.java 194 gc.setInterpolation(SWT.HIGH);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 366 has an unspecified effect on the high part of REG,
646 /* HIGH are the high-order bits of a constant expression. */
647 DEF_RTL_EXPR(HIGH, "high", "e", RTX_CONST_OBJ)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 366 has an unspecified effect on the high part of REG,
646 /* HIGH are the high-order bits of a constant expression. */
647 DEF_RTL_EXPR(HIGH, "high", "e", RTX_CONST_OBJ)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 366 has an unspecified effect on the high part of REG,
646 /* HIGH are the high-order bits of a constant expression. */
647 DEF_RTL_EXPR(HIGH, "high", "e", RTX_CONST_OBJ)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 366 has an unspecified effect on the high part of REG,
646 /* HIGH are the high-order bits of a constant expression. */
647 DEF_RTL_EXPR(HIGH, "high", "e", RTX_CONST_OBJ)
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 786 if (density == Density.HIGH) {
812 if (density == Density.HIGH) {
    [all...]
  /packages/apps/Email/src/com/android/mail/providers/
UIProvider.java 708 public static final int HIGH = 1;
    [all...]
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
  /prebuilts/sdk/tools/lib/
common.jar 
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 485 mSettings.setRenderPriority(WebSettings.RenderPriority.HIGH);
    [all...]

Completed in 1567 milliseconds

1 2 3