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

1 2 3

  /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...]
gluRenderConfig.cpp 35 DE_ASSERT(config->redBits == RenderConfig::DONT_CARE &&
36 config->greenBits == RenderConfig::DONT_CARE &&
37 config->blueBits == RenderConfig::DONT_CARE &&
38 config->alphaBits == RenderConfig::DONT_CARE &&
39 config->depthBits == RenderConfig::DONT_CARE &&
40 config->stencilBits == RenderConfig::DONT_CARE &&
41 config->numSamples == RenderConfig::DONT_CARE);
gluFboRenderContext.cpp 70 if (config.redBits != glu::RenderConfig::DONT_CARE &&
74 if (config.greenBits != glu::RenderConfig::DONT_CARE &&
78 if (config.blueBits != glu::RenderConfig::DONT_CARE &&
82 if (config.alphaBits != glu::RenderConfig::DONT_CARE &&
109 if (config.depthBits != glu::RenderConfig::DONT_CARE &&
113 if (config.stencilBits != glu::RenderConfig::DONT_CARE &&
153 // \note All other properties are defaults, mostly DONT_CARE
195 if (width == glu::RenderConfig::DONT_CARE || height == glu::RenderConfig::DONT_CARE)
200 width = (width == glu::RenderConfig::DONT_CARE) ? maxSize : width
    [all...]
  /external/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/source/i18n/
fphdlimp.cpp 56 if (delta != 0 && pos.getField() != FieldPosition::DONT_CARE && pos.getBeginIndex() != -1) {
64 return pos.getField() != FieldPosition::DONT_CARE;
format.cpp 115 FieldPosition pos(FieldPosition::DONT_CARE);
  /external/icu/icu4c/source/i18n/
fphdlimp.cpp 56 if (delta != 0 && pos.getField() != FieldPosition::DONT_CARE && pos.getBeginIndex() != -1) {
64 return pos.getField() != FieldPosition::DONT_CARE;
format.cpp 115 FieldPosition pos(FieldPosition::DONT_CARE);
  /external/chromium_org/tools/telemetry/telemetry/unittest/
simple_mock.py 7 DONT_CARE = ''
35 if self_a == DONT_CARE:
42 if a == DONT_CARE:
46 if self.return_value in (None, DONT_CARE):
86 func_name).WithArgs(*args).WillReturn(DONT_CARE)
simple_mock_unittest.py 8 _ = simple_mock.DONT_CARE
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
android_profiling_helper_unittest.py 44 'Popen').WithArgs(simple_mock.DONT_CARE).WillReturn(mock_popen)
68 'execute').WithArgs(simple_mock.DONT_CARE).WillReturn(vtune_db_output)
76 'connect').WithArgs(simple_mock.DONT_CARE).WillReturn(mock_conn)
perf_profiler_unittest.py 31 'Popen').WithArgs(simple_mock.DONT_CARE).WillReturn(mock_popen)
vtune_profiler_unittest.py 75 'Popen').WithArgs(simple_mock.DONT_CARE).WillReturn(MockPopen(0))
85 simple_mock.DONT_CARE).WillReturn(MockPopen(0, 'su', None))
  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.cpp 90 config.width != glu::RenderConfig::DONT_CARE ? config.width : DEFAULT_WINDOW_WIDTH,
91 config.height != glu::RenderConfig::DONT_CARE ? config.height : DEFAULT_WINDOW_HEIGHT)
101 if (config.id != glu::RenderConfig::DONT_CARE)
tcuWGL.cpp 469 if (config.redBits != glu::RenderConfig::DONT_CARE &&
473 if (config.greenBits != glu::RenderConfig::DONT_CARE &&
477 if (config.blueBits != glu::RenderConfig::DONT_CARE &&
481 if (config.alphaBits != glu::RenderConfig::DONT_CARE &&
485 if (config.depthBits != glu::RenderConfig::DONT_CARE &&
489 if (config.stencilBits != glu::RenderConfig::DONT_CARE &&
493 if (config.numSamples != glu::RenderConfig::DONT_CARE &&
tcuWin32GLES3Platform.cpp 85 : m_renderTarget(config.width != glu::RenderConfig::DONT_CARE ? config.width : DEFAULT_WINDOW_WIDTH,
86 config.height != glu::RenderConfig::DONT_CARE ? config.height : DEFAULT_WINDOW_HEIGHT,
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.mm 164 const bool cr = config.redBits != glu::RenderConfig::DONT_CARE;
165 const bool cg = config.greenBits != glu::RenderConfig::DONT_CARE;
166 const bool cb = config.blueBits != glu::RenderConfig::DONT_CARE;
167 const bool ca = config.alphaBits != glu::RenderConfig::DONT_CARE;
  /external/chromium_org/third_party/icu/source/test/intltest/
selfmts.cpp 118 FieldPosition format_ignore(FieldPosition::DONT_CARE);
142 FieldPosition ignore(FieldPosition::DONT_CARE);
298 FieldPosition ignore(FieldPosition::DONT_CARE);
msfmrgts.cpp 102 FieldPosition pos(FieldPosition::DONT_CARE);
119 //tempBuffer = messageFormatter->format(NULL, 1, tempBuffer, FieldPosition(FieldPosition::DONT_CARE), status);
196 FieldPosition pos(FieldPosition::DONT_CARE);
254 /*tempBuffer = messageFormatter->format(null, tempBuffer, FieldPosition(FieldPosition::DONT_CARE), status);
397 FieldPosition pos(FieldPosition::DONT_CARE);
540 FieldPosition pos(FieldPosition::DONT_CARE);
544 logln("\"" + mf->format(objs2, 0, res, FieldPosition(FieldPosition::DONT_CARE), status) + "\"");
547 logln("\"" + mf->format(objs3, 0, res, FieldPosition(FieldPosition::DONT_CARE), status) + "\"");
592 FieldPosition bogus(FieldPosition::DONT_CARE);
651 FieldPosition bogus(FieldPosition::DONT_CARE);
    [all...]
numrgts.cpp 328 FieldPosition pos(FieldPosition::DONT_CARE);
353 FieldPosition pos(FieldPosition::DONT_CARE);
376 FieldPosition fp(FieldPosition::DONT_CARE);
484 FieldPosition pos(FieldPosition::DONT_CARE);
530 FieldPosition pos(FieldPosition::DONT_CARE);
597 FieldPosition fp(FieldPosition::DONT_CARE);
713 FieldPosition fp(FieldPosition::DONT_CARE);
801 FieldPosition pos(FieldPosition::DONT_CARE);
    [all...]
  /external/icu/icu4c/source/test/intltest/
selfmts.cpp 118 FieldPosition format_ignore(FieldPosition::DONT_CARE);
142 FieldPosition ignore(FieldPosition::DONT_CARE);
298 FieldPosition ignore(FieldPosition::DONT_CARE);
msfmrgts.cpp 102 FieldPosition pos(FieldPosition::DONT_CARE);
119 //tempBuffer = messageFormatter->format(NULL, 1, tempBuffer, FieldPosition(FieldPosition::DONT_CARE), status);
196 FieldPosition pos(FieldPosition::DONT_CARE);
254 /*tempBuffer = messageFormatter->format(null, tempBuffer, FieldPosition(FieldPosition::DONT_CARE), status);
397 FieldPosition pos(FieldPosition::DONT_CARE);
540 FieldPosition pos(FieldPosition::DONT_CARE);
544 logln("\"" + mf->format(objs2, 0, res, FieldPosition(FieldPosition::DONT_CARE), status) + "\"");
547 logln("\"" + mf->format(objs3, 0, res, FieldPosition(FieldPosition::DONT_CARE), status) + "\"");
592 FieldPosition bogus(FieldPosition::DONT_CARE);
651 FieldPosition bogus(FieldPosition::DONT_CARE);
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
android_temperature_monitor_unittest.py 10 _ = simple_mock.DONT_CARE
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 238 if (renderConfig.surfaceType != (glu::RenderConfig::SurfaceType)glu::RenderConfig::DONT_CARE)
277 if (renderConfig.*s_attribs[attribNdx].field != glu::RenderConfig::DONT_CARE)
313 DE_ASSERT(visibility == (RenderConfig::Visibility)RenderConfig::DONT_CARE);
323 const int width = (config.width == glu::RenderConfig::DONT_CARE ? WindowParams::SIZE_DONT_CARE : config.width);
324 const int height = (config.height == glu::RenderConfig::DONT_CARE ? WindowParams::SIZE_DONT_CARE : config.height);
347 const int width = (config.width == glu::RenderConfig::DONT_CARE ? DEFAULT_OFFSCREEN_WIDTH : config.width);
348 const int height = (config.height == glu::RenderConfig::DONT_CARE ? DEFAULT_OFFSCREEN_HEIGHT : config.height);
370 const int width = (config.width == glu::RenderConfig::DONT_CARE ? DEFAULT_OFFSCREEN_WIDTH : config.width);
371 const int height = (config.height == glu::RenderConfig::DONT_CARE ? DEFAULT_OFFSCREEN_HEIGHT : config.height);

Completed in 321 milliseconds

1 2 3