HomeSort by relevance Sort by last modified time
    Searched defs:FunctionType (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFunctionCommonDictionary_autogen.cpp 11 int64_t SkPdfFunctionCommonDictionary::FunctionType(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("FunctionType", "");
20 return get("FunctionType", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFunctionCommonDictionary_autogen.cpp 11 int64_t SkPdfFunctionCommonDictionary::FunctionType(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("FunctionType", "");
20 return get("FunctionType", "") != NULL;
  /external/clang/test/Sema/
invalid-decl.c 24 typedef int (FunctionType)(int *value);
27 FunctionType fun; // expected-error {{field 'fun' declared as a function}}
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
callback.h 38 typedef R (FunctionType)(A1, A2, A3, A4);
40 explicit FunctionCallback4(FunctionType* function) : function_(function) {}
48 FunctionType* const function_;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 7 from types import ClassType, FunctionType, MethodType, BuiltinFunctionType
71 if isinstance(obj, FunctionType):
82 if not isinstance(classdict[name], FunctionType):
97 self.assertIsInstance(py_item, (FunctionType, BuiltinFunctionType))
142 if isinstance(item, FunctionType):
147 if isinstance(item, (ClassType, FunctionType)):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 7 from types import ClassType, FunctionType, MethodType, BuiltinFunctionType
71 if isinstance(obj, FunctionType):
82 if not isinstance(classdict[name], FunctionType):
97 self.assertIsInstance(py_item, (FunctionType, BuiltinFunctionType))
142 if isinstance(item, FunctionType):
147 if isinstance(item, (ClassType, FunctionType)):
  /external/chromium_org/chrome/browser/extensions/api/power/
power_api_unittest.cc 153 enum FunctionType {
160 bool CallFunction(FunctionType type,
  /external/clang/utils/ABITest/
TypeGen.py 162 class FunctionType(Type):
403 return FunctionType(N, retTy, args)
  /external/llvm/include/llvm/IR/
DerivedTypes.h 94 /// FunctionType - Class to represent function types
96 class FunctionType : public Type {
97 FunctionType(const FunctionType &) LLVM_DELETED_FUNCTION;
98 const FunctionType &operator=(const FunctionType &) LLVM_DELETED_FUNCTION;
99 FunctionType(Type *Result, ArrayRef<Type*> Params, bool IsVarArgs);
102 /// FunctionType::get - This static method is the primary way of constructing
103 /// a FunctionType.
105 static FunctionType *get(Type *Result
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 43 FunctionType = type(_f)
44 LambdaType = type(lambda: None) # Same as FunctionType
81 GetSetDescriptorType = type(FunctionType.func_code)
82 MemberDescriptorType = type(FunctionType.func_globals)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 43 FunctionType = type(_f)
44 LambdaType = type(lambda: None) # Same as FunctionType
81 GetSetDescriptorType = type(FunctionType.func_code)
82 MemberDescriptorType = type(FunctionType.func_globals)
  /external/llvm/lib/IR/
Type.cpp 177 return cast<FunctionType>(this)->isVarArg();
181 return cast<FunctionType>(this)->getParamType(i);
185 return cast<FunctionType>(this)->getNumParams();
332 // FunctionType Implementation
335 FunctionType::FunctionType(Type *Result, ArrayRef<Type*> Params,
354 // FunctionType::get - The factory function for the FunctionType class.
355 FunctionType *FunctionType::get(Type *ReturnType
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.h 880 typedef void (*FunctionType)();
882 FunctionClosure0(FunctionType function, bool self_deleting)
893 FunctionType function_;
921 typedef void (*FunctionType)(Arg1 arg1);
923 FunctionClosure1(FunctionType function, bool self_deleting,
936 FunctionType function_;
    [all...]
  /external/chromium_org/v8/src/
types.h 258 class FunctionType;
265 typedef typename Config::template Handle<FunctionType>::type FunctionHandle;
293 return FunctionType::New(result, receiver, arity, region);
391 FunctionType* AsFunction() { return FunctionType::cast(this); }
723 class TypeImpl<Config>::FunctionType : public StructuralType {
737 FunctionHandle type = Config::template cast<FunctionType>(
751 static FunctionType* cast(TypeImpl* type) {
753 return static_cast<FunctionType*>(type);
    [all...]
ast.h     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 529 QualType FunctionType;
  /external/protobuf/src/google/protobuf/stubs/
common.h 821 typedef void (*FunctionType)();
823 FunctionClosure0(FunctionType function, bool self_deleting)
833 FunctionType function_;
860 typedef void (*FunctionType)(Arg1 arg1);
862 FunctionClosure1(FunctionType function, bool self_deleting,
874 FunctionType function_;
905 typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2);
907 FunctionClosure2(FunctionType function, bool self_deleting,
919 FunctionType function_;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 266 typedef typename PassT::FunctionType FuncT;
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaCodeComplete.cpp 699 if (const FunctionType *Function = T->getAs<FunctionType>()) {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 266 typedef typename PassT::FunctionType FuncT;
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 737 milliseconds