Home
last modified time | relevance | path

Searched refs:Resources (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h365 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.maxCombinedTextureImageUnits = 80; in init_resources()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h365 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.maxCombinedTextureImageUnits = 80; in init_resources()
[all …]
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBManagerGUI.java56 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.getTranslation("tab_project"), projectScrollPane); in initComponents()
[all …]
DResourceCreationDialog.java36 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.getTranslation("dialog_checkbox_copy_elements"), …
[all …]
DRBGroupPanel.java118 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_r… in initComponents()
128 …translateButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_mark_… in initComponents()
129 …lowerPanel.setBorder(BorderFactory.createTitledBorder(Resources.getTranslation("languageuntrans_se… in initComponents()
186 …jLabelGroupTitle = new JLabel(rbm.getBaseClass() + " - " + Resources.getTranslation("grou… in initComponents()
191 jLabelGroupNameTitle = new JLabel(Resources.getTranslation("basegroup_group_name")); in initComponents()
192 jLabelGroupCommentTitle = new JLabel(Resources.getTranslation("basegroup_group_comment")); in initComponents()
[all …]
DPreferencesDialog.java41 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"), fal… in initComponents()
88 …definedRadio = new JRadioButton(Resources.getTranslation("dialog_preferences_locale_defined"), tru… 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.getTranslation("button_update")); in initComponents()
[all …]
DRBStatisticsPanel.java113 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("untitl… in initComponents()
134 updateButton = new JButton(Resources.getTranslation("button_update")); in initComponents()
[all …]
DBundleItemCreationDialog.java43 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.getTranslation("error_modify_item")); in processKeyEvent()
[all …]
DBundleGroupCreationDialog.java36 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_ME… in processKeyEvent()
75 String alert = Resources.getTranslation("error_no_bundle_for_group"); in initComponents()
76 …JOptionPane.showMessageDialog(this, alert, Resources.getTranslation("error"), JOptionPane.ERROR_ME… in initComponents()
113 String alert = Resources.getTranslation("error_create_group") + " " + in initComponents()
[all …]
DRBSearchPanel.java28 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.getTranslation("warning"), JOptionPane.WARNING_MESSAGE); in performReplace()
[all …]
DBundleGroupEditDialog.java35 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… in initComponents()
115 String alert = Resources.getTranslation("error_modify_group"); in initComponents()
116 JOptionPane.showMessageDialog(dialog, alert, Resources.getTranslation("error_internal"), in initComponents()
/third_party/node/deps/npm/node_modules/node-gyp/test/fixtures/
DVS_2017_BuildTools_minimal.txt1Resources","Microsoft.VisualStudio.VC.Templates.Pro","Microsoft.VisualStudio.VC.Templates.Pro.Reso…
DVS_2017_Community_workload.txt1Resources","Microsoft.VisualStudio.Graphics.Analyzer.Resources","Microsoft.Icecap.Analysis","Micro…
DVS_2017_Express.txt1Resources","Microsoft.VisualStudio.Component.VC.Tools.ARM64","Microsoft.VisualStudio.VC.MSBuild.Ar…
DVS_2019_BuildTools_minimal.txt1Resources","Microsoft.VisualStudio.VC.Templates.Pro","Microsoft.VisualStudio.VC.Templates.Pro.Reso…
DVS_2019_Community_workload.txt1Resources","Microsoft.VisualCpp.ATL.X86","Microsoft.VisualCpp.ATL.X64","Microsoft.VisualCpp.ATL.So…
DVS_2019_Preview.txt1Resources","Microsoft.VisualCpp.ATL.X86","Microsoft.VisualCpp.ATL.X64","Microsoft.VisualCpp.ATL.So…
DVS_2017_Unusable.txt1Resources","Microsoft.VisualCpp.CodeAnalysis.Extensions.X64","Microsoft.VisualCpp.CodeAnalysis.Con…
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBImporter.java52 …JRadioButton resourceOverwriteRadio = new JRadioButton(Resources.getTranslation("import_resourc…
53 …JRadioButton resourceIgnoreRadio = new JRadioButton(Resources.getTranslation("import_resourc…
54 …JRadioButton resourcePromptRadio = new JRadioButton(Resources.getTranslation("import_conflic…
55 …JRadioButton fileGeneratePopulateRadio = new JRadioButton(Resources.getTranslation("import_file_co…
56 …JRadioButton fileGenerateEmptyRadio = new JRadioButton(Resources.getTranslation("import_file_co…
57 …JRadioButton fileIgnoreRadio = new JRadioButton(Resources.getTranslation("import_file_co…
58 …JRadioButton filePromptRadio = new JRadioButton(Resources.getTranslation("import_conflic…
60 …JCheckBox markTranslatedCheck = new JCheckBox(Resources.getTranslation("import_default_translated"…
61 …JCheckBox createGroupsCheck = new JCheckBox(Resources.getTranslation("import_default_group_creatio…
107 sourceLabel.setText(Resources.getTranslation("import_source_file",f.getAbsolutePath())); in chooseFile()
[all …]
DRBReporter.java84 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()
663 …if (nextReport == null) nextReportLabel.setText(Resources.getTranslation("reporter_next_report", "… in updateDateFields()
664 …else nextReportLabel.setText(Resources.getTranslation("reporter_next_report", nextReport.toString(… in updateDateFields()
665 …if (lastReport == null) lastReportLabel.setText(Resources.getTranslation("reporter_last_report", "… in updateDateFields()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryAddressBindingTests.cpp151 typename Case::Resources resources;
214 struct Resources struct
216 Resources (const Environment&, const Parameters&) {} in Resources() argument
219 static Move<VkDevice> create (const Environment& env, const Resources&, const Parameters&) in create()
242 struct Resources struct
244 Resources (const Environment&, const Parameters&) {} in Resources() argument
247 …static Move<VkDeviceMemory> create (const Environment& env, const Resources&, const Parameters& pa… in create()
292 struct Resources struct
294 Resources (const Environment&, const Parameters&) {} in Resources() argument
297 static Move<VkBuffer> create (const Environment& env, const Resources&, const Parameters& params) in create()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryAddressBindingTests.cpp151 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 struct
244 Resources (const Environment&, const Parameters&) {} in Resources() function
247 …static Move<VkDeviceMemory> create (const Environment& env, const Resources&, const Parameters& pa… in create()
292 struct Resources struct
294 Resources (const Environment&, const Parameters&) {} in Resources() function
297 static Move<VkBuffer> create (const Environment& env, const Resources&, const Parameters& params) in create()
[all …]
/third_party/json/doc/docset/
DMakefile3 mkdir -p nlohmann_json.docset/Contents/Resources/Documents/
7 cp -r ../mkdocs/site/* nlohmann_json.docset/Contents/Resources/Documents
9 …md-content__button { display: none; }" >> nlohmann_json.docset/Contents/Resources/Documents/assets…
11 …main__inner { top: 0; margin-top: 0 }" >> nlohmann_json.docset/Contents/Resources/Documents/assets…
13 …find nlohmann_json.docset/Contents/Resources/Documents -type f -exec gsed -i 's| - JSON for Modern…
15 rm nlohmann_json.docset/Contents/Resources/Documents/hooks.py
16 rm nlohmann_json.docset/Contents/Resources/Documents/sitemap.*
18 sqlite3 nlohmann_json.docset/Contents/Resources/docSet.dsidx < docSet.sql
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DResourceManager.cpp112 : 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(); in 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[GroupIndex]; in use()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/Demos.xcodeproj/
Dproject.pbxproj15 …FA30DEB31BBF5AD7009C397F /* icon.bmp in Resources */ = {isa = PBXBuildFile; fileRef = FDB651CC0E43…
16 …FA30DEB41BBF5ADD009C397F /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD925B180E0F…
17 …FA30DEB61BBF5AE6009C397F /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD787AA00…
27 …FA86C0371D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fi…
28 …FA86C0381D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fi…
29 …FA86C0391D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fi…
30 …FA86C03A1D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fi…
31 …FA86C03B1D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fi…
32 …FA86C03C1D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fi…
33 …FA86C03D1D9765BB009CB637 /* iOS Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fi…
[all …]

12345678910>>...18