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

  /external/aac/libSBRenc/src/
sbr_def.h 93 #define noError 0
sbr_encoder.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
reldtfmt.cpp 277 UBool noError = (pos.getErrorIndex() < 0);
278 int32_t offset = (noError)? pos.getIndex(): pos.getErrorIndex();
288 if (noError) {
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 114 bool noError = false) const;
234 // If noError, returns true iff (1).
235 // If !noError, returns true iff (2).
239 bool noError) const {
244 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 726 milliseconds