Home
last modified time | relevance | path

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

12345678910

/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/tensorflow/tensorflow/java/src/test/java/org/tensorflow/processor/
DOperatorProcessorTest.java33 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/
DC_B_D_T_.py49 def compile(self, ttFont): member in cbdt_bitmap_format_17
68 def compile(self, ttFont): member in cbdt_bitmap_format_18
84 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_
217 def compile(self, parentTable): member in GlyphRecord
293 def compile(self, parentTable): member in StringRecord
DE_B_L_C_.py120 def compile(self, ttFont): member in table_E_B_L_C_
350 def compile(self, ttFont): member in EblcIndexSubTable
449 def compile(self, ttFont): member in _createOffsetArrayIndexSubTableMixin.OffsetArrayIndexSubTableMixin
536 def compile(self, ttFont): member in eblc_index_sub_table_2
568 def compile(self, ttFont): member in eblc_index_sub_table_4
607 def compile(self, ttFont): member in eblc_index_sub_table_5
D_f_v_a_r.py53 def compile(self, ttFont): member in table__f_v_a_r
121 def compile(self): member in Axis
170 def compile(self, axisTags, includePostScriptName): member in NamedInstance
DE_B_D_T_.py70 def compile(self, ttFont): member in table_E_B_D_T_
614 def compile(self, ttFont): member in ebdt_bitmap_format_1
626 def compile(self, ttFont): member in ebdt_bitmap_format_2
636 def compile(self, ttFont): member in ebdt_bitmap_format_5
646 def compile(self, ttFont): member in ebdt_bitmap_format_6
658 def compile(self, ttFont): member in ebdt_bitmap_format_7
717 def compile(self, ttFont): member in ebdt_bitmap_format_8
742 def compile(self, ttFont): member in ebdt_bitmap_format_9
D_c_m_a_p.py104 def compile(self, ttFont): member in table__c_m_a_p
259 def compile(self, ttFont): member in cmap_format_0
433 def compile(self, ttFont): member in cmap_format_2
739 def compile(self, ttFont): member in cmap_format_4
874 def compile(self, ttFont): member in cmap_format_6
951 def compile(self, ttFont): member in cmap_format_12_or_13
1195 def compile(self, ttFont): member in cmap_format_14
1289 def compile(self, ttFont): member in cmap_format_unknown
D_k_e_r_n.py70 def compile(self, ttFont): member in table__k_e_r_n
163 def compile(self, ttFont): member in KernTable_format_0
268 def compile(self, ttFont): member in KernTable_format_unkown
DG_M_A_P_.py59 def compile(self, ttFont): member in GMAPRecord
87 def compile(self, ttFont): member in table_G_M_A_P_
DC_F_F__2.py11 def compile(self, otFont): member in table_C_F_F__2
/external/llvm-project/clang-tools-extra/clangd/
DConfigCompile.cpp180 void compile(Fragment &&F) { in compile() function
192 void compile(Fragment::IfBlock &&F) { in compile() function
239 void compile(Fragment::CompileFlagsBlock &&F) { in compile() function
265 void compile(Fragment::IndexBlock &&F) { in compile() function
279 void compile(Fragment::IndexBlock::ExternalBlock &&External, in compile() function
330 void compile(Fragment::StyleBlock &&F) { in compile() function
365 void compile(Fragment::ClangTidyBlock &&F) { in compile() function
408 CompiledFragment Fragment::compile(DiagnosticCallback D) && { in compile() function in clang::clangd::config::Fragment
/external/icu/icu4c/source/i18n/
Drepattrn.cpp317 RegexPattern::compile(const UnicodeString &regex, in compile() function in RegexPattern
368 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
418 RegexPattern::compile(const UnicodeString &regex, in compile() function in RegexPattern
430 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
442 RegexPattern::compile(const UnicodeString &regex, in compile() function in RegexPattern
455 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
/external/javassist/src/main/javassist/
DCtMethod.java358 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
DCtField.java858 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/
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/tensorflow/tensorflow/compiler/xla/tools/
Ddumped_computation_to_text.cc36 void RealMain(absl::Span<char* const> args, bool compile) { in RealMain()
92 bool compile = false; in main() local
/external/proguard/build/
Dbuild.sh48 function compile { function
/external/selinux/python/sepolicy/sepolicy/templates/
Dsemodule.py24 compile=""" variable
/external/cldr/tools/java/org/unicode/cldr/draft/
DPatternFixer.java128 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/guava/android/guava/src/com/google/common/base/
DPatternCompiler.java31 CommonPattern compile(String pattern); in compile() method
/external/starlark-go/internal/compile/
Dcodegen_test.go1 package compile package
/external/guava/guava/src/com/google/common/base/
DPatternCompiler.java31 CommonPattern compile(String pattern); in compile() method
/external/ltp/testcases/kernel/fs/mongo/
Dmongo.pl165 sub compile subroutine
/external/angle/src/libANGLE/renderer/null/
DShaderNULL.cpp22 std::shared_ptr<WaitableCompileEvent> ShaderNULL::compile(const gl::Context *context, in compile() function in rx::ShaderNULL

12345678910