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

  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
MediaQueryTokenizerTest.cpp 21 const unsigned maxLevel;
109 unsigned maxLevel = 0;
114 maxLevel = std::max(level, maxLevel);
116 ASSERT_EQ(testCases[i].maxLevel, maxLevel);
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 8 var maxLevel = 1;
27 maxLevel = SINCE_DATA.length;
30 userApiLevel = userApiLevel == 0 ? maxLevel : userApiLevel; // If there's no cookie (zero), use the max by default
44 minLevel = maxLevel;
47 for (var i = maxLevel-1; i >= 0; i--) {
59 maxLevel = SINCE_DATA.length;
61 var selectedLevel = maxLevel;
105 apiLevelNum = maxLevel;
  /cts/apps/CameraITS/tests/sensor_fusion/
test_sensor_fusion.py 44 maxLevel = 2,
  /external/chromium_org/third_party/icu/source/common/
ubidiln.c 409 * Here, runCount>1 and maxLevel>=minLevel>=paraLevel.
415 * Since each run is moved but not modified, and since at the initial maxLevel
417 * don't need to do anything there and can predecrement maxLevel.
431 * However, for all maxLevel>paraLevel, this run will never be reordered
432 * and does not need to be taken into account. maxLevel==paraLevel is only reordered
439 reorderLine(UBiDi *pBiDi, UBiDiLevel minLevel, UBiDiLevel maxLevel) {
445 if(maxLevel<=(minLevel|1)) {
465 while(--maxLevel>=minLevel) {
470 /* look for a sequence of runs that are all at >=maxLevel */
472 while(firstRun<runCount && levels[runs[firstRun].logicalStart]<maxLevel) {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
analog_agc.h 107 int32_t maxLevel; // Max possible vol level, incl dig gain
  /external/icu/icu4c/source/common/
ubidiln.c 409 * Here, runCount>1 and maxLevel>=minLevel>=paraLevel.
415 * Since each run is moved but not modified, and since at the initial maxLevel
417 * don't need to do anything there and can predecrement maxLevel.
431 * However, for all maxLevel>paraLevel, this run will never be reordered
432 * and does not need to be taken into account. maxLevel==paraLevel is only reordered
439 reorderLine(UBiDi *pBiDi, UBiDiLevel minLevel, UBiDiLevel maxLevel) {
445 if(maxLevel<=(minLevel|1)) {
465 while(--maxLevel>=minLevel) {
470 /* look for a sequence of runs that are all at >=maxLevel */
472 while(firstRun<runCount && levels[runs[firstRun].logicalStart]<maxLevel) {
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
angletypes.h 149 GLint maxLevel;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texobj.c 121 obj->MaxLevel = 1000;
255 dest->MaxLevel = src->MaxLevel;
468 if (t->MaxLevel < baseLevel) {
470 t->MaxLevel, baseLevel);
536 t->_MaxLevel = MIN2(t->_MaxLevel, t->MaxLevel);
579 const GLint maxLevel = t->_MaxLevel;
583 if (minLevel > maxLevel) {
584 incomplete(t, BASE, "minLevel > maxLevel");
608 if (i >= minLevel && i <= maxLevel) {
    [all...]
mipmap.c     [all...]
  /external/mesa3d/src/mesa/main/
texobj.c 121 obj->MaxLevel = 1000;
255 dest->MaxLevel = src->MaxLevel;
468 if (t->MaxLevel < baseLevel) {
470 t->MaxLevel, baseLevel);
536 t->_MaxLevel = MIN2(t->_MaxLevel, t->MaxLevel);
579 const GLint maxLevel = t->_MaxLevel;
583 if (minLevel > maxLevel) {
584 incomplete(t, BASE, "minLevel > maxLevel");
608 if (i >= minLevel && i <= maxLevel) {
    [all...]
mipmap.c     [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureUnitTests.cpp 436 const deInt32 maxLevel = (lodMax + epsilon < 0.5f) ? (0) : (deCeilFloatToInt32(lodMax + epsilon + 0.5f) - 1);
441 maxLevel != minLevel)
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 333 , maxLevel (1000)
344 , maxLevel (1000)
353 int maxLevel;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp     [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp     [all...]
tcuTexture.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp     [all...]
es3fTextureUnitTests.cpp 592 const deInt32 maxLevel = (lodMax + epsilon < 0.5f) ? (0) : (deCeilFloatToInt32(lodMax + epsilon + 0.5f) - 1);
597 maxLevel != minLevel)
    [all...]
es3fShaderTextureFunctionTests.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 1337 milliseconds