/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | RelativeDateTimeFormatterTest.java | 63 {0.0, Direction.LAST, RelativeUnit.SECONDS, "0 seconds ago"}, in TestRelativeDateWithQuantity() 64 {0.5, Direction.LAST, RelativeUnit.SECONDS, "0.5 seconds ago"}, in TestRelativeDateWithQuantity() 65 {1.0, Direction.LAST, RelativeUnit.SECONDS, "1 second ago"}, in TestRelativeDateWithQuantity() 66 {2.0, Direction.LAST, RelativeUnit.SECONDS, "2 seconds ago"}, in TestRelativeDateWithQuantity() 67 {0.0, Direction.LAST, RelativeUnit.MINUTES, "0 minutes ago"}, in TestRelativeDateWithQuantity() 68 {0.5, Direction.LAST, RelativeUnit.MINUTES, "0.5 minutes ago"}, in TestRelativeDateWithQuantity() 69 {1.0, Direction.LAST, RelativeUnit.MINUTES, "1 minute ago"}, in TestRelativeDateWithQuantity() 70 {2.0, Direction.LAST, RelativeUnit.MINUTES, "2 minutes ago"}, in TestRelativeDateWithQuantity() 71 {0.0, Direction.LAST, RelativeUnit.HOURS, "0 hours ago"}, in TestRelativeDateWithQuantity() 72 {0.5, Direction.LAST, RelativeUnit.HOURS, "0.5 hours ago"}, in TestRelativeDateWithQuantity() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | RelativeDateTimeFormatterTest.java | 66 {0.0, Direction.LAST, RelativeUnit.SECONDS, "0 seconds ago"}, in TestRelativeDateWithQuantity() 67 {0.5, Direction.LAST, RelativeUnit.SECONDS, "0.5 seconds ago"}, in TestRelativeDateWithQuantity() 68 {1.0, Direction.LAST, RelativeUnit.SECONDS, "1 second ago"}, in TestRelativeDateWithQuantity() 69 {2.0, Direction.LAST, RelativeUnit.SECONDS, "2 seconds ago"}, in TestRelativeDateWithQuantity() 70 {0.0, Direction.LAST, RelativeUnit.MINUTES, "0 minutes ago"}, in TestRelativeDateWithQuantity() 71 {0.5, Direction.LAST, RelativeUnit.MINUTES, "0.5 minutes ago"}, in TestRelativeDateWithQuantity() 72 {1.0, Direction.LAST, RelativeUnit.MINUTES, "1 minute ago"}, in TestRelativeDateWithQuantity() 73 {2.0, Direction.LAST, RelativeUnit.MINUTES, "2 minutes ago"}, in TestRelativeDateWithQuantity() 74 {0.0, Direction.LAST, RelativeUnit.HOURS, "0 hours ago"}, in TestRelativeDateWithQuantity() 75 {0.5, Direction.LAST, RelativeUnit.HOURS, "0.5 hours ago"}, in TestRelativeDateWithQuantity() [all …]
|
/external/eigen/bench/btl/data/ |
D | mk_gnuplot_script.sh | 13 LAST=$FILE 16 echo LAST=$LAST 20 if [ $FILE != $LAST ] 26 BASE=${LAST##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC… 27 echo "'"$LAST"'" title "'"$TITLE"'" >> $WHAT.gnuplot 37 if [ $FILE != $LAST ] 43 BASE=${LAST##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC… 44 echo "'"$LAST"'" title "'"$TITLE"'" >> $WHAT.gnuplot 52 if [ $FILE != $LAST ] 58 BASE=${LAST##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC… [all …]
|
D | mk_new_gnuplot.sh | 32 LAST=$FILE 40 if [ $FILE != $LAST ]
|
/external/swiftshader/third_party/LLVM/test/TableGen/ |
D | subst.td | 4 // RUN: llvm-tblgen %s | grep {LAST} | count 1 24 Name<!subst("FIRST", "John", !subst("LAST", "Smith", name)), 27 def JohnSmith : AName<"FIRST LAST", TVAR>; 28 def JaneSmith : AName<"Jane LAST", Ms>; 29 def JohnSmithJones : AName<"FIRST LAST-Jones", Mr>;
|
/external/llvm/test/TableGen/ |
D | subst.td | 19 Name<!subst("FIRST", "John", !subst("LAST", "Smith", name)), 22 def JohnSmith : AName<"FIRST LAST", TVAR>; 23 def JaneSmith : AName<"Jane LAST", Ms>; 24 def JohnSmithJones : AName<"FIRST LAST-Jones", Mr>; 29 // CHECK-NEXT: string name = !subst("FIRST", "John", !subst("LAST", "Smith", AName:name));
|
/external/libchrome/base/trace_event/ |
D | memory_dump_request_args.cc | 34 return MemoryDumpType::LAST; in StringToMemoryDumpType() 60 return MemoryDumpLevelOfDetail::LAST; in StringToMemoryDumpLevelOfDetail()
|
D | memory_dump_request_args.h | 30 LAST = PEAK_MEMORY_USAGE // For IPC macros. enumerator 54 LAST = DETAILED enumerator
|
/external/easymock/src/org/easymock/ |
D | Capture.java | 41 this(CaptureType.LAST); in Capture() 115 case LAST: in setValue()
|
D | CaptureType.java | 37 LAST, enumConstant
|
/external/llvm/test/Transforms/GCOVProfiling/ |
D | return-block.ll | 7 …cov -n -dump %T/return-block.gcno 2>&1 | FileCheck -check-prefix=CHECK -check-prefix=RETURN-LAST %s 16 …cov -n -dump %T/return-block.gcno 2>&1 | FileCheck -check-prefix=CHECK -check-prefix=RETURN-LAST %s 77 ; RETURN-LAST: Destination Edges 81 ; RETURN-LAST-NOT: Destination Edges
|
/external/mesa3d/src/gallium/auxiliary/indices/ |
D | u_indices_gen.py | 29 FIRST, LAST = 'first', 'last' variable 34 PVS=(FIRST, LAST) 167 if inpv == LAST: 372 if inpv == LAST: 424 for inpv in (FIRST, LAST): 425 for outpv in (FIRST, LAST):
|
/external/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
|
/external/v8/src/regexp/ |
D | regexp-parser.cc | 1581 LAST(ADD_ATOM); in FlushCharacters() 1612 LAST(ADD_CHAR); in AddCharacter() 1670 LAST(ADD_ATOM); in AddAtom() 1677 LAST(ADD_ATOM); in AddTerm() 1684 LAST(ADD_ASSERT); in AddAssertion() 1704 LAST(ADD_NONE); in FlushTerms() 1783 LAST(ADD_TERM); in AddQuantifierToAtom() 1797 LAST(ADD_TERM); in AddQuantifierToAtom()
|
D | regexp-parser.h | 144 #define LAST(x) last_added_ = x; macro 146 #define LAST(x) macro
|
/external/deqp/external/openglcts/modules/common/ |
D | glcRobustBufferAccessBehaviorTests.hpp | 399 LAST enumerator 507 LAST enumerator 552 LAST enumerator
|
/external/llvm/test/Transforms/InstSimplify/ |
D | ptr_diff.ll | 39 ; CHECK: [[LAST:%.*]] = getelementptr i8, i8* %ptr, i32 42 41 ; CHECK-NEXT: [[LAST_INT:%.*]] = ptrtoint i8* [[LAST]] to i64
|
/external/python/cpython3/Lib/tkinter/ |
D | constants.py | 99 LAST='last' variable
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkconstants.py | 99 LAST='last' variable
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RelativeDateTimeFormatter.java | 266 LAST, enumConstant 499 if (direction != Direction.LAST && direction != Direction.NEXT) { in format() 557 direction = Direction.LAST; in formatNumeric() 630 case -100/*-1*/: direction = Direction.LAST; useNumeric = false; break; in format() 876 return Direction.LAST; in keyToDirection()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RelativeDateTimeFormatter.java | 237 LAST, enumConstant 443 if (direction != Direction.LAST && direction != Direction.NEXT) { in format() 500 direction = Direction.LAST; in formatNumeric() 571 case -100/*-1*/: direction = Direction.LAST; useNumeric = false; break; in format() 813 return Direction.LAST; in keyToDirection()
|
/external/libmojo/mojo/public/interfaces/bindings/tests/ |
D | sample_import.mojom | 15 LAST = TRIANGLE,
|
/external/clang/include/clang/AST/ |
D | Comment.h | 189 #define COMMENT_RANGE(BASE, FIRST, LAST) \ argument 190 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind, 191 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \ argument 192 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind
|