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

<<21222324252627282930>>

  /ndk/tests/device/test-stlport/unit/
bind_test.cpp 136 mutable int m_n;
  /external/chromium_org/chrome/browser/chromeos/login/
user_manager_impl.h 353 mutable base::Lock is_current_user_owner_lock_;
409 mutable scoped_ptr<UserFlow> default_flow_;
  /external/chromium_org/chrome/browser/extensions/
extension_action.h 106 mutable scoped_ptr<SkDevice> device_;
353 mutable std::map<int, base::WeakPtr<IconAnimation> > icon_animation_;
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.h 364 mutable std::map<PersonalDataManager::GUIDPair, int> guid_id_map_;
365 mutable std::map<int, PersonalDataManager::GUIDPair> id_guid_map_;
  /external/chromium_org/media/base/
pipeline.h 347 mutable base::Lock lock_;
358 mutable bool did_loading_progress_;
  /external/chromium_org/net/quic/crypto/
crypto_handshake.h 146 mutable scoped_ptr<QuicData> serialized_;
310 mutable scoped_ptr<CryptoHandshakeMessage> scfg_;
  /external/chromium_org/third_party/skia/include/core/
SkStream.h 293 mutable SkAutoTUnref<SkData> fData;
440 mutable SkData* fCopy; // is invalidated if we write after it is created
  /external/clang/include/clang/Lex/
MacroInfo.h 53 mutable unsigned DefinitionLength;
54 mutable bool IsDefinitionLengthCached : 1;
  /external/clang/lib/StaticAnalyzer/Checkers/
DereferenceChecker.cpp 32 mutable OwningPtr<BuiltinBug> BT_null;
33 mutable OwningPtr<BuiltinBug> BT_undef;
  /external/clang/test/CXX/special/class.copy/
p12-0x.cpp 55 mutable TemplateCtor mtc;
62 mutable TemplateCtor mtc;
  /external/skia/include/core/
SkStream.h 295 mutable SkAutoTUnref<SkData> fData;
442 mutable SkData* fCopy; // is invalidated if we write after it is created
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.h 123 mutable Mutex mLock;
233 mutable Mutex mLockControl;
  /frameworks/av/services/audioflinger/
PlaybackTracks.h 119 mutable uint8_t mFillingUpStatus;
233 mutable Mutex mTimedBufferQueueLock;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_suite_impl.hpp 75 mutable readwrite_property<bool> p_enabled; // enabled status for this unit
420 mutable std::list<test_unit*> m_test_cases;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 108 mutable unsigned m_presentationAttributeStyleIsDirty : 1;
109 mutable unsigned m_styleAttributeIsDirty : 1;
110 mutable unsigned m_animatedSVGAttributesAreDirty : 1;
112 mutable RefPtr<StylePropertySet> m_inlineStyle;
113 mutable SpaceSplitString m_classNames;
114 mutable AtomicString m_idForStyleResolution;
165 mutable RefPtr<StylePropertySet> m_presentationAttributeStyle;
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 291 mutable unsigned CacheValidAndLinkage : 3;
    [all...]
  /art/compiler/driver/
compiler_driver.h 385 mutable ReaderWriterMutex freezing_constructor_lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
390 mutable Mutex compiled_classes_lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
395 mutable Mutex compiled_methods_lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.h 514 mutable double m_cachedTime;
515 mutable double m_cachedTimeWallClockUpdateTime;
516 mutable double m_minimumWallClockTimeToCacheMediaTime;
  /external/openfst/src/include/fst/
rational.h 30 #include <fst/mutable-fst.h>
254 mutable vector<pair<Label, const Fst<A>*> > fst_tuples_;
255 mutable ReplaceFst<A> *replace_; // Underlying ReplaceFst
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 329 mutable StateId min_unexpanded_state_id_; // minimum never-expanded state Id
365 mutable uint32 flags;
366 mutable int ref_count;
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 169 mutable Mutex mLock;
399 mutable Mutex mLock;
436 mutable Mutex mLock;
  /frameworks/native/libs/binder/
MemoryDealer.cpp 147 mutable chunk_t* prev;
148 mutable chunk_t* next;
157 mutable Mutex mLock;
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 410 mutable Mutex mStateLock;
462 mutable MessageQueue mEventQueue;
467 mutable Mutex mDestroyedLayerLock;
  /art/runtime/
thread_list.h 125 mutable Mutex allocated_ids_lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 105 mutable android::Mutex m_lock;

Completed in 2523 milliseconds

<<21222324252627282930>>