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

<<11121314151617181920>>

  /external/google-benchmark/include/benchmark/
benchmark.h 18 // Define a function that executes the code to be measured a
25 // Register the function as a benchmark
100 // For more complex patterns of inputs, passing a custom function
299 // The DoNotOptimize(...) function can be used to prevent a value or
300 // expression from being optimized away by the compiler. This function is
448 // For threaded benchmarks the PauseTiming() function only pauses the timing
462 // benchmark function. It begins running after control flow enters the
486 // the current scope immediately. If the function is called from within
655 typedef void(Function)(State&);
671 // to the function
    [all...]
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 359 class Function(_GenericDeclaration):
398 class Method(Function):
401 Function.__init__(self, start, end, name, return_type, parameters,
553 # Register(Foo<T>); where it thinks this is a function call
753 # Handle data or function declaration/definition.
    [all...]
  /external/googletest/googlemock/scripts/generator/cpp/
ast.py 360 class Function(_GenericDeclaration):
399 class Method(Function):
402 Function.__init__(self, start, end, name, return_type, parameters,
555 # Register(Foo<T>); where it thinks this is a function call
754 # Handle data or function declaration/definition.
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ListsTest.java 25 import com.google.common.base.Function;
57 implements Function<String, String>, Serializable {
81 private static final Function<Number, String> SOME_FUNCTION
85 implements Function<Number, String>, Serializable {
462 Lists.transform(ImmutableList.of("foo", "bar"), new Function<String, String>() {
  /external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java 27 import com.google.common.base.Function;
74 implements Function<String, String>, Serializable {
98 private static final Function<Number, String> SOME_FUNCTION
102 implements Function<Number, String>, Serializable {
141 final Function<String, String> removeFirst
686 Lists.transform(ImmutableList.of("foo", "bar"), new Function<String, String>() {
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
PerfTest.java 36 * PerfTest.Function testTheName()
67 * determines what test function is measures, and the number of iterations that
118 public PerfTest.Function getTestCmd(String name);
178 public Function getTestCmd(String aname) {
187 return (Function) m.invoke(refer, new Object[] {});
197 * Subclasses of PerfTest will need to create subclasses of Function that
202 public abstract static class Function {
272 public FunctionRunner(Function f, long loops, int id) {
284 private Function f;
390 Function testFunction = testProvider.getTestCmd(meth)
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 18 // Define a function that executes the code to be measured a
25 // Register the function as a benchmark
100 // For more complex patterns of inputs, passing a custom function
299 // The DoNotOptimize(...) function can be used to prevent a value or
300 // expression from being optimized away by the compiler. This function is
448 // For threaded benchmarks the PauseTiming() function only pauses the timing
462 // benchmark function. It begins running after control flow enters the
486 // the current scope immediately. If the function is called from within
655 typedef void(Function)(State&);
671 // to the function
    [all...]
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 294 /// \brief Code coverage information for a single function.
296 /// \brief Raw function name.
300 /// \brief Regions in the function along with their counts.
302 /// \brief The number of times this function was executed.
360 const FunctionRecord &Function;
363 const FunctionRecord &Function)
364 : FileID(Region.ExpandedFileID), Region(Region), Function(Function) {}
400 /// This represents the coverage of an entire file, expansion, or function. It
479 /// \brief Get the list of function instantiations in the file
    [all...]
  /external/pdfium/core/fxcrt/css/
cfx_css.h 30 Function,
  /external/python/cpython2/Mac/Modules/qt/
qtsupport.py 3 # The function specifications are generated by scanning the mamager's header file,
316 Function = OSErrWeakLinkFunctionGenerator
336 f = Function(void, 'AlignWindow',
344 f = Function(void, 'DragAlignedWindow',
354 f = Function(void, 'MoviesTask',
  /external/v8/src/ast/
ast-types.h 43 // Function < Object
51 // Function(R, S, T0, T1, ...) < Function
54 // Both structural Array and Function types are invariant in all parameters;
56 // There is no subtyping relation between Array, Function, or Context types
203 V(Function, 1u << 18 | AST_REPRESENTATION(kTaggedPointer)) \
605 // Function types.
727 static AstType* Function(AstType* result, AstType* receiver, int arity,
731 static AstType* Function(AstType* result, Zone* zone) {
732 return Function(result, Any(), 0, zone)
735 AstType* function = Function(result, Any(), 1, zone); local
741 AstType* function = Function(result, Any(), 2, zone); local
748 AstType* function = Function(result, Any(), 3, zone); local
756 AstType* function = Function(result, Any(), arity, zone); local
    [all...]
  /external/v8/testing/gmock/scripts/generator/cpp/
ast.py 360 class Function(_GenericDeclaration):
399 class Method(Function):
402 Function.__init__(self, start, end, name, return_type, parameters,
555 # Register(Foo<T>); where it thinks this is a function call
754 # Handle data or function declaration/definition.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 35 template <typename DerivedFunc, typename FnT> class Function;
37 // RPC Function class.
39 // returning a const char* representing the function's name.
41 class Function<DerivedFunc, RetT(ArgTs...)> {
43 /// User defined function type.
49 /// Returns the full function prototype as a string.
65 std::mutex Function<DerivedFunc, RetT(ArgTs...)>::NameMutex;
68 std::string Function<DerivedFunc, RetT(ArgTs...)>::Name;
70 /// Allocates RPC function ids during autonegotiation.
78 /// Should return a reserved id that will be used to send function response
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 284 /// \brief Code coverage information for a single function.
286 /// \brief Raw function name.
290 /// \brief Regions in the function along with their counts.
292 /// \brief The number of times this function was executed.
353 const FunctionRecord &Function;
356 const FunctionRecord &Function)
357 : FileID(Region.ExpandedFileID), Region(Region), Function(Function) {}
393 /// This represents the coverage of an entire file, expansion, or function. It
433 /// \brief Add a function record corresponding to \p Record
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 52 /// an unrecognized function id.
54 /// This error is fatal because Orc RPC needs to know how to parse a function
56 /// function id it cannot parse the call.
71 OS << "Call to invalid RPC function id '" << FnId << "' with "
85 /// function call.
115 /// function to be called cannot be negotiated with the remote.
125 /// the given RPC function.
138 template <typename DerivedFunc, typename FnT> class Function;
140 // RPC Function class.
142 // returning a const char* representing the function's name
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/Coverage/
CoverageMapping.h 284 /// \brief Code coverage information for a single function.
286 /// \brief Raw function name.
290 /// \brief Regions in the function along with their counts.
292 /// \brief The number of times this function was executed.
353 const FunctionRecord &Function;
356 const FunctionRecord &Function)
357 : FileID(Region.ExpandedFileID), Region(Region), Function(Function) {}
393 /// This represents the coverage of an entire file, expansion, or function. It
433 /// \brief Add a function record corresponding to \p Record
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 52 /// an unrecognized function id.
54 /// This error is fatal because Orc RPC needs to know how to parse a function
56 /// function id it cannot parse the call.
71 OS << "Call to invalid RPC function id '" << FnId << "' with "
85 /// function call.
115 /// function to be called cannot be negotiated with the remote.
125 /// the given RPC function.
138 template <typename DerivedFunc, typename FnT> class Function;
140 // RPC Function class.
142 // returning a const char* representing the function's name
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/Coverage/
CoverageMapping.h 284 /// \brief Code coverage information for a single function.
286 /// \brief Raw function name.
290 /// \brief Regions in the function along with their counts.
292 /// \brief The number of times this function was executed.
353 const FunctionRecord &Function;
356 const FunctionRecord &Function)
357 : FileID(Region.ExpandedFileID), Region(Region), Function(Function) {}
393 /// This represents the coverage of an entire file, expansion, or function. It
433 /// \brief Add a function record corresponding to \p Record
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBTypes.h 163 Function,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 52 /// an unrecognized function id.
54 /// This error is fatal because Orc RPC needs to know how to parse a function
56 /// function id it cannot parse the call.
71 OS << "Call to invalid RPC function id '" << FnId << "' with "
85 /// function call.
115 /// function to be called cannot be negotiated with the remote.
125 /// the given RPC function.
138 template <typename DerivedFunc, typename FnT> class Function;
140 // RPC Function class.
142 // returning a const char* representing the function's name
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/
PDBTypes.h 163 Function,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 52 /// an unrecognized function id.
54 /// This error is fatal because Orc RPC needs to know how to parse a function
56 /// function id it cannot parse the call.
71 OS << "Call to invalid RPC function id '" << FnId << "' with "
85 /// function call.
115 /// function to be called cannot be negotiated with the remote.
125 /// the given RPC function.
138 template <typename DerivedFunc, typename FnT> class Function;
140 // RPC Function class.
142 // returning a const char* representing the function's name
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/
PDBTypes.h 163 Function,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 52 /// an unrecognized function id.
54 /// This error is fatal because Orc RPC needs to know how to parse a function
56 /// function id it cannot parse the call.
71 OS << "Call to invalid RPC function id '" << FnId << "' with "
85 /// function call.
115 /// function to be called cannot be negotiated with the remote.
125 /// the given RPC function.
138 template <typename DerivedFunc, typename FnT> class Function;
140 // RPC Function class.
142 // returning a const char* representing the function's name
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/
PDBTypes.h 163 Function,

Completed in 1784 milliseconds

<<11121314151617181920>>