Home
last modified time | relevance | path

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

123456

/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
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
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_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
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
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
DG_M_A_P_.py63 def compile(self, ttFont): member in GMAPRecord
92 def compile(self, ttFont): member in table_G_M_A_P_
DT_S_I__5.py22 def compile(self, ttFont): member in table_T_S_I__5
/external/icu/icu4c/source/i18n/
Drepattrn.cpp302 RegexPattern::compile(const UnicodeString &regex, in compile() function in RegexPattern
353 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
403 RegexPattern::compile(const UnicodeString &regex, in compile() function in RegexPattern
415 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
427 RegexPattern::compile(const UnicodeString &regex, in compile() function in RegexPattern
440 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/vogar/src/vogar/commands/
DJavac.java82 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/chromium-trace/catapult/tracing/third_party/gl-matrix/tasks/build/
Dcompile.rake2 task :compile do task
/external/proguard/build/
Dbuild.sh48 function compile { function
/external/selinux/policycoreutils/sepolicy/sepolicy/templates/
Dsemodule.py24 compile=""" variable
Dscript.py24 compile="""\ variable
/external/skia/infra/bots/flavor/
Dcmake_flavor.py17 def compile(self, target): member in CMakeFlavorUtils
Dcoverage_flavor.py19 def compile(self, target): member in CoverageFlavorUtils
Dxsan_flavor.py33 def compile(self, target): member in XSanFlavorUtils
Dchromeos_flavor.py35 def compile(self, target): member in ChromeOSFlavorUtils
/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/
DMakefile25 compile: configure target
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/tasks/support/
Dgl-matrix.rb63 def compile(source = 'gl-matrix.js', dest = 'dist/gl-matrix.js') method

123456