/external/chromium_org/chrome/browser/profiles/ |
D | profile_io_data.h | 586 mutable bool initialized_; 590 mutable scoped_ptr<ProfileParams> profile_params_; 593 mutable scoped_ptr<SigninNamesOnIOThread> signin_names_; 596 mutable base::Callback<scoped_ptr<net::ClientCertStore>()> 599 mutable StringPrefMember google_services_user_account_id_; 600 mutable StringPrefMember google_services_username_; 601 mutable StringPrefMember google_services_username_pattern_; 602 mutable BooleanPrefMember reverse_autologin_enabled_; 608 mutable StringListPrefMember one_click_signin_rejected_email_list_; 610 mutable scoped_refptr<MediaDeviceIDSalt> media_device_id_salt_; [all …]
|
D | profile_impl_io_data.h | 134 mutable scoped_refptr<ChromeURLRequestContextGetter> 136 mutable scoped_refptr<ChromeURLRequestContextGetter> 138 mutable scoped_refptr<ChromeURLRequestContextGetter> 140 mutable ChromeURLRequestContextGetterMap app_request_context_getter_map_; 141 mutable ChromeURLRequestContextGetterMap 147 mutable bool initialized_; 217 mutable scoped_ptr<LazyParams> lazy_params_; 219 mutable scoped_ptr<net::HttpTransactionFactory> main_http_factory_; 220 mutable scoped_ptr<net::FtpTransactionFactory> ftp_factory_; 224 mutable net::HttpServerPropertiesManager* http_server_properties_manager_; [all …]
|
D | off_the_record_profile_io_data.h | 91 mutable scoped_refptr<ChromeURLRequestContextGetter> 93 mutable scoped_refptr<ChromeURLRequestContextGetter> 95 mutable ChromeURLRequestContextGetterMap 101 mutable bool initialized_; 146 mutable scoped_ptr<net::HttpTransactionFactory> main_http_factory_; 147 mutable scoped_ptr<net::FtpTransactionFactory> ftp_factory_; 149 mutable scoped_ptr<net::URLRequestJobFactory> main_job_factory_; 150 mutable scoped_ptr<net::URLRequestJobFactory> extensions_job_factory_; 152 mutable scoped_ptr<net::SdchManager> sdch_manager_;
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
D | MutabilityControl.java | 27 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/ |
D | main.m | 18 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/chromium_org/content/browser/android/java/ |
D | java_method.h | 37 mutable base::android::ScopedJavaGlobalRef<jobject> java_method_; 38 mutable bool have_calculated_num_parameters_; 39 mutable size_t num_parameters_; 40 mutable std::vector<JavaType> parameter_types_; 41 mutable JavaType return_type_; 42 mutable bool is_static_; 43 mutable jmethodID id_;
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
D | native_theme_gtk2.h | 66 mutable GtkWidget* fake_window_; 67 mutable GtkWidget* fake_tooltip_; 68 mutable OwnedWidgetGtk fake_entry_; 69 mutable OwnedWidgetGtk fake_label_; 70 mutable OwnedWidgetGtk fake_button_; 71 mutable OwnedWidgetGtk fake_tree_; 73 mutable OwnedWidgetGtk fake_menu_; 74 mutable GtkWidget* fake_menu_item_;
|
/external/chromium_org/crypto/ |
D | mock_apple_keychain.h | 212 mutable MockKeychainAttributesMap keychain_attr_list_; 213 mutable std::map<MockKeychainItemType, 215 mutable MockKeychainItemType next_item_key_; 221 mutable std::vector<MockKeychainItemType> remaining_search_results_; 226 mutable int search_copy_count_; 227 mutable int keychain_item_copy_count_; 228 mutable int attribute_data_copy_count_; 231 mutable std::set<MockKeychainItemType> added_via_api_; 238 mutable bool called_add_generic_; 242 mutable int password_data_count_; [all …]
|
/external/chromium_org/ui/gfx/ |
D | font_list_impl.h | 102 mutable std::vector<Font> fonts_; 110 mutable std::string font_description_string_; 113 mutable int common_height_; 114 mutable int common_baseline_; 117 mutable int font_style_; 118 mutable int font_size_;
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 82 mutable SmallVector<Type *, 0> Types; 83 mutable llvm::FoldingSet<ExtQuals> ExtQualNodes; 84 mutable llvm::FoldingSet<ComplexType> ComplexTypes; 85 mutable llvm::FoldingSet<PointerType> PointerTypes; 86 mutable llvm::FoldingSet<AdjustedType> AdjustedTypes; 87 mutable llvm::FoldingSet<BlockPointerType> BlockPointerTypes; 88 mutable llvm::FoldingSet<LValueReferenceType> LValueReferenceTypes; 89 mutable llvm::FoldingSet<RValueReferenceType> RValueReferenceTypes; 90 mutable llvm::FoldingSet<MemberPointerType> MemberPointerTypes; 91 mutable llvm::FoldingSet<ConstantArrayType> ConstantArrayTypes; [all …]
|
D | NSAPI.h | 196 mutable IdentifierInfo *ClassIds[NumClassIds]; 198 mutable Selector NSStringSelectors[NumNSStringMethods]; 201 mutable Selector NSArraySelectors[NumNSArrayMethods]; 204 mutable Selector NSDictionarySelectors[NumNSDictionaryMethods]; 207 mutable Selector NSNumberClassSelectors[NumNSNumberLiteralMethods]; 208 mutable Selector NSNumberInstanceSelectors[NumNSNumberLiteralMethods]; 210 mutable Selector objectForKeyedSubscriptSel, objectAtIndexedSubscriptSel, 214 mutable IdentifierInfo *BOOLId, *NSIntegerId, *NSUIntegerId; 215 mutable IdentifierInfo *NSASCIIStringEncodingId, *NSUTF8StringEncodingId;
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | LocalDOMWindow.h | 362 mutable RefPtrWillBeMember<Screen> m_screen; 363 mutable RefPtrWillBeMember<History> m_history; 364 mutable RefPtrWillBeMember<BarProp> m_locationbar; 365 mutable RefPtrWillBeMember<BarProp> m_menubar; 366 mutable RefPtrWillBeMember<BarProp> m_personalbar; 367 mutable RefPtrWillBeMember<BarProp> m_scrollbars; 368 mutable RefPtrWillBeMember<BarProp> m_statusbar; 369 mutable RefPtrWillBeMember<BarProp> m_toolbar; 370 mutable RefPtrWillBeMember<Console> m_console; 371 mutable RefPtrWillBeMember<Navigator> m_navigator; [all …]
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | FontFallbackList.h | 117 mutable Vector<RefPtr<FontData>, 1> m_fontList; 120 mutable const SimpleFontData* m_cachedPrimarySimpleFontData; 122 mutable WidthCache m_widthCache; 124 mutable int m_familyIndex; 126 mutable unsigned m_pitch : 3; // Pitch 127 mutable bool m_hasLoadingFallback : 1;
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | TextCheckingHelper.h | 73 mutable RefPtrWillBeMember<Range> m_paragraphRange; 74 mutable RefPtrWillBeMember<Range> m_offsetAsRange; 75 mutable String m_text; 76 mutable int m_checkingStart; 77 mutable int m_checkingEnd; 78 mutable int m_checkingLength;
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ElementData.h | 93 mutable unsigned m_presentationAttributeStyleIsDirty : 1; 94 mutable unsigned m_styleAttributeIsDirty : 1; 95 mutable unsigned m_animatedSVGAttributesAreDirty : 1; 97 mutable RefPtrWillBeMember<StylePropertySet> m_inlineStyle; 98 mutable SpaceSplitString m_classNames; 99 mutable AtomicString m_idForStyleResolution; 182 mutable RefPtrWillBeMember<StylePropertySet> m_presentationAttributeStyle;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTable.h | 322 mutable Vector<int> m_columnPos; 323 mutable Vector<ColumnStruct> m_columns; 324 mutable Vector<RenderTableCaption*> m_captions; 325 mutable Vector<RenderTableCol*> m_columnRenderers; 327 mutable RenderTableSection* m_head; 328 mutable RenderTableSection* m_foot; 329 mutable RenderTableSection* m_firstBody; 337 mutable bool m_hasColElements : 1; 338 mutable bool m_needsSectionRecalc : 1; 341 mutable bool m_columnRenderersValid: 1; [all …]
|
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/ |
D | audio_mixer_manager_pulse_linux.h | 106 mutable uint32_t _paVolume; 107 mutable uint32_t _paMute; 108 mutable uint32_t _paVolSteps; 110 mutable uint32_t _paSpeakerVolume; 111 mutable uint8_t _paChannels; 113 mutable bool _callbackValues;
|
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
D | ResourceResponse.h | 216 mutable bool m_haveParsedAgeHeader : 1; 217 mutable bool m_haveParsedDateHeader : 1; 218 mutable bool m_haveParsedExpiresHeader : 1; 219 mutable bool m_haveParsedLastModifiedHeader : 1; 221 mutable double m_age; 222 mutable double m_date; 223 mutable double m_expires; 224 mutable double m_lastModified;
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
D | omnibox_result_view.h | 183 mutable scoped_ptr<gfx::RenderText> contents_rendertext_; 184 mutable scoped_ptr<gfx::RenderText> description_rendertext_; 185 mutable scoped_ptr<gfx::RenderText> separator_rendertext_; 186 mutable scoped_ptr<gfx::RenderText> keyword_contents_rendertext_; 187 mutable scoped_ptr<gfx::RenderText> keyword_description_rendertext_; 189 mutable int separator_width_;
|
/external/skia/include/ports/ |
D | SkFontMgr_indirect.h | 93 mutable SkTArray<DataEntry> fDataCache; 94 mutable SkMutex fDataCacheMutex; 96 mutable SkAutoTUnref<SkDataTable> fFamilyNames; 97 mutable bool fFamilyNamesInited; 98 mutable SkMutex fFamilyNamesMutex;
|
/external/ceres-solver/internal/ceres/ |
D | implicit_schur_complement.h | 158 mutable Vector tmp_rows_; 159 mutable Vector tmp_e_cols_; 160 mutable Vector tmp_e_cols_2_; 161 mutable Vector tmp_f_cols_;
|
/external/eigen/Eigen/src/SPQRSupport/ |
D | SuiteSparseQRSupport.h | 220 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/chromium_org/third_party/skia/include/ports/ |
D | SkFontMgr_indirect.h | 101 mutable SkTArray<DataEntry> fDataCache; 102 mutable SkMutex fDataCacheMutex; 104 mutable SkAutoTUnref<SkDataTable> fFamilyNames; 105 mutable bool fFamilyNamesInited; 106 mutable SkMutex fFamilyNamesMutex;
|
/external/oprofile/libpp/ |
D | name_storage.h | 31 mutable std::string name_processed; 66 mutable std::string base_filename; 67 mutable std::string real_filename; 68 mutable std::string real_base_filename; 69 mutable int extra_images_uid;
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | DGMRES.h | 228 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 …]
|