HomeSort by relevance Sort by last modified time
    Searched refs:mutable (Results 276 - 300 of 1023) sorted by null

<<11121314151617181920>>

  /system/core/include/utils/
SharedBuffer.h 98 mutable int32_t mRefs;
  /system/core/libpixelflinger/codeflinger/tinyutils/
SharedBuffer.h 101 mutable int32_t mRefs;
  /system/extras/simpleperf/
event_fd.h 86 mutable uint64_t id_;
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 757 mutable CuePoint** m_cue_points;
758 mutable long m_count;
759 mutable long m_preload_count;
760 mutable long long m_pos;
825 mutable long long m_pos;
826 // mutable long long m_size;
827 mutable long long m_element_size;
828 mutable long long m_timecode;
829 mutable BlockEntry** m_entries;
830 mutable long m_entries_size
    [all...]
  /external/libvpx/libwebm/
mkvparser.hpp 757 mutable CuePoint** m_cue_points;
758 mutable long m_count;
759 mutable long m_preload_count;
760 mutable long long m_pos;
825 mutable long long m_pos;
826 // mutable long long m_size;
827 mutable long long m_element_size;
828 mutable long long m_timecode;
829 mutable BlockEntry** m_entries;
830 mutable long m_entries_size
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 864 mutable CuePoint** m_cue_points;
865 mutable long m_count;
866 mutable long m_preload_count;
867 mutable long long m_pos;
943 mutable long long m_pos;
944 //mutable long long m_size;
945 mutable long long m_element_size;
946 mutable long long m_timecode;
947 mutable BlockEntry** m_entries;
948 mutable long m_entries_size
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 53 mutable std::unique_ptr<BugType> BT_doublelock;
54 mutable std::unique_ptr<BugType> BT_doubleunlock;
55 mutable std::unique_ptr<BugType> BT_destroylock;
56 mutable std::unique_ptr<BugType> BT_initlock;
57 mutable std::unique_ptr<BugType> BT_lor;
ChrootChecker.cpp 42 mutable IdentifierInfo *II_chroot, *II_chdir;
44 mutable std::unique_ptr<BuiltinBug> BT_BreakJail;
NonNullParamChecker.cpp 32 mutable std::unique_ptr<BugType> BTAttrNonNull;
33 mutable std::unique_ptr<BugType> BTNullRefArg;
ObjCMissingSuperCallChecker.cpp 80 mutable llvm::StringMap<llvm::SmallSet<Selector, 16> > SelectorsForClass;
81 mutable bool IsInitialized;
  /external/openfst/src/include/fst/
symbol-table.h 197 mutable RefCounter ref_count_;
198 mutable bool check_sum_finalized_;
199 mutable string check_sum_string_;
200 mutable string labeled_check_sum_string_;
201 mutable Mutex check_sum_mutex_;
  /external/clang/include/clang/Basic/
SourceManager.h 98 mutable llvm::PointerIntPair<llvm::MemoryBuffer *, 2> Buffer;
545 mutable llvm::BumpPtrAllocator ContentCacheAlloc;
597 mutable SmallVector<SrcMgr::SLocEntry, 0> LoadedSLocEntryTable;
627 mutable FileID LastFileIDLookup;
636 mutable FileID LastLineNoFileIDQuery;
637 mutable SrcMgr::ContentCache *LastLineNoContentCache;
638 mutable unsigned LastLineNoFilePos;
639 mutable unsigned LastLineNoResult;
648 mutable unsigned NumLinearScans, NumBinaryProbes;
655 mutable llvm::DenseMap<FileID, std::pair<FileID, unsigned> > IncludedLocMap
    [all...]
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 360 mutable LUMatrixType m_l;
361 mutable LUMatrixType m_u;
362 mutable IntColVectorType m_p;
363 mutable IntRowVectorType m_q;
372 mutable ComputationInfo m_info;
376 mutable bool m_extractedDataAreDirty;
  /external/clang/include/clang/Sema/
Designator.h 53 mutable unsigned RBracketLoc;
58 mutable unsigned RBracketLoc;
  /external/eigen/Eigen/src/PaStiXSupport/
PaStiXSupport.h 264 mutable ComputationInfo m_info;
265 mutable pastix_data_t *m_pastixdata; // Data structure for pastix
266 mutable int m_comm; // The MPI communicator identifier
267 mutable Matrix<int,IPARM_SIZE,1> m_iparm; // integer vector for the input parameters
268 mutable Matrix<double,DPARM_SIZE,1> m_dparm; // Scalar vector for the input parameters
269 mutable Matrix<Index,Dynamic,1> m_perm; // Permutation vector
270 mutable Matrix<Index,Dynamic,1> m_invp; // Inverse permutation vector
271 mutable int m_size; // Size of the matrix
  /external/llvm/include/llvm/CodeGen/
MachineDominators.h 53 mutable SmallVector<CriticalEdge, 32> CriticalEdgesToSplit;
60 mutable SmallSet<MachineBasicBlock *, 32> NewBBs;
  /external/skia/include/utils/
SkCamera.h 112 mutable SkMatrix fOrientation;
113 mutable bool fNeedToUpdate;
SkDeferredCanvas.h 251 mutable SkISize fCachedCanvasSize;
252 mutable bool fCachedCanvasSizeDirty;
  /frameworks/native/opengl/libs/EGL/
egl_display.h 135 mutable Mutex lock, refLock;
136 mutable Condition refCond;
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 182 mutable volatile bool renderDone; // indicated whether frame is rendered, this must be set to false by the client of this library once
187 mutable volatile bool driverRenderDone;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.h 96 mutable char_type _M_fill;
97 mutable bool _M_fill_init;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.h 96 mutable char_type _M_fill;
97 mutable bool _M_fill_init;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_ios.h 96 mutable char_type _M_fill;
97 mutable bool _M_fill_init;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 92 mutable char_type _M_fill;
93 mutable bool _M_fill_init;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 92 mutable char_type _M_fill;
93 mutable bool _M_fill_init;

Completed in 1898 milliseconds

<<11121314151617181920>>