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

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h 164 mutable RawPtrWillBeMember<Node> m_positionOffsetBaseNode;
165 mutable int m_positionStartOffset;
166 mutable int m_positionEndOffset;
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.h 491 mutable MenuItemDimensions dimensions_;
502 mutable int left_icon_margin_;
503 mutable int right_icon_margin_;
  /frameworks/native/include/gui/
SurfaceComposerClient.h 170 mutable Mutex mLock;
191 mutable sp<CpuConsumer> mCpuConsumer;
192 mutable sp<IGraphicBufferProducer> mProducer;
  /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/llvm/include/llvm/IR/
Module.h 53 mutable ilist_node<Function> Sentinel;
68 mutable ilist_node<GlobalVariable> Sentinel;
83 mutable ilist_node<GlobalAlias> Sentinel;
101 mutable ilist_node<NamedMDNode> Sentinel;
210 mutable RandomNumberGenerator *RNG; ///< The random number generator for this module.
Function.h 51 mutable ilist_half_node<BasicBlock> Sentinel;
68 mutable ilist_half_node<Argument> Sentinel;
86 mutable ArgumentListType ArgumentList; ///< The formal arguments
  /frameworks/base/services/usage/java/com/android/server/usage/
UserUsageStatsService.java 169 public void combine(IntervalStats stats, boolean mutable,
171 if (!mutable) {
186 public void combine(IntervalStats stats, boolean mutable,
188 if (!mutable) {
284 public void combine(IntervalStats stats, boolean mutable,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 153 mutable Status lastStatus;
325 mutable Status lastStatus;
378 mutable Status lastStatus;
411 mutable Status lastStatus;
463 mutable Status lastStatus;
578 mutable Status lastStatus;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.h 324 mutable unsigned m_match : 4; // enum Match
325 mutable unsigned m_pseudoType : 8; // PseudoType
326 mutable unsigned m_parsedNth : 1; // Used for :nth-*
  /external/llvm/include/llvm/Option/
ArgList.h 302 /// This is mutable since we treat the ArgList as being the list
305 mutable ArgStringList ArgStrings;
309 /// This is mutable since we treat the ArgList as being the list
312 mutable std::list<std::string> SynthesizedStrings;
349 mutable SmallVector<std::unique_ptr<Arg>, 16> SynthesizedArgs;
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 88 mutable bool isInitial;
89 mutable std::set<unsigned> stateInfo;
91 mutable TransitionMap Transitions;
  /external/chromium_org/base/memory/
linked_ptr.h 73 mutable linked_ptr_internal const* next_;
  /external/chromium_org/base/message_loop/
message_loop_proxy_impl_unittest.cc 79 mutable MessageLoop loop_;
  /external/chromium_org/base/synchronization/
waitable_event_watcher_posix.cc 49 mutable Lock lock_;
  /external/chromium_org/base/test/
task_runner_test_template.h 91 mutable Lock lock_;
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.h 143 mutable PrefValueMap migration_values_;
  /external/chromium_org/chrome/browser/content_settings/
host_content_settings_map.h 246 mutable base::PlatformThreadId used_from_thread_id_;
  /external/chromium_org/chrome/browser/plugins/
plugin_prefs.h 142 mutable base::Lock lock_;
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.h 240 mutable std::vector<std::pair<GURL, double> > tracked_urls_;
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar.h 158 mutable base::Lock lock_;
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker.h 183 mutable base::Lock num_changes_lock_;
  /external/chromium_org/chrome/browser/ui/login/
login_prompt.h 125 mutable base::Lock handled_auth_lock_;
  /external/chromium_org/content/browser/
browser_thread_unittest.cc 65 // It's kind of ugly to make this mutable - solely so we can post the Quit
67 mutable base::MessageLoop loop_;
host_zoom_map_impl.h 136 mutable base::Lock lock_;
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl.h 210 mutable base::Lock lock_;

Completed in 1766 milliseconds

<<21222324252627282930>>