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

1 2

  /external/clang/test/Preprocessor/
c99-6_10_3_4_p6.c 18 glue(HIGH, LOW);
19 xglue(HIGH, LOW)
  /sdk/layoutlib_api/src/com/android/layoutlib/api/
IDensityBasedResourceValue.java 36 HIGH(240),
  /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...]
  /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/support/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);
  /sdk/common/src/com/android/resources/
Density.java 26 XHIGH("xhdpi", "X-High Density", 320, 8), //$NON-NLS-1$
27 HIGH("hdpi", "High Density", 240, 4), //$NON-NLS-1$
  /sdk/ide_common/tests/src/com/android/ide/common/resources/configuration/
PixelDensityQualifierTest.java 60 DensityQualifier hdpi = new DensityQualifier(Density.HIGH);
  /frameworks/base/core/java/android/webkit/
WebSettings.java 127 HIGH,
    [all...]
WebSettingsClassic.java 236 } else if (mRenderPriority == RenderPriority.HIGH) {
    [all...]
  /frameworks/support/volley/src/com/android/volley/
Request.java 346 HIGH,
432 * Our comparator sorts from high to low priority, and secondarily by
440 // 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 166 gc.setInterpolation(SWT.HIGH);
  /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...]
genrtl.h 1075 gen_rtx_fmt_e (HIGH, (MODE), (ARG0))
    [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...]
genrtl.h 1075 gen_rtx_fmt_e (HIGH, (MODE), (ARG0))
    [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...]
genrtl.h 1075 gen_rtx_fmt_e (HIGH, (MODE), (ARG0))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 776 if (density == Density.HIGH) {
802 if (density == Density.HIGH) {
828 if (density == Density.HIGH) {
    [all...]
  /packages/apps/Email/src/com/android/mail/providers/
UIProvider.java 708 public static final int HIGH = 1;
    [all...]
  /prebuilt/common/tools-common/
tools-common-prebuilt.jar 
  /prebuilt/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 558 mSettings.setRenderPriority(WebSettings.RenderPriority.HIGH);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 138 AndroidConstants.FD_RES_DRAWABLE + '-' + Density.HIGH.getResourceValue() +
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 

Completed in 3241 milliseconds

1 2