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

12 3 4 5 6 7 8 91011>>

  /external/skia/src/animator/
SkDisplayMath.h 25 mutable SkRandom fRandom;
SkDisplayRandom.h 37 mutable SkRandom fRandom;
  /external/skia/src/utils/
SkImageGeneratorUtils.h 20 // If the bitmap is mutable, it will make a copy first
  /external/v8/test/mjsunit/regress/
regress-3307.js 19 new p(0.1); // make 'x' mutable box double field in p.
  /dalvik/dexgen/src/com/android/dexgen/rop/
FieldList.java 25 * Get whether this instance is mutable. Note that the
30 * @return {@code true} iff this instance is somehow mutable
  /dalvik/dx/src/com/android/dx/cf/iface/
FieldList.java 25 * Get whether this instance is mutable. Note that the
30 * @return {@code true} iff this instance is somehow mutable
MethodList.java 24 * Get whether this instance is mutable. Note that the
29 * @return {@code true} iff this instance is somehow mutable
  /external/clang/test/CXX/class/class.friend/
p6.cpp 12 friend mutable class F; // expected-error {{'mutable' is invalid in friend declarations}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p7.cpp 24 (void)[i,ic] () mutable ->void {
29 (void)[=] () mutable ->void {
  /external/drm_hwcomposer/
drmcompositor.h 51 // mutable for Dump() propagation
52 mutable std::map<int, DrmDisplayCompositor> compositor_map_;
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
Immutable.java 23 * internal state which is mutable by implementation even if not by design.
24 * Immutable objects may still have internal mutable state for purposes of
  /external/opencv3/modules/calib3d/test/
test_chessboardgenerator.hpp 16 mutable double cov;
26 mutable std::vector<Point3f> corners3d;
  /frameworks/base/core/java/android/text/
SpannedString.java 22 * For mutable markup, see {@link SpannableString}; for mutable text,
  /frameworks/base/libs/hwui/thread/
Barrier.h 46 mutable Mutex mLock;
47 mutable Condition mCondition;
Signal.h 51 mutable Mutex mLock;
52 mutable Condition mCondition;
  /frameworks/native/services/surfaceflinger/
Barrier.h 58 mutable Mutex lock;
59 mutable Condition cv;
  /hardware/intel/img/hwcomposer/merrifield/common/observers/
SoftVsyncObserver.h 43 mutable Mutex mLock;
45 mutable nsecs_t mNextFakeVSync;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
SoftVsyncObserver.h 43 mutable Mutex mLock;
45 mutable nsecs_t mNextFakeVSync;
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmap.java 22 private boolean mutable; field in class:ShadowBitmap
99 return mutable;
102 public void setMutable(boolean mutable) {
103 this.mutable = mutable;
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_mixer_manager_pulse_linux.h 103 mutable uint32_t _paVolume;
104 mutable uint32_t _paMute;
105 mutable uint32_t _paVolSteps;
107 mutable uint32_t _paSpeakerVolume;
108 mutable uint8_t _paChannels;
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSetDTM.java 533 * a mutable type.
539 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESETDTM_NOT_MUTABLE, null)); //"This NodeSetDTM is not mutable!");
551 * a mutable type.
557 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESETDTM_NOT_MUTABLE, null)); //"This NodeSetDTM is not mutable!");
567 * a mutable type.
573 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESETDTM_NOT_MUTABLE, null)); //"This NodeSetDTM is not mutable!");
586 // * a mutable type.
592 // throw new RuntimeException("This NodeSetDTM is not mutable!");
627 // * a mutable type.
633 // throw new RuntimeException("This NodeSetDTM is not mutable!");
    [all...]
  /external/protobuf/src/google/protobuf/
repeated_field_reflection_unittest.cc 90 // Get mutable RepeatedField objects for all fields of interest.
106 // Get mutable RepeatedPtrField objects for all fields of interest.
126 // Check gets through mutable objects.
134 // Check sets through mutable objects.
137 mrpf_string->Mutable(i)->assign(StrFunc(i, -5));
138 mrpf_foreign_message->Mutable(i)->set_c(Func(i, -6));
143 down_cast<ForeignMessage*>(mrpf_message->Mutable(i))->set_c(Func(i, 7));
  /hardware/ti/omap4-aah/camera/inc/
BaseCameraAdapter.h 221 mutable android::Mutex mReturnFrameLock;
224 mutable android::Mutex mLock;
246 mutable android::Mutex mPreviewBufferLock;
250 mutable android::Mutex mSnapshotBufferLock;
257 mutable android::Mutex mVideoBufferLock;
264 mutable android::Mutex mCaptureBufferLock;
271 mutable android::Mutex mPreviewDataBufferLock;
276 mutable android::Mutex mVideoInBufferLock;
280 mutable android::Mutex mSubscriberLock;
  /external/dng_sdk/source/
dng_preview.h 65 mutable dng_ifd fIFD;
147 mutable dng_ifd fIFD;
185 mutable dng_ifd fIFD;
  /external/icu/icu4c/source/i18n/
collationtailoring.h 67 mutable Locale actualLocale;
82 mutable UHashtable *maxExpansions;
83 mutable UInitOnce maxExpansionsInitOnce;

Completed in 410 milliseconds

12 3 4 5 6 7 8 91011>>