/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | CssFuzzerTest.java | 184 CssTokens.TokenType.COLON, Pattern.compile(":")); in TOKEN_TYPE_FILTERS.put() 185 TOKEN_TYPE_FILTERS.put( in TOKEN_TYPE_FILTERS.put() 188 CssTokens.TokenType.COMMA, Pattern.compile(",")); in TOKEN_TYPE_FILTERS.put() 208 Pattern.compile("[{]")); in TOKEN_TYPE_FILTERS.put() 211 Pattern.compile("[(]")); in TOKEN_TYPE_FILTERS.put() 212 TOKEN_TYPE_FILTERS.put( in TOKEN_TYPE_FILTERS.put() 217 Pattern.compile("[~^$|*]=")); in TOKEN_TYPE_FILTERS.put() 226 Pattern.compile("[}]")); in TOKEN_TYPE_FILTERS.put() 229 Pattern.compile("[)]")); in TOKEN_TYPE_FILTERS.put() 230 TOKEN_TYPE_FILTERS.put( in TOKEN_TYPE_FILTERS.put() [all …]
|
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/ |
D | meta_compiler.hpp | 203 struct compile struct 205 typedef typename meta_compiler<Domain>::meta_grammar meta_grammar; 208 type; 213 struct compile<Domain, Expr, Modifiers, struct 240 compile(Expr const& expr, Modifiers modifiers, mpl::true_) in compile() function 249 compile(Expr const& expr, Modifiers modifiers, mpl::false_) in compile() function 261 compile(Expr const& expr) in compile() function 269 compile(Expr const& expr, Modifiers modifiers) in compile() function
|
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/processor/ |
D | OperatorProcessorTest.java | 33 Compilation compile = compile("org/tensorflow/processor/operator/good/BasicGood.java"); in basicGood() local 44 private static Compilation compile(String path) { in compile() method in OperatorProcessorTest
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | C_B_D_T_.py | 59 def compile(self, ttFont): member in cbdt_bitmap_format_17 78 def compile(self, ttFont): member in cbdt_bitmap_format_18 94 def compile(self, ttFont): member in cbdt_bitmap_format_19
|
D | E_B_L_C_.py | 138 def compile(self, ttFont): member in table_E_B_L_C_ 388 def compile(self, ttFont): member in EblcIndexSubTable 499 def compile(self, ttFont): member in _createOffsetArrayIndexSubTableMixin.OffsetArrayIndexSubTableMixin 600 def compile(self, ttFont): member in eblc_index_sub_table_2 641 def compile(self, ttFont): member in eblc_index_sub_table_4 690 def compile(self, ttFont): member in eblc_index_sub_table_5
|
D | M_E_T_A_.py | 109 def compile(self, ttFont): member in table_M_E_T_A_ 238 def compile(self, parentTable): member in GlyphRecord 323 def compile(self, parentTable): member in StringRecord
|
D | _f_v_a_r.py | 53 def compile(self, ttFont): member in table__f_v_a_r 123 def compile(self): member in Axis 175 def compile(self, axisTags, includePostScriptName): member in NamedInstance
|
D | _c_m_a_p.py | 192 def compile(self, ttFont): member in table__c_m_a_p 391 def compile(self, ttFont): member in cmap_format_0 579 def compile(self, ttFont): member in cmap_format_2 930 def compile(self, ttFont): member in cmap_format_4 1083 def compile(self, ttFont): member in cmap_format_6 1174 def compile(self, ttFont): member in cmap_format_12_or_13 1454 def compile(self, ttFont): member in cmap_format_14 1561 def compile(self, ttFont): member in cmap_format_unknown
|
D | E_B_D_T_.py | 85 def compile(self, ttFont): member in table_E_B_D_T_ 679 def compile(self, ttFont): member in ebdt_bitmap_format_1 692 def compile(self, ttFont): member in ebdt_bitmap_format_2 701 def compile(self, ttFont): member in ebdt_bitmap_format_5 713 def compile(self, ttFont): member in ebdt_bitmap_format_6 726 def compile(self, ttFont): member in ebdt_bitmap_format_7 783 def compile(self, ttFont): member in ebdt_bitmap_format_8 807 def compile(self, ttFont): member in ebdt_bitmap_format_9
|
D | _k_e_r_n.py | 64 def compile(self, ttFont): member in table__k_e_r_n 158 def compile(self, ttFont): member in KernTable_format_0 262 def compile(self, ttFont): member in KernTable_format_unkown
|
D | G_M_A_P_.py | 58 def compile(self, ttFont): member in GMAPRecord 101 def compile(self, ttFont): member in table_G_M_A_P_
|
/external/cronet/tot/third_party/icu/source/i18n/ |
D | repattrn.cpp | 317 RegexPattern::compile(const UnicodeString ®ex, in compile() function in RegexPattern 368 RegexPattern::compile(UText *regex, in compile() function in RegexPattern 418 RegexPattern::compile(const UnicodeString ®ex, in compile() function in RegexPattern 430 RegexPattern::compile(UText *regex, in compile() function in RegexPattern 442 RegexPattern::compile(const UnicodeString ®ex, in compile() function in RegexPattern 455 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
|
/external/icu/icu4c/source/i18n/ |
D | repattrn.cpp | 315 RegexPattern::compile(const UnicodeString ®ex, in compile() function in RegexPattern 366 RegexPattern::compile(UText *regex, in compile() function in RegexPattern 416 RegexPattern::compile(const UnicodeString ®ex, in compile() function in RegexPattern 428 RegexPattern::compile(UText *regex, in compile() function in RegexPattern 440 RegexPattern::compile(const UnicodeString ®ex, in compile() function in RegexPattern 453 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
|
/external/cronet/stable/third_party/icu/source/i18n/ |
D | repattrn.cpp | 317 RegexPattern::compile(const UnicodeString ®ex, in compile() function in RegexPattern 368 RegexPattern::compile(UText *regex, in compile() function in RegexPattern 418 RegexPattern::compile(const UnicodeString ®ex, in compile() function in RegexPattern 430 RegexPattern::compile(UText *regex, in compile() function in RegexPattern 442 RegexPattern::compile(const UnicodeString ®ex, in compile() function in RegexPattern 455 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
|
/external/javassist/src/main/javassist/ |
D | CtMethod.java | 358 int compile(Bytecode code) throws CannotCompileException { in compile() method in CtMethod.ConstParameter 398 int compile(Bytecode code) throws CannotCompileException { in compile() method in CtMethod.IntConstParameter 422 int compile(Bytecode code) throws CannotCompileException { in compile() method in CtMethod.LongConstParameter 446 int compile(Bytecode code) throws CannotCompileException { in compile() method in CtMethod.StringConstParameter
|
D | CtField.java | 858 abstract int compile(CtClass type, String name, Bytecode code, in compile() method in CtField.Initializer 875 int compile(CtClass type, String name, Bytecode code, in compile() method in CtField.CodeInitializer0 981 int compile(CtClass type, String name, Bytecode code, in compile() method in CtField.ParamInitializer 1047 int compile(CtClass type, String name, Bytecode code, in compile() method in CtField.NewInitializer 1145 int compile(CtClass type, String name, Bytecode code, in compile() method in CtField.MethodInitializer 1223 int compile(CtClass type, String name, Bytecode code, in compile() method in CtField.IntInitializer 1260 int compile(CtClass type, String name, Bytecode code, in compile() method in CtField.LongInitializer 1299 int compile(CtClass type, String name, Bytecode code, in compile() method in CtField.FloatInitializer 1338 int compile(CtClass type, String name, Bytecode code, in compile() method in CtField.DoubleInitializer 1371 int compile(CtClass type, String name, Bytecode code, in compile() method in CtField.StringInitializer [all …]
|
/external/vogar/src/vogar/commands/ |
D | Javac.java | 82 public List<String> compile(Collection<File> files) { in compile() method in Javac 86 public List<String> compile(File... files) { in compile() method in Javac
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | dumped_computation_to_text.cc | 38 void RealMain(absl::Span<char* const> args, bool compile) { in RealMain() 93 bool compile = false; in main() local
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ |
D | PatternFixer.java | 144 public static Pattern compile(String regexPattern, int patternOptions) { in compile() method in PatternFixer 149 public static Pattern compile(String regexPattern) { in compile() method in PatternFixer
|
/external/selinux/python/sepolicy/sepolicy/templates/ |
D | semodule.py | 24 compile=""" variable
|
/external/starlark-go/internal/compile/ |
D | codegen_test.go | 1 package compile package
|
/external/pytorch/torch/csrc/api/src/ |
D | jit.cpp | 12 std::shared_ptr<CompilationUnit> compile(const std::string& source) { in compile() function
|
/external/guava/android/guava/src/com/google/common/base/ |
D | PatternCompiler.java | 36 CommonPattern compile(String pattern); in compile() method
|
/external/guava/guava/src/com/google/common/base/ |
D | PatternCompiler.java | 36 CommonPattern compile(String pattern); in compile() method
|
/external/bazelbuild-rules_android/src/tools/ak/compile/ |
D | compile_test.go | 15 package compile package
|