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

123

/external/easymock/src/org/easymock/
H A DCaptureType.java37 LAST, enum constant in enum:CaptureType
H A DCapture.java41 this(CaptureType.LAST);
115 case LAST:
/external/eigen/bench/btl/data/
H A Dmk_gnuplot_script.sh13 LAST=$FILE
16 echo LAST=$LAST
20 if [ $FILE != $LAST ]
26 BASE=${LAST##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat}
27 echo "'"$LAST"'" title "'"$TITLE"'" >> $WHAT.gnuplot
37 if [ $FILE != $LAST ]
43 BASE=${LAST##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat}
44 echo "'"$LAST"'" title "'"$TITLE"'" >> $WHAT.gnuplot
52 if [ $FILE != $LAST ]
[all...]
H A Dmk_new_gnuplot.sh32 LAST=$FILE
40 if [ $FILE != $LAST ]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DRelativeDateTimeFormatterTest.java66 {0.0, Direction.LAST, RelativeUnit.SECONDS, "0 seconds ago"},
67 {0.5, Direction.LAST, RelativeUnit.SECONDS, "0.5 seconds ago"},
68 {1.0, Direction.LAST, RelativeUnit.SECONDS, "1 second ago"},
69 {2.0, Direction.LAST, RelativeUnit.SECONDS, "2 seconds ago"},
70 {0.0, Direction.LAST, RelativeUnit.MINUTES, "0 minutes ago"},
71 {0.5, Direction.LAST, RelativeUnit.MINUTES, "0.5 minutes ago"},
72 {1.0, Direction.LAST, RelativeUnit.MINUTES, "1 minute ago"},
73 {2.0, Direction.LAST, RelativeUnit.MINUTES, "2 minutes ago"},
74 {0.0, Direction.LAST, RelativeUnit.HOURS, "0 hours ago"},
75 {0.5, Direction.LAST, RelativeUni
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DRelativeDateTimeFormatterTest.java63 {0.0, Direction.LAST, RelativeUnit.SECONDS, "0 seconds ago"},
64 {0.5, Direction.LAST, RelativeUnit.SECONDS, "0.5 seconds ago"},
65 {1.0, Direction.LAST, RelativeUnit.SECONDS, "1 second ago"},
66 {2.0, Direction.LAST, RelativeUnit.SECONDS, "2 seconds ago"},
67 {0.0, Direction.LAST, RelativeUnit.MINUTES, "0 minutes ago"},
68 {0.5, Direction.LAST, RelativeUnit.MINUTES, "0.5 minutes ago"},
69 {1.0, Direction.LAST, RelativeUnit.MINUTES, "1 minute ago"},
70 {2.0, Direction.LAST, RelativeUnit.MINUTES, "2 minutes ago"},
71 {0.0, Direction.LAST, RelativeUnit.HOURS, "0 hours ago"},
72 {0.5, Direction.LAST, RelativeUni
[all...]
/external/libchrome/base/trace_event/
H A Dmemory_dump_request_args.cc34 return MemoryDumpType::LAST;
60 return MemoryDumpLevelOfDetail::LAST;
H A Dmemory_dump_request_args.h30 LAST = PEAK_MEMORY_USAGE // For IPC macros. member in class:base::trace_event::MemoryDumpType
54 LAST = DETAILED member in class:base::trace_event::MemoryDumpType::MemoryDumpLevelOfDetail
/external/python/cpython2/Lib/lib-tk/
H A DTkconstants.py99 LAST='last' variable
/external/python/cpython3/Lib/tkinter/
H A Dconstants.py99 LAST='last' variable
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DToken.h32 LAST = 0, // EOF. enumerator in enum:pp::Token::Type
H A DDirectiveParser.cpp117 return (token->type == '\n') || (token->type == pp::Token::LAST);
245 if (token->type == Token::LAST)
334 if (token->type == Token::LAST)
411 while ((token->type != '\n') && (token->type != Token::LAST))
607 while ((token->type != '\n') && (token->type != Token::LAST))
638 while ((token->type != '\n') && (token->type != Token::LAST))
692 while ((token->type != '\n') && (token->type != Token::LAST))
783 while (valid && (token->type != '\n') && (token->type != Token::LAST))
H A DMacroExpander.cpp48 token->type = Token::LAST;
376 if (token.type == Token::LAST)
452 while (token.type != Token::LAST)
H A DTokenizer.l358 token->type = Token::LAST;
/external/mesa3d/src/gallium/auxiliary/indices/
H A Du_indices_gen.py29 FIRST, LAST = 'first', 'last'
34 PVS=(FIRST, LAST)
167 if inpv == LAST:
372 if inpv == LAST:
424 for inpv in (FIRST, LAST):
425 for outpv in (FIRST, LAST):
H A Du_unfilled_gen.py29 FIRST, LAST = 'first', 'last'
/external/v8/src/regexp/
H A Dregexp-parser.h144 #define LAST(x) last_added_ = x; macro
146 #define LAST(x) macro
H A Dregexp-parser.cc1581 LAST(ADD_ATOM);
1612 LAST(ADD_CHAR);
1670 LAST(ADD_ATOM);
1677 LAST(ADD_ATOM);
1684 LAST(ADD_ASSERT);
1704 LAST(ADD_NONE);
1783 LAST(ADD_TERM);
1797 LAST(ADD_TERM);
/external/deqp/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.hpp399 LAST enumerator in enum:deqp::RobustBufferAccessBehavior::TexelFetchTest::TEST_CASES
507 LAST enumerator in enum:deqp::RobustBufferAccessBehavior::StorageBufferTest::VERSION
552 LAST enumerator in enum:deqp::RobustBufferAccessBehavior::UniformBufferTest::VERSION
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRelativeDateTimeFormatter.java56 * fmt.format(3.2, Direction.LAST, RelativeUnit.YEARS); // "3.2 years ago"
58 * fmt.format(Direction.LAST, AbsoluteUnit.SUNDAY); // "last Sunday"
63 * fmt.format(Direction.LAST, AbsoluteUnit.DAY); // "yesterday"
237 LAST, enum constant in enum:RelativeDateTimeFormatter.Direction
435 * @param direction NEXT means a future relative date; LAST means a past
440 * NEXT or LAST.
443 if (direction != Direction.LAST && direction != Direction.NEXT) {
444 throw new IllegalArgumentException("direction must be NEXT or LAST");
500 direction = Direction.LAST;
513 * @param direction NEXT, LAST, THI
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRelativeDateTimeFormatter.java55 * fmt.format(3.2, Direction.LAST, RelativeUnit.YEARS); // "3.2 years ago"
57 * fmt.format(Direction.LAST, AbsoluteUnit.SUNDAY); // "last Sunday"
62 * fmt.format(Direction.LAST, AbsoluteUnit.DAY); // "yesterday"
266 LAST, enum constant in enum:RelativeDateTimeFormatter.Direction
490 * @param direction NEXT means a future relative date; LAST means a past
495 * NEXT or LAST.
499 if (direction != Direction.LAST && direction != Direction.NEXT) {
500 throw new IllegalArgumentException("direction must be NEXT or LAST");
557 direction = Direction.LAST;
570 * @param direction NEXT, LAST, THI
[all...]
/external/clang/include/clang/AST/
H A DComment.h189 #define COMMENT_RANGE(BASE, FIRST, LAST) \
190 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind,
191 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \
192 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
H A DDataRecord.java251 public static final byte LAST = 2; field in interface:DataRecord.EHalfPlacement
252 public static final String[] names = { "PREFIX", "AFTER_FIRST", "LAST" };
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DDataRecord.java249 public static final byte LAST = 2; field in interface:DataRecord.EHalfPlacement
250 public static final String[] names = { "PREFIX", "AFTER_FIRST", "LAST" };
/external/libtextclassifier/datetime/
H A Dextractor.cc410 {DatetimeExtractorType_LAST, DateParseData::Relation::LAST},

Completed in 886 milliseconds

123