OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gX
(Results
1 - 4
of
4
) sorted by null
/external/skia/tests/
OnceTest.cpp
43
static int
gX
= 0;
44
static void inc_gX() {
gX
++; }
51
REPORTER_ASSERT(r, 1 ==
gX
);
/external/icu/icu4c/source/i18n/
nfrule.cpp
76
static const UChar
gX
= 0x0078;
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
).append(decimalPoint == 0 ? gDot : decimalPoint).append(gZero); break
[
all
...]
/external/libpng/contrib/libtests/
pngvalid.c
2959
png_fixed_point wx, wy, rx, ry,
gx
, gy, bx, by;
member in struct:chrm_modification
[
all
...]
/external/tpm2/
tpm_types.h
[
all
...]
Completed in 123 milliseconds