/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/ |
TestLexer.m | 98 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 99 [self recover:mse]; 100 @throw mse; 144 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 145 [self recover:mse]; 146 @throw mse; 177 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 178 [self recover:mse]; 179 @throw mse;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/ |
Testlexer.m | 117 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input]; 118 [self recover:mse]; 119 @throw mse;} 183 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input]; 184 [self recover:mse]; 185 @throw mse;}
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
util.h | 39 double mse = static_cast<double>(sqrerr) / (width_y * height_y); local 41 if (mse > 0.0) { 42 psnr = 10 * log10(255.0 * 255.0 / mse);
|
/external/libvpx/libvpx/test/ |
util.h | 39 double mse = static_cast<double>(sqrerr) / (width_y * height_y); local 41 if (mse > 0.0) { 42 psnr = 10 * log10(255.0 * 255.0 / mse);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
TLexer.m | 115 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 116 [self recover:mse]; 117 @throw mse; 136 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 137 [self recover:mse]; 138 @throw mse; 198 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 199 [self recover:mse]; 200 @throw mse; 265 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input] [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
CombinedLexer.m | 107 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input]; 108 [self recover:mse]; 109 @throw mse;} 127 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input]; 128 [self recover:mse]; 129 @throw mse;} 244 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input]; 245 [self recover:mse]; 246 @throw mse;}
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangLexer.m | 194 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 195 [self recover:mse]; 196 @throw mse; 261 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 262 [self recover:mse]; 263 @throw mse; 314 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 315 [self recover:mse]; 316 @throw mse;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCLexer.m | 214 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 215 [self recover:mse]; 216 @throw mse; 235 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 236 [self recover:mse]; 237 @throw mse; 301 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 302 mse.c = anInt; 303 [self recover:mse]; 304 @throw mse; [all...] |
SimpleCLexer.java | 264 MismatchedSetException mse = new MismatchedSetException(null,input); local 265 recover(mse); 266 throw mse;} 288 MismatchedSetException mse = new MismatchedSetException(null,input); local 289 recover(mse); 290 throw mse;} 480 MismatchedSetException mse = new MismatchedSetException(null,input); local 481 recover(mse); 482 throw mse;}
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
SymbolTableLexer.m | 354 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 355 [self recover:mse]; 356 @throw mse; 421 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 422 [self recover:mse]; 423 @throw mse; 488 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 489 [self recover:mse]; 490 @throw mse;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
SimpleCLexer.m | 549 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 550 [self recover:mse]; 551 @throw mse; 570 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 571 [self recover:mse]; 572 @throw mse; 633 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 634 [self recover:mse]; 635 @throw mse; 701 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input] [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/ |
TreeRewriteLexer.m | 96 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 97 [self recover:mse]; 98 @throw mse;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCLexer.java | 264 MismatchedSetException mse = new MismatchedSetException(null,input); local 265 recover(mse); 266 throw mse;} 288 MismatchedSetException mse = new MismatchedSetException(null,input); local 289 recover(mse); 290 throw mse;} 480 MismatchedSetException mse = new MismatchedSetException(null,input); local 481 recover(mse); 482 throw mse;}
|
SimpleCLexer.m | 532 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input]; 533 [self recover:mse]; 534 @throw mse;} 552 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input]; 553 [self recover:mse]; 554 @throw mse;} 799 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input]; 800 [self recover:mse]; 801 @throw mse;}
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/ |
group-file-lexer.rb | 380 mse = MismatchedSet( nil ) 381 recover mse 382 raise mse 417 mse = MismatchedSet( nil ) 418 recover mse 419 raise mse 438 mse = MismatchedSet( nil ) 439 recover mse 440 raise mse 578 mse = MismatchedSet( nil [all...] |
/external/chromium_org/third_party/libyuv/util/ |
compare.cc | 55 double mse = static_cast<double>(sum_square_err) / local 57 printf(", mse %.2f", mse);
|
/external/libyuv/files/util/ |
compare.cc | 55 double mse = static_cast<double>(sum_square_err) / local 57 printf(", mse %.2f", mse);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
audio_decoder_unittest.cc | 99 // with |mse|. The encoded stream should contain |expected_bytes|. For stereo 102 void EncodeDecodeTest(size_t expected_bytes, int tolerance, double mse, 132 EXPECT_LE(MseInputOutput(processed_samples, delay), mse); local 674 double mse = 1734.0; local 676 EncodeDecodeTest(data_length_, tolerance, mse); 683 double mse = 1931.0; local 685 EncodeDecodeTest(data_length_, tolerance, mse); 692 double mse = 0.0; local 697 EncodeDecodeTest(2 * data_length_, tolerance, mse); 704 double mse = 2.13e6 local 715 double mse = 434951.0; local 726 double mse = 8.18e6; local 737 double mse = 8.18e6; local 748 double mse = 3.46e6; local 758 double mse = 238630.0; local 773 double mse = 238630.0; local 783 double mse = 238630.0; local 794 double mse = 238630.0; local 809 double mse = 17.0; local 823 double mse = 20.0; local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
yuvscaler_unittest.cc | 168 LOG(LS_INFO) << "Image MSE: " << 245 #define TEST_M(name, iwidth, iheight, owidth, oheight, mse) \ 250 EXPECT_LE(error, mse); \ 256 EXPECT_LE(error, mse); \ 262 EXPECT_LE(error, mse); \ 268 EXPECT_LE(error, mse); \ 274 EXPECT_LE(error, mse); \ 280 EXPECT_LE(error, mse); \ 286 EXPECT_LE(error, mse); \ 292 EXPECT_LE(error, mse); \ [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
YuvImageTest.java | 255 // Then, compare the two resutls to check their MSE. 352 double mse = 0; local 364 mse += distance(expColors[idx], actualColors[idx]); 367 mse /= width * height; 369 Log.i(TAG, "MSE: " + mse); 371 assertTrue("MSE too large for normal case: " + mse, 372 mse <= mseMargin); 374 assertFalse("MSE too small for abnormal case: " + mse [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
Lexer.cs | 296 MismatchedNotSetException mse = (MismatchedNotSetException)e; 297 msg = "mismatched character " + GetCharErrorDisplay(e.Character) + " expecting set " + mse.Expecting; 299 MismatchedSetException mse = (MismatchedSetException)e; 300 msg = "mismatched character " + GetCharErrorDisplay(e.Character) + " expecting set " + mse.Expecting;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
Lexer.cs | 360 MismatchedNotSetException mse = (MismatchedNotSetException)e; 361 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting; 365 MismatchedSetException mse = (MismatchedSetException)e; 366 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
SlimLexer.cs | 377 MismatchedNotSetException mse = (MismatchedNotSetException)e; 378 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting; 382 MismatchedSetException mse = (MismatchedSetException)e; 383 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting;
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
Lexer.java | 287 MismatchedNotSetException mse = (MismatchedNotSetException)e; local 288 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+mse.expecting; 291 MismatchedSetException mse = (MismatchedSetException)e; local 292 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+mse.expecting;
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
utility_unittest.cc | 100 float mse = 0; local 105 mse += error * error; 109 if (mse > 0) 110 snr = 10 * log10(variance / mse);
|