HomeSort by relevance Sort by last modified time
    Searched refs:mutable (Results 426 - 450 of 1259) sorted by null

<<11121314151617181920>>

  /frameworks/native/include/ui/
FramebufferNativeWindow.h 84 mutable Mutex mutex;
  /frameworks/native/services/sensorservice/
SensorDevice.h 39 mutable Mutex mLock; // protect mActivationCount[].batchParams
  /frameworks/native/services/surfaceflinger/
Client.h 73 mutable Mutex mLock;
DispSync.h 144 mutable Mutex mMutex;
FrameTracker.h 156 mutable Mutex mMutex;
MessageQueue.h 57 mutable Barrier barrier;
  /frameworks/rs/
rsContext.h 199 mutable ThreadIO mIO;
227 mutable struct {
238 mutable const ObjectBase * mObjHead;
266 mutable RsError mError;
rsMesh.h 39 mutable void *drv;
rsProgram.h 34 mutable void *drv;
rsProgramStore.h 39 mutable void *drv;
rsSampler.h 40 mutable void *drv;
  /hardware/qcom/display/msm8960/libexternal/
external.h 81 mutable android::Mutex mExtDispLock;
  /hardware/qcom/display/msm8974/libexternal/
external.h 84 mutable android::Mutex mExtDispLock;
  /hardware/qcom/display/msm8x26/libexternal/
external.h 81 mutable android::Mutex mExtDispLock;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
exception.hpp 263 mutable exception_detail::refcount_ptr<exception_detail::error_info_container> data_;
264 mutable char const * throw_function_;
265 mutable char const * throw_file_;
266 mutable int throw_line_;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
safe_base.h 83 * constant iterator, and false if it is a mutable iterator. Note
94 iterator, and false if it is mutable. */
151 * iterators, one for constant iterators and one for mutable
162 /// The list of mutable iterators that reference this container
169 mutable unsigned int _M_version;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_base.h 83 * constant iterator, and false if it is a mutable iterator. Note
94 iterator, and false if it is mutable. */
151 * iterators, one for constant iterators and one for mutable
162 /// The list of mutable iterators that reference this container
169 mutable unsigned int _M_version;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_base.h 83 * constant iterator, and false if it is a mutable iterator. Note
94 iterator, and false if it is mutable. */
151 * iterators, one for constant iterators and one for mutable
162 /// The list of mutable iterators that reference this container
169 mutable unsigned int _M_version;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_base.h 83 * constant iterator, and false if it is a mutable iterator. Note
94 iterator, and false if it is mutable. */
151 * iterators, one for constant iterators and one for mutable
162 /// The list of mutable iterators that reference this container
169 mutable unsigned int _M_version;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
safe_base.h 83 * constant iterator, and false if it is a mutable iterator. Note
94 iterator, and false if it is mutable. */
151 * iterators, one for constant iterators and one for mutable
162 /// The list of mutable iterators that reference this container
169 mutable unsigned int _M_version;
  /system/core/include/utils/
SharedBuffer.h 98 mutable int32_t mRefs;
  /system/core/libpixelflinger/codeflinger/tinyutils/
SharedBuffer.h 101 mutable int32_t mRefs;
  /external/chromium/net/tools/flip_server/
epoll_server.h 510 // to this class. Some of its members are declared mutable to get around the
546 mutable EpollCallbackInterface* cb;
548 mutable LIST_ENTRY(CBAndEventMask) entry;
552 mutable int event_mask;
554 mutable int events_asserted;
556 mutable int events_to_fake;
559 mutable bool in_use;
    [all...]
  /external/chromium_org/net/tools/flip_server/
epoll_server.h 505 // to this class. Some of its members are declared mutable to get around the
541 mutable EpollCallbackInterface* cb;
543 mutable LIST_ENTRY(CBAndEventMask) entry;
547 mutable int event_mask;
549 mutable int events_asserted;
551 mutable int events_to_fake;
554 mutable bool in_use;
    [all...]
  /external/clang/lib/Driver/
ToolChains.h 158 mutable OwningPtr<tools::gcc::Preprocess> Preprocess;
159 mutable OwningPtr<tools::gcc::Precompile> Precompile;
160 mutable OwningPtr<tools::gcc::Compile> Compile;
175 mutable OwningPtr<tools::darwin::Lipo> Lipo;
176 mutable OwningPtr<tools::darwin::Dsymutil> Dsymutil;
177 mutable OwningPtr<tools::darwin::VerifyDebug> VerifyDebug;
184 mutable bool TargetInitialized;
187 mutable bool TargetIsIPhoneOS;
190 mutable bool TargetIsIPhoneOSSimulator;
193 mutable VersionTuple TargetVersion
    [all...]

Completed in 1253 milliseconds

<<11121314151617181920>>