/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | RelativeDateTimeFormatterTest.java | 68 {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, RelativeUnit.HOURS, "0.5 hours ago"}, in TestRelativeDateWithQuantity() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | RelativeDateTimeFormatterTest.java | 65 {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, RelativeUnit.HOURS, "0.5 hours ago"}, in TestRelativeDateWithQuantity() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/indices/ |
D | u_indices_gen.py | 28 FIRST, LAST = 'first', 'last' variable 33 PVS=(FIRST, LAST) 163 if inpv == LAST: 338 if inpv == LAST: 390 for inpv in (FIRST, LAST): 391 for outpv in (FIRST, LAST):
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 837 case7(CEIL, CEIL, LAST, LAST, DCEIL, LAST, LAST); in get_opcode() 839 case7(FMA, FMA, UMAD, UMAD, DFMA, LAST, LAST); in get_opcode() 840 case7(FLR, FLR, LAST, LAST, DFLR, LAST, LAST); in get_opcode() 841 case7(FRC, FRC, LAST, LAST, DFRAC, LAST, LAST); in get_opcode() 843 case7(MAD, MAD, UMAD, UMAD, DMAD, LAST, LAST); in get_opcode() 846 case7(RCP, RCP, LAST, LAST, DRCP, LAST, LAST); in get_opcode() 847 case7(ROUND, ROUND,LAST, LAST, DROUND, LAST, LAST); in get_opcode() 848 case7(RSQ, RSQ, LAST, LAST, DRSQ, LAST, LAST); in get_opcode() 849 case7(SQRT, SQRT, LAST, LAST, DSQRT, LAST, LAST); in get_opcode() 851 case7(TRUNC, TRUNC,LAST, LAST, DTRUNC, LAST, LAST); in get_opcode() [all …]
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | DirectiveParser.cpp | 113 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()
|
D | MacroExpander.cpp | 43 token->type = Token::LAST; in lex() 370 if (token.type == Token::LAST) in collectMacroArgs() 448 while (token.type != Token::LAST) in collectMacroArgs()
|
D | Token.h | 27 LAST = 0, // EOF. enumerator
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | DirectiveParser.cpp | 113 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() 713 while (valid && (token->type != '\n') && (token->type != Token::LAST)) in parseVersion()
|
D | MacroExpander.cpp | 43 token->type = Token::LAST; in lex() 370 if (token.type == Token::LAST) in collectMacroArgs() 448 while (token.type != Token::LAST) in collectMacroArgs()
|
D | Token.h | 27 LAST = 0, // EOF. enumerator
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | DirectiveParser.cpp | 117 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()
|
D | MacroExpander.cpp | 48 token->type = Token::LAST; in lex() 376 if (token.type == Token::LAST) in collectMacroArgs() 452 while (token.type != Token::LAST) in collectMacroArgs()
|
D | Token.h | 32 LAST = 0, // EOF. enumerator
|
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
D | location_test.cpp | 126 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()
|
D | comment_test.cpp | 22 EXPECT_EQ(pp::Token::LAST, token.type); in TEST_P()
|
D | char_test.cpp | 53 int expectedType = pp::Token::LAST; in TEST_P()
|
D | PreprocessorTest.cpp | 32 } while (token.type != pp::Token::LAST); in preprocess()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
D | location_test.cpp | 126 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()
|
D | comment_test.cpp | 22 EXPECT_EQ(pp::Token::LAST, token.type); in TEST_P()
|
D | char_test.cpp | 53 int expectedType = pp::Token::LAST; in TEST_P()
|
D | PreprocessorTest.cpp | 32 } while (token.type != pp::Token::LAST); in preprocess()
|
/third_party/boost/boost/container/detail/ |
D | alloc_lib.h | 78 #define BOOST_CONTAINER_MEMCHAIN_INIT_FROM(PMEMCHAIN, FIRST, LAST, NUM)\ argument 79 (PMEMCHAIN)->last_node_ptr = (boost_cont_memchain_node *)(LAST), \
|
/third_party/python/Lib/tkinter/ |
D | constants.py | 99 LAST='last' variable
|
/third_party/mindspore/mindspore/lite/test/config/ |
D | models_ms_train.cfg | 46 # LAST
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcRobustBufferAccessBehaviorTests.hpp | 413 LAST enumerator 520 LAST enumerator 563 LAST enumerator
|