/third_party/mbedtls/include/mbedtls/ |
H A D | check_config.h | 21 #error "Mbed TLS requires a platform with 8-bit chars" 28 #error "MBEDTLS_PLATFORM_C is required on Windows" 35 #error "The NET module is not available for mbed OS - please use the network functions provided by Mbed OS" 40 #error "MBEDTLS_DEPRECATED_WARNING only works with GCC and Clang" 44 #error "MBEDTLS_HAVE_TIME_DATE without MBEDTLS_HAVE_TIME does not make sense" 59 #error "Unsupported partial support for ECC key type acceleration, see docs/driver-only-builds.md" 82 #error "Unsupported partial support for ECC curves acceleration, see docs/driver-only-builds.md" 90 #error "MBEDTLS_CTR_DRBG_C defined, but not all prerequisites" 94 #error "MBEDTLS_DHM_C defined, but not all prerequisites" 99 #error "MBEDTLS_CMAC_ [all...] |
/test/xts/acts/sensors/sensor_standard/entry/src/ohosTest/js/test/ |
H A D | SensorOnOffTest.test_newPedometer_Detection.test.js | 54 } catch(error) {
55 console.error('SensorJsTest_sensor_57 exception in, msg:' + JSON.stringify(error))
102 .catch((error) => {
103 console.info('SensorJsTest_sensor_57 error:' + JSON.stringify(error));
104 expect(error.code).assertEqual(ERR_NOT_HAVE_PERMISSION);
133 sensor.getSingleSensor(sensor.SensorId.PEDOMETER_DETECTION, (error, data) => {
134 if (error) {
135 console.error('newPedometerDetection_SensorJsTest00 [all...] |
H A D | SensorOnOffTest.test_newPedometer.test.js | 52 } catch(error) {
53 console.error('SensorJsTest_sensor_56 exception in, msg:' + JSON.stringify(error))
101 .catch((error) => {
102 console.info('SensorJsTest_sensor_56 error:' + JSON.stringify(error));
103 expect(error.code).assertEqual(ERR_NOT_HAVE_PERMISSION);
134 sensor.getSingleSensor(sensor.SensorId.PEDOMETER, (error, data) => {
135 if (error) {
136 console.error('newPedometer_SensorJsTest00 [all...] |
H A D | SensorOnOffTest.test_oldPedometer_Detection.test.js | 54 } catch(error) {
55 console.error('SensorJsTest_sensor_17 exception in, msg:' + JSON.stringify(error))
86 .catch((error) => {
87 console.info('SensorJsTest_sensor_17 error:' + JSON.stringify(error));
88 expect(error.code).assertEqual(ERR_NOT_HAVE_PERMISSION);
117 sensor.getSingleSensor(sensor.SensorType.SENSOR_TYPE_ID_PEDOMETER_DETECTION, (error, data) => {
118 if (error) {
119 console.error('PedometerDetection_SensorJsTest00 [all...] |
H A D | SensorOnOffTest.test_oldPedometer.test.js | 51 } catch(error) {
52 console.error('SensorJsTest_sensor_18 exception in, msg:' + JSON.stringify(error))
86 .catch((error) => {
87 console.info('SensorJsTest_sensor_18 error:' + JSON.stringify(error));
88 expect(error.code).assertEqual(ERR_NOT_HAVE_PERMISSION);
128 sensor.getSingleSensor(sensor.SensorType.SENSOR_TYPE_ID_PEDOMETER, (error, data) => {
129 if (error) {
130 console.error('Pedometer_SensorJsTest00 [all...] |
/third_party/lwip/src/core/ |
H A D | init.c | 89 #error "BYTE_ORDER is not defined, you have to define it in your cc.h" 92 #error "If you want to use broadcast filter per pcb on recv operations, you have to define IP_SOF_BROADCAST=1 in your lwipopts.h" 95 #error "If you want to use UDP Lite, you have to define LWIP_UDP=1 in your lwipopts.h" 98 #error "If you want to use DHCP, you have to define LWIP_UDP=1 in your lwipopts.h" 101 #error "If you want to use LWIP_MULTICAST_TX_OPTIONS, you have to define LWIP_UDP=1 and/or LWIP_RAW=1 in your lwipopts.h" 104 #error "If you want to use DNS, you have to define LWIP_UDP=1 in your lwipopts.h" 108 #error "If you want to use ARP Queueing, you have to define MEMP_NUM_ARP_QUEUE>=1 in your lwipopts.h" 111 #error "If you want to use RAW, you have to define MEMP_NUM_RAW_PCB>=1 in your lwipopts.h" 114 #error "If you want to use UDP, you have to define MEMP_NUM_UDP_PCB>=1 in your lwipopts.h" 117 #error "I [all...] |
/test/xts/acts/communication/wifi_ErrorCode201/entry/src/ohosTest/js/test/ |
H A D | ActWifiErrorCode201.test.js | 81 } catch(error) { 82 console.error(`scan failed, code is ${error.code}, message is ${error.message}`); 83 expect(error.code).assertEqual("201") 100 } catch(error) { 101 console.error(`getScanInfoList failed, code is ${error.code}, message is ${error.message}`); 102 expect(error [all...] |
/test/xts/acts/powermgr/battery_manager/entry/src/ohosTest/js/test/ |
H A D | battery_common_event.test.js | 1455 }).catch((error) => { 1456 console.error('Subscriber getCode error because: ' + JSON.stringify(error)); 1461 }).catch((error) => { 1462 console.error('Subscriber getData error because: ' + JSON.stringify(error)); 1466 commonEvent.subscribe(mySubscriber, (error, commonEventData) => { 1467 console.error('er [all...] |
/test/xts/acts/communication/wifi_ErrorCode401/entry/src/ohosTest/js/test/ |
H A D | ActWifiErrorCode401.test.js | 82 }).catch((error) => {
83 console.error('[wifi_test]add OPEN CandidateConfig promise failed -> ' + JSON.stringify(error));
84 expect(true).assertEqual( (JSON.stringify(error)) !=null);
87 console.error('[wifi_test]add OPEN CandidateConfig permission failed -> ' + JSON.stringify(err));
123 }catch(error){
124 console.error('[wifi_test]add OPEN CandidateConfig permission failed -> ' + JSON.stringify(error));
125 expect(error.code).assertEqual("401");
142 } catch(error) {
[all...] |
/test/xts/acts/communication/btmanager_errorcode401/entry/src/ohosTest/ets/test/ |
H A D | BtMGattManager401.test.js | 34 } catch (error) {
35 console.info('[bluetooth_js] driver error info:'+ error);
121 } catch(error) {
122 console.error('[bluetooth_js]error.code:'+JSON.stringify(error.code)+
123 'error.message:'+JSON.stringify(error.message));
124 expect(Number(error [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolRecordMapping.cpp | 14 #define error(X) \ macro 21 error(IO.mapInteger(Gap.GapStartOffset)); in operator ()() 22 error(IO.mapInteger(Gap.Range)); in operator ()() 30 error(IO.mapInteger(Range.OffsetStart)); in mapLocalVariableAddrRange() 31 error(IO.mapInteger(Range.ISectStart)); in mapLocalVariableAddrRange() 32 error(IO.mapInteger(Range.Range)); in mapLocalVariableAddrRange() 37 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix))); in visitSymbolBegin() 42 error(IO.padToAlignment(alignOf(Container))); in visitSymbolEnd() 43 error(IO.endRecord()); in visitSymbolEnd() 49 error(I in visitKnownRecord() [all...] |
/test/xts/acts/communication_lite/wifiservice_hal/src/ |
H A D | wifiservice_func_test.c | 49 WifiErrorCode error = GetScanInfoList(info, &checkSize); in WifiScanStateTask() local 50 if (error != WIFI_SUCCESS) { in WifiScanStateTask() 51 printf("WifiScanStateTask:get info fail, error is %d.\n", error); in WifiScanStateTask() 66 WifiErrorCode error = GetLinkedInfo(&linkInfo); in WifiConnectionStateTask() local 67 if (error != WIFI_SUCCESS) { in WifiConnectionStateTask() 68 printf("WifiConnectionChanged:get link info fail, error is %d.\n", error); in WifiConnectionStateTask() 85 WifiErrorCode error = GetStationList(info, &size); in HotspotStateTask() local 86 if (error ! in HotspotStateTask() 214 WifiErrorCode error; WifiServiceFuncTestSuiteSetUp() local 280 WifiErrorCode error = UnRegisterWifiEvent(&g_wifiEventHandler); WifiServiceFuncTestSuiteTearDown() local 299 WifiErrorCode error = EnableWifi(); global() variable 328 WifiErrorCode error = EnableWifi(); global() variable 371 WifiErrorCode error = AddDeviceConfig(&config, &netId); global() variable 409 WifiErrorCode error = AddDeviceConfig(&config, &netId); global() variable 465 WifiErrorCode error = SetHotspotConfig(&config); global() variable 508 WifiErrorCode error = SetHotspotConfig(&config); global() variable 590 WifiErrorCode error = EnableWifi(); global() variable 644 WifiErrorCode error = EnableWifi(); global() variable 672 WifiErrorCode error = EnableWifi(); global() variable 717 WifiErrorCode error = EnableWifi(); global() variable [all...] |
/test/xts/acts/location/geolocation_standard/entry/src/ohosTest/js/test/ |
H A D | LocationTest.test.js | 43 }).catch((error) => { 44 console.info("[lbs_js] promise then error." + JSON.stringify(error)); 135 } catch (error) { 136 console.info("[lbs_js] getLocationSwitchState callback try err." + JSON.stringify(error)); 137 expect(true).assertEqual(JSON.stringify(error) != null); 156 }).catch((error) => { 157 console.info("[lbs_js] getLocationSwitchStateLocSwitch_0004 err." + JSON.stringify(error)); 160 } catch (error) { 161 console.info("[lbs_js] getLocationSwitchState callback try err." + JSON.stringify(error)); [all...] |
H A D | GeocoderTest.test.js | 50 }).catch((error) => { 51 console.info("[lbs_js] promise then error." + JSON.stringify(error)); 126 } catch (error) { 127 console.info("[lbs_js] isGeoServiceAvailable callback err." + JSON.stringify(error)); 129 expect(true).assertEqual(JSON.stringify(error) != null); 149 }).catch((error) => { 150 console.info("[lbs_js] promise then error." + JSON.stringify(error)); 151 expect(true).assertEqual(JSON.stringify(error) ! [all...] |
H A D | LocationMTest.test.js | 45 }).catch((error) => { 46 console.info("[lbs_js] promise then error." + JSON.stringify(error)); 137 } catch (error) { 138 console.info("[lbs_js] getLocationSwitchState06 try err." + JSON.stringify(error)); 159 } catch (error) { 160 console.info("[lbs_js] locationServiceStateOn07 try err." + JSON.stringify(error)); 165 } catch (error) { 166 console.info("[lbs_js] locationServiceStateOff07 try err." + JSON.stringify(error)); 194 } catch (error) { [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cProgramInterfaceQueryTests.cpp | 136 virtual inline void ExpectError(GLenum expected, long& error) in ExpectError() argument 138 if (error != NO_ERROR) in ExpectError() 144 << tcu::TestLog::Message << "Found expected error" << tcu::TestLog::EndMessage; in ExpectError() 145 error = NO_ERROR; // Error is expected in ExpectError() 149 error = ERROR; in ExpectError() 151 << " error was expected, found: " << tmp << tcu::TestLog::EndMessage; in ExpectError() 156 long& error) in VerifyGetProgramInterfaceiv() 164 error = ERROR; in VerifyGetProgramInterfaceiv() 169 GLuint expected, long& error) in VerifyGetProgramResourceIndex() 176 error in VerifyGetProgramResourceIndex() 155 VerifyGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum pname, int expected, long& error) VerifyGetProgramInterfaceiv() argument 168 VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, const std::string& name, GLuint expected, long& error) VerifyGetProgramResourceIndex() argument 180 VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, std::map<std::string, GLuint>& indices, const std::string& name, long& error) VerifyGetProgramResourceIndex() argument 207 VerifyGetProgramResourceName(GLuint program, GLenum programInterface, GLuint index, const std::string& expected, long& error) VerifyGetProgramResourceName() argument 229 VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, const std::string& name, GLint expected, long& error) VerifyGetProgramResourceLocation() argument 241 VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, std::map<std::string, GLint>& locations, const std::string& name, long& error) VerifyGetProgramResourceLocation() argument 268 VerifyGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum props[], GLsizei expectedLength, const GLint expected[], long& error) VerifyGetProgramResourceiv() argument 334 long error = NO_ERROR; Run() local 402 long error = NO_ERROR; Run() local 587 VerifyCompute(GLuint program, long& error) VerifyCompute() argument 639 long error = NO_ERROR; Run() local 695 long error = NO_ERROR; Run() local 791 long error = NO_ERROR; Run() local 863 long error = NO_ERROR; Run() local 958 long error = NO_ERROR; Run() local 1041 long error = NO_ERROR; Run() local 1163 long error = NO_ERROR; Run() local 1347 long error = NO_ERROR; Run() local 1565 long error = NO_ERROR; Run() local 1634 long error = NO_ERROR; Run() local 1727 long error = NO_ERROR; Run() local 1819 long error = NO_ERROR; Run() local 1968 long error = NO_ERROR; Run() local 2066 long error = NO_ERROR; Run() local 2169 long error = NO_ERROR; Run() local 2226 long error = NO_ERROR; Run() local 2357 long error = NO_ERROR; Run() local 2652 long error = NO_ERROR; Run() local 2730 long error = NO_ERROR; Run() local 2815 long error = NO_ERROR; Run() local 2923 long error = NO_ERROR; Run() local 3030 long error = NO_ERROR; Run() local 3112 long error = NO_ERROR; Run() local 3170 long error = NO_ERROR; Run() local 3286 long error = NO_ERROR; Run() local 3378 long error = NO_ERROR; Run() local 3458 long error = NO_ERROR; Run() local 3543 long error = NO_ERROR; Run() local 3661 long error = NO_ERROR; Run() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cProgramInterfaceQueryTests.cpp | 188 virtual inline void ExpectError(GLenum expected, long& error) in ExpectError() argument 190 if (error != NO_ERROR) in ExpectError() 196 << tcu::TestLog::Message << "Found expected error" << tcu::TestLog::EndMessage; in ExpectError() 197 error = NO_ERROR; // Error is expected in ExpectError() 201 error = ERROR; in ExpectError() 203 << " error was expected, found: " << tmp << tcu::TestLog::EndMessage; in ExpectError() 208 long& error) in VerifyGetProgramInterfaceiv() 216 error = ERROR; in VerifyGetProgramInterfaceiv() 221 GLuint expected, long& error) in VerifyGetProgramResourceIndex() 228 error in VerifyGetProgramResourceIndex() 207 VerifyGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum pname, int expected, long& error) VerifyGetProgramInterfaceiv() argument 220 VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, const std::string& name, GLuint expected, long& error) VerifyGetProgramResourceIndex() argument 232 VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, std::map<std::string, GLuint>& indices, const std::string& name, long& error) VerifyGetProgramResourceIndex() argument 259 VerifyGetProgramResourceName(GLuint program, GLenum programInterface, GLuint index, const std::string& expected, long& error) VerifyGetProgramResourceName() argument 281 VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, const std::string& name, GLint expected, long& error) VerifyGetProgramResourceLocation() argument 293 VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, std::map<std::string, GLint>& locations, const std::string& name, long& error) VerifyGetProgramResourceLocation() argument 320 VerifyGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum props[], GLsizei expectedLength, const GLint expected[], long& error) VerifyGetProgramResourceiv() argument 350 VerifyGetProgramResourceLocationIndex(GLuint program, GLenum programInterface, const std::string& name, GLint expected, long& error) VerifyGetProgramResourceLocationIndex() argument 410 long error = NO_ERROR; Run() local 490 long error = NO_ERROR; Run() local 590 long error = NO_ERROR; Run() local 704 long error = NO_ERROR; Run() local 790 long error = NO_ERROR; Run() local 849 long error = NO_ERROR; Run() local 918 long error = NO_ERROR; Run() local 1004 long error = NO_ERROR; Run() local 1114 long error = NO_ERROR; Run() local 1209 long error = NO_ERROR; Run() local 1280 long error = NO_ERROR; Run() local 1409 long error = NO_ERROR; Run() local 1625 long error = NO_ERROR; Run() local 1863 long error = NO_ERROR; Run() local 1949 long error = NO_ERROR; Run() local 2155 VerifyVS(GLuint program, long& error) VerifyVS() argument 2208 VerifyTCS(GLuint program, long& error) VerifyTCS() argument 2262 long error = NO_ERROR; Run() local 2290 long error = NO_ERROR; Run() local 2311 VerifyTES(GLuint program, long& error) VerifyTES() argument 2353 long error = NO_ERROR; Run() local 2374 VerifyGEO(GLuint program, long& error) VerifyGEO() argument 2414 long error = NO_ERROR; Run() local 2435 VerifyFS(GLuint program, long& error) VerifyFS() argument 2475 long error = NO_ERROR; Run() local 2653 VerifyCompute(GLuint program, long& error) VerifyCompute() argument 2716 long error = NO_ERROR; Run() local 2749 long error = NO_ERROR; Run() local 2834 long error = NO_ERROR; Run() local 2889 long error = NO_ERROR; Run() local 3019 long error = NO_ERROR; Run() local 3263 long error = NO_ERROR; Run() local 3333 long error = NO_ERROR; Run() local 3499 long error = NO_ERROR; Run() local 3573 long error = NO_ERROR; Run() local 3661 long error = NO_ERROR; Run() local 3800 long error = NO_ERROR; Run() local 3899 long error = NO_ERROR; Run() local 3981 long error = NO_ERROR; Run() local 4070 long error = NO_ERROR; Run() local 4236 long error = NO_ERROR; Run() local 4318 long error = NO_ERROR; Run() local 4376 long error = NO_ERROR; Run() local 4491 long error = NO_ERROR; Run() local 4696 VerifyCompute(GLuint program, long& error) VerifyCompute() argument 4748 long error = NO_ERROR; Run() local 4813 long error = NO_ERROR; Run() local 4909 long error = NO_ERROR; Run() local 5028 long error = NO_ERROR; Run() local [all...] |
/test/xts/acts/security/huks/security_huks_reformed_test/utils/param/derive/ |
H A D | publicDeriveCallback.js | 28 .catch(error => { 29 console.error(`callback: generateKeyItem failed, code: ${error.code}, msg: ${error.message}`); 32 } catch (error) { 33 console.error(`callback: generateKeyItem input arg invalid, code: ${error.code}, msg: ${error.message}`); 41 huks.generateKeyItem(keyAlias, huksOptions, function (error, data) { 42 if (error) { [all...] |
/test/xts/acts/security/huks/security_huks_reformed_test/utils/param/signverify/ |
H A D | publicSignverifyCallback.js | 31 .catch(error => { 32 console.error(`callback: generateKeyItem failed, code: ${error.code}, msg: ${error.message}`); 35 } catch (error) { 36 console.error(`callback: generateKeyItem input arg invalid, code: ${error.code}, msg: ${error.message}`); 44 huks.generateKeyItem(keyAlias, huksOptions, function (error, data) { 45 if (error) { [all...] |
/test/xts/acts/communication/btmanager_switchoff/entry/src/ohosTest/ets/test/ |
H A D | btManagerSwitchOff003.test.js | 63 } catch (error) { 64 console.info('[bluetooth_js] driver error info:'+ error); 130 } catch (error) { 131 console.error('[bluetooth_js]getBtConnectionState error.code:' 132 +JSON.stringify(error.code)+ 'error.message:'+JSON.stringify(error.message)); 133 expect(Number(error [all...] |
/third_party/NuttX/fs/nfs/ |
H A D | rpc_clnt.c | 172 * On failure, it returns -1 with the specific error in errno. in rpcclnt_send() 204 int error = 0; in rpcclnt_receive() local 225 error = get_errno(); in rpcclnt_receive() 226 nfs_debug_error("rpcclnt_receive select error %d\n", error); in rpcclnt_receive() 227 return error; in rpcclnt_receive() 233 error = get_errno(); in rpcclnt_receive() 234 nfs_debug_error("psock_recvfrom failed: %d\n", error); in rpcclnt_receive() 238 error = memcpy_s((void *)&xid, sizeof(xid), ((char *)reply + RPC_RMSIZE), sizeof(xid)); in rpcclnt_receive() 239 if (error ! in rpcclnt_receive() 272 int error; rpcclnt_receive() local 356 int error; rpcclnt_reply() local 509 int error; rpcclnt_fmtheader() local 551 int error; rpcclnt_reconnect() local 649 int error; rpcclnt_connect() local 878 int error; rpcclnt_umount() local 972 int error = 0; rpcclnt_request() local [all...] |
/test/xts/acts/security/huks/security_huks_reformed_test/huks_cipher_callback_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksRSABasicCallbackJsunit.test.js | 52 .catch(error => { 53 console.error(`callback: generateKeyItem failed, code: ${error.code}, msg: ${error.message}`); 56 } catch (error) { 57 console.error(`callback: generateKeyItem input arg invalid, code: ${error.code}, msg: ${error.message}`); 65 huks.generateKeyItem(keyAlias, huksOptions, function (error, data) { 66 if (error) { [all...] |
/third_party/node/lib/internal/webstreams/ |
H A D | adapters.js | 139 const cleanup = finished(streamWritable, (error) => { 140 if (error?.code === 'ERR_STREAM_PREMATURE_CLOSE') { 141 const err = new AbortError(undefined, { cause: error }); 142 error = err; 147 // that happen to emit an error event again after finished is called. 148 streamWritable.on('error', () => {}); 149 if (error != null) { 151 backpressurePromise.reject(error); 152 // If closed is not undefined, the error is happening 156 closed.reject(error); [all...] |
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftmm.c | 41 FT_Error error; in ft_face_get_mm_service() local 49 error = FT_ERR( Invalid_Argument ); in ft_face_get_mm_service() 58 error = FT_Err_Ok; in ft_face_get_mm_service() 61 return error; in ft_face_get_mm_service() 69 FT_Error error; in ft_face_get_mvar_service() local 77 error = FT_ERR( Invalid_Argument ); in ft_face_get_mvar_service() 86 error = FT_Err_Ok; in ft_face_get_mvar_service() 89 return error; in ft_face_get_mvar_service() 99 FT_Error error; in FT_EXPORT_DEF() local 108 error in FT_EXPORT_DEF() 126 FT_Error error; FT_EXPORT_DEF() local 173 FT_Error error; FT_EXPORT_DEF() local 208 FT_Error error; FT_EXPORT_DEF() local 241 FT_Error error; FT_EXPORT_DEF() local 269 FT_Error error; FT_EXPORT_DEF() local 317 FT_Error error; FT_EXPORT_DEF() local 345 FT_Error error; FT_EXPORT_DEF() local 396 FT_Error error; FT_EXPORT_DEF() local 444 FT_Error error; FT_EXPORT_DEF() local 475 FT_Error error; FT_EXPORT_DEF() local 526 FT_Error error; FT_EXPORT_DEF() local [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | error.hpp | 56 /// Class that represents an error that can be converted to an 59 class error : public std::runtime_error { class 61 error(cl_int code, std::string what = "") : in error() function in clover::error 73 class invalid_build_options_error : public error { 76 error(CL_INVALID_BUILD_OPTIONS, what) {} in invalid_build_options_error() 79 class build_error : public error { 82 error(CL_BUILD_PROGRAM_FAILURE, what) {} in build_error() 89 class invalid_object_error<command_queue> : public error { 92 error(CL_INVALID_COMMAND_QUEUE, what) {} in invalid_object_error() 96 class invalid_object_error<context> : public error { [all...] |