HomeSort by relevance Sort by last modified time
    Searched refs:minLevel (Results 1 - 8 of 8) sorted by null

  /external/chromium/third_party/icu/source/common/
ubidiln.c 405 * Here, runCount>1 and maxLevel>=minLevel>=paraLevel.
417 * which is minLevel|1. However, if the lowest level itself is odd, then
420 * This is covered by ++minLevel instead of minLevel|=1 followed
429 * if minLevel==paraLevel is odd, which is done in the extra segment.
435 reorderLine(UBiDi *pBiDi, UBiDiLevel minLevel, UBiDiLevel maxLevel) {
441 if(maxLevel<=(minLevel|1)) {
447 * and reorder at an odd minLevel in a separate, simpler loop.
448 * See comments above for why minLevel is always incremented.
450 ++minLevel;
    [all...]
  /external/icu4c/common/
ubidiln.c 405 * Here, runCount>1 and maxLevel>=minLevel>=paraLevel.
417 * which is minLevel|1. However, if the lowest level itself is odd, then
420 * This is covered by ++minLevel instead of minLevel|=1 followed
429 * if minLevel==paraLevel is odd, which is done in the extra segment.
435 reorderLine(UBiDi *pBiDi, UBiDiLevel minLevel, UBiDiLevel maxLevel) {
441 if(maxLevel<=(minLevel|1)) {
447 * and reorder at an odd minLevel in a separate, simpler loop.
448 * See comments above for why minLevel is always incremented.
450 ++minLevel;
    [all...]
  /system/media/opensles/tests/examples/
slesTestEqFdPath.cpp 217 SLmillibel minLevel, maxLevel = 0;
218 result = (*eqItf)->GetBandLevelRange(eqItf, &minLevel, &maxLevel);
220 fprintf(stdout, "Band level range = %dmB to %dmB\n", minLevel, maxLevel);
224 result = (*eqItf)->SetBandLevel(eqItf, b, minLevel);
slesTestEqOutputPath.cpp 221 SLmillibel minLevel, maxLevel = 0;
222 result = (*eqOutputItf)->GetBandLevelRange(eqOutputItf, &minLevel, &maxLevel);
224 fprintf(stdout, "Band level range = %dmB to %dmB\n", minLevel, maxLevel);
228 result = (*eqOutputItf)->SetBandLevel(eqOutputItf, b, minLevel);
  /build/tools/droiddoc/templates/assets/
android-developer-reference.js 7 var minLevel = 1;
38 minLevel = $("body").attr("class");
42 // if (SINCE_DATA[i] < minLevel) option.addClass("absent"); // always false for strings (codenames)
68 if (selectedLevel < minLevel) {
71 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
  /external/webkit/WebCore/editing/
visible_units.cpp     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 418 milliseconds