Home
last modified time | relevance | path

Searched refs:LAST (Results 1 - 25 of 42) sorted by relevance

12

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DRelativeDateTimeFormatterTest.java68 {0.0, Direction.LAST, RelativeUnit.SECONDS, "0 seconds ago"}, in TestRelativeDateWithQuantity()
69 {0.5, Direction.LAST, RelativeUnit.SECONDS, "0.5 seconds ago"}, in TestRelativeDateWithQuantity()
70 {1.0, Direction.LAST, RelativeUnit.SECONDS, "1 second ago"}, in TestRelativeDateWithQuantity()
71 {2.0, Direction.LAST, RelativeUnit.SECONDS, "2 seconds ago"}, in TestRelativeDateWithQuantity()
72 {0.0, Direction.LAST, RelativeUnit.MINUTES, "0 minutes ago"}, in TestRelativeDateWithQuantity()
73 {0.5, Direction.LAST, RelativeUnit.MINUTES, "0.5 minutes ago"}, in TestRelativeDateWithQuantity()
74 {1.0, Direction.LAST, RelativeUnit.MINUTES, "1 minute ago"}, in TestRelativeDateWithQuantity()
75 {2.0, Direction.LAST, RelativeUnit.MINUTES, "2 minutes ago"}, in TestRelativeDateWithQuantity()
76 {0.0, Direction.LAST, RelativeUnit.HOURS, "0 hours ago"}, in TestRelativeDateWithQuantity()
77 {0.5, Direction.LAST, RelativeUni in TestRelativeDateWithQuantity()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DRelativeDateTimeFormatterTest.java65 {0.0, Direction.LAST, RelativeUnit.SECONDS, "0 seconds ago"}, in TestRelativeDateWithQuantity()
66 {0.5, Direction.LAST, RelativeUnit.SECONDS, "0.5 seconds ago"}, in TestRelativeDateWithQuantity()
67 {1.0, Direction.LAST, RelativeUnit.SECONDS, "1 second ago"}, in TestRelativeDateWithQuantity()
68 {2.0, Direction.LAST, RelativeUnit.SECONDS, "2 seconds ago"}, in TestRelativeDateWithQuantity()
69 {0.0, Direction.LAST, RelativeUnit.MINUTES, "0 minutes ago"}, in TestRelativeDateWithQuantity()
70 {0.5, Direction.LAST, RelativeUnit.MINUTES, "0.5 minutes ago"}, in TestRelativeDateWithQuantity()
71 {1.0, Direction.LAST, RelativeUnit.MINUTES, "1 minute ago"}, in TestRelativeDateWithQuantity()
72 {2.0, Direction.LAST, RelativeUnit.MINUTES, "2 minutes ago"}, in TestRelativeDateWithQuantity()
73 {0.0, Direction.LAST, RelativeUnit.HOURS, "0 hours ago"}, in TestRelativeDateWithQuantity()
74 {0.5, Direction.LAST, RelativeUni in TestRelativeDateWithQuantity()
[all...]
/third_party/cups-filters/filter/braille/filters/
H A Dbrftopagedbrf.in80 LAST=${PAGERANGE##*-}
81 if [ -z "$BEFORE" ] || [ "$LAST" -gt "$BEFORE" ]
83 BEFORE="$LAST"
89 LAST=${PAGERANGE/*-}
90 PAGES="$PAGES$(seq "$FIRST" "$LAST" | tr $'\012' ' ')"
/third_party/mesa3d/src/util/indices/
H A Du_indices_gen.py28 FIRST, LAST = 'first', 'last'
33 PVS=(FIRST, LAST)
164 if inpv == LAST:
339 if inpv == LAST:
391 for inpv in (FIRST, LAST):
392 for outpv in (FIRST, LAST):
H A Du_unfilled_gen.py28 FIRST, LAST = 'first', 'last'
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DDirectiveParser.cpp113 return (token->type == '\n') || (token->type == pp::Token::LAST); in isEOD()
178 if (token->type == Token::LAST) in lex()
267 if (token->type == Token::LAST) in parseDirective()
341 while ((token->type != '\n') && (token->type != Token::LAST)) in parseDefine()
536 while ((token->type != '\n') && (token->type != Token::LAST)) in parseError()
567 while ((token->type != '\n') && (token->type != Token::LAST)) in parsePragma()
621 while ((token->type != '\n') && (token->type != Token::LAST)) in parseExtension()
725 while (valid && (token->type != '\n') && (token->type != Token::LAST)) in parseVersion()
H A DToken.h27 LAST = 0, // EOF. enumerator
H A DMacroExpander.cpp43 token->type = Token::LAST;
370 if (token.type == Token::LAST) in collectMacroArgs()
448 while (token.type != Token::LAST) in collectMacroArgs()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DDirectiveParser.cpp117 return (token->type == '\n') || (token->type == pp::Token::LAST); in isEOD()
245 if (token->type == Token::LAST) in lex()
334 if (token->type == Token::LAST) in parseDirective()
411 while ((token->type != '\n') && (token->type != Token::LAST)) in parseDefine()
607 while ((token->type != '\n') && (token->type != Token::LAST)) in parseError()
638 while ((token->type != '\n') && (token->type != Token::LAST)) in parsePragma()
692 while ((token->type != '\n') && (token->type != Token::LAST)) in parseExtension()
783 while (valid && (token->type != '\n') && (token->type != Token::LAST)) in parseVersion()
H A DToken.h32 LAST = 0, // EOF. enumerator
H A DMacroExpander.cpp48 token->type = Token::LAST;
376 if (token.type == Token::LAST) in collectMacroArgs()
452 while (token.type != Token::LAST) in collectMacroArgs()
/third_party/rust/crates/clap/src/builder/
H A Darg_settings.rs63 const LAST = 1 << 14; consts
86 Last => Flags::LAST,
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
H A Dlocation_test.cpp126 EXPECT_EQ(pp::Token::LAST, token.type); in TEST_F()
144 EXPECT_EQ(pp::Token::LAST, token.type); in TEST_F()
162 EXPECT_EQ(pp::Token::LAST, token.type); in TEST_F()
H A Dcomment_test.cpp22 EXPECT_EQ(pp::Token::LAST, token.type); in TEST_P()
H A Dchar_test.cpp53 int expectedType = pp::Token::LAST; in TEST_P()
H A DPreprocessorTest.cpp32 } while (token.type != pp::Token::LAST); in preprocess()
H A Dinput_test.cpp26 EXPECT_EQ(pp::Token::LAST, token.type); in TEST_F()
/third_party/python/Lib/tkinter/
H A Dconstants.py99 LAST='last' variable
/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc98 #define LAST(x) last_added_ = x; macro
100 #define LAST(x) macro
2104 LAST(ADD_ATOM); in FlushCharacters()
2135 LAST(ADD_CHAR); in AddCharacter()
2190 LAST(ADD_ATOM); in AddAtom()
2196 LAST(ADD_ATOM); in AddTerm()
2202 LAST(ADD_ASSERT); in AddAssertion()
2222 LAST(ADD_NONE); in FlushTerms()
2308 LAST(ADD_TERM); in AddQuantifierToAtom()
2321 LAST(ADD_TER in AddQuantifierToAtom()
2378 #undef LAST global() macro
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.hpp413 LAST enumerator
520 LAST enumerator
563 LAST enumerator
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRelativeDateTimeFormatter.java61 * fmt.format(3.2, Direction.LAST, RelativeUnit.YEARS); // "3.2 years ago"
63 * fmt.format(Direction.LAST, AbsoluteUnit.SUNDAY); // "last Sunday"
68 * fmt.format(Direction.LAST, AbsoluteUnit.DAY); // "yesterday"
282 LAST, enum constant
648 * @param direction NEXT means a future relative date; LAST means a past
653 * NEXT or LAST.
670 * @param direction NEXT means a future relative date; LAST means a past
675 * NEXT or LAST.
685 if (direction != Direction.LAST && direction != Direction.NEXT) { in formatImpl()
686 throw new IllegalArgumentException("direction must be NEXT or LAST"); in formatImpl()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRelativeDateTimeFormatter.java62 * fmt.format(3.2, Direction.LAST, RelativeUnit.YEARS); // "3.2 years ago"
64 * fmt.format(Direction.LAST, AbsoluteUnit.SUNDAY); // "last Sunday"
69 * fmt.format(Direction.LAST, AbsoluteUnit.DAY); // "yesterday"
252 LAST, enum constant
570 * @param direction NEXT means a future relative date; LAST means a past
575 * NEXT or LAST.
591 * @param direction NEXT means a future relative date; LAST means a past
596 * NEXT or LAST.
605 if (direction != Direction.LAST && direction != Direction.NEXT) { in formatImpl()
606 throw new IllegalArgumentException("direction must be NEXT or LAST"); in formatImpl()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DDataRecord.java249 public static final byte LAST = 2; field
250 public static final String[] names = { "PREFIX", "AFTER_FIRST", "LAST" };
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
H A DDataRecord.java272 public static final byte LAST = 2; field
273 public static final String[] names = { "PREFIX", "AFTER_FIRST", "LAST" };
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-set.c947 LAST, enumerator
994 case LAST: in check_set_operations()
1052 for (set_operation op = UNION; op < LAST; op++) { in test_set_inverted_operations()

Completed in 18 milliseconds

12