HomeSort by relevance Sort by last modified time
    Searched refs:isBad (Results 1 - 25 of 50) sorted by null

1 2

  /external/clang/lib/Lex/
MacroArgs.cpp 278 bool isBad = false;
280 isBad = Result[1] == '\''; // ''' is not legal. '\' already fixed above.
282 isBad = (Result.size() != 4 || Result[1] != '\\'); // Not '\x'
284 if (isBad) {
  /external/skia/src/gpu/
GrGpuCommandBuffer.cpp 52 if (pipeline.isBad() || !primProc.instantiate(resourceProvider)) {
GrPipeline.h 197 bool isBad() const { return SkToBool(fFlags & kIsBad_Flag); }
  /external/skqp/src/gpu/
GrGpuCommandBuffer.cpp 52 if (pipeline.isBad() || !primProc.instantiate(resourceProvider)) {
GrPipeline.h 197 bool isBad() const { return SkToBool(fFlags & kIsBad_Flag); }
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 106 bool isBad() const;
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapResponse.java 57 public boolean isBad() {
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapResponse.java 68 public boolean isBad() {
  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 235 bool FileHandle::isBad() const {
  /external/clang/include/clang/Sema/
Overload.h 488 bool isBad() const { return getKind() == BadConversion; }
493 bool isFailure() const { return isBad() || isAmbiguous(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Overload.h 500 bool isBad() const { return getKind() == BadConversion; }
505 bool isFailure() const { return isBad() || isAmbiguous(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
Overload.h 500 bool isBad() const { return getKind() == BadConversion; }
505 bool isFailure() const { return isBad() || isAmbiguous(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
Overload.h 500 bool isBad() const { return getKind() == BadConversion; }
505 bool isFailure() const { return isBad() || isAmbiguous(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
Overload.h 500 bool isBad() const { return getKind() == BadConversion; }
505 bool isFailure() const { return isBad() || isAmbiguous(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
Overload.h 500 bool isBad() const { return getKind() == BadConversion; }
505 bool isFailure() const { return isBad() || isAmbiguous(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
Overload.h 500 bool isBad() const { return getKind() == BadConversion; }
505 bool isFailure() const { return isBad() || isAmbiguous(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
Overload.h 500 bool isBad() const { return getKind() == BadConversion; }
505 bool isFailure() const { return isBad() || isAmbiguous(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Overload.h 500 bool isBad() const { return getKind() == BadConversion; }
505 bool isFailure() const { return isBad() || isAmbiguous(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
Overload.h 500 bool isBad() const { return getKind() == BadConversion; }
505 bool isFailure() const { return isBad() || isAmbiguous(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
Overload.h 500 bool isBad() const { return getKind() == BadConversion; }
505 bool isFailure() const { return isBad() || isAmbiguous(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
Overload.h 500 bool isBad() const { return getKind() == BadConversion; }
505 bool isFailure() const { return isBad() || isAmbiguous(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
Overload.h 500 bool isBad() const { return getKind() == BadConversion; }
505 bool isFailure() const { return isBad() || isAmbiguous(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
Overload.h 500 bool isBad() const { return getKind() == BadConversion; }
505 bool isFailure() const { return isBad() || isAmbiguous(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
Overload.h 500 bool isBad() const { return getKind() == BadConversion; }
505 bool isFailure() const { return isBad() || isAmbiguous(); }
    [all...]
  /external/skia/src/gpu/gl/builders/
GrGLProgramBuilder.cpp 39 SkASSERT(!pipeline.isBad() && primProc.instantiate(resourceProvider));

Completed in 7198 milliseconds

1 2