Searched defs:VAR (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/mesa/math/ |
H A D | m_debug_util.h | 303 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 }; enumerator
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | RuleParser.java | 34 private static final Pattern VAR = Pattern.compile("^%([A-Z])=(.*)$"); field in RuleParser
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | loctest.h | 200 VAR, enumerator
|
/third_party/python/Lib/unittest/test/ |
H A D | test_async_case.py | 40 VAR = contextvars.ContextVar('VAR', default=()) variable [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ULocaleTest.java | 603 private static final int VAR = 3; field in ULocaleTest
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ULocaleTest.java | 602 private static final int VAR = 3; field in ULocaleTest
|
/third_party/toybox/toys/pending/ |
H A D | crond.c | 42 } VAR; typedef [all...] |
H A D | awk.c | 161 ERROR = 2, NEWLINE, VAR, NUMBER, STRING, REGEX, USERFUNC, BUILTIN, TOKEN, enumerator
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cloctst.c | 190 VAR = 3, enumerator
|
Completed in 35 milliseconds