Searched defs:compile (Results 101 - 125 of 152) sorted by relevance

1234567

/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_c_m_a_p.py56 def compile(self, ttFont): member in class:table__c_m_a_p
62 seen = {} # Some tables are the same object reference. Don't compile them twice.
63 done = {} # Some tables are different objects, but compile to the same data chunk
68 chunk = table.compile(ttFont)
195 def compile(self, ttFont): member in class:cmap_format_0
381 def compile(self, ttFont): member in class:cmap_format_2
700 def compile(self, ttFont): member in class:cmap_format_4
844 def compile(self, ttFont): member in class:cmap_format_6
928 def compile(self, ttFont): member in class:cmap_format_12_or_13
1167 def compile(sel member in class:cmap_format_14
1262 def compile(self, ttFont): member in class:cmap_format_unknown
[all...]
H A DE_B_D_T_.py67 def compile(self, ttFont): member in class:table_E_B_D_T_
90 # been saved in compile. This code assumes that glyphs will only
94 # respective compile methods for the indexSubTables will fail
100 data = glyph.compile(ttFont)
112 # The respective compile implementations will take care
606 def compile(self, ttFont): member in class:ebdt_bitmap_format_1
618 def compile(self, ttFont): member in class:ebdt_bitmap_format_2
628 def compile(self, ttFont): member in class:ebdt_bitmap_format_5
638 def compile(self, ttFont): member in class:ebdt_bitmap_format_6
650 def compile(sel member in class:ebdt_bitmap_format_7
709 def compile(self, ttFont): member in class:ebdt_bitmap_format_8
734 def compile(self, ttFont): member in class:ebdt_bitmap_format_9
[all...]
H A DotBase.py55 def compile(self, font): member in class:BaseTTXConverter
57 Call the compile method for the the table
63 to the writer's self.items, then calls the item's compile method.
85 self.table.compile(writer, font)
413 # interface for gathering data, as used by table.compile()
584 def compile(self, writer, font): member in class:BaseTable
798 value.compile(subWriter, font)
H A D_g_l_y_f.py61 def compile(self, ttFont): member in class:table__g_l_y_f
70 glyphData = glyph.compile(self, recalcBBoxes)
218 data = self.compile(glyfTable, recalcBBoxes)
237 def compile(self, glyfTable, recalcBBoxes=True): member in class:Glyph
471 data = data + compo.compile(more, haveInstructions, glyfTable)
853 def compile(self, more, haveInstructions, glyfTable): member in class:GlyphComponent
/external/icu/icu4c/source/common/
H A Dsimplepatternformatter.cpp72 compile(pattern, status);
110 UBool SimplePatternFormatter::compile( function in class:SimplePatternFormatter
/external/icu/icu4c/source/i18n/
H A Dregexcmp.cpp104 void RegexCompile::compile( function in class:RegexCompile
114 compile(&patternText, pp, e);
120 // compile, UText mode
123 void RegexCompile::compile( function in class:RegexCompile
275 // Set stack cleanup: a successful compile would have left it empty,
553 // compile time conventions require the slot anyhow.
H A Drepattrn.cpp266 // compile
270 RegexPattern::compile(const UnicodeString &regex, function in class:RegexPattern
306 compiler.compile(regex, pe, status);
318 // compile, UText mode
321 RegexPattern::compile(UText *regex, function in class:RegexPattern
357 compiler.compile(regex, pe, status);
368 // compile with default flags.
371 RegexPattern::compile(const UnicodeString &regex, function in class:RegexPattern
375 return compile(regex, 0, pe, err);
380 // compile wit
383 RegexPattern::compile(UText *regex, function in class:RegexPattern
395 RegexPattern::compile(const UnicodeString &regex, function in class:RegexPattern
408 RegexPattern::compile(UText *regex, function in class:RegexPattern
[all...]
/external/javassist/src/main/javassist/
H A DCtMethod.java341 int compile(Bytecode code) throws CannotCompileException { method in class:CtMethod.ConstParameter
380 int compile(Bytecode code) throws CannotCompileException { method in class:CtMethod.IntConstParameter
401 int compile(Bytecode code) throws CannotCompileException { method in class:CtMethod.LongConstParameter
422 int compile(Bytecode code) throws CannotCompileException { method in class:CtMethod.StringConstParameter
H A DCtField.java161 CtMember obj = compiler.compile(src);
813 abstract int compile(CtClass type, String name, Bytecode code, method in class:CtField.Initializer
829 int compile(CtClass type, String name, Bytecode code, method in class:CtField.CodeInitializer0
929 int compile(CtClass type, String name, Bytecode code, method in class:CtField.ParamInitializer
994 int compile(CtClass type, String name, Bytecode code, method in class:CtField.NewInitializer
1090 int compile(CtClass type, String name, Bytecode code, method in class:CtField.MethodInitializer
1165 int compile(CtClass type, String name, Bytecode code, method in class:CtField.IntInitializer
1198 int compile(CtClass type, String name, Bytecode code, method in class:CtField.LongInitializer
1234 int compile(CtClass type, String name, Bytecode code, method in class:CtField.FloatInitializer
1270 int compile(CtClas method in class:CtField.DoubleInitializer
1301 int compile(CtClass type, String name, Bytecode code, method in class:CtField.StringInitializer
1341 int compile(CtClass type, String name, Bytecode code, method in class:CtField.ArrayInitializer
1371 int compile(CtClass type, String name, Bytecode code, method in class:CtField.MultiArrayInitializer
[all...]
/external/javassist/src/main/javassist/compiler/
H A DJavac.java87 public CtMember compile(String src) throws CompileError { method in class:Javac
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java114 public Expression compile(int opPos) throws TransformerException method in class:Compiler
124 expr = compile(opPos + 2); break;
216 operation.setLeftRight(compile(leftPos), compile(rightPos));
237 unary.setRight(compile(rightPos));
570 return compile(opPos + 2);
586 return compile(opPos + 2);
666 return compile(opPos + 2);
693 return compile(opPos);
701 patterns[i] = (StepPattern) compile(opPo
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DCompiler.cpp141 bool TCompiler::compile(const char* const shaderStrings[], function in class:TCompiler
171 // We preserve symbols at the built-in level from compile-to-compile.
/external/chromium_org/third_party/cython/src/Cython/
H A DShadow.py110 def compile(f): function
/external/deqp/framework/opengl/
H A DgluShaderProgram.cpp73 void Shader::compile (void) function in class:glu::Shader
301 m_shaders[shaderType].back()->compile();
438 { "VertexCompileTime", "Vertex shader compile time" },
439 { "FragmentCompileTime", "Fragment shader compile time" },
440 { "GeometryCompileTime", "Geometry shader compile time" },
441 { "TessControlCompileTime", "Tesselation control shader compile time" },
442 { "TessEvaluationCompileTime", "Tesselation evaluation shader compile time" },
443 { "ComputeCompileTime", "Compute shader compile time" },
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DE_B_D_T_.py67 def compile(self, ttFont): member in class:table_E_B_D_T_
90 # been saved in compile. This code assumes that glyphs will only
94 # respective compile methods for the indexSubTables will fail
100 data = glyph.compile(ttFont)
112 # The respective compile implementations will take care
606 def compile(self, ttFont): member in class:ebdt_bitmap_format_1
618 def compile(self, ttFont): member in class:ebdt_bitmap_format_2
628 def compile(self, ttFont): member in class:ebdt_bitmap_format_5
638 def compile(self, ttFont): member in class:ebdt_bitmap_format_6
650 def compile(sel member in class:ebdt_bitmap_format_7
709 def compile(self, ttFont): member in class:ebdt_bitmap_format_8
734 def compile(self, ttFont): member in class:ebdt_bitmap_format_9
[all...]
H A DotBase.py55 def compile(self, font): member in class:BaseTTXConverter
57 Call the compile method for the the table
63 to the writer's self.items, then calls the item's compile method.
85 self.table.compile(writer, font)
413 # interface for gathering data, as used by table.compile()
584 def compile(self, writer, font): member in class:BaseTable
798 value.compile(subWriter, font)
H A D_g_l_y_f.py61 def compile(self, ttFont): member in class:table__g_l_y_f
70 glyphData = glyph.compile(self, recalcBBoxes)
218 data = self.compile(glyfTable, recalcBBoxes)
237 def compile(self, glyfTable, recalcBBoxes=True): member in class:Glyph
471 data = data + compo.compile(more, haveInstructions, glyfTable)
853 def compile(self, more, haveInstructions, glyfTable): member in class:GlyphComponent
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp225 const void* LTOCodeGenerator::compile(size_t* length, function in class:LTOCodeGenerator
235 // remove old buffer if compile() called twice
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DBaseTest.java109 protected boolean compile(String fileName) { method in class:BaseTest
118 //System.out.println("compile: "+cmdLine);
333 ok = compile(parserName+".java");
336 ok = compile(lexerName+".java");
340 boolean ok = compile(parserName+".java");
428 compile("Test.java");
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py326 dependancy_regex = re.compile(r"(?:^from +([0-9a-zA-Z_.]+) +cimport)|"
683 For a broad 'try to compile' mode that ignores compilation failures and
862 from Cython.Compiler.Main import compile, default_options namespace
898 result = compile([pyx_file], options)
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DMain.py23 module_name_pattern = re.compile(r"[A-Za-z_][A-Za-z0-9_]*(\.[A-Za-z_][A-Za-z0-9_]*)*$")
467 timestamps boolean Only compile changed source files.
594 def compile(source, options = None, full_module_name = None, **kwds): function
596 compile(source [, options], [, <option> = <value>]...)
633 result = compile(sources, options)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-netrexx.jar ... String classpath private boolean comments private boolean compact private boolean compile private boolean console private boolean crossref private boolean decimal private ...
/external/chromium_org/third_party/jinja2/
H A Denvironment.py458 """Internal parsing function used by `parse` and `compile`."""
507 """Internal hook that can be overridden to hook a different compile
512 return compile(source, filename, 'exec')
515 def compile(self, source, name=None, filename=None, raw=False, member in class:Environment
671 code = self.compile(source, name, filename, True, True)
675 log_function('Could not compile "%s": %s' % (name, e))
841 return cls.from_code(self, self.compile(source), globals, None)
/external/fonttools/Lib/fontTools/
H A DcffLib.py54 def compile(self, file, otFont): member in class:CFFFontSet
286 cs.compile()
1258 # in order for the font to compile back from xml.
1335 return len(self.compile("getDataLength"))
1337 def compile(self, reason): member in class:DictCompiler
1363 file.write(self.compile("toFile"))
/external/fonttools/Lib/fontTools/misc/
H A DpsCharStrings.py270 def compile(self): member in class:T2CharString

Completed in 5975 milliseconds

1234567