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

<<21222324252627282930>>

  /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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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.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;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.h 531 mutable GURL paste_and_go_url_;
532 mutable PageTransition::Type paste_and_go_transition_;
533 mutable GURL paste_and_go_alternate_nav_url_;
  /external/chromium_org/base/
bind_helpers.h 347 mutable T* ptr_;
385 mutable bool is_valid_;
386 mutable T scoper_;
  /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_;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h 158 mutable Node* m_positionOffsetBaseNode;
159 mutable int m_positionStartOffset;
160 mutable int m_positionEndOffset;
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.h 280 mutable RefPtr<PluginData> m_pluginData;
300 mutable String m_userStyleSheet;
301 mutable bool m_didLoadUserStyleSheet;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h 211 mutable bool m_createdDocument;
212 mutable RefPtr<Document> m_responseDocument;
215 mutable RefPtr<ArrayBuffer> m_responseArrayBuffer;
  /external/clang/lib/StaticAnalyzer/Checkers/
NSErrorChecker.cpp 42 mutable IdentifierInfo *II;
90 mutable IdentifierInfo *II;
155 mutable IdentifierInfo *NSErrorII, *CFErrorII;
  /libcore/luni/src/test/java/libcore/java/lang/
ThrowableTest.java 99 Throwable[] mutable = throwable.getSuppressed(); local
100 mutable[0] = null;
101 mutable[1] = null;
  /external/openfst/src/include/fst/
replace.h     [all...]
replace-util.h 37 #include <fst/mutable-fst.h>
65 // Constructs from mutable Fsts; Fst ownership given to ReplaceUtil.
156 // Check Mutable Fsts exist o.w. create them.
183 mutable VectorFst<Arc> depfst_; // Fst ID dependencies
184 mutable vector<bool> depaccess_; // Fst ID accessibility
185 mutable uint64 depprops_; // dependency Fst props
186 mutable bool have_stats_; // have dependency statistics
187 mutable vector<ReplaceStats> stats_; // Per Fst statistics
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.h 243 mutable unsigned m_match : 4; // enum Match
244 mutable unsigned m_pseudoType : 8; // PseudoType
247 mutable unsigned m_parsedNth : 1; // Used for :nth-*
  /external/llvm/include/llvm/IR/
Function.h 50 mutable ilist_half_node<BasicBlock> Sentinel;
67 mutable ilist_half_node<Argument> Sentinel;
86 mutable ArgumentListType ArgumentList; ///< The formal arguments
  /external/llvm/include/llvm/Option/
ArgList.h 291 /// This is mutable since we treat the ArgList as being the list
294 mutable ArgStringList ArgStrings;
298 /// This is mutable since we treat the ArgList as being the list
301 mutable std::list<std::string> SynthesizedStrings;
337 mutable arglist_type SynthesizedArgs;
  /external/chromium/base/memory/
linked_ptr.h 74 mutable linked_ptr_internal const* next_;
weak_ptr.h 117 mutable WeakReference::Flag* flag_;

Completed in 3315 milliseconds

<<21222324252627282930>>