| /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/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/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
| D | tpu_dynamic_layout_pass.cc | 92 TF::TPUGetLayoutOp BuildGetLayout(Operation* compile, int64_t index, in BuildGetLayout() 110 TF::TPUExecuteOp execute, Operation* compile, TF::TPUGetLayoutOp get_layout, in BuildCopyWithLayout() 129 Operation* compile, in HandleInput() 144 int64_t index, TF::TPUExecuteOp execute, Operation* compile, in HandleReplicatedInputs() 172 void HandleExecute(TF::TPUExecuteOp execute, Operation* compile, in HandleExecute() 225 auto compile = execute.key().getDefiningOp(); in runOnFunction() local
|
| /external/fonttools/Lib/fontTools/ttLib/tables/ |
| D | C_B_D_T_.py | 50 def compile(self, ttFont): member in cbdt_bitmap_format_17 69 def compile(self, ttFont): member in cbdt_bitmap_format_18 85 def compile(self, ttFont): member in cbdt_bitmap_format_19
|
| D | M_E_T_A_.py | 103 def compile(self, ttFont): member in table_M_E_T_A_ 218 def compile(self, parentTable): member in GlyphRecord 294 def compile(self, parentTable): member in StringRecord
|
| D | E_B_L_C_.py | 121 def compile(self, ttFont): member in table_E_B_L_C_ 351 def compile(self, ttFont): member in EblcIndexSubTable 450 def compile(self, ttFont): member in _createOffsetArrayIndexSubTableMixin.OffsetArrayIndexSubTableMixin 537 def compile(self, ttFont): member in eblc_index_sub_table_2 569 def compile(self, ttFont): member in eblc_index_sub_table_4 608 def compile(self, ttFont): member in eblc_index_sub_table_5
|
| D | _f_v_a_r.py | 49 def compile(self, ttFont): member in table__f_v_a_r 117 def compile(self): member in Axis 162 def compile(self, axisTags, includePostScriptName): member in NamedInstance
|
| D | C_F_F__2.py | 13 def compile(self, otFont): member in table_C_F_F__2
|
| D | _k_e_r_n.py | 72 def compile(self, ttFont): member in table__k_e_r_n 165 def compile(self, ttFont): member in KernTable_format_0 270 def compile(self, ttFont): member in KernTable_format_unkown
|
| D | _c_m_a_p.py | 105 def compile(self, ttFont): member in table__c_m_a_p 260 def compile(self, ttFont): member in cmap_format_0 434 def compile(self, ttFont): member in cmap_format_2 740 def compile(self, ttFont): member in cmap_format_4 875 def compile(self, ttFont): member in cmap_format_6 952 def compile(self, ttFont): member in cmap_format_12_or_13 1196 def compile(self, ttFont): member in cmap_format_14 1290 def compile(self, ttFont): member in cmap_format_unknown
|
| D | E_B_D_T_.py | 71 def compile(self, ttFont): member in table_E_B_D_T_ 615 def compile(self, ttFont): member in ebdt_bitmap_format_1 627 def compile(self, ttFont): member in ebdt_bitmap_format_2 637 def compile(self, ttFont): member in ebdt_bitmap_format_5 647 def compile(self, ttFont): member in ebdt_bitmap_format_6 659 def compile(self, ttFont): member in ebdt_bitmap_format_7 718 def compile(self, ttFont): member in ebdt_bitmap_format_8 743 def compile(self, ttFont): member in ebdt_bitmap_format_9
|
| D | G_M_A_P_.py | 60 def compile(self, ttFont): member in GMAPRecord 88 def compile(self, ttFont): member in table_G_M_A_P_
|
| /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 | 36 void RealMain(absl::Span<char* const> args, bool compile) { in RealMain() 92 bool compile = false; in main() local
|
| /external/icu/icu4c/source/i18n/ |
| D | repattrn.cpp | 321 RegexPattern::compile(const UnicodeString ®ex, in compile() function in RegexPattern 372 RegexPattern::compile(UText *regex, in compile() function in RegexPattern 422 RegexPattern::compile(const UnicodeString ®ex, in compile() function in RegexPattern 434 RegexPattern::compile(UText *regex, in compile() function in RegexPattern 446 RegexPattern::compile(const UnicodeString ®ex, in compile() function in RegexPattern 459 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
|
| /external/proguard/build/ |
| D | build.sh | 48 function compile { function
|
| /external/selinux/python/sepolicy/sepolicy/templates/ |
| D | semodule.py | 24 compile=""" variable
|
| /external/guava/android/guava/src/com/google/common/base/ |
| D | PatternCompiler.java | 31 CommonPattern compile(String pattern); in compile() method
|
| D | CommonPattern.java | 36 public static CommonPattern compile(String pattern) { in compile() method in CommonPattern
|
| /external/guava/guava/src/com/google/common/base/ |
| D | PatternCompiler.java | 31 CommonPattern compile(String pattern); in compile() method
|
| D | CommonPattern.java | 36 public static CommonPattern compile(String pattern) { in compile() method in CommonPattern
|
| /external/ltp/testcases/kernel/fs/mongo/ |
| D | mongo.pl | 165 sub compile subroutine
|
| /external/cldr/tools/java/org/unicode/cldr/draft/ |
| D | PatternFixer.java | 128 public static Pattern compile(String regexPattern, int patternOptions) { in compile() method in PatternFixer 132 public static Pattern compile(String regexPattern) { in compile() method in PatternFixer
|
| /external/angle/src/libANGLE/renderer/null/ |
| D | ShaderNULL.cpp | 22 std::shared_ptr<WaitableCompileEvent> ShaderNULL::compile(const gl::Context *context, in compile() function in rx::ShaderNULL
|
| /external/harfbuzz_ng/src/ |
| D | hb-aat-map.cc | 58 hb_aat_map_builder_t::compile (hb_aat_map_t &m) in compile() function in hb_aat_map_builder_t
|