HomeSort by relevance Sort by last modified time
    Searched defs:Function (Results 1 - 25 of 830) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxxabi/test/
catch_function_01.pass.cpp 12 // GCC incorrectly allows function pointer to be caught by reference.
29 typedef void Function();
30 assert(!can_convert<Function&>(&f));
37 catch (Function& b) // can't catch void (*)()
45 catch(Function*)
catch_function_02.pass.cpp 19 typedef void Function();
25 catch (Function b) // equivalent to void (*)()
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
catch_function_01.pass.cpp 12 // GCC incorrectly allows function pointer to be caught by reference.
29 typedef void Function();
30 assert(!can_convert<Function&>(&f));
37 catch (Function& b) // can't catch void (*)()
45 catch(Function*)
catch_function_02.pass.cpp 19 typedef void Function();
25 catch (Function b) // equivalent to void (*)()
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/
SecPeiDebugAgentLib.h 27 DEBUG_AGENT_CONTINUE Function;
31 Caller provided function to be invoked at the end of DebugPortInitialize().
47 Debug Agent provided notify callback function on Memory Discovered PPI.
53 @retval EFI_SUCCESS If the function completed successfully.
  /external/javasqlite/src/main/java/SQLite/
Function.java 7 * which is used to set the function result or error code.
12 * class SinFunc implements SQLite.Function {
13 * public void function(SQLite.FunctionContext fc, String args[]) {
31 public interface Function {
34 * Callback for regular function.
36 * @param fc function's context for reporting result
40 public void function(FunctionContext fc, String args[]); method in interface:Function
43 * Callback for one step in aggregate function.
45 * @param fc function's context for reporting result
52 * Callback for final step in aggregate function
    [all...]
  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/util/
Function.java 4 * Interface defining a function object.
6 public interface Function<R, T> {
  /external/deqp/modules/internal/
ditTestCase.hpp 35 typedef void (*Function) (void);
37 SelfCheckCase (tcu::TestContext& testCtx, const char* name, const char* desc, Function func)
51 Function m_function;
  /external/guava/guava/src/com/google/common/base/
Function.java 30 * Function}</a>.
36 public interface Function<F, T> {
38 * Returns the result of applying this function to {@code input}. This method is <i>generally
44 * Objects.equal}{@code (a, b)} implies that {@code Objects.equal(function.apply(a),
45 * function.apply(b))}.
48 * @throws NullPointerException if {@code input} is null and this function does not accept null
54 * Indicates whether another object is equal to this function.
58 * {@link Function} that it considers <i>interchangeable</i> with this one. "Interchangeable"
  /frameworks/support/app-toolkit/common/src/main/java/androidx/arch/core/util/
Function.java 20 * Represents a function.
22 * @param <I> the type of the input to the function
23 * @param <O> the type of the output of the function
25 public interface Function<I, O> {
27 * Applies this function to the given input.
30 * @return the function result.
  /art/test/478-checker-inline-noreturn/src/
Main.java 22 * computation if the inlined function does not always return.
33 public static int $opt$noinline$Function(int x, int y) {
44 /// CHECK: InvokeStaticOrDirect method_name:Main.$opt$noinline$Function loop:{{B\d+}}
47 /// CHECK: InvokeStaticOrDirect method_name:Main.$opt$noinline$Function loop:{{B\d+}}
52 total += $opt$noinline$Function(x, max_y);
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Library/
OemMiscLib.h 29 UINTN Function;
  /device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
MiscSubClassDriver.h 49 // Data table entry update function.
64 EFI_MISC_SMBIOS_DATA_FUNCTION *Function;
72 extern EFI_MISC_SMBIOS_DATA_FUNCTION NAME3 ## Function
81 & NAME2 ## Function \
91 EFI_STATUS EFIAPI NAME2 ## Function( \
  /device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
MiscSubclassDriver.h 45 // Data table entry update function.
60 EFI_MISC_SMBIOS_DATA_FUNCTION *Function;
68 extern EFI_MISC_SMBIOS_DATA_FUNCTION NAME3 ## Function
77 & NAME2 ## Function \
87 EFI_STATUS EFIAPI NAME2 ## Function( \
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
function_definition.py 11 'Function',
15 class Function(base_symbol.AnnotatedSymbol):
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/
Function.java 24 public interface Function {
27 * Execute a function. Should always return a result.
  /external/libcxx/test/std/utilities/meta/meta.rel/
is_convertible.pass.cpp 47 typedef void Function();
68 test_is_not_convertible<void,Function> ();
69 test_is_not_convertible<void,Function&> ();
70 test_is_not_convertible<void,Function*> ();
78 // Function
79 test_is_not_convertible<Function, void> ();
80 test_is_not_convertible<Function, Function> ();
81 test_is_convertible<Function, Function&> ()
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 16 (* variant for function calls. *)
19 (* proto - This type represents the "prototype" for a function, which captures
21 * function takes). *)
24 (* func - This type represents a function definition itself. *)
25 type func = Function of proto * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 16 (* variant for function calls. *)
19 (* proto - This type represents the "prototype" for a function, which captures
21 * function takes). *)
24 (* func - This type represents a function definition itself. *)
25 type func = Function of proto * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 16 (* variant for function calls. *)
19 (* proto - This type represents the "prototype" for a function, which captures
21 * function takes). *)
24 (* func - This type represents a function definition itself. *)
25 type func = Function of proto * expr
  /external/python/cpython2/Mac/Modules/ah/
ahsupport.py 3 # The function specifications are generated by scanning the mamager's header file,
33 Function = OSErrFunctionGenerator
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 16 (* variant for function calls. *)
19 (* proto - This type represents the "prototype" for a function, which captures
21 * function takes). *)
24 (* func - This type represents a function definition itself. *)
25 type func = Function of proto * expr
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 16 (* variant for function calls. *)
19 (* proto - This type represents the "prototype" for a function, which captures
21 * function takes). *)
24 (* func - This type represents a function definition itself. *)
25 type func = Function of proto * expr
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 16 (* variant for function calls. *)
19 (* proto - This type represents the "prototype" for a function, which captures
21 * function takes). *)
24 (* func - This type represents a function definition itself. *)
25 type func = Function of proto * expr
  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
variables-expected.cc 16 // Function parameters
17 int Function(int interesting_number) {

Completed in 860 milliseconds

1 2 3 4 5 6 7 8 91011>>