HomeSort by relevance Sort by last modified time
    Searched full:return_type (Results 1 - 25 of 270) sorted by null

1 2 3 4 5 6 7 8 91011

  /test/vts/specification/lib/ndk/bionic/1.0/
libmV1.vts 11 return_type: {
23 return_type: {
libcutilsV1.vts 13 return_type: {
33 return_type: {
45 return_type: {
61 return_type: {
77 return_type: {
libcV1.vts 14 return_type: {
34 return_type: {
56 return_type: {
78 return_type: {
100 return_type: {
116 return_type: {
140 return_type: {
164 return_type: {
183 return_type: {
206 return_type:
    [all...]
  /test/vts/specification/hal/conventional/gps/1.0/
GpsHalV1GpsInterface.vts 13 return_type: {
30 return_type: {
41 return_type: {
52 return_type: {
63 return_type: {
85 return_type: {
108 return_type: {
120 return_type: {
153 return_type: {
GpsHalV1.vts 13 return_type: {
  /test/vts/specification/hal/conventional/camera/2.1/
CameraHalV2hw_device_t.vts 14 return_type: {
32 return_type: {
72 return_type: {
88 return_type: {
104 return_type: {
121 return_type: {
134 return_type: {
146 return_type: {
159 return_type: {
176 return_type:
    [all...]
CameraHalV2.vts 27 return_type: {
54 return_type: {
62 return_type: {
80 return_type: {
94 return_type: {
  /test/vts/specification/hal/conventional/camera/3.4/
CameraHalV3camera3_device_ops_t.vts 14 return_type: {
33 return_type: {
50 return_type: {
68 return_type: {
86 return_type: {
104 return_type: {
120 return_type: {
136 return_type: {
CameraHalV3.vts 31 return_type: {
  /test/vts/specification/kernel/
syscalls-arm64.vts 12 return_type: {
30 return_type: {
  /test/vts/testcases/system/libc/
LibcTest.py 48 asserts.assertNotEqual(result.return_type.scalar_value.int32_t, -1,
52 result.return_type.scalar_value.int32_t)
53 asserts.assertNotEqual(result.return_type.scalar_value.int32_t, -1,
63 asserts.assertNotEqual(result.return_type.scalar_value.int32_t, -1,
67 result.return_type.scalar_value.int32_t)
68 asserts.assertNotEqual(result.return_type.scalar_value.int32_t, -1,
78 asserts.assertNotEqual(result.return_type.scalar_value.int32_t, -1,
82 result.return_type.scalar_value.int32_t)
83 asserts.assertNotEqual(result.return_type.scalar_value.int32_t, -1,
93 asserts.assertNotEqual(result.return_type.scalar_value.int32_t, -1
    [all...]
  /test/vts/specification/hal/conventional/bluetooth/1.0/
BluetoothHalV1.vts 13 return_type: {
  /test/vts/specification/hal/conventional/wifi/1.0/
WifiHalV1.vts 12 return_type: {
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
types.pass.cpp 66 template <class F, class return_type>
69 static_assert((std::is_same<typename F::result_type, return_type>::value), "" );
75 template <class F, class return_type, class arg_type>
78 static_assert((std::is_same<typename F::result_type, return_type>::value), "" );
84 template <class F, class return_type, class arg_type1, class arg_type2>
87 static_assert((std::is_same<typename F::result_type, return_type>::value), "" );
93 template <class F, class return_type>
96 static_assert((std::is_same<typename F::result_type, return_type>::value), "" );
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/
types.pass.cpp 66 template <class F, class return_type>
69 static_assert((std::is_same<typename F::result_type, return_type>::value), "" );
75 template <class F, class return_type, class arg_type>
78 static_assert((std::is_same<typename F::result_type, return_type>::value), "" );
84 template <class F, class return_type, class arg_type1, class arg_type2>
87 static_assert((std::is_same<typename F::result_type, return_type>::value), "" );
93 template <class F, class return_type>
96 static_assert((std::is_same<typename F::result_type, return_type>::value), "" );
  /external/google-breakpad/src/testing/scripts/generator/cpp/
gmock_class.py 65 return_type = 'void'
66 if node.return_type:
69 if node.return_type.modifiers:
70 modifiers = ' '.join(node.return_type.modifiers) + ' '
71 return_type = modifiers + node.return_type.name
72 template_args = [arg.name for arg in node.return_type.templated_types]
74 return_type += '<' + ', '.join(template_args) + '>'
81 if node.return_type.pointer:
82 return_type += '*
    [all...]
  /external/googletest/googlemock/scripts/generator/cpp/
gmock_class.py 66 return_type = 'void'
67 if node.return_type:
70 if node.return_type.modifiers:
71 modifiers = ' '.join(node.return_type.modifiers) + ' '
72 return_type = modifiers + node.return_type.name
73 template_args = [arg.name for arg in node.return_type.templated_types]
75 return_type += '<' + ', '.join(template_args) + '>'
82 if node.return_type.pointer:
83 return_type += '*
    [all...]
  /external/v8/testing/gmock/scripts/generator/cpp/
gmock_class.py 66 return_type = 'void'
67 if node.return_type:
70 if node.return_type.modifiers:
71 modifiers = ' '.join(node.return_type.modifiers) + ' '
72 return_type = modifiers + node.return_type.name
73 template_args = [arg.name for arg in node.return_type.templated_types]
75 return_type += '<' + ', '.join(template_args) + '>'
82 if node.return_type.pointer:
83 return_type += '*
    [all...]
  /external/libmojo/base/android/jni_generator/
jni_generator_tests.py 156 NativeMethod(return_type='int', static=False,
161 NativeMethod(return_type='void', static=False, name='Destroy',
167 NativeMethod(return_type='long', static=False, name='AddBookmark',
181 NativeMethod(return_type='String', static=True,
187 NativeMethod(return_type='void', static=True,
195 NativeMethod(return_type='byte[]', static=False,
200 NativeMethod(return_type='String[]', static=True,
204 NativeMethod(return_type='void', static=False,
210 NativeMethod(return_type='long', static=False,
231 NativeMethod(return_type='int', static=False
    [all...]
jni_generator.py 58 self.return_type = kwargs['return_type']
84 self.return_type = kwargs['return_type']
91 self.return_type)
92 self.static_cast = GetStaticCastForReturnType(self.return_type)
390 '(?P<return_type>\S*) '
397 return_type=match.group('return_type'),
405 def GetStaticCastForReturnType(return_type)
    [all...]
  /external/v8/src/asmjs/
asm-types.cc 167 bool CanBeInvokedWith(AsmType* return_type,
179 bool AsmFroundType::CanBeInvokedWith(AsmType* return_type,
202 bool CanBeInvokedWith(AsmType* return_type,
204 if (!return_type_->IsExactly(return_type)) {
238 bool AsmFFIType::CanBeInvokedWith(AsmType* return_type,
240 if (return_type->IsExactly(AsmType::Float())) {
275 bool AsmFunctionType::CanBeInvokedWith(AsmType* return_type,
277 if (!return_type_->IsExactly(return_type)) {
308 AsmType* return_type, const ZoneVector<AsmType*>& args) {
310 if (overloads_[ii]->AsCallableType()->CanBeInvokedWith(return_type, args))
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerExtFunctionsWeak.cpp 22 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \
23 __attribute__((weak)) RETURN_TYPE NAME FUNC_SIG
41 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \
FuzzerExtFunctions.h 25 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \
26 RETURN_TYPE(*NAME) FUNC_SIG = nullptr
  /cts/tools/dasm/src/dasm/
Utils.java 80 * Splits string "package/class/method(param)return_type" into
81 * "package/class", "method", "(param)return_type"
139 * Splits string "method(param)return_type" into "method" and
140 * "(param)return_type"
  /test/vts/drivers/hal/common/driver_manager/
VtsHalDriverManager.cpp 106 if (api->return_type().has_type()) {
107 cout << __func__ << " return_type exists" << endl;
109 if (!strcmp(api->return_type().scalar_type().c_str(), "int32_t")) {
110 cout << __func__ << " return_type is int32_t" << endl;
118 cerr << __func__ << " return_type unknown" << endl;
423 if (func_msg->return_type().type() == TYPE_PREDEFINED) {
427 cout << __func__ << " return type: " << func_msg->return_type().type()
435 } else if (func_msg->return_type().type() == TYPE_SCALAR) {
438 if (!strcmp(func_msg->return_type().scalar_type().c_str(), "int32_t")) {
443 } else if (!strcmp(func_msg->return_type().scalar_type().c_str()
    [all...]

Completed in 722 milliseconds

1 2 3 4 5 6 7 8 91011