HomeSort by relevance Sort by last modified time
    Searched defs:DONT_CARE (Results 1 - 14 of 14) sorted by null

  /external/icu/icu4c/source/i18n/unicode/
fieldpos.h 109 * DONT_CARE may be specified as the field to indicate that the
112 enum { DONT_CARE = -1 };
119 : UObject(), fField(DONT_CARE), fBeginIndex(0), fEndIndex(0) {}
  /external/deqp/framework/opengl/
gluRenderConfig.hpp 63 DONT_CARE = -1
85 , width (DONT_CARE)
86 , height (DONT_CARE)
89 , id (DONT_CARE)
90 , redBits (DONT_CARE)
91 , greenBits (DONT_CARE)
92 , blueBits (DONT_CARE)
93 , alphaBits (DONT_CARE)
94 , depthBits (DONT_CARE)
95 , stencilBits (DONT_CARE)
    [all...]
  /external/vboot_reference/tests/
vboot_api_kernel_tests.c 54 #define DONT_CARE ((const char *)42)
172 .expected_to_find_disk = DONT_CARE,
312 if (t->expected_to_find_disk != DONT_CARE) {
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 45 #define DONT_CARE 0
571 return DONT_CARE;
579 return DONT_CARE;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
OMX_G722Enc_Utils.h 157 * @def DONT_CARE Don't care value for the LCML initialization params
160 #define DONT_CARE 0
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
MeasureUnitTest.java 769 Object DONT_CARE = null;
772 {FormatWidth.WIDE, 1.0, MeasureUnit.SECOND, "1 pound per second", DONT_CARE, 0, 0},
773 {FormatWidth.WIDE, 2.0, MeasureUnit.SECOND, "2 pounds per second", DONT_CARE, 0, 0},
775 {FormatWidth.WIDE, 1.0, MeasureUnit.MINUTE, "1 pound per minute", DONT_CARE, 0, 0},
776 {FormatWidth.WIDE, 2.0, MeasureUnit.MINUTE, "2 pounds per minute", DONT_CARE, 0, 0},
778 {FormatWidth.SHORT, 1.0, MeasureUnit.SECOND, "1 lbps", DONT_CARE, 0, 0},
779 {FormatWidth.SHORT, 2.0, MeasureUnit.SECOND, "2 lbps", DONT_CARE, 0, 0},
781 {FormatWidth.SHORT, 1.0, MeasureUnit.MINUTE, "1 lb/min", DONT_CARE, 0, 0},
782 {FormatWidth.SHORT, 2.0, MeasureUnit.MINUTE, "2 lb/min", DONT_CARE, 0, 0},
784 {FormatWidth.NARROW, 1.0, MeasureUnit.SECOND, "1#/s", DONT_CARE, 0, 0}
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 111 #define DONT_CARE -1
472 * preferred_class - preferred GLX visual class or DONT_CARE
489 if (preferred_class==DONT_CARE) {
678 int visual_type = DONT_CARE;
679 GLint caveat = DONT_CARE;
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 109 #define DONT_CARE -1
615 * preferred_class - preferred GLX visual class or DONT_CARE
631 if (preferred_class==DONT_CARE) {
702 * or DONT_CARE
703 * trans_value - transparent pixel value or DONT_CARE
705 * preferred_class - preferred GLX visual class or DONT_CARE
728 default: preferred_class = DONT_CARE;
749 if (!(trans_type==DONT_CARE
756 if (trans_value!=DONT_CARE && trans_value!=ov->value) {
771 if (preferred_class!=DONT_CARE && preferred_class!=vislist->CLASS)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
OMX_G722Dec_Utils.h 92 #define DONT_CARE 0 /* Value unused or ignored */
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Dec_Utils.h 106 #define DONT_CARE 0 /* Value unused or ignored */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h 137 #define DONT_CARE 0
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_Utils.h 176 #define DONT_CARE 0
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 242 #define DONT_CARE AF_MODE_MAX
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 6699 milliseconds