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

1 2 3

  /external/webrtc/webrtc/base/
latebindingsymboltable_unittest.cc 40 EXPECT_FALSE(table.IsLoaded());
42 EXPECT_TRUE(table.IsLoaded());
49 EXPECT_FALSE(table.IsLoaded());
latebindingsymboltable.h 44 bool IsLoaded() const;
latebindingsymboltable.cc 74 bool LateBindingSymbolTable::IsLoaded() const {
84 if (IsLoaded()) {
136 if (!IsLoaded()) {
latebindingsymboltable.h.def 59 ASSERT(::rtc::LateBindingSymbolTable::IsLoaded()); \
  /external/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 34 bool IsLoaded;
  /external/pdfium/xfa/fxfa/app/
xfa_ffimage.h 21 bool IsLoaded() override;
xfa_fftext.h 25 bool IsLoaded() override;
xfa_ffimage.cpp 21 bool CXFA_FFImage::IsLoaded() {
  /external/webrtc/webrtc/modules/audio_device/linux/
latebindingsymboltable_linux.h 71 bool IsLoaded() const {
78 if (IsLoaded()) {
89 if (!IsLoaded()) {
101 if (!IsLoaded()) {
112 assert(IsLoaded());
  /art/runtime/
plugin.h 41 bool IsLoaded() const {
54 if (IsLoaded() && !Unload()) {
plugin.cc 33 if (other.IsLoaded()) {
40 DCHECK(!IsLoaded());
63 DCHECK(IsLoaded());
art_field.cc 34 DCHECK(GetDeclaringClass()->IsLoaded() || GetDeclaringClass()->IsErroneous());
82 CHECK(GetDeclaringClass()->IsLoaded() || GetDeclaringClass()->IsErroneous());
  /hardware/qcom/display/msm8998/libdrmutils/
drm_lib_loader.h 41 bool IsLoaded() { return is_loaded_; }
  /hardware/qcom/display/sdm845/libdrmutils/
drm_lib_loader.h 41 bool IsLoaded() { return is_loaded_; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 36 bool IsLoaded = false;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 36 bool IsLoaded = false;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 36 bool IsLoaded = false;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 36 bool IsLoaded = false;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 36 bool IsLoaded = false;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 36 bool IsLoaded = false;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 36 bool IsLoaded = false;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 36 bool IsLoaded = false;
  /external/lzma/CPP/Windows/
DLL.h 32 bool IsLoaded() const { return (_module != NULL); }
  /external/pdfium/xfa/fde/
ifde_txtedtpage.h 37 virtual bool IsLoaded(const CFX_RectF* pClipBox) = 0;
  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 77 GS.IsLoaded = true;
151 GS.IsLoaded = true;
160 GS.IsLoaded = true;
185 : IsCompared(false), IsLoaded(false), StoredType(NotStored),

Completed in 1989 milliseconds

1 2 3