/third_party/grpc/src/csharp/ |
D | Settings.StyleCop | 5 <Rule Name="ElementsMustBeDocumented"> 9 </Rule> 10 <Rule Name="PartialElementsMustBeDocumented"> 14 </Rule> 15 <Rule Name="EnumerationItemsMustBeDocumented"> 19 </Rule> 20 <Rule Name="DocumentationMustContainValidXml"> 24 </Rule> 25 <Rule Name="ElementDocumentationMustHaveSummary"> 29 </Rule> [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
D | RuleExtractor.java | 48 private static Set<Rule> extract(LigatureSubst table) { in extract() 49 Set<Rule> allRules = new LinkedHashSet<Rule>(); in extract() 53 List<Rule> subRules = extract(table.subTableAt(i)); in extract() 54 subRules = Rule.prependToInput(prefixChars.get(i), subRules); in extract() 108 private static List<Rule> extract(LigatureSet table) { in extract() 109 List<Rule> allRules = new ArrayList<Rule>(); in extract() 112 Rule subRule = extract(table.subTableAt(i)); in extract() 118 private static Rule extract(Ligature table) { in extract() 126 return new Rule(null, input, null, subst); in extract() 129 private static Set<Rule> extract(SingleSubst table) { in extract() [all …]
|
D | Rule.java | 24 public class Rule { class 31 Rule(RuleSegment backtrack, RuleSegment input, RuleSegment lookAhead, RuleSegment subst) { in Rule() method in Rule 44 Set<Rule> featuredRules = featuredRules(font); in charGlyphClosure() 45 Map<Integer, Set<Rule>> glyphRuleMap = createGlyphRuleMap(featuredRules); in charGlyphClosure() 50 public static GlyphGroup closure(Map<Integer, Set<Rule>> glyphRuleMap, GlyphGroup glyphs) { in closure() 54 for (Rule rule : rulesForGlyph(glyphRuleMap, glyphs)) { in closure() 78 public static Map<Integer, Set<Rule>> glyphRulesMap(Font font) { in glyphRulesMap() 79 Set<Rule> featuredRules = Rule.featuredRules(font); in glyphRulesMap() 86 private static Map<Integer, Set<Rule>> createGlyphRuleMap(Set<Rule> lookupRules) { in createGlyphRuleMap() 87 Map<Integer, Set<Rule>> map = new HashMap<Integer, Set<Rule>>(); in createGlyphRuleMap() [all …]
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
D | RuleExtractor.java | 48 private static Set<Rule> extract(LigatureSubst table) { in extract() 49 Set<Rule> allRules = new LinkedHashSet<Rule>(); in extract() 53 List<Rule> subRules = extract(table.subTableAt(i)); in extract() 54 subRules = Rule.prependToInput(prefixChars.get(i), subRules); in extract() 108 private static List<Rule> extract(LigatureSet table) { in extract() 109 List<Rule> allRules = new ArrayList<Rule>(); in extract() 112 Rule subRule = extract(table.subTableAt(i)); in extract() 118 private static Rule extract(Ligature table) { in extract() 126 return new Rule(null, input, null, subst); in extract() 129 private static Set<Rule> extract(SingleSubst table) { in extract() [all …]
|
D | Rule.java | 24 public class Rule { class 31 Rule(RuleSegment backtrack, RuleSegment input, RuleSegment lookAhead, RuleSegment subst) { in Rule() method in Rule 44 Set<Rule> featuredRules = featuredRules(font); in charGlyphClosure() 45 Map<Integer, Set<Rule>> glyphRuleMap = createGlyphRuleMap(featuredRules); in charGlyphClosure() 50 public static GlyphGroup closure(Map<Integer, Set<Rule>> glyphRuleMap, GlyphGroup glyphs) { in closure() 54 for (Rule rule : rulesForGlyph(glyphRuleMap, glyphs)) { in closure() 78 public static Map<Integer, Set<Rule>> glyphRulesMap(Font font) { in glyphRulesMap() 79 Set<Rule> featuredRules = Rule.featuredRules(font); in glyphRulesMap() 86 private static Map<Integer, Set<Rule>> createGlyphRuleMap(Set<Rule> lookupRules) { in createGlyphRuleMap() 87 Map<Integer, Set<Rule>> map = new HashMap<Integer, Set<Rule>>(); in createGlyphRuleMap() [all …]
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | SymbolTable_autogen.cpp | 29855 using Rule = SymbolRule; typedef 29859 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(&radians_00B), 29860 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&radians_00B), 29861 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(&radians_10B), 29862 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&radians_10B), 29863 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(&radians_20B), 29864 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&radians_20B), 29865 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(&radians_30B), 29866 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&radians_30B), 29867 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(°rees_00B), [all …]
|
D | SymbolTable_ESSL_autogen.cpp | 18388 using Rule = SymbolRule; typedef 18392 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(&radians_00B), 18393 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(&radians_10B), 18394 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(&radians_20B), 18395 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(&radians_30B), 18396 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(°rees_00B), 18397 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(°rees_10B), 18398 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(°rees_20B), 18399 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(°rees_30B), 18400 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(&sin_00B), [all …]
|
/third_party/tzdata/ |
D | africa | 67 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S 68 Rule Algeria 1916 only - Jun 14 23:00s 1:00 S 69 Rule Algeria 1916 1919 - Oct Sun>=1 23:00s 0 - 70 Rule Algeria 1917 only - Mar 24 23:00s 1:00 S 71 Rule Algeria 1918 only - Mar 9 23:00s 1:00 S 72 Rule Algeria 1919 only - Mar 1 23:00s 1:00 S 73 Rule Algeria 1920 only - Feb 14 23:00s 1:00 S 74 Rule Algeria 1920 only - Oct 23 23:00s 0 - 75 Rule Algeria 1921 only - Mar 14 23:00s 1:00 S 76 Rule Algeria 1921 only - Jun 21 23:00s 0 - [all …]
|
D | europe | 391 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S 393 Rule GB-Eire 1916 only - May 21 2:00s 1:00 BST 394 Rule GB-Eire 1916 only - Oct 1 2:00s 0 GMT 396 Rule GB-Eire 1917 only - Apr 8 2:00s 1:00 BST 397 Rule GB-Eire 1917 only - Sep 17 2:00s 0 GMT 399 Rule GB-Eire 1918 only - Mar 24 2:00s 1:00 BST 400 Rule GB-Eire 1918 only - Sep 30 2:00s 0 GMT 402 Rule GB-Eire 1919 only - Mar 30 2:00s 1:00 BST 403 Rule GB-Eire 1919 only - Sep 29 2:00s 0 GMT 405 Rule GB-Eire 1920 only - Mar 28 2:00s 1:00 BST [all …]
|
D | asia | 73 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S 74 Rule EUAsia 1981 max - Mar lastSun 1:00u 1:00 S 75 Rule EUAsia 1979 1995 - Sep lastSun 1:00u 0 - 76 Rule EUAsia 1996 max - Oct lastSun 1:00u 0 - 77 Rule E-EurAsia 1981 max - Mar lastSun 0:00 1:00 - 78 Rule E-EurAsia 1979 1995 - Sep lastSun 0:00 0 - 79 Rule E-EurAsia 1996 max - Oct lastSun 0:00 0 - 80 Rule RussiaAsia 1981 1984 - Apr 1 0:00 1:00 - 81 Rule RussiaAsia 1981 1983 - Oct 1 0:00 0 - 82 Rule RussiaAsia 1984 1995 - Sep lastSun 2:00s 0 - [all …]
|
D | southamerica | 51 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S 52 Rule Arg 1930 only - Dec 1 0:00 1:00 - 53 Rule Arg 1931 only - Apr 1 0:00 0 - 54 Rule Arg 1931 only - Oct 15 0:00 1:00 - 55 Rule Arg 1932 1940 - Mar 1 0:00 0 - 56 Rule Arg 1932 1939 - Nov 1 0:00 1:00 - 57 Rule Arg 1940 only - Jul 1 0:00 1:00 - 58 Rule Arg 1941 only - Jun 15 0:00 0 - 59 Rule Arg 1941 only - Oct 15 0:00 1:00 - 60 Rule Arg 1943 only - Aug 1 0:00 0 - [all …]
|
D | northamerica | 173 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S 174 Rule US 1918 1919 - Mar lastSun 2:00 1:00 D 175 Rule US 1918 1919 - Oct lastSun 2:00 0 S 176 Rule US 1942 only - Feb 9 2:00 1:00 W # War 177 Rule US 1945 only - Aug 14 23:00u 1:00 P # Peace 178 Rule US 1945 only - Sep 30 2:00 0 S 179 Rule US 1967 2006 - Oct lastSun 2:00 0 S 180 Rule US 1967 1973 - Apr lastSun 2:00 1:00 D 181 Rule US 1974 only - Jan 6 2:00 1:00 D 182 Rule US 1975 only - Feb lastSun 2:00 1:00 D [all …]
|
D | australasia | 16 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S 17 Rule Aus 1917 only - Jan 1 2:00s 1:00 D 18 Rule Aus 1917 only - Mar lastSun 2:00s 0 S 19 Rule Aus 1942 only - Jan 1 2:00s 1:00 D 20 Rule Aus 1942 only - Mar lastSun 2:00s 0 S 21 Rule Aus 1942 only - Sep 27 2:00s 1:00 D 22 Rule Aus 1943 1944 - Mar lastSun 2:00s 0 S 23 Rule Aus 1943 only - Oct 3 2:00s 1:00 D 32 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S 33 Rule AW 1974 only - Oct lastSun 2:00s 1:00 D [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | constDeclarationShadowedByVarDeclaration3.symbols | 3 class Rule { 4 >Rule : Symbol(Rule, Decl(constDeclarationShadowedByVarDeclaration3.ts, 0, 0)) 7 >regex : Symbol(Rule.regex, Decl(constDeclarationShadowedByVarDeclaration3.ts, 1, 12)) 12 >name : Symbol(Rule.name, Decl(constDeclarationShadowedByVarDeclaration3.ts, 2, 42)) 18 >this.name : Symbol(Rule.name, Decl(constDeclarationShadowedByVarDeclaration3.ts, 2, 42)) 19 >this : Symbol(Rule, Decl(constDeclarationShadowedByVarDeclaration3.ts, 0, 0)) 20 >name : Symbol(Rule.name, Decl(constDeclarationShadowedByVarDeclaration3.ts, 2, 42))
|
/third_party/ninja/src/ |
D | eval_env.h | 25 struct Rule; 60 struct Rule { struct 61 explicit Rule(const string& name) : name_(name) {} in Rule() function 89 void AddRule(const Rule* rule); argument 90 const Rule* LookupRule(const string& rule_name); 91 const Rule* LookupRuleCurrentScope(const string& rule_name); 92 const map<string, const Rule*>& GetRules() const; 106 map<string, const Rule*> rules_;
|
D | eval_env.cc | 32 void BindingEnv::AddRule(const Rule* rule) { in AddRule() 37 const Rule* BindingEnv::LookupRuleCurrentScope(const string& rule_name) { in LookupRuleCurrentScope() 38 map<string, const Rule*>::iterator i = rules_.find(rule_name); in LookupRuleCurrentScope() 44 const Rule* BindingEnv::LookupRule(const string& rule_name) { in LookupRule() 45 map<string, const Rule*>::iterator i = rules_.find(rule_name); in LookupRule() 53 void Rule::AddBinding(const string& key, const EvalString& val) { in AddBinding() 57 const EvalString* Rule::GetBinding(const string& key) const { in GetBinding() 65 bool Rule::IsReservedBinding(const string& var) { in IsReservedBinding() 79 const map<string, const Rule*>& BindingEnv::GetRules() const { in GetRules()
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/table/opentype/ |
D | RuleTests.java | 8 import com.google.typography.font.sfntly.table.opentype.component.Rule; 47 Rule.dumpLookups(font); in allFonts() 51 Map<Integer, Set<Rule>> glyphRulesMap = Rule.glyphRulesMap(font); in allFonts() 82 Map<Integer, Set<Rule>> glyphRulesMap = Rule.glyphRulesMap(font); in aFont() 83 GlyphGroup glyphGroup = Rule.glyphGroupForText("য্রী", cmap); in aFont() 84 GlyphGroup closure = Rule.closure(glyphRulesMap, glyphGroup); in aFont() 85 Rule.dumpLookups(font); in aFont() 90 CMapTable cmap, Map<Integer, Set<Rule>> glyphRulesMap, in assertClosure() 96 GlyphGroup glyphGroup = Rule.glyphGroupForText(word, cmap); in assertClosure() 97 GlyphGroup closure = Rule.closure(glyphRulesMap, glyphGroup); in assertClosure()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/table/opentype/ |
D | RuleTests.java | 8 import com.google.typography.font.sfntly.table.opentype.component.Rule; 47 Rule.dumpLookups(font); in allFonts() 51 Map<Integer, Set<Rule>> glyphRulesMap = Rule.glyphRulesMap(font); in allFonts() 82 Map<Integer, Set<Rule>> glyphRulesMap = Rule.glyphRulesMap(font); in aFont() 83 GlyphGroup glyphGroup = Rule.glyphGroupForText("য্রী", cmap); in aFont() 84 GlyphGroup closure = Rule.closure(glyphRulesMap, glyphGroup); in aFont() 85 Rule.dumpLookups(font); in aFont() 90 CMapTable cmap, Map<Integer, Set<Rule>> glyphRulesMap, in assertClosure() 96 GlyphGroup glyphGroup = Rule.glyphGroupForText(word, cmap); in assertClosure() 97 GlyphGroup closure = Rule.closure(glyphRulesMap, glyphGroup); in assertClosure()
|
/third_party/icu/icu4c/source/data/brkitr/rules/ |
D | sent_el.txt | 54 # Rule 3 - break after separators. Keep CR/LF together. 59 # Rule 4 - Break after $Sep. 60 # Rule 5 - Ignore $Format and $Extend 65 # Rule 6 68 # Rule 7 71 #Rule 8 75 # Rule 8a 78 #Rule 9, 10, 11 81 #Rule 998
|
D | sent.txt | 54 # Rule 3 - break after separators. Keep CR/LF together. 59 # Rule 4 - Break after $Sep. 60 # Rule 5 - Ignore $Format and $Extend 65 # Rule 6 68 # Rule 7 71 #Rule 8 75 # Rule 8a 78 #Rule 9, 10, 11 81 #Rule 998
|
/third_party/flutter/skia/third_party/externals/icu/source/data/brkitr/rules/ |
D | sent_el.txt | 55 # Rule 3 - break after separators. Keep CR/LF together. 60 # Rule 4 - Break after $Sep. 61 # Rule 5 - Ignore $Format and $Extend 66 # Rule 6 69 # Rule 7 72 #Rule 8 76 # Rule 8a 79 #Rule 9, 10, 11 82 #Rule 12
|
D | sent.txt | 54 # Rule 3 - break after separators. Keep CR/LF together. 59 # Rule 4 - Break after $Sep. 60 # Rule 5 - Ignore $Format and $Extend 65 # Rule 6 68 # Rule 7 71 #Rule 8 75 # Rule 8a 78 #Rule 9, 10, 11 81 #Rule 12
|
/third_party/skia/third_party/externals/icu/source/data/brkitr/rules/ |
D | sent_el.txt | 54 # Rule 3 - break after separators. Keep CR/LF together. 59 # Rule 4 - Break after $Sep. 60 # Rule 5 - Ignore $Format and $Extend 65 # Rule 6 68 # Rule 7 71 #Rule 8 75 # Rule 8a 78 #Rule 9, 10, 11 81 #Rule 998
|
D | sent.txt | 54 # Rule 3 - break after separators. Keep CR/LF together. 59 # Rule 4 - Break after $Sep. 60 # Rule 5 - Ignore $Format and $Extend 65 # Rule 6 68 # Rule 7 71 #Rule 8 75 # Rule 8a 78 #Rule 9, 10, 11 81 #Rule 998
|
/third_party/python/Tools/peg_generator/pegen/ |
D | grammar.py | 45 def __init__(self, rules: Iterable[Rule], metas: Iterable[Tuple[str, Optional[str]]]): argument 62 def __iter__(self) -> Iterator[Rule]: 70 class Rule: class 104 def nullable_visit(self, rules: Dict[str, Rule]) -> bool: argument 144 def nullable_visit(self, rules: Dict[str, Rule]) -> bool: argument 163 def nullable_visit(self, rules: Dict[str, Rule]) -> bool: argument 179 def nullable_visit(self, rules: Dict[str, Rule]) -> bool: argument 201 def nullable_visit(self, rules: Dict[str, Rule]) -> bool: argument 242 def nullable_visit(self, rules: Dict[str, Rule]) -> bool: argument 280 def nullable_visit(self, rules: Dict[str, Rule]) -> bool: argument [all …]
|