/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.h | 365 inline void init_resources(TBuiltInResource &Resources) in init_resources() argument 367 Resources.maxLights = 32; in init_resources() 368 Resources.maxClipPlanes = 6; in init_resources() 369 Resources.maxTextureUnits = 32; in init_resources() 370 Resources.maxTextureCoords = 32; in init_resources() 371 Resources.maxVertexAttribs = 64; in init_resources() 372 Resources.maxVertexUniformComponents = 4096; in init_resources() 373 Resources.maxVaryingFloats = 64; in init_resources() 374 Resources.maxVertexTextureImageUnits = 32; in init_resources() 375 Resources in init_resources() [all...] |
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | RBManagerGUI.java | 56 String userName = Resources.getTranslation("unknown_user"); 132 return Resources.getTranslation("dialog_file_filter_description"); in initComponents() 147 return Resources.getTranslation("dialog_file_filter_description"); in initComponents() 161 return Resources.getTranslation("dialog_project_filter_description"); in initComponents() 184 jTabbedPaneMain.addTab(Resources.getTranslation("tab_statistics"), jPanelStats); in initComponents() 185 jTabbedPaneMain.addTab(Resources.getTranslation("tab_untranslated"), jPanelUntrans); in initComponents() 186 jTabbedPaneMain.addTab(Resources.getTranslation("tab_groups"), jPanelGroups); in initComponents() 187 jTabbedPaneMain.addTab(Resources.getTranslation("tab_search"), jPanelSearch); in initComponents() 192 treeTabbedPane.addTab(Resources.getTranslation("tab_bundle"), jScrollPaneTree); in initComponents() 193 treeTabbedPane.addTab(Resources in initComponents() [all...] |
H A D | RBGroupPanel.java | 118 jLabelGroupNameTitle = new JLabel(Resources.getTranslation("basegroup_group_name")); in initComponents() 119 jLabelGroupCommentTitle = new JLabel(Resources.getTranslation("basegroup_group_comment")); in initComponents() 124 JButton deleteButton = new JButton(Resources.getTranslation("button_delete_resource")); in initComponents() 125 JButton translateButton = new JButton(Resources.getTranslation("button_mark_translated")); in initComponents() 127 deleteButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_delete_resource_trigger"))); in initComponents() 128 translateButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_mark_translated_trigger"))); in initComponents() 129 lowerPanel.setBorder(BorderFactory.createTitledBorder(Resources.getTranslation("languageuntrans_selected_resources_options"))); in initComponents() 186 jLabelGroupTitle = new JLabel(rbm.getBaseClass() + " - " + Resources.getTranslation("groups")); in initComponents() 191 jLabelGroupNameTitle = new JLabel(Resources.getTranslation("basegroup_group_name")); in initComponents() 192 jLabelGroupCommentTitle = new JLabel(Resources in initComponents() [all...] |
H A D | PreferencesDialog.java | 41 super(gui, Resources.getTranslation("dialog_title_preferences"), true); in PreferencesDialog() 44 locale = Resources.getLocale(); in PreferencesDialog() 81 JLabel nameLabel = new JLabel(Resources.getTranslation("dialog_preferences_username")); in initComponents() 82 JLabel lafLabel = new JLabel(Resources.getTranslation("dialog_preferences_lookandfeel")); in initComponents() 83 JLabel warnLabel = new JLabel(Resources.getTranslation("dialog_preferences_locale_warning")); in initComponents() 87 machineRadio = new JRadioButton(Resources.getTranslation("dialog_preferences_locale_machine"), false); in initComponents() 88 definedRadio = new JRadioButton(Resources.getTranslation("dialog_preferences_locale_defined"), true); in initComponents() 89 isoRadio = new JRadioButton(Resources.getTranslation("dialog_preferences_locale_iso"), false); in initComponents() 91 definedCombo = new JComboBox(Resources.getAvailableLocales()); in initComponents() 95 okButton = new JButton(Resources in initComponents() [all...] |
H A D | ResourceCreationDialog.java | 36 JLabel titleLabel = new JLabel(Resources.getTranslation("dialog_file_title")); 37 JLabel commentLabel = new JLabel(Resources.getTranslation("dialog_file_comment")); 38 JLabel managerLabel = new JLabel(Resources.getTranslation("dialog_file_manager")); 39 JLabel enc1Label = new JLabel(Resources.getTranslation("dialog_encoding")); 40 JLabel enc2Label = new JLabel(Resources.getTranslation("dialog_encoding")); 41 JLabel enc3Label = new JLabel(Resources.getTranslation("dialog_encoding")); 42 JLabel nam1Label = new JLabel(Resources.getTranslation("dialog_name")); 43 JLabel nam2Label = new JLabel(Resources.getTranslation("dialog_name")); 44 JLabel nam3Label = new JLabel(Resources.getTranslation("dialog_name")); 56 JCheckBox copyCheckBox = new JCheckBox(Resources [all...] |
H A D | RBStatisticsPanel.java | 113 jLabelStatsName = new JLabel(Resources.getTranslation("languagestats_title")); in initComponents() 114 jLabelStatsComment = new JLabel(Resources.getTranslation("languagestats_comment")); in initComponents() 115 jLabelStatsManager = new JLabel(Resources.getTranslation("languagestats_manager")); in initComponents() 116 jLabelStatsLanguage = new JLabel(Resources.getTranslation("languagestats_language")); in initComponents() 117 jLabelStatsCountry = new JLabel(Resources.getTranslation("languagestats_country")); in initComponents() 118 jLabelStatsVariant = new JLabel(Resources.getTranslation("languagestats_variant")); in initComponents() 119 jLabelStatsNumTrans = new JLabel(Resources.getTranslation("languagestats_item_count") + " " + in initComponents() 121 jLabelStatsNumUntrans = new JLabel(Resources.getTranslation("languagestats_translation_count") + in initComponents() 124 jTextFieldStatsName = new JTextField((bundle.name == null ? Resources.getTranslation("untitled") : bundle.name)); in initComponents() 134 updateButton = new JButton(Resources in initComponents() [all...] |
H A D | BundleItemCreationDialog.java | 43 JLabel groupLabel = new JLabel(Resources.getTranslation("dialog_group")); 44 JLabel nameLabel = new JLabel(Resources.getTranslation("dialog_key")); 45 JLabel transLabel = new JLabel(Resources.getTranslation("dialog_translation")); 46 JLabel commentLabel = new JLabel(Resources.getTranslation("dialog_comment")); 47 JLabel lookupLabel = new JLabel(Resources.getTranslation("dialog_lookups")); 59 JButton createButton = new JButton(Resources.getTranslation("button_create")); 60 JButton createMoreButton = new JButton(Resources.getTranslation("button_create_more")); 61 JButton cancelButton = new JButton(Resources.getTranslation("button_cancel")); 146 String alert = (item == null ? Resources.getTranslation("error_create_item") : in processKeyEvent() 147 Resources in processKeyEvent() [all...] |
H A D | BundleGroupCreationDialog.java | 36 JLabel nameLabel = new JLabel(Resources.getTranslation("dialog_group")); 37 JLabel commentLabel = new JLabel(Resources.getTranslation("dialog_group_comment")); 40 JButton createButton = new JButton(Resources.getTranslation("button_create")); 41 JButton cancelButton = new JButton(Resources.getTranslation("button_cancel")); 60 String alert = Resources.getTranslation("error_create_group") + " " + in processKeyEvent() 61 Resources.getTranslation("error_try_again_group"); in processKeyEvent() 62 JOptionPane.showMessageDialog(this, alert, Resources.getTranslation("error"), JOptionPane.ERROR_MESSAGE); in processKeyEvent() 75 String alert = Resources.getTranslation("error_no_bundle_for_group"); in initComponents() 76 JOptionPane.showMessageDialog(this, alert, Resources.getTranslation("error"), JOptionPane.ERROR_MESSAGE); in initComponents() 113 String alert = Resources in initComponents() [all...] |
H A D | BundleGroupEditDialog.java | 35 JLabel nameLabel = new JLabel(Resources.getTranslation("dialog_group")); 36 JLabel commentLabel = new JLabel(Resources.getTranslation("dialog_group_comment")); 39 JButton editButton = new JButton(Resources.getTranslation("button_edit")); 40 JButton cancelButton = new JButton(Resources.getTranslation("button_cancel")); 54 String alert = Resources.getTranslation("error_modify_group"); in processKeyEvent() 55 JOptionPane.showMessageDialog(this, alert, Resources.getTranslation("error_internal"), in processKeyEvent() 76 String alert = Resources.getTranslation("error_modify_group"); in initComponents() 77 JOptionPane.showMessageDialog(this, alert, Resources.getTranslation("error_internal"), JOptionPane.ERROR_MESSAGE); in initComponents() 115 String alert = Resources.getTranslation("error_modify_group"); in initComponents() 116 JOptionPane.showMessageDialog(dialog, alert, Resources in initComponents() [all...] |
H A D | RBUntranslatedPanel.java | 146 JButton deleteButton = new JButton(Resources.getTranslation("button_delete_resource")); in initComponents() 147 JButton translateButton = new JButton(Resources.getTranslation("button_mark_translated")); in initComponents() 148 JButton printButton = new JButton(Resources.getTranslation("button_print_table")); in initComponents() 150 deleteButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_delete_resource_trigger"))); in initComponents() 151 translateButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_mark_translated_trigger"))); in initComponents() 152 lowerPanel.setBorder(BorderFactory.createTitledBorder(Resources.getTranslation("languageuntrans_selected_resources_options"))); in initComponents() 201 jLabelUntransTitle = new JLabel(rbm.getBaseClass() + " - " + Resources.getTranslation("untranslated_items")); in initComponents() 213 numUntransLabels[count] = new JLabel(Resources.getTranslation("baseuntrans_untrans_count") + in initComponents() 221 Resources.getTranslation("baseuntrans_file") + " " + bundle.toString())); in initComponents() 290 retStr = Resources in getValueAt() [all...] |
H A D | RBSearchPanel.java | 28 JLabel findLabel = new JLabel(Resources.getTranslation("search_find")); 29 JLabel replaceLabel = new JLabel(Resources.getTranslation("search_replace")); 34 JCheckBox keysCheck = new JCheckBox(Resources.getTranslation("search_keys"), false); 35 JCheckBox transCheck = new JCheckBox(Resources.getTranslation("search_values"), true); 36 JCheckBox commentsCheck = new JCheckBox(Resources.getTranslation("search_comments"), false); 37 JCheckBox caseCheck = new JCheckBox(Resources.getTranslation("search_case_sensitive"), false); 39 JButton findButton = new JButton(Resources.getTranslation("button_search_find_all")); 40 JButton replaceButton = new JButton(Resources.getTranslation("button_search_replace_all")); 161 Resources.getTranslation("error_no_key_replace"), in performReplace() 162 Resources in performReplace() [all...] |
H A D | AboutDialog.java | 21 dialog = new JDialog(parent, Resources.getTranslation("dialog_title_about_rbmanager"), false); in showDialog() 30 JLabel titleLabel = new JLabel(Resources.getTranslation("rbmanager")); in initComponents() 31 JLabel versionLabel = new JLabel(Resources.getTranslation("version", Package.getPackage("com.ibm.rbm").getImplementationVersion())); in initComponents() 32 JLabel copyrightLabel = new JLabel(Resources.getTranslation("copyright")); in initComponents() 33 JLabel contactLabel = new JLabel(Resources.getTranslation("rbmanager_contact")); in initComponents() 40 Resources.getTranslation("logo_filename")))); in initComponents()
|
H A D | RBProjectItemPanel.java | 95 titleLabel = new JLabel(Resources.getTranslation("project_panel_default_title"), SwingConstants.CENTER); in initComponents() 98 JLabel commentLabel2 = new JLabel(Resources.getTranslation("project_panel_comment"), SwingConstants.LEFT); in initComponents() 99 commentLabel = new JLabel(Resources.getTranslation("project_panel_comment_none"), SwingConstants.LEFT); in initComponents() 112 commitButton = new JButton(Resources.getTranslation("project_panel_commit_button_all")); in initComponents() 126 commentLabel.setText(Resources.getTranslation("project_panel_comment_none")); in updateComponents() 127 titleLabel.setText(Resources.getTranslation("project_panel_default_title")); in updateComponents() 136 titleLabel.setText(Resources.getTranslation("project_panel_title", key)); in updateComponents() 147 JLabel encodingLabel = new JLabel(Resources.getTranslation("project_panel_bundle", bundle.toString()), in updateComponents() 150 encodingLabel.setText(Resources.getTranslation("project_panel_bundle_untranslated", in updateComponents() 153 String fieldText = (bundleItem == null ? Resources in updateComponents() [all...] |
H A D | BundleItemDialog.java | 45 JLabel groupLabel = new JLabel(Resources.getTranslation("dialog_group")); 46 JLabel keyLabel = new JLabel(Resources.getTranslation("dialog_key")); 47 JLabel defTransLabel = new JLabel(Resources.getTranslation("dialog_default_translation")); 48 JLabel transLabel = new JLabel(Resources.getTranslation("dialog_translation")); 49 JLabel commentLabel = new JLabel(Resources.getTranslation("dialog_comment")); 50 JLabel lookupLabel = new JLabel(Resources.getTranslation("dialog_lookups")); 51 JLabel createdLabel = new JLabel(Resources.getTranslation("dialog_created")); 52 JLabel modifiedLabel = new JLabel(Resources.getTranslation("dialog_modified")); 63 JButton saveButton = new JButton(Resources.getTranslation("button_edit")); 64 JButton cancelButton = new JButton(Resources [all...] |
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBImporter.java | 52 JRadioButton resourceOverwriteRadio = new JRadioButton(Resources.getTranslation("import_resource_conflict_overwrite"), false); 53 JRadioButton resourceIgnoreRadio = new JRadioButton(Resources.getTranslation("import_resource_conflict_ignore"), false); 54 JRadioButton resourcePromptRadio = new JRadioButton(Resources.getTranslation("import_conflict_prompt"), true); 55 JRadioButton fileGeneratePopulateRadio = new JRadioButton(Resources.getTranslation("import_file_conflict_generate_populate"), false); 56 JRadioButton fileGenerateEmptyRadio = new JRadioButton(Resources.getTranslation("import_file_conflict_generate_empty"), false); 57 JRadioButton fileIgnoreRadio = new JRadioButton(Resources.getTranslation("import_file_conflict_ignore"), false); 58 JRadioButton filePromptRadio = new JRadioButton(Resources.getTranslation("import_conflict_prompt"), true); 60 JCheckBox markTranslatedCheck = new JCheckBox(Resources.getTranslation("import_default_translated"), true); 61 JCheckBox createGroupsCheck = new JCheckBox(Resources.getTranslation("import_default_group_creation"), true); 107 sourceLabel.setText(Resources in chooseFile() [all...] |
H A D | RBReporter.java | 84 String language = Resources.getLanguage(localeStr); in RBReporter() 85 String country = Resources.getCountry(localeStr); in RBReporter() 86 String variant = Resources.getVariant(localeStr); in RBReporter() 89 if (variant == null) Resources.setLocale(new Locale(language, country)); in RBReporter() 90 else Resources.setLocale(new Locale(language, country, variant)); in RBReporter() 92 Resources.initBundle(); in RBReporter() 113 Resources.getTranslation("error"), in RBReporter() 156 buffer.append("\n\tMissing Resources: "); in generateReports() 222 missing_text = htmlReport.createTextNode("Missing Resources:"); in generateReports() 239 buffer.append("Missing Resources in generateReports() [all...] |
H A D | RBJavaExporter.java | 125 super(new JFrame(), Resources.getTranslation("dialog_title_export_java_options"), true); in RBJavaExporterDialog() 153 packageCheck = new JCheckBox(Resources.getTranslation("export_java_package"), false); in initComponents() 154 classPublicRadio = new JRadioButton(Resources.getTranslation("export_java_class_public"), true); in initComponents() 155 classProtectedRadio = new JRadioButton(Resources.getTranslation("export_java_class_protected"), false); in initComponents() 156 methodsPublicRadio = new JRadioButton(Resources.getTranslation("export_java_class_public"), true); in initComponents() 157 methodsProtectedRadio = new JRadioButton(Resources.getTranslation("export_java_class_protected"), false); in initComponents() 161 JButton okButton = new JButton(Resources.getTranslation("OK")); in initComponents() 162 JLabel titleLabel = new JLabel(Resources.getTranslation("export_java_title"), SwingConstants.LEFT); in initComponents()
|
/third_party/lzma/CS/7zip/Compress/LzmaAlone/Properties/ |
H A D | Resources.cs | 15 using System.Resources;
24 class Resources
class 27 private static System.Resources.ResourceManager _resMgr;
32 internal Resources()
in Resources() method in LzmaAlone.Properties.Resources 40 public static System.Resources.ResourceManager ResourceManager
46 System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Resources", typeof(Resources).Assembly);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 151 typename Case::Resources resources; 214 struct Resources struct 216 Resources (const Environment&, const Parameters&) {} in Resources() function 219 static Move<VkDevice> create (const Environment& env, const Resources&, const Parameters&) in create() 242 struct Resources 244 Resources (const Environment&, const Parameters&) {} 247 static Move<VkDeviceMemory> create (const Environment& env, const Resources&, const Parameters& params) 292 struct Resources 294 Resources (const Environment&, const Parameters&) {} 297 static Move<VkBuffer> create (const Environment& env, const Resources 934 struct Resources global() struct 942 Resources (const Environment& env, const Parameters& params) Resources() function 980 struct Resources global() struct 982 Resources (const Environment&, const Parameters&) {} Resources() function 1005 struct Resources global() struct 1013 Resources (const Environment& env, const Parameters&) Resources() function 1220 struct Resources global() struct 1238 Resources (const Environment& env, const Parameters&) Resources() function 1304 struct Resources global() struct 1306 Resources (const Environment&, const Parameters&) {} Resources() function 1338 struct Resources global() struct 1365 Resources (const Environment& env, const Parameters& params) Resources() function 1397 struct Resources global() struct 1403 Resources (const Environment& env, const Parameters&) Resources() function 1465 struct Resources global() struct 1467 Resources (const Environment&, const Parameters&) {} Resources() function 1500 struct Resources global() struct 1504 Resources (const Environment& env, const Parameters& params) Resources() function [all...] |
H A D | vktMemoryDeviceMemoryReportTests.cpp | 156 typename Case::Resources resources; 225 struct Resources struct 227 Resources (const Environment&, const Parameters&) {} in Resources() function 230 static Move<VkDevice> create (const Environment& env, const Resources&, const Parameters&) in create() 253 struct Resources 255 Resources (const Environment&, const Parameters&) {} 258 static Move<VkDeviceMemory> create (const Environment& env, const Resources&, const Parameters& params) 303 struct Resources 305 Resources (const Environment&, const Parameters&) {} 308 static Move<VkBuffer> create (const Environment& env, const Resources 952 struct Resources global() struct 960 Resources (const Environment& env, const Parameters& params) Resources() function 998 struct Resources global() struct 1000 Resources (const Environment&, const Parameters&) {} Resources() function 1023 struct Resources global() struct 1031 Resources (const Environment& env, const Parameters&) Resources() function 1238 struct Resources global() struct 1256 Resources (const Environment& env, const Parameters&) Resources() function 1322 struct Resources global() struct 1324 Resources (const Environment&, const Parameters&) {} Resources() function 1356 struct Resources global() struct 1383 Resources (const Environment& env, const Parameters& params) Resources() function 1415 struct Resources global() struct 1421 Resources (const Environment& env, const Parameters&) Resources() function 1483 struct Resources global() struct 1485 Resources (const Environment&, const Parameters&) {} Resources() function 1518 struct Resources global() struct 1522 Resources (const Environment& env, const Parameters& params) Resources() function [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 183 typename Case::Resources resources; 253 struct Resources struct 255 Resources (const Environment&, const Parameters&) {} in Resources() function 258 static Move<VkDevice> create (const Environment& env, const Resources&, const Parameters&) in create() 281 struct Resources 283 Resources (const Environment&, const Parameters&) {} 286 static Move<VkDeviceMemory> create (const Environment& env, const Resources&, const Parameters& params) 331 struct Resources 333 Resources (const Environment&, const Parameters&) {} 336 static Move<VkBuffer> create (const Environment& env, const Resources 973 struct Resources global() struct 981 Resources (const Environment& env, const Parameters& params) Resources() function 1019 struct Resources global() struct 1021 Resources (const Environment&, const Parameters&) {} Resources() function 1044 struct Resources global() struct 1052 Resources (const Environment& env, const Parameters&) Resources() function 1259 struct Resources global() struct 1277 Resources (const Environment& env, const Parameters&) Resources() function 1343 struct Resources global() struct 1345 Resources (const Environment&, const Parameters&) {} Resources() function 1377 struct Resources global() struct 1404 Resources (const Environment& env, const Parameters& params) Resources() function 1436 struct Resources global() struct 1442 Resources (const Environment& env, const Parameters&) Resources() function 1504 struct Resources global() struct 1506 Resources (const Environment&, const Parameters&) {} Resources() function 1539 struct Resources global() struct 1543 Resources (const Environment& env, const Parameters& params) Resources() function [all...] |
H A D | vktMemoryDeviceMemoryReportTests.cpp | 159 typename Case::Resources resources; 231 struct Resources struct 233 Resources (const Environment&, const Parameters&) {} in Resources() function 236 static Move<VkDevice> create (const Environment& env, const Resources&, const Parameters&) in create() 259 struct Resources 261 Resources (const Environment&, const Parameters&) {} 264 static Move<VkDeviceMemory> create (const Environment& env, const Resources&, const Parameters& params) 309 struct Resources 311 Resources (const Environment&, const Parameters&) {} 314 static Move<VkBuffer> create (const Environment& env, const Resources 958 struct Resources global() struct 966 Resources (const Environment& env, const Parameters& params) Resources() function 1004 struct Resources global() struct 1006 Resources (const Environment&, const Parameters&) {} Resources() function 1029 struct Resources global() struct 1037 Resources (const Environment& env, const Parameters&) Resources() function 1244 struct Resources global() struct 1262 Resources (const Environment& env, const Parameters&) Resources() function 1328 struct Resources global() struct 1330 Resources (const Environment&, const Parameters&) {} Resources() function 1362 struct Resources global() struct 1389 Resources (const Environment& env, const Parameters& params) Resources() function 1421 struct Resources global() struct 1427 Resources (const Environment& env, const Parameters&) Resources() function 1489 struct Resources global() struct 1491 Resources (const Environment&, const Parameters&) {} Resources() function 1524 struct Resources global() struct 1528 Resources (const Environment& env, const Parameters& params) Resources() function [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonHazardRecognizer.cpp | 29 Resources->clearResources(); in Reset() 44 if (!Resources->canReserveResources(*MI)) { in getHazardType() 59 if (Resources->canReserveResources(*NewMI)) in getHazardType() 79 Resources->clearResources(); in AdvanceCycle() 122 if (!Resources->canReserveResources(*MI)) { in EmitInstruction() 130 assert(Resources->canReserveResources(*NewMI)); in EmitInstruction() 131 Resources->reserveResources(*NewMI); in EmitInstruction() 135 Resources->reserveResources(*MI); in EmitInstruction() 161 Resources->canReserveResources(*S.getSUnit()->getInstr())) { in EmitInstruction()
|
H A D | HexagonHazardRecognizer.h | 23 DFAPacketizer *Resources; member in llvm::HexagonHazardRecognizer 47 : Resources(ST.createDFAPacketizer(II)), TII(HII) { } in HexagonHazardRecognizer() 50 if (Resources) 51 delete Resources;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
H A D | ResourceManager.cpp | 112 : Resources(SM.getNumProcResourceKinds() - 1), in ResourceManager() 130 Resources[Index] = in ResourceManager() 132 Strategies[Index] = getStrategyFor(*Resources[Index]); in ResourceManager() 138 const ResourceState &RS = *Resources[Index]; in ResourceManager() 161 assert(Index < Resources.size() && "Invalid processor resource index!"); in setCustomStrategyImpl() 171 return Resources[getResourceStateIndex(ResourceID)]->getNumUnits(); 179 assert(Index < Resources.size() && "Invalid resource use!"); in selectPipe() 180 ResourceState &RS = *Resources[Index]; in selectPipe() 197 ResourceState &RS = *Resources[RSID]; in use() 216 ResourceState &CurrentUser = *Resources[GroupInde in use() [all...] |