Home
last modified time | relevance | path

Searched defs:Rules (Results 1 – 13 of 13) sorted by relevance

/third_party/mbedtls/docs/architecture/testing/
Dinvasive-testing.md22 ## Rules section in Mbed TLS invasive testing strategy
28 ### Interface design for testing
32 ### Reliance on internal details
53 ### Rules for compile-time options
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DPluralsMapper.java119 private static class Rules { class in PluralsMapper
123 private Rules(CldrPath prefix) { in Rules() method in PluralsMapper.Rules
/third_party/icu/docs/userguide/format_parse/numbers/
Drbnf.md105 ## Rules section in Overview
/third_party/icu/docs/userguide/transforms/general/
Dindex.md985 ##### Forward
998 ##### Backward
1010 ##### Dual
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
Da4a_rules.json2 "Rules":[ array
/third_party/skia/third_party/externals/angle2/src/android_system_settings/assets/
Da4a_rules.json2 "Rules":[ array
/third_party/python/Doc/extending/
Dextending.rst1004 .. _thinice:
/third_party/skia/buildtools/checkdeps/
Drules.py88 class Rules(object): class
/third_party/ninja/doc/
Dmanual.asciidoc427 Rules subsection
/third_party/ninja/src/
Dninja.cc663 typedef map<string, const Rule*> Rules; in ToolRules() typedef
Dmanifest_parser_test.cc43 TEST_F(ParserTest, Rules) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h323 SmallVector<LegalizeRule, 2> Rules; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp199 std::vector<Rule> Rules; member