HomeSort by relevance Sort by last modified time
    Searched full:iserror (Results 51 - 75 of 556) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetCompoundText.java 424 if (!err.isError()) {
436 if (!err.isError()) {
440 if (err.isError()) {
583 if (err.isError()) {
597 if (err.isError()) {
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 933 bool isError = false;
948 isError = true;
955 isError = true;
975 isError = true;
984 if (isError)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c 1138 BOOLEAN IsError;
1147 IsError = FALSE;
1163 IsError = TRUE;
1191 IsError = TRUE;
1221 IsError = TRUE;
1264 IsError = TRUE;
1275 IsError = TRUE;
1291 IsError = TRUE;
1303 IsError = TRUE;
1338 IsError = TRUE;
    [all...]
  /external/icu/icu4c/source/io/
ustdio.cpp 299 UBool isError = FALSE;
301 U16_APPEND(buf, idx, UPRV_LENGTHOF(buf), uc, isError);
302 if (isError) {
  /external/lzma/CPP/7zip/Bundles/LzmaSpec/
LzmaSpec.cpp 554 bool isError = false;
558 isError = true;
562 if (isError)
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
ContactLoaderTest.java 99 assertTrue(result.isError());
104 assertTrue(result.isError());
109 assertTrue(result.isError());
  /external/doclava/src/com/google/doclava/apicheck/
XmlApiFile.java 95 boolean isError = false; // TODO: not sure.
108 isException, isError, isEnum, isAnnotation, isFinal, isIncluded, name, qualifiedName,
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengineimpl.cc 319 void XmppEngineImpl::IncomingEnd(bool isError) {
323 SignalError(isError ? ERROR_XML : ERROR_DOCUMENT_CLOSED, 0);
  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestCharset.java 457 || (cr.isError() && cr.length() != result[index].length())) {
472 || (cr.isError() && cr.length() != result[index].length())) {
681 if (result.isError()) {
    [all...]
  /art/cmdline/
cmdline_parse_result.h 115 assert(other.IsError());
  /external/icu/icu4c/source/common/unicode/
utf16.h 390 * then isError is set to TRUE.
396 * @param isError output UBool set to TRUE if an error occurs, otherwise not modified
400 #define U16_APPEND(s, i, capacity, c, isError) { \
407 (isError)=TRUE; \
utf8.h 462 * then isError is set to TRUE.
468 * @param isError output UBool set to TRUE if an error occurs, otherwise not modified
472 #define U8_APPEND(s, i, capacity, c, isError) { \
483 (i)=utf8_appendCharSafeBody(s, (i), (capacity), c, &(isError)); \
  /external/libese/esed/
utils.h 140 if (apdu.isError()) {
  /external/llvm/lib/CodeGen/MIRParser/
MILexer.h 143 bool isError() const { return Kind == Error; }
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
InstallTask.java 64 public boolean isError() {
  /prebuilts/go/darwin-x86/src/syscall/
mksyscall_windows.go 192 // IsError determines if p parameter is used to return error.
193 func (p *Param) IsError() bool {
417 if r[0].IsError() {
424 if !r[1].IsError() {
  /prebuilts/go/linux-x86/src/syscall/
mksyscall_windows.go 192 // IsError determines if p parameter is used to return error.
193 func (p *Param) IsError() bool {
417 if r[0].IsError() {
424 if !r[1].IsError() {
  /system/extras/memory_replay/
Action.cpp 196 if (action == nullptr || action->IsError()) {
  /frameworks/av/camera/ndk/impl/
ACameraDevice.cpp 764 CameraDevice::FrameNumberTracker::updateTracker(int64_t frameNumber, bool isError) {
765 ALOGV("updateTracker frame %" PRId64 " isError %d", frameNumber, isError);
766 if (isError) {
879 mFrameNumberTracker.updateTracker(frameNumber, /*isError*/true);
    [all...]
ACameraDevice.h 268 void updateTracker(int64_t frameNumber, bool isError);
  /external/icu/icu4c/source/test/cintltst/
utf16tst.c     [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 427 bool IsError = false;
440 IsError = true;
449 IsError = true;
455 IsError = true;
470 IsError = true;
489 return IsError;
511 bool IsError =
523 if (!IsError) {
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiSsid.java 187 if (result.isError()) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_reading_helper.h 83 AK_FORCE_INLINE bool isError() const {
dynamic_pt_updating_helper.cpp 73 if (readingHelper->isError()) {

Completed in 1048 milliseconds

1 23 4 5 6 7 8 91011>>