Searched defs:gX (Results 1 - 4 of 4) sorted by relevance

/external/skia/tests/
H A DOnceTest.cpp43 static int gX = 0; variable
44 static void inc_gX() { gX++; }
51 REPORTER_ASSERT(r, 1 == gX);
/external/icu/icu4c/source/i18n/
H A Dnfrule.cpp76 static const UChar gX = 0x0078; variable
272 if (firstChar >= gZero && firstChar <= gNine && lastChar != gX) {
367 if (firstChar == gZero && lastChar == gX) {
371 else if (firstChar == gX && lastChar == gX) {
375 else if (firstChar == gX && lastChar == gZero) {
661 case kImproperFractionRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(gX); break;
662 case kProperFractionRule: result.append(gZero).append(decimalPoint == 0 ? gDot : decimalPoint).append(gX); break;
663 case kMasterRule: result.append(gX)
[all...]
/external/libpng/contrib/libtests/
H A Dpngvalid.c7423 API_type rX, gX, bX; local
7427 if ((API_function(pp, pi, &rX, &rY, &rZ, &gX, &gY, &gZ, &bX, &bY, &bZ)
7455 e.green.X = API_cvt(gX);
/external/tpm2/
H A Dtpm_types.h1301 TPM2B_ECC_PARAMETER gX; member in struct:__anon17953

Completed in 800 milliseconds