Searched defs:DONT_CARE (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dfieldpos.h111 * DONT_CARE may be specified as the field to indicate that the
115 enum { DONT_CARE = -1 }; enumerator in enum:FieldPosition::__anon7511
122 : UObject(), fField(DONT_CARE), fBeginIndex(0), fEndIndex(0) {}
/external/deqp/framework/opengl/
H A DgluRenderConfig.hpp63 DONT_CARE = -1 enumerator in enum:glu::RenderConfig::__anon4220
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/
H A Dvboot_api_kernel_tests.c54 #define DONT_CARE ((const char *)42) macro
172 .expected_to_find_disk = DONT_CARE,
312 if (t->expected_to_find_disk != DONT_CARE) {
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c125 #define DONT_CARE -1 macro
484 * preferred_class - preferred GLX visual class or DONT_CARE
501 if (preferred_class==DONT_CARE) {
737 int visual_type = DONT_CARE;
738 GLint caveat = DONT_CARE;
/external/mesa3d/src/mesa/drivers/x11/
H A Dfakeglx.c92 #define DONT_CARE -1 macro
577 * preferred_class - preferred GLX visual class or DONT_CARE
593 if (preferred_class==DONT_CARE) {
664 * or DONT_CARE
665 * trans_value - transparent pixel value or DONT_CARE
667 * preferred_class - preferred GLX visual class or DONT_CARE
690 default: preferred_class = DONT_CARE;
711 if (!(trans_type==DONT_CARE
718 if (trans_value!=DONT_CARE && trans_value!=ov->value) {
739 if (preferred_class!=DONT_CARE
[all...]

Completed in 316 milliseconds