HomeSort by relevance Sort by last modified time
    Searched refs:noError (Results 1 - 7 of 7) sorted by null

  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
documenttest.cpp 390 ParseResult noError;
395 EXPECT_NE(error.Code(), noError.Code());
396 EXPECT_NE(error.Offset(), noError.Offset());
401 EXPECT_EQ(a.GetParseError(), noError.Code());
403 EXPECT_EQ(a.GetErrorOffset(), noError.Offset());
409 EXPECT_EQ(b.GetParseError(), noError.Code());
411 EXPECT_EQ(b.GetErrorOffset(), noError.Offset());
485 ParseResult noError;
490 EXPECT_NE(error.Code(), noError.Code());
491 EXPECT_NE(error.Offset(), noError.Offset());
    [all...]
  /external/aac/libSBRenc/src/
sbr_def.h 93 #define noError 0
sbr_encoder.cpp     [all...]
  /external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomonDecoder.cpp 40 FX_BOOL noError = TRUE;
45 noError = FALSE;
48 if (noError) {
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 113 bool noError = false) const;
232 // If noError, returns true iff (1).
233 // If !noError, returns true iff (2).
237 bool noError) const {
242 ProgramStateRef ErrState = State->assume(NoErr, noError);
  /external/icu/icu4c/source/i18n/
reldtfmt.cpp 317 UBool noError = (pos.getErrorIndex() < 0);
318 int32_t offset = (noError)? pos.getIndex(): pos.getErrorIndex();
328 if (noError) {
  /external/zxing/core/
core.jar 

Completed in 548 milliseconds