/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/chromium_org/v8/test/mjsunit/ |
D | cyrillic.js | 35 LAST: "\u042f", // YA property 50 LAST: "\u03a9", // OMEGA property 71 var last = lc ? chars.last : chars.LAST; 74 var last_other_case = lc ? chars.LAST : chars.last; 114 assertTrue(Range(greek.first, cyrillic.LAST, flag).test(greek.first), 19); 115 assertTrue(Range(greek.first, cyrillic.LAST, flag).test(greek.middle), 20); 116 assertTrue(Range(greek.first, cyrillic.LAST, flag).test(greek.last), 21); 118 assertTrue(Range(greek.first, cyrillic.LAST, flag).test(cyrillic.FIRST), 22); 119 assertTrue(Range(greek.first, cyrillic.LAST, flag).test(cyrillic.MIDDLE), 23); 120 assertTrue(Range(greek.first, cyrillic.LAST, flag).test(cyrillic.LAST), 24); [all …]
|
/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/chromium_org/third_party/angle/tests/preprocessor_tests/ |
D | version_test.cpp | 114 } while (token.type != pp::Token::LAST); in TEST_F() 135 } while (token.type != pp::Token::LAST); in TEST_F() 153 } while (token.type != pp::Token::LAST); in TEST_F() 174 } while (token.type != pp::Token::LAST); in TEST_F() 194 } while (token.type != pp::Token::LAST); in TEST_F()
|
D | location_test.cpp | 122 EXPECT_EQ(pp::Token::LAST, token.type); in TEST_F() 140 EXPECT_EQ(pp::Token::LAST, token.type); in TEST_F() 158 EXPECT_EQ(pp::Token::LAST, token.type); in TEST_F()
|
D | PreprocessorTest.cpp | 25 } while (token.type != pp::Token::LAST); in preprocess()
|
D | comment_test.cpp | 23 EXPECT_EQ(pp::Token::LAST, token.type); in TEST_P()
|
D | char_test.cpp | 52 int expectedType = pp::Token::LAST; in TEST_P()
|
/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/chromium_org/third_party/leveldatabase/src/doc/ |
D | log_format.txt | 9 type: uint8 // One of FULL, FIRST, MIDDLE, LAST 29 LAST == 4 33 FIRST, MIDDLE, LAST are types used for user records that have been 35 FIRST is the type of the first fragment of a user record, LAST is the
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
D | DirectiveParser.cpp | 107 return (token->type == '\n') || (token->type == pp::Token::LAST); in isEOD() 232 if (token->type == Token::LAST) in lex() 322 if (token->type == Token::LAST) in parseDirective() 383 while ((token->type != '\n') && (token->type != Token::LAST)) in parseDefine() 569 while ((token->type != '\n') && (token->type != Token::LAST)) in parseError() 595 while ((token->type != '\n') && (token->type != Token::LAST)) in parsePragma() 650 while ((token->type != '\n') && (token->type != Token::LAST)) in parseExtension() 725 while (valid && (token->type != '\n') && (token->type != Token::LAST)) in parseVersion() 795 while ((token->type != '\n') && (token->type != Token::LAST)) in parseLine()
|
D | MacroExpander.cpp | 34 token->type = Token::LAST; in lex() 255 if (token.type == Token::LAST) in collectMacroArgs() 324 while (token.type != Token::LAST) in collectMacroArgs()
|
D | Token.h | 22 LAST = 0, // EOF. enumerator
|
/external/chromium_org/chrome/browser/prefs/ |
D | session_startup_pref_unittest.cc | 105 EXPECT_EQ(SessionStartupPref::LAST, pref.type); in TEST_F() 132 EXPECT_EQ(SessionStartupPref::LAST, pref.type); in TEST_F() 200 EXPECT_EQ(SessionStartupPref::LAST, pref.type); in TEST_F()
|
D | session_startup_pref.cc | 36 case SessionStartupPref::LAST: return SessionStartupPref::kPrefValueLast; in TypeToPrefValue() 89 return SessionStartupPref::LAST; in GetDefaultStartupType() 296 case kPrefValueLast: return SessionStartupPref::LAST; in PrefValueToType()
|
D | session_startup_pref.h | 30 LAST, enumerator
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/ |
D | u_indices_gen.py | 29 FIRST, LAST = 'first', 'last' variable 33 PVS=(FIRST, LAST) 256 for inpv in (FIRST, LAST): 257 for outpv in (FIRST, LAST):
|
/external/mesa3d/src/gallium/auxiliary/indices/ |
D | u_indices_gen.py | 29 FIRST, LAST = 'first', 'last' variable 33 PVS=(FIRST, LAST) 256 for inpv in (FIRST, LAST): 257 for outpv in (FIRST, LAST):
|
/external/chromium_org/content/public/common/ |
D | speech_recognition_error_list.h | 37 DEFINE_SPEECH_RECOGNITION_ERROR(LAST, 7)
|
/external/chromium_org/chrome/browser/extensions/api/settings_overrides/ |
D | settings_overrides_browsertest.cc | 59 SessionStartupPref startup_pref(SessionStartupPref::LAST); in IN_PROC_BROWSER_TEST_F() 117 EXPECT_EQ(SessionStartupPref::LAST, startup_pref.type); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/mojo/public/interfaces/bindings/tests/ |
D | sample_import.mojom | 15 LAST = TRIANGLE,
|
/external/chromium_org/chrome/browser/translate/ |
D | translate_manager_browsertest.cc | 34 SessionStartupPref pref(SessionStartupPref::LAST); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/mojo/python/tests/ |
D | bindings_enums_unittest.py | 25 self.assertEquals(sample_import_mojom.Shape.LAST,
|