HomeSort by relevance Sort by last modified time
    Searched refs:mutable (Results 626 - 650 of 1473) sorted by null

<<21222324252627282930>>

  /frameworks/av/media/libstagefright/include/
NuCachedSource2.h 99 mutable Mutex mLock;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.h 90 mutable Mutex mMutex;
ZslProcessor.h 92 mutable Mutex mInputMutex;
ZslProcessor3.h 97 mutable Mutex mInputMutex;
  /frameworks/base/libs/hwui/
ResourceCache.h 116 mutable Mutex mLock;
  /frameworks/compile/mclinker/include/mcld/LD/
MsgHandler.h 42 mutable unsigned int m_NumArgs;
  /frameworks/native/include/gui/
ConsumerBase.h 235 mutable Mutex mMutex;
  /frameworks/native/opengl/libagl/
TextureObjectManager.h 103 mutable Mutex mLock;
  /frameworks/native/services/surfaceflinger/
Transform.h 107 mutable uint32_t mType;
  /hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 127 mutable Mutex mPreviewBufsLock;
  /ndk/sources/cxx-stl/stlport/src/
message_facets.h 137 mutable _Catalog_nl_catd_map _M_cat;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
patricia_trie_policy.h 160 mutable bool mIsCorrupted;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/debug/
safe_base.h 83 * constant iterator, and false if it is a mutable iterator. Note
94 iterator, and false if it is mutable. */
170 * iterators, one for constant iterators and one for mutable
181 /// The list of mutable iterators that reference this container
188 mutable unsigned int _M_version;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
safe_base.h 82 * constant iterator, and false if it is a mutable iterator. Note
93 iterator, and false if it is mutable. */
169 * iterators, one for constant iterators and one for mutable
180 /// The list of mutable iterators that reference this container
187 mutable unsigned int _M_version;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
safe_base.h 82 * constant iterator, and false if it is a mutable iterator. Note
93 iterator, and false if it is mutable. */
169 * iterators, one for constant iterators and one for mutable
180 /// The list of mutable iterators that reference this container
187 mutable unsigned int _M_version;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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. */
170 * iterators, one for constant iterators and one for mutable
181 /// The list of mutable iterators that reference this container
188 mutable unsigned int _M_version;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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. */
170 * iterators, one for constant iterators and one for mutable
181 /// The list of mutable iterators that reference this container
188 mutable unsigned int _M_version;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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. */
170 * iterators, one for constant iterators and one for mutable
181 /// The list of mutable iterators that reference this container
188 mutable unsigned int _M_version;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/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. */
170 * iterators, one for constant iterators and one for mutable
181 /// The list of mutable iterators that reference this container
188 mutable unsigned int _M_version;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
safe_base.h 82 * constant iterator, and false if it is a mutable iterator. Note
93 iterator, and false if it is mutable. */
169 * iterators, one for constant iterators and one for mutable
180 /// The list of mutable iterators that reference this container
187 mutable unsigned int _M_version;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
safe_base.h 82 * constant iterator, and false if it is a mutable iterator. Note
93 iterator, and false if it is mutable. */
169 * iterators, one for constant iterators and one for mutable
180 /// The list of mutable iterators that reference this container
187 mutable unsigned int _M_version;
  /art/runtime/
oat_file.h 356 mutable Mutex secondary_lookup_lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
362 mutable Table secondary_oat_dex_files_ GUARDED_BY(secondary_lookup_lock_);
369 mutable std::list<std::string> string_cache_ GUARDED_BY(secondary_lookup_lock_);
  /external/chromium_org/base/
bind_helpers.h 343 mutable T* ptr_;
381 mutable bool is_valid_;
382 mutable T scoper_;
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache.h 208 // lazily so it needs to be mutable.
209 mutable std::map<std::string, gfx::Image*> cached_avatar_images_;
212 mutable std::map<std::string, bool> cached_avatar_images_loading_;
219 mutable std::map<std::string, ProfileAvatarDownloader*>
  /external/chromium_org/ppapi/proxy/
serialized_var.h 66 // SerializedVar basically doesn't support const. Everything is mutable and
190 mutable bool has_been_serialized_;
191 mutable bool has_been_deserialized_;
206 mutable scoped_refptr<Inner> inner_;

Completed in 2608 milliseconds

<<21222324252627282930>>