/external/skia/src/core/ |
H A D | SkStringUtils.h | 14 * Add 'flagStr' to 'string' and set 'needSeparator' to true only if 'flag' is 15 * true. If 'needSeparator' is true append a '|' before 'flagStr'. This method 20 const char* flagStr, bool* needSeparator);
|
H A D | SkStringUtils.cpp | 11 void SkAddFlagToString(SkString* string, bool flag, const char* flagStr, bool* needSeparator) { argument 13 if (*needSeparator) { 17 *needSeparator = true;
|
H A D | SkPaint.cpp | 2229 bool needSeparator = false; local 2230 SkAddFlagToString(str, this->isAntiAlias(), "AntiAlias", &needSeparator); 2231 SkAddFlagToString(str, this->isDither(), "Dither", &needSeparator); 2232 SkAddFlagToString(str, this->isUnderlineText(), "UnderlineText", &needSeparator); 2233 SkAddFlagToString(str, this->isStrikeThruText(), "StrikeThruText", &needSeparator); 2234 SkAddFlagToString(str, this->isFakeBoldText(), "FakeBoldText", &needSeparator); 2235 SkAddFlagToString(str, this->isLinearText(), "LinearText", &needSeparator); 2236 SkAddFlagToString(str, this->isSubpixelText(), "SubpixelText", &needSeparator); 2237 SkAddFlagToString(str, this->isDevKernText(), "DevKernText", &needSeparator); 2238 SkAddFlagToString(str, this->isLCDRenderText(), "LCDRenderText", &needSeparator); [all...] |
/external/skia/src/effects/ |
H A D | SkLayerDrawLooper.cpp | 248 bool needSeparator = false; local 250 &needSeparator); 252 &needSeparator); 254 &needSeparator); 256 &needSeparator); 258 &needSeparator); 260 &needSeparator); 262 &needSeparator);
|
H A D | SkBlurMaskFilter.cpp | 1297 bool needSeparator = false; local 1300 "IgnoreXform", &needSeparator); 1303 "HighQuality", &needSeparator);
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | LocaleIDParser.java | 396 boolean needSeparator = true; 411 needSeparator = true; // add another underscore if we have more text 418 if (needSeparator) { 419 needSeparator = false;
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/ |
H A D | LocaleIDParser.java | 394 boolean needSeparator = true; 409 needSeparator = true; // add another underscore if we have more text 416 if (needSeparator) { 417 needSeparator = false;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | LocaleIDParser.java | 394 boolean needSeparator = true; 409 needSeparator = true; // add another underscore if we have more text 416 if (needSeparator) { 417 needSeparator = false;
|
/external/icu/icu4c/source/common/ |
H A D | uloc.cpp | 1352 * @param needSeparator if true, then add leading '_' if any variants 1359 UBool needSeparator) { 1366 if (needSeparator) { 1371 needSeparator = FALSE; 1394 if (needSeparator) { 1399 needSeparator = FALSE; 1356 _getVariantEx(const char *localeID, char prev, char *variant, int32_t variantCapacity, UBool needSeparator) argument
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/antlr/antlr-3.4/lib/ |
H A D | antlr-3.4-complete.jar | META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ... |
/external/libgdx/backends/gdx-backend-moe/libs/ |
H A D | intel-moe-core.jar | META-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ... |
/external/libgdx/backends/gdx-backends-gwt/libs/ |
H A D | gwt-dev.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ... |