Home
last modified time | relevance | path

Searched refs:mutable (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/external/dexmaker/src/dx/java/com/android/dx/util/
DMutabilityControl.java27 private boolean mutable; field in MutabilityControl
33 mutable = true; in MutabilityControl()
41 public MutabilityControl(boolean mutable) { in MutabilityControl() argument
42 this.mutable = mutable; in MutabilityControl()
49 mutable = false; in setImmutable()
59 return !mutable; in isImmutable()
68 return mutable; in isMutable()
76 if (!mutable) { in throwIfImmutable()
85 if (mutable) { in throwIfMutable()
/external/lldb/test/functionalities/data-formatter/rdar-12529957/
Dmain.m18 NSMutableSet* mutable = [NSMutableSet setWithCapacity:5];
19 [mutable addObject:@1];
20 [mutable addObject:@2];
21 [mutable addObject:@3];
22 [mutable addObject:@4];
23 [mutable addObject:@5];
24 [mutable addObject:[NSURL URLWithString:@"www.apple.com"]];
25 [mutable addObject:@[@1,@2,@3]];
26 [mutable unionSet:set];
27 [mutable removeAllObjects]; // Set break point at this line.
[all …]
/external/clang/include/clang/AST/
DASTContext.h92 mutable SmallVector<Type *, 0> Types;
93 mutable llvm::FoldingSet<ExtQuals> ExtQualNodes;
94 mutable llvm::FoldingSet<ComplexType> ComplexTypes;
95 mutable llvm::FoldingSet<PointerType> PointerTypes;
96 mutable llvm::FoldingSet<AdjustedType> AdjustedTypes;
97 mutable llvm::FoldingSet<BlockPointerType> BlockPointerTypes;
98 mutable llvm::FoldingSet<LValueReferenceType> LValueReferenceTypes;
99 mutable llvm::FoldingSet<RValueReferenceType> RValueReferenceTypes;
100 mutable llvm::FoldingSet<MemberPointerType> MemberPointerTypes;
101 mutable llvm::FoldingSet<ConstantArrayType> ConstantArrayTypes;
[all …]
DNSAPI.h227 mutable IdentifierInfo *ClassIds[NumClassIds];
229 mutable Selector NSStringSelectors[NumNSStringMethods];
232 mutable Selector NSArraySelectors[NumNSArrayMethods];
235 mutable Selector NSDictionarySelectors[NumNSDictionaryMethods];
238 mutable Selector NSSetSelectors[NumNSSetMethods];
241 mutable Selector NSNumberClassSelectors[NumNSNumberLiteralMethods];
242 mutable Selector NSNumberInstanceSelectors[NumNSNumberLiteralMethods];
244 mutable Selector objectForKeyedSubscriptSel, objectAtIndexedSubscriptSel,
248 mutable IdentifierInfo *BOOLId, *NSIntegerId, *NSUIntegerId;
249 mutable IdentifierInfo *NSASCIIStringEncodingId, *NSUTF8StringEncodingId;
DRawCommentList.h128 mutable StringRef RawText;
129 mutable const char *BriefText;
131 mutable bool RawTextValid : 1; ///< True if RawText is valid
132 mutable bool BriefTextValid : 1; ///< True if BriefText is valid
/external/eigen/Eigen/src/SPQRSupport/
DSuiteSparseQRSupport.h220 mutable bool m_isRUpToDate;
221 mutable ComputationInfo m_info;
225 mutable cholmod_sparse *m_cR; // The sparse R factor in cholmod format
226 mutable MatrixType m_R; // The sparse matrix R in Eigen format
227 mutable Index *m_E; // The permutation applied to columns
228 mutable cholmod_sparse *m_H; //The householder vectors
229 mutable Index *m_HPinv; // The row permutation of H
230 mutable cholmod_dense *m_HTau; // The Householder coefficients
231 mutable Index m_rank; // The rank of the matrix
232 mutable cholmod_common m_cc; // Workspace and parameters
/external/skia/include/ports/
DSkFontMgr_indirect.h94 mutable SkTArray<DataEntry> fDataCache;
95 mutable SkMutex fDataCacheMutex;
97 mutable SkAutoTUnref<SkDataTable> fFamilyNames;
98 mutable bool fFamilyNamesInited;
99 mutable SkMutex fFamilyNamesMutex;
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DDGMRES.h228 mutable DenseMatrix m_V; // Krylov basis vectors
229 mutable DenseMatrix m_H; // Hessenberg matrix
230 mutable DenseMatrix m_Hes; // Initial hessenberg matrix wihout Givens rotations applied
231 mutable Index m_restart; // Maximum size of the Krylov subspace
232 mutable DenseMatrix m_U; // Vectors that form the basis of the invariant subspace
233 mutable DenseMatrix m_MU; // matrix operator applied to m_U (for next cycles)
234 mutable DenseMatrix m_T; /* T=U^T*M^{-1}*A*U */
235 mutable PartialPivLU<DenseMatrix> m_luT; // LU factorization of m_T
236 mutable int m_neig; //Number of eigenvalues to extract at each restart
237 mutable int m_r; // Current number of deflated eigenvalues, size of m_U
[all …]
/external/ceres-solver/internal/ceres/
Dimplicit_schur_complement.h158 mutable Vector tmp_rows_;
159 mutable Vector tmp_e_cols_;
160 mutable Vector tmp_e_cols_2_;
161 mutable Vector tmp_f_cols_;
/external/llvm/utils/TableGen/
DCodeGenTarget.h68 mutable DenseMap<const Record*,
70 mutable std::unique_ptr<CodeGenRegBank> RegBank;
71 mutable std::vector<Record*> RegAltNameIndices;
72 mutable SmallVector<MVT::SimpleValueType, 8> LegalValueTypes;
77 mutable std::unique_ptr<CodeGenSchedModels> SchedModels;
79 mutable std::vector<const CodeGenInstruction*> InstrsByEnum;
/external/llvm/include/llvm/Support/
DStreamingMemoryObject.h54 mutable std::vector<unsigned char> Bytes;
56 mutable size_t BytesRead; // Bytes read from stream
58 mutable size_t ObjectSize; // 0 if unknown, set if wrapper seen or EOF reached
59 mutable bool EOFReached;
DManagedStatic.h43 mutable void *Ptr;
44 mutable void (*DeleterFn)(void*);
45 mutable const ManagedStaticBase *Next;
/external/skia/src/gpu/
DGrPipelineBuilder.h428 mutable SkAutoTUnref<const GrXPFactory> fXPFactory;
433 mutable GrProcOptInfo fColorProcInfo;
434 mutable GrProcOptInfo fCoverageProcInfo;
435 mutable bool fColorProcInfoValid;
436 mutable bool fCoverageProcInfoValid;
437 mutable GrColor fColorCache;
438 mutable GrColor fCoverageCache;
/external/drm_hwcomposer/
Ddrmdisplaycompositor.h66 mutable pthread_mutex_t lock_;
70 mutable uint64_t dump_frames_composited_;
71 mutable uint64_t dump_last_timestamp_ns_;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowBitmap.java22 private boolean mutable; field in ShadowBitmap
99 return mutable; in isMutable()
102 public void setMutable(boolean mutable) { in setMutable() argument
103 this.mutable = mutable; in setMutable()
/external/lldb/tools/debugserver/source/
DPThreadEvent.h47 mutable PThreadMutex m_mutex;
48 mutable PThreadCondition m_set_condition;
49 mutable PThreadCondition m_reset_condition;
/external/icu/icu4c/source/i18n/
Dcollationtailoring.h67 mutable Locale actualLocale;
82 mutable UHashtable *maxExpansions;
83 mutable UInitOnce maxExpansionsInitOnce;
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h153 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/eigen/demos/opengl/
Dcamera.h104 mutable Eigen::Affine3f mViewMatrix;
105 mutable Eigen::Matrix4f mProjectionMatrix;
107 mutable bool mViewIsUptodate;
108 mutable bool mProjIsUptodate;
/external/llvm/include/llvm/Analysis/
DLibCallSemantics.h130 mutable void *Impl;
131 mutable const LibCallLocationInfo *Locations;
132 mutable unsigned NumLocations;
/external/guava/guava-tests/benchmark/com/google/common/collect/
DSortedCopyBenchmark.java40 @Param boolean mutable; field in SortedCopyBenchmark
86 if (mutable) { in collections()
105 if (mutable) { in ordering()
120 if (mutable) { in sortedSet()
/external/skia/include/gpu/
DGrGpuResource.h128 mutable int32_t fRefCnt;
129 mutable int32_t fPendingReads;
130 mutable int32_t fPendingWrites;
319 mutable size_t fGpuMemorySize;
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h439 mutable LUMatrixType m_l;
440 mutable LUMatrixType m_u;
441 mutable IntColVectorType m_p;
442 mutable IntRowVectorType m_q;
444 mutable LUMatrixType m_matrix; // copy of the factorized matrix
445 mutable SluMatrix m_sluA;
446 mutable SuperMatrix m_sluL, m_sluU;
447 mutable SluMatrix m_sluB, m_sluX;
448 mutable SuperLUStat_t m_sluStat;
449 mutable superlu_options_t m_sluOptions;
[all …]
/external/regex-re2/re2/
Dre2.h704 mutable Mutex* mutex_;
712 mutable re2::Prog* rprog_; // reverse program for regexp
714 mutable const string* error_; // Error indicator
716 mutable ErrorCode error_code_; // Error code
717 mutable string error_arg_; // Fragment of regexp showing error
718 mutable int num_captures_; // Number of capturing groups
721 mutable const map<string, int>* named_groups_;
724 mutable const map<int, string>* group_names_;
/external/webrtc/src/system_wrappers/source/
Dtrace_win.h31 volatile mutable WebRtc_UWord32 _prevAPITickCount;
32 volatile mutable WebRtc_UWord32 _prevTickCount;

12345678910>>...14