Searched defs:Function (Results 1 - 25 of 180) sorted by relevance

12345678

/prebuilts/ndk/current/sources/cxx-stl/gabi++/tests/
H A Dcatch_function_01.cpp18 typedef void Function(); typedef
24 catch (Function& b) // can't catch void (*)()
H A Dcatch_function_02.cpp18 typedef void Function(); typedef
24 catch (Function b) // equivalent to void (*)()
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++abi/test/
H A Dcatch_function_01.pass.cpp28 typedef void Function(); typedef
29 assert(!can_convert<Function&>(&f));
36 catch (Function& b) // can't catch void (*)()
44 catch(Function*)
H A Dcatch_function_02.pass.cpp18 typedef void Function(); typedef
24 catch (Function b) // equivalent to void (*)()
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
H A Dcatch_function_01.cpp18 typedef void Function(); typedef
24 catch (Function& b) // can't catch void (*)()
H A Dcatch_function_02.cpp18 typedef void Function(); typedef
24 catch (Function b) // equivalent to void (*)()
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
H A Dcatch_function_01.pass.cpp18 typedef void Function(); typedef
24 catch (Function& b) // can't catch void (*)()
H A Dcatch_function_02.pass.cpp18 typedef void Function(); typedef
24 catch (Function b) // equivalent to void (*)()
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
H A Dcatch_function_01.cpp18 typedef void Function(); typedef
24 catch (Function& b) // can't catch void (*)()
H A Dcatch_function_02.cpp18 typedef void Function(); typedef
24 catch (Function b) // equivalent to void (*)()
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
H A Dcatch_function_01.pass.cpp28 typedef void Function(); typedef
29 assert(!can_convert<Function&>(&f));
36 catch (Function& b) // can't catch void (*)()
44 catch(Function*)
H A Dcatch_function_02.pass.cpp18 typedef void Function(); typedef
24 catch (Function b) // equivalent to void (*)()
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_destructible.pass.cpp60 typedef void (Function) (); typedef
82 test_is_not_destructible<Function>();
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dpyclbr.py34 A function is described by the class Function in this module.
48 __all__ = ["readmodule", "readmodule_ex", "Class", "Function"]
68 class Function: class in inherits:
177 dict[meth_name] = Function(fullmodule, meth_name,
340 elif isinstance(obj, Function):
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dpyclbr.py34 A function is described by the class Function in this module.
48 __all__ = ["readmodule", "readmodule_ex", "Class", "Function"]
68 class Function: class in inherits:
177 dict[meth_name] = Function(fullmodule, meth_name,
340 elif isinstance(obj, Function):
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
H A Dfunction.h43 class Function { class in namespace:spvtools::ir
45 Function(Instruction&& def_inst) function in class:spvtools::ir::Function
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
H A Dfunction.h43 class Function { class in namespace:spvtools::ir
45 Function(Instruction&& def_inst) function in class:spvtools::ir::Function
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dpyclbr.py34 A function is described by the class Function in this module.
48 __all__ = ["readmodule", "readmodule_ex", "Class", "Function"]
68 class Function: class in inherits:
177 dict[meth_name] = Function(fullmodule, meth_name,
340 elif isinstance(obj, Function):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dpyclbr.py34 A function is described by the class Function in this module.
48 __all__ = ["readmodule", "readmodule_ex", "Class", "Function"]
68 class Function: class in inherits:
177 dict[meth_name] = Function(fullmodule, meth_name,
340 elif isinstance(obj, Function):
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ddk/
H A Dstorport.h55 UCHAR Function; member in struct:_SCSI_WMI_REQUEST_BLOCK
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
H A Dstorport.h55 UCHAR Function; member in struct:_SCSI_WMI_REQUEST_BLOCK
/prebuilts/libs/libedit/include/editline/
H A Dreadline.h40 typedef int Function(const char *, int); typedef
65 Function *function;
111 extern Function *rl_completion_entry_function;
120 extern Function *rl_pre_input_hook;
121 extern Function *rl_startup_hook;
197 int rl_add_defun(const char *, Function *, int);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_destructible.pass.cpp66 typedef void (Function) (); typedef
117 test_is_not_destructible<Function>();
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/val/
H A DFunction.h43 kFunctionDeclDeclaration, /// < Function declaration
44 kFunctionDeclDefinition /// < Function definition
53 class Function { class in namespace:libspirv
55 Function(uint32_t id, uint32_t result_type_id,
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_destructible.pass.cpp66 typedef void (Function) (); typedef
117 test_is_not_destructible<Function>();

Completed in 60 milliseconds

12345678