HomeSort by relevance Sort by last modified time
    Searched full:mutable (Results 126 - 150 of 1825) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4c/source/i18n/
sharedbreakiterator.h 22 // BreakIterator has mutable semantics, clients must ensure that all uses
  /external/libchrome/base/message_loop/
message_loop_task_runner.h 51 mutable Lock valid_thread_id_lock_;
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.h 153 mutable Mutex mutex_;
154 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_.
155 mutable string file_descriptor_serialized_;
156 mutable io::Printer* printer_; // Set in Generate(). Under mutex_.
  /external/skia/src/animator/
SkDisplayEvent.h 56 mutable SkString fKeyString;
SkDrawPath.h 44 mutable SkScalar fLength;
  /external/skia/src/core/
SkLinearBitmapPipeline.h 52 mutable Space fSpace;
  /external/skia/src/effects/gradients/
Sk4fGradientBase.h 58 mutable const Interval* fCachedInterval;
  /external/skia/src/gpu/
GrNonAtomicRef.h 47 mutable int32_t fRefCnt;
  /external/skia/src/gpu/gl/
GrGLPathRange.h 60 mutable size_t fGpuMemorySize;
  /external/skia/src/image/
SkImage_Gpu.h 57 mutable SkAtomic<bool> fAddedRasterVersionToCache;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MethodLocation.java 78 private List<Label> getLabels(boolean mutable) {
80 if (mutable) {
90 private List<BuilderDebugItem> getDebugItems(boolean mutable) {
92 if (mutable) {
  /external/v8/src/
locked-queue.h 32 mutable base::Mutex head_mutex_;
  /external/webrtc/webrtc/base/
bufferqueue.h 48 mutable CriticalSection crit_;
  /external/webrtc/webrtc/common_audio/
channel_buffer.h 161 mutable bool ivalid_;
162 mutable ChannelBuffer<int16_t> ibuf_;
163 mutable bool fvalid_;
164 mutable ChannelBuffer<float> fbuf_;
  /external/webrtc/webrtc/modules/video_processing/
video_processing_impl.h 47 mutable rtc::CriticalSection mutex_;
  /external/webrtc/webrtc/test/
fake_audio_device.h 61 mutable rtc::CriticalSection lock_;
  /external/webrtc/webrtc/voice_engine/
statistics.h 45 mutable int32_t _lastError;
  /frameworks/av/media/libstagefright/filters/
GraphicBufferListener.h 56 mutable Mutex mMutex;
  /frameworks/av/media/libstagefright/include/
MPEG2PSExtractor.h 52 mutable Mutex mLock;
  /frameworks/av/services/mediaresourcemanager/
ServiceLog.h 40 mutable Mutex mLock;
  /frameworks/base/core/java/android/text/
SpannableString.java 23 * For mutable text, see {@link SpannableStringBuilder}.
  /frameworks/base/core/java/android/view/inputmethod/
InputConnectionWrapper.java 39 * @param mutable set {@code true} to protect this object from being reconfigured to target
42 public InputConnectionWrapper(InputConnection target, boolean mutable) {
43 mMutable = mutable;
59 throw new SecurityException("not mutable");
  /frameworks/base/core/java/com/google/android/collect/
Maps.java 24 * Provides static methods for creating mutable {@code Maps} instances easily.
  /frameworks/base/libs/common_time/
common_clock.h 43 mutable Mutex lock_;
  /frameworks/rs/
rsProgramBase.h 36 mutable bool mDirty;

Completed in 2214 milliseconds

1 2 3 4 56 7 8 91011>>