Searched refs:RuntimeError (Results 1 – 25 of 241) sorted by relevance
12345678910
/external/mesa3d/src/mapi/glapi/gen/ |
D | typeexpr.py | 124 … raise RuntimeError("create_initial_types must be called before creating type_expression objects.") 158 raise RuntimeError("Invalid type expression (dangling pointer)") 161 raise RuntimeError("Invalid type expression (signed / unsigned applied to pointer)") 168 …raise RuntimeError('Invalid type expression (garbage after pointer qualifier -> "%s")' % (self.ori… 176 raise RuntimeError("Invalid type expression (both signed and unsigned specified)") 180 raise RuntimeError("Invalid type expression (dangling const)") 183 raise RuntimeError("Invalid type expression (dangling signed)") 186 raise RuntimeError("Invalid type expression (dangling unsigned)") 197 raise RuntimeError('Unknown base type "%s".' % (type_name))
|
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/ |
D | battor_trace_agent_unittest.py | 28 raise RuntimeError('Should not call this function in the test') 65 raise RuntimeError('Simulated error in StartShell') 72 raise RuntimeError('Simulated error in StartTracing') 79 raise RuntimeError('Simulated error in StopTracing') 87 raise RuntimeError('Simulated error in CollectTraceData') 121 self.assertRaises(RuntimeError, 129 self.assertRaises(RuntimeError, 138 self.assertRaises(RuntimeError, agent.StopAgentTracing) 147 self.assertRaises(RuntimeError, agent.GetResults)
|
/external/autotest/server/cros/ap_configurators/ |
D | belkinF9K1102_ap_configurator.py | 31 raise RuntimeError('Got %s error. You should click the generate ' 34 raise RuntimeError('Unknown alert dialog' + alert.text) 89 raise RuntimeError('Invalid page number passed. Number of pages ' 115 raise RuntimeError('We got a Duplicate Admin error.') 117 raise RuntimeError(str(e)) 134 raise RuntimeError('We got a NoSuchElementException: ' + str(e)) 155 raise RuntimeError('We did not save the page. ' 206 raise RuntimeError('The mode %d not supported by router %s. ', 220 raise RuntimeError('Invalid band sent %s' % band)
|
D | netgear_WNDR_dual_band_configurator.py | 30 raise RuntimeError('Wrong mode selected. %s' % text) 33 raise RuntimeError('%s. Please change the SSID of one band' % text) 43 raise RuntimeError('We have an unhandled alert on AP %s: %s' % 93 raise RuntimeError('Invalid page number passed. Number of pages ' 138 raise RuntimeError('Unsupported mode passed.') 188 raise RuntimeError('Invalid band sent %s' % band) 222 raise RuntimeError('We got an exception: "%s". Check the mode. ' 257 raise RuntimeError('For WPA-PSK the mode should be 54Mbps. %s' % e)
|
D | belkinF9K1105_ap_configurator.py | 28 raise RuntimeError('Got %s error. You should click the generate ' 31 raise RuntimeError('Unknown alert dialog' + alert.text) 86 raise RuntimeError('Invalid page number passed. Number of pages ' 113 raise RuntimeError('We got the Duplicate admin message. ' 137 raise RuntimeError('We could not load the page ' + page_url + 147 raise RuntimeError('Incorrect password error: ' 179 raise RuntimeError("We did not save the changes because we " 229 raise RuntimeError('The mode %d not supported by router %s. ', 243 raise RuntimeError('Invalid band sent %s' % band)
|
D | trendnet692gr_ap_configurator.py | 26 raise RuntimeError(text) 81 raise RuntimeError('Invalid page number passed. Number of pages' 92 raise RuntimeError('Invalid page number passed. Number of pages' 96 raise RuntimeError('Incorrect band band = %s' % self.current_band) 132 raise RuntimeError('The mode selected %d is not supported by router' 144 raise RuntimeError('Invalid band sent %s' % band)
|
D | medialink_ap_configurator.py | 30 raise RuntimeError('We got an alert. %s' % text) 33 raise RuntimeError('Please enable wireless. %s' % text) 36 raise RuntimeError('WEP key should be numbers. %s' % text) 39 raise RuntimeError('There was a system error on AP!') 43 raise RuntimeError('We have an unhandled alert: %s' % text) 82 raise RuntimeError('Invalid page number passed. Number of pages ' 120 raise RuntimeError('Invalid mode passed: %x' % mode)
|
D | trendnet812dru_ap_configurator.py | 27 raise RuntimeError('An unexpected alert was thrown: %s' % text) 64 raise RuntimeError('Invalid page number passed. Number of pages' 75 raise RuntimeError('Invalid page number passed. Number of pages' 79 raise RuntimeError('Incorrect band band = %s' % self.current_band) 97 raise RuntimeError('The mode selected %s is not supported by router'
|
D | westerndigitaln600_ap_configurator.py | 36 raise RuntimeError('Invalid handler') 104 raise RuntimeError('The page %s did not load or Radio is switched' 173 raise RuntimeError('The mode selected \'%d\' is not supported by ' 222 raise RuntimeError('The page reload after login failed.') 298 raise RuntimeError('Invalid band sent %s' % band) 314 raise RuntimeError('Could not find WEP security_type in dropdown. ' 318 raise RuntimeError('The dropdown %s does not have item %s' %
|
D | belkinF9K1001_ap_configurator.py | 35 raise RuntimeError('Unhandeled modal dialog. %s' % text) 61 raise RuntimeError('Invalid page number passed. Number of pages ' 113 raise RuntimeError('Error while saving the page. ' + str(e)) 132 raise RuntimeError(message)
|
D | netgear4300_ap_configurator.py | 35 raise RuntimeError('We got a dialog with Invalid Key Error. ' 73 raise RuntimeError('Invalid url %s' % self.driver.current_url) 113 raise RuntimeError('Unsupported mode passed.') 156 raise RuntimeError('We got an exception: "%s". Check the mode. '
|
D | belkinF9K1103_ap_configurator.py | 27 raise RuntimeError('Unhandeled modal dialog. %s' % text) 49 raise RuntimeError('Cannot login. Someone has already ' 130 raise RuntimeError(message) 134 raise RuntimeError('Invalid page number passed. Number of pages ' 203 raise RuntimeError('The mode %d not supported by router %s. ', 225 raise RuntimeError('Invalid band sent %s' % band)
|
/external/autotest/client/cros/audio/ |
D | alsa_utils.py | 79 raise RuntimeError('amixer command failed') 112 raise RuntimeError('amixer command failed') 161 raise RuntimeError('arecord -l command failed') 202 raise RuntimeError('arecord -l command failed') 218 raise RuntimeError('%s failed' % cmd) 265 raise RuntimeError('no playback device') 298 raise RuntimeError('no record device') 321 raise RuntimeError('amixer command failed')
|
/external/vulkan-validation-layers/ |
D | vk-layer-introspect.py | 119 raise RuntimeError("unsupported v%d library" % self.version) 128 raise RuntimeError("failed to load library") 151 raise RuntimeError(func_name + " failed with " + str(result)) 155 raise RuntimeError("invalid pCount returned in " + func_name) 175 raise RuntimeError(func_name + " is missing") 193 raise RuntimeError(" or ".join(names) + " is missing") 207 raise RuntimeError(" or ".join(names) + " is missing") 229 raise RuntimeError( 314 raise RuntimeError( 395 except RuntimeError as err:
|
/external/toolchain-utils/ |
D | heat_map.py | 52 raise RuntimeError('Failed to generate perf report') 60 raise RuntimeError('Failed to run grep to get base address') 67 raise RuntimeError( 71 raise RuntimeError('Could not find the base address in the profile') 90 raise RuntimeError('Failed to run script to generate heatmap') 139 except RuntimeError, e:
|
D | test_gcc_dejagnu.py | 48 raise RuntimeError('Failed to checkout chromeos') 53 raise RuntimeError('Failed to create chroot.') 61 raise RuntimeError('Failed to setup board.') 69 raise RuntimeError('Failed to checkout gcc.') 81 raise RuntimeError('Building gcc failed.')
|
/external/autotest/client/cros/multimedia/ |
D | facade_resource.py | 210 raise RuntimeError('Autotest extension not found') 212 raise RuntimeError('Extension not found in %r' 261 raise RuntimeError('There is no tab for %s' % tab_descriptor) 277 raise RuntimeError('There is no tab for %s' % tab_descriptor) 290 raise RuntimeError('There is no tab for %s' % tab_descriptor) 304 raise RuntimeError('There is no tab for %s' % tab_descriptor)
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/ |
D | setup.py | 306 raise RuntimeError("Cannot determine download link for %s"%(package,)) 310 raise RuntimeError("Cannot determine download link for %s"%(package,)) 316 raise RuntimeError("Cannot determine downlink link for %s"%(package,)) 334 raise RuntimeError("Cannot determine download link for %s"%(package,)) 339 raise RuntimeError("Cannot determine download link for %s"%(package,)) 343 raise RuntimeError("Cannot determine download link for %s"%(package,)) 347 raise RuntimeError("Cannot determine download link for %s"%(package,)) 354 raise RuntimeError("PyPI JSON for %s doesn't contain URLs section"%(package,)) 357 raise RuntimeError("Cannot determine download link for %s"%(package,)) 361 raise RuntimeError("Cannot determine download link for %s"%(package,)) [all …]
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/ |
D | setup.py | 306 raise RuntimeError("Cannot determine download link for %s"%(package,)) 310 raise RuntimeError("Cannot determine download link for %s"%(package,)) 316 raise RuntimeError("Cannot determine downlink link for %s"%(package,)) 334 raise RuntimeError("Cannot determine download link for %s"%(package,)) 339 raise RuntimeError("Cannot determine download link for %s"%(package,)) 343 raise RuntimeError("Cannot determine download link for %s"%(package,)) 347 raise RuntimeError("Cannot determine download link for %s"%(package,)) 354 raise RuntimeError("PyPI JSON for %s doesn't contain URLs section"%(package,)) 357 raise RuntimeError("Cannot determine download link for %s"%(package,)) 361 raise RuntimeError("Cannot determine download link for %s"%(package,)) [all …]
|
/external/toolchain-utils/crosperf/ |
D | experiment_factory.py | 243 raise RuntimeError('No benchmarks specified') 267 raise RuntimeError("Can not have empty 'build' field!") 284 raise RuntimeError('Only one remote is allowed when same_machine ' 300 raise RuntimeError('No labels specified') 325 raise RuntimeError('There is no remote for {0}'.format(board)) 328 raise RuntimeError('IOError while reading file {0}' 331 raise RuntimeError('There is not remote for {0}'.format(board))
|
D | experiment.py | 58 raise RuntimeError('No remote hosts specified') 60 raise RuntimeError('No benchmarks specified') 62 raise RuntimeError('No labels specified') 72 raise RuntimeError('No chromeos_root given and could not determine ' 89 raise RuntimeError('No machine available for running experiment.')
|
D | image_checksummer.py | 32 raise RuntimeError('Called Checksum on non-local image!') 40 raise RuntimeError('Checksum computing error.') 57 raise RuntimeError('Attempt to call Checksum on non-local image.')
|
/external/toolchain-utils/dejagnu/ |
D | run_dejagnu.py | 253 raise RuntimeError("Failed to create \'{0}\' inside chroot.".format( 257 raise RuntimeError('{0} is not a valid gcc source tree.'.format( 280 raise RuntimeError('Failed to create \'{0}\' inside chroot.'.format( 284 raise RuntimeError('{0} is not a valid gcc build tree.'.format( 304 raise RuntimeError('Failed to get gcc version.') 319 raise RuntimeError('ebuild gcc failed.') 354 raise RuntimeError('Failed to unmount {0}'.format(mp.mount_dir)) 358 raise RuntimeError( 378 raise RuntimeError("Failed to acquire one machine from \'{0}\'.".format(
|
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/ |
D | constant_resolver.py | 20 raise RuntimeError( 35 raise RuntimeError('Circular dependency for constant: %s' % constant.name) 50 raise RuntimeError('Circular dependency for enum: %s' % enum.name) 58 raise RuntimeError('Unexpected value: %s' % field.value)
|
/external/toolchain-utils/fdo_scripts/ |
D | vanilla_vs_fdo.py | 33 raise RuntimeError('Patch dry run failed!') 36 raise RuntimeError('Patch application failed!') 78 raise RuntimeError("Couldn't run setup_board!") 82 raise RuntimeError("Couldn't run build_packages!") 126 raise RuntimeError("Couldn't build chrome browser!") 163 raise RuntimeError("Couldn't run crosperf!") 185 raise RuntimeError("Couldn't profile cycler!")
|
12345678910