Searched refs:mutable (Results 1 – 25 of 853) sorted by relevance
12345678910>>...35
/external/clang/include/clang/AST/ |
D | ASTContext.h | 95 mutable SmallVector<Type *, 0> Types; 96 mutable llvm::FoldingSet<ExtQuals> ExtQualNodes; 97 mutable llvm::FoldingSet<ComplexType> ComplexTypes; 98 mutable llvm::FoldingSet<PointerType> PointerTypes; 99 mutable llvm::FoldingSet<AdjustedType> AdjustedTypes; 100 mutable llvm::FoldingSet<BlockPointerType> BlockPointerTypes; 101 mutable llvm::FoldingSet<LValueReferenceType> LValueReferenceTypes; 102 mutable llvm::FoldingSet<RValueReferenceType> RValueReferenceTypes; 103 mutable llvm::FoldingSet<MemberPointerType> MemberPointerTypes; 104 mutable llvm::FoldingSet<ConstantArrayType> ConstantArrayTypes; [all …]
|
D | NSAPI.h | 235 mutable IdentifierInfo *ClassIds[NumClassIds]; 237 mutable Selector NSStringSelectors[NumNSStringMethods]; 240 mutable Selector NSArraySelectors[NumNSArrayMethods]; 243 mutable Selector NSDictionarySelectors[NumNSDictionaryMethods]; 246 mutable Selector NSSetSelectors[NumNSSetMethods]; 249 mutable Selector NSNumberClassSelectors[NumNSNumberLiteralMethods]; 250 mutable Selector NSNumberInstanceSelectors[NumNSNumberLiteralMethods]; 252 mutable Selector objectForKeyedSubscriptSel, objectAtIndexedSubscriptSel, 256 mutable IdentifierInfo *BOOLId, *NSIntegerId, *NSUIntegerId; 257 mutable IdentifierInfo *NSASCIIStringEncodingId, *NSUTF8StringEncodingId;
|
/external/libtextclassifier/utils/utf8/ |
D | unilib-javaicu.h | 125 mutable int last_find_offset_ = 0; 126 mutable int last_find_offset_codepoints_ = 0; 127 mutable bool last_find_offset_dirty_ = true; 146 mutable std::mutex mutex_; 147 mutable ScopedGlobalRef<jobject> pattern_; 148 mutable bool initialized_; 149 mutable bool initialization_failure_; 150 mutable UnicodeText pattern_text_;
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenTarget.h | 52 mutable DenseMap<const Record*, 54 mutable std::unique_ptr<CodeGenRegBank> RegBank; 55 mutable std::vector<Record*> RegAltNameIndices; 56 mutable SmallVector<ValueTypeByHwMode, 8> LegalValueTypes; 62 mutable std::unique_ptr<CodeGenSchedModels> SchedModels; 64 mutable std::vector<const CodeGenInstruction*> InstrsByEnum; 65 mutable unsigned NumPseudoInstructions = 0;
|
/external/libchrome/base/threading/ |
D | thread_checker_impl.h | 40 mutable base::Lock lock_; 43 mutable PlatformThreadRef thread_id_; 51 mutable TaskToken task_token_; 57 mutable SequenceToken sequence_token_;
|
/external/eigen/Eigen/src/SPQRSupport/ |
D | SuiteSparseQRSupport.h | 234 mutable bool m_isRUpToDate; 235 mutable ComputationInfo m_info; 239 mutable cholmod_sparse *m_cR; // The sparse R factor in cholmod format 240 mutable MatrixType m_R; // The sparse matrix R in Eigen format 241 mutable StorageIndex *m_E; // The permutation applied to columns 242 mutable cholmod_sparse *m_H; //The householder vectors 243 mutable StorageIndex *m_HPinv; // The row permutation of H 244 mutable cholmod_dense *m_HTau; // The Householder coefficients 245 mutable Index m_rank; // The rank of the matrix 246 mutable cholmod_common m_cc; // Workspace and parameters
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCSymbol.h | 81 mutable PointerIntPair<MCFragment *, 1> FragmentAndHasName; 92 mutable unsigned IsUsed : 1; 94 mutable unsigned IsRegistered : 1; 97 mutable unsigned IsExternal : 1; 100 mutable unsigned IsPrivateExtern : 1; 107 mutable unsigned IsUsedInReloc : 1; 124 mutable uint32_t Flags : NumFlagsBits; 127 mutable uint32_t Index = 0;
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | image_data.h | 245 mutable bool spatial_x_computed_[kNumPyramidLevels]; 246 mutable Image<int32_t>* spatial_x_[kNumPyramidLevels]; 248 mutable bool spatial_y_computed_[kNumPyramidLevels]; 249 mutable Image<int32_t>* spatial_y_[kNumPyramidLevels]; 253 mutable bool integral_image_computed_; 254 mutable std::unique_ptr<IntegralImage> integral_image_; 256 mutable bool pyramid_sqrt2_computed_[kNumPyramidLevels * 2]; 257 mutable Image<uint8_t>* pyramid_sqrt2_[kNumPyramidLevels * 2];
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | DGMRES.h | 215 mutable DenseMatrix m_V; // Krylov basis vectors 216 mutable DenseMatrix m_H; // Hessenberg matrix 217 mutable DenseMatrix m_Hes; // Initial hessenberg matrix wihout Givens rotations applied 218 mutable Index m_restart; // Maximum size of the Krylov subspace 219 mutable DenseMatrix m_U; // Vectors that form the basis of the invariant subspace 220 mutable DenseMatrix m_MU; // matrix operator applied to m_U (for next cycles) 221 mutable DenseMatrix m_T; /* T=U^T*M^{-1}*A*U */ 222 mutable PartialPivLU<DenseMatrix> m_luT; // LU factorization of m_T 223 mutable StorageIndex m_neig; //Number of eigenvalues to extract at each restart 224 mutable int m_r; // Current number of deflated eigenvalues, size of m_U [all …]
|
/external/llvm/include/llvm/MC/ |
D | MCSymbol.h | 77 mutable PointerIntPair<MCFragment *, 1> FragmentAndHasName; 88 mutable unsigned IsUsed : 1; 90 mutable unsigned IsRegistered : 1; 93 mutable unsigned IsExternal : 1; 96 mutable unsigned IsPrivateExtern : 1; 103 mutable unsigned IsUsedInReloc : 1; 120 mutable uint32_t Flags : NumFlagsBits; 123 mutable uint32_t Index = 0;
|
/external/flatbuffers/tests/ |
D | generate_code.sh | 18 …go --binary --lobster --lua --python --js --ts --php --rust --grpc --gen-mutable --reflect-names -… 19 …dart --go --binary --lobster --lua --python --js --ts --php --rust --gen-mutable --reflect-names -… 20 ../flatc --cpp --java --js --ts --php --gen-mutable --reflect-names --gen-object-api --gen-compare … 23 ../flatc --cpp --java --csharp --python --gen-mutable --reflect-names --gen-object-api --gen-compar… 25 ../flatc --cpp --lobster --gen-mutable --reflect-names --gen-object-api --gen-compare --cpp-ptr-typ…
|
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.h | 68 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/libchrome/base/memory/ |
D | ref_counted.h | 133 mutable uint32_t ref_count_ = 0; 136 mutable bool needs_adopt_ref_ = false; 137 mutable bool in_dtor_ = false; 138 mutable SequenceChecker sequence_checker_; 214 mutable AtomicRefCount ref_count_{0}; 216 mutable bool needs_adopt_ref_ = false; 217 mutable bool in_dtor_ = false;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | StreamingMemoryObject.h | 49 mutable std::vector<unsigned char> Bytes; 51 mutable size_t BytesRead; // Bytes read from stream 53 mutable size_t ObjectSize; // 0 if unknown, set if wrapper seen or EOF reached 54 mutable bool EOFReached;
|
/external/llvm/include/llvm/Support/ |
D | StreamingMemoryObject.h | 49 mutable std::vector<unsigned char> Bytes; 51 mutable size_t BytesRead; // Bytes read from stream 53 mutable size_t ObjectSize; // 0 if unknown, set if wrapper seen or EOF reached 54 mutable bool EOFReached;
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/ |
D | StreamingMemoryObject.h | 49 mutable std::vector<unsigned char> Bytes; 51 mutable size_t BytesRead; // Bytes read from stream 53 mutable size_t ObjectSize; // 0 if unknown, set if wrapper seen or EOF reached 54 mutable bool EOFReached;
|
/external/webrtc/webrtc/modules/audio_device/linux/ |
D | 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;
|
D | audio_mixer_manager_alsa_linux.h | 68 mutable snd_mixer_t* _outputMixerHandle; 70 mutable snd_mixer_t* _inputMixerHandle; 72 mutable snd_mixer_elem_t* _outputMixerElement; 73 mutable snd_mixer_elem_t* _inputMixerElement;
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenTarget.h | 67 mutable DenseMap<const Record*, CodeGenInstruction*> Instructions; 68 mutable CodeGenRegBank *RegBank; 69 mutable std::vector<Record*> RegAltNameIndices; 70 mutable std::vector<MVT::SimpleValueType> LegalValueTypes; 75 mutable std::vector<const CodeGenInstruction*> InstrsByEnum;
|
/external/tensorflow/tensorflow/core/framework/ |
D | op.h | 150 mutable mutex mu_; 152 mutable std::vector<OpRegistrationDataFactory> deferred_ GUARDED_BY(mu_); 154 mutable std::unordered_map<string, const OpRegistrationData*> registry_ 156 mutable bool initialized_ GUARDED_BY(mu_); 159 mutable Watcher watcher_ GUARDED_BY(mu_); 259 mutable ::tensorflow::OpDefBuilder builder_;
|
/external/tensorflow/tensorflow/core/util/ |
D | tensor_slice_reader.h | 132 mutable mutex mu_; 133 mutable bool all_shards_loaded_ = false; 134 mutable std::vector<std::unique_ptr<Table>> sss_; 135 mutable std::unordered_map<string, TensorSliceSet*> tensors_; 136 mutable Status status_;
|
/external/skia/src/image/ |
D | SkImage_GpuYUVA.h | 83 mutable sk_sp<GrTextureProxy> fProxies[4]; 92 mutable sk_sp<SkColorSpace> fOnMakeColorSpaceTarget; 93 mutable sk_sp<SkImage> fOnMakeColorSpaceResult; 98 mutable sk_sp<GrTextureProxy> fRGBProxy;
|
/external/skqp/src/image/ |
D | SkImage_GpuYUVA.h | 83 mutable sk_sp<GrTextureProxy> fProxies[4]; 92 mutable sk_sp<SkColorSpace> fOnMakeColorSpaceTarget; 93 mutable sk_sp<SkImage> fOnMakeColorSpaceResult; 98 mutable sk_sp<GrTextureProxy> fRGBProxy;
|
/external/libtextclassifier/lang_id/features/ |
D | char-ngram-feature.h | 76 mutable std::mutex state_mutex_; 81 mutable std::vector<int> counts_; 84 mutable std::vector<int> non_zero_count_indices_;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LazyMachineBlockFrequencyInfo.h | 41 mutable std::unique_ptr<MachineBlockFrequencyInfo> OwnedMBFI; 44 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI; 47 mutable std::unique_ptr<MachineDominatorTree> OwnedMDT;
|
12345678910>>...35