Searched defs:Function (Results 1 - 25 of 125) sorted by last modified time

12345

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType1ShadingDictionary_autogen.cpp35 SkPdfFunction SkPdfType1ShadingDictionary::Function(SkPdfNativeDoc* doc) { function in class:SkPdfType1ShadingDictionary
36 SkPdfNativeObject* ret = get("Function", "");
44 return get("Function", "") != NULL;
H A DSkPdfType2ShadingDictionary_autogen.cpp35 SkPdfFunction SkPdfType2ShadingDictionary::Function(SkPdfNativeDoc* doc) { function in class:SkPdfType2ShadingDictionary
36 SkPdfNativeObject* ret = get("Function", "");
44 return get("Function", "") != NULL;
H A DSkPdfType3ShadingDictionary_autogen.cpp35 SkPdfFunction SkPdfType3ShadingDictionary::Function(SkPdfNativeDoc* doc) { function in class:SkPdfType3ShadingDictionary
36 SkPdfNativeObject* ret = get("Function", "");
44 return get("Function", "") != NULL;
H A DSkPdfType4ShadingDictionary_autogen.cpp59 SkPdfFunction SkPdfType4ShadingDictionary::Function(SkPdfNativeDoc* doc) { function in class:SkPdfType4ShadingDictionary
60 SkPdfNativeObject* ret = get("Function", "");
68 return get("Function", "") != NULL;
H A DSkPdfType5ShadingDictionary_autogen.cpp59 SkPdfFunction SkPdfType5ShadingDictionary::Function(SkPdfNativeDoc* doc) { function in class:SkPdfType5ShadingDictionary
60 SkPdfNativeObject* ret = get("Function", "");
68 return get("Function", "") != NULL;
H A DSkPdfType6ShadingDictionary_autogen.cpp59 SkPdfFunction SkPdfType6ShadingDictionary::Function(SkPdfNativeDoc* doc) { function in class:SkPdfType6ShadingDictionary
60 SkPdfNativeObject* ret = get("Function", "");
68 return get("Function", "") != NULL;
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_bb.cpp27 Function::Function(Program *p, const char *fnName, uint32_t label) function in class:nv50_ir::Function
51 Function::~Function()
70 BasicBlock::BasicBlock(Function *fn) : cfg(this), dom(this), func(fn)
91 BasicBlock::clone(ClonePolicy<Function>& pol) const
392 Function::setEntry(BasicBlock *bb)
401 Function::setExit(BasicBlock *bb)
410 Function::orderInstructions(ArrayList &result)
426 Function
[all...]
/external/mesa3d/src/mesa/drivers/osmesa/
H A Dosmesa.c1086 OSMESAproc Function; member in struct:name_function
1111 return functions[i].Function;
/external/mesa3d/src/mesa/main/
H A DAPIspec.py100 func = Function(tmpl_node, func_node, self.is_impl,
122 class Function(object): class in inherits:object
H A Dmtypes.h834 GLenum Func; /**< Function for depth buffer compare */
1135 GLenum Function[3]; /**< Stencil function */ member in struct:gl_stencil_attrib
/external/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp19 // | Function Entry Address |
41 // | Function Entry Address |
603 ErrorOr<SymbolRef> Function = getRelocatedSymbol(COFF, Section, Offset);
604 if (!Function)
605 Function = getSymbol(COFF, RF.BeginAddress, /*FunctionOnly=*/true);
611 if (!RF.BeginAddress && !Function)
618 if (Function) {
619 Function->getName(FunctionName);
620 Function->getAddress(FunctionAddress);
628 SW.printString("Function", formatSymbo
669 ErrorOr<SymbolRef> Function = getRelocatedSymbol(COFF, Section, Offset); local
[all...]
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp152 Function = nullptr;
169 Function = LLVMAddFunction(Module, "simple_function",
171 LLVMSetFunctionCallConv(Function, LLVMCCallConv);
173 LLVMBasicBlockRef entry = LLVMAppendBasicBlock(Function, "entry");
195 Function = LLVMAddFunction(Module, "simple_function",
198 LLVMBasicBlockRef entry = LLVMAppendBasicBlock(Function, "entry");
224 Function = LLVMAddFunction(Module, "getGlobal",
226 LLVMSetFunctionCallConv(Function, LLVMCCallConv);
228 LLVMBasicBlockRef Entry = LLVMAppendBasicBlock(Function, "entry");
327 LLVMValueRef Function; member in class:__anon26482::MCJITCAPITest
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml32 | Function Constructor in type:TypeKind/t
272 | Function Constructor in type:ValueKind/t
1269 type any = [ `Module | `Function ] Constructor in type:PassManager/any
1271 external create_function : llmodule -> [ `Function ] t
1275 external initialize : [ `Function ] t -> bool = "llvm_passmanager_initialize"
1276 external run_function : llvalue -> [ `Function ] t -> bool
1278 external finalize : [ `Function ] t -> bool = "llvm_passmanager_finalize"
H A Dllvm_ocaml.c490 Function, enumerator in enum:ValueKind
525 DEFINE_CASE(Val, Function);
1092 DEFINE_ITERATORS(function, Function, LLVMModuleRef, LLVMValueRef,
2209 /* llmodule -> [ `Function ] PassManager.t -> bool */
2215 /* [ `Function ] PassManager.t -> bool */
2220 /* llvalue -> [ `Function ] PassManager.t -> bool */
2226 /* [ `Function ] PassManager.t -> bool */
/external/llvm/bindings/python/llvm/
H A Dcore.py28 "Function",
239 if not isinstance(self.function, Function):
256 return Function(lib.LLVMGetFirstFunction(self))
260 return Function(lib.LLVMGetLastFunction(self))
269 class Function(Value): class in inherits:Value
277 return f and Function(f)
282 return f and Function(f)
317 return Function.__bb_iterator(self)
320 return Function.__bb_iterator(self, reverse=True)
535 library.LLVMGetNextFunction.argtypes = [Function]
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml25 type func = Function of proto * expr Constructor in type:func
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml25 type func = Function of proto * expr Constructor in type:func
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml25 type func = Function of proto * expr Constructor in type:func
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml31 type func = Function of proto * expr Constructor in type:func
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml36 type func = Function of proto * expr Constructor in type:func

Completed in 153 milliseconds

12345