HomeSort by relevance Sort by last modified time
    Searched full:parameter_type (Results 1 - 14 of 14) sorted by null

  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 79 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type a,
80 typename TypeTraits<T>::parameter_type b) const
88 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type a,
89 typename TypeTraits<T>::parameter_type b) const
97 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type a,
98 typename TypeTraits<T>::parameter_type b) const
106 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type a,
107 typename TypeTraits<T>::parameter_type b) const
115 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type a,
116 typename TypeTraits<T>::parameter_type b) cons
    [all...]
  /external/autotest/frontend/migrations/
063_parameterized_tests.py 81 parameter_type ENUM('int', 'float', 'string')
99 parameter_type ENUM('int', 'float', 'string')
  /external/opencv3/modules/cudaarithm/src/cuda/
normalize.cu 71 __device__ R operator ()(typename TypeTraits<T>::parameter_type src) const
127 __device__ R operator ()(typename TypeTraits<T>::parameter_type src) const
  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
reduce.hpp 271 __device__ __forceinline__ void reduceVal(typename TypeTraits<src_type>::parameter_type srcVal)
329 __device__ __forceinline__ void reduceVal(typename TypeTraits<src_type>::parameter_type srcVal)
361 __device__ __forceinline__ void reduceVal(typename TypeTraits<src_type>::parameter_type srcVal)
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
type_traits.hpp 150 T, typename type_traits_detail::AddParameterType<T>::type>::type parameter_type; typedef in struct:cv::cudev::TypeTraits
  /external/v8/test/unittests/compiler/
register-allocator-unittest.cc 719 ParameterType parameter_type() const { function in class:v8::internal::compiler::__anon24512::SlotConstraintTest
736 switch (parameter_type()) {
  /external/autotest/frontend/afe/
rpc_interface_unittest.py 428 self.assertEqual(profiler_parameters_obj.parameter_type, string_type)
436 self.assertEqual(parameters_obj.parameter_type, string_type)
rpc_interface.py     [all...]
models.py 1147 parameter_type = dbmodels.CharField( variable in class:ParameterizedJobProfilerParameter
1167 parameter_type = dbmodels.CharField( variable in class:ParameterizedJobParameter
    [all...]
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 213 def __init__(self, start, end, name, parameter_type, default):
216 self.type = parameter_type
607 parameter_type = Type(first_token.start, first_token.end,
611 parameter_type, default)
    [all...]
  /external/opencv3/modules/core/src/cuda/
gpu_mat.cu 448 __device__ __forceinline__ D operator ()(typename TypeTraits<T>::parameter_type src) const
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasClient.java 220 public static final int PARAMETER_TYPE = 0x00000040;
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]
  /art/runtime/
debugger.cc 3933 mirror::Class* parameter_type = local
    [all...]

Completed in 481 milliseconds