Home
last modified time | relevance | path

Searched defs:compile (Results 1 – 25 of 85) sorted by relevance

1234

/external/owasp/sanitizer/src/tests/org/owasp/html/
DCssFuzzerTest.java184 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/fonttools/Lib/fontTools/ttLib/tables/
DC_B_D_T_.py50 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
DM_E_T_A_.py102 def compile(self, ttFont): member in table_M_E_T_A_
219 def compile(self, parentTable): member in GlyphRecord
295 def compile(self, parentTable): member in StringRecord
D_k_e_r_n.py50 def compile(self, ttFont): member in table__k_e_r_n
117 def compile(self, ttFont): member in KernTable_format_0
169 def compile(self, ttFont): member in KernTable_format_2
191 def compile(self, ttFont): member in KernTable_format_unkown
DE_B_L_C_.py114 def compile(self, ttFont): member in table_E_B_L_C_
345 def compile(self, ttFont): member in EblcIndexSubTable
443 def compile(self, ttFont): member in _createOffsetArrayIndexSubTableMixin.OffsetArrayIndexSubTableMixin
529 def compile(self, ttFont): member in eblc_index_sub_table_2
560 def compile(self, ttFont): member in eblc_index_sub_table_4
598 def compile(self, ttFont): member in eblc_index_sub_table_5
D_c_m_a_p.py56 def compile(self, ttFont): member in table__c_m_a_p
195 def compile(self, ttFont): member in cmap_format_0
381 def compile(self, ttFont): member in cmap_format_2
700 def compile(self, ttFont): member in cmap_format_4
844 def compile(self, ttFont): member in cmap_format_6
928 def compile(self, ttFont): member in cmap_format_12_or_13
1167 def compile(self, ttFont): member in cmap_format_14
1262 def compile(self, ttFont): member in cmap_format_unknown
DG_M_A_P_.py63 def compile(self, ttFont): member in GMAPRecord
92 def compile(self, ttFont): member in table_G_M_A_P_
DE_B_D_T_.py67 def compile(self, ttFont): member in table_E_B_D_T_
606 def compile(self, ttFont): member in ebdt_bitmap_format_1
618 def compile(self, ttFont): member in ebdt_bitmap_format_2
628 def compile(self, ttFont): member in ebdt_bitmap_format_5
638 def compile(self, ttFont): member in ebdt_bitmap_format_6
650 def compile(self, ttFont): member in ebdt_bitmap_format_7
709 def compile(self, ttFont): member in ebdt_bitmap_format_8
734 def compile(self, ttFont): member in ebdt_bitmap_format_9
DL_T_S_H_.py27 def compile(self, ttFont): member in table_L_T_S_H_
DT_S_I__5.py22 def compile(self, ttFont): member in table_T_S_I__5
DG_P_K_G_.py48 def compile(self, ttFont): member in table_G_P_K_G_
DF_F_T_M_.py22 def compile(self, ttFont): member in table_F_F_T_M_
D_h_d_m_x.py30 def compile(self, ttFont): member in table__h_d_m_x
DT_S_I__1.py39 def compile(self, ttFont): member in table_T_S_I__1
/external/icu/icu4c/source/i18n/
Drepattrn.cpp270 RegexPattern::compile(const UnicodeString &regex, in compile() function in RegexPattern
321 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
371 RegexPattern::compile(const UnicodeString &regex, in compile() function in RegexPattern
383 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
395 RegexPattern::compile(const UnicodeString &regex, in compile() function in RegexPattern
408 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/build/
Dcompile.rake2 task :compile do task
/external/proguard/build/
Dbuild.sh47 function compile { function
/external/chromium_org/third_party/icu/source/i18n/
Drepattrn.cpp273 RegexPattern::compile(const UnicodeString &regex, in compile() function in RegexPattern
324 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
374 RegexPattern::compile(const UnicodeString &regex, in compile() function in RegexPattern
386 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
398 RegexPattern::compile(const UnicodeString &regex, in compile() function in RegexPattern
411 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
/external/javassist/src/main/javassist/
DCtMethod.java341 int compile(Bytecode code) throws CannotCompileException { in compile() method in CtMethod.ConstParameter
380 int compile(Bytecode code) throws CannotCompileException { in compile() method in CtMethod.IntConstParameter
401 int compile(Bytecode code) throws CannotCompileException { in compile() method in CtMethod.LongConstParameter
422 int compile(Bytecode code) throws CannotCompileException { in compile() method in CtMethod.StringConstParameter
DCtField.java813 abstract int compile(CtClass type, String name, Bytecode code, in compile() method in CtField.Initializer
829 int compile(CtClass type, String name, Bytecode code, in compile() method in CtField.CodeInitializer0
929 int compile(CtClass type, String name, Bytecode code, in compile() method in CtField.ParamInitializer
994 int compile(CtClass type, String name, Bytecode code, in compile() method in CtField.NewInitializer
1090 int compile(CtClass type, String name, Bytecode code, in compile() method in CtField.MethodInitializer
1165 int compile(CtClass type, String name, Bytecode code, in compile() method in CtField.IntInitializer
1198 int compile(CtClass type, String name, Bytecode code, in compile() method in CtField.LongInitializer
1234 int compile(CtClass type, String name, Bytecode code, in compile() method in CtField.FloatInitializer
1270 int compile(CtClass type, String name, Bytecode code, in compile() method in CtField.DoubleInitializer
1301 int compile(CtClass type, String name, Bytecode code, in compile() method in CtField.StringInitializer
[all …]
/external/bison/etc/
Dbench.pl.in329 sub compile ($) subroutine
/external/javasqlite/src/main/java/SQLite/
DVm.java55 public native boolean compile() throws SQLite.Exception; in compile() method in Vm
/external/iproute2/testsuite/
DMakefile15 compile: configure target
/external/chromium_org/tools/grit/grit/
Dlazy_re.py40 def compile(*args, **kwargs): function
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
Dgl-matrix.rb63 def compile(source = 'gl-matrix.js', dest = 'dist/gl-matrix.js') method

1234