Home
last modified time | relevance | path

Searched refs:Fault (Results 1 – 25 of 51) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dimplicit-null-check.ll227 ; Fault[0].Type:
229 ; Fault[0].FaultOffset:
231 ; Fault[0].HandlerOffset:
240 ; Fault[0].Type:
242 ; Fault[0].FaultOffset:
244 ; Fault[0].HandlerOffset:
253 ; Fault[0].Type:
255 ; Fault[0].FaultOffset:
257 ; Fault[0].HandlerOffset:
266 ; Fault[0].Type:
[all …]
/external/llvm/test/CodeGen/X86/
Dimplicit-null-check.ll158 ; Fault[0].Type:
160 ; Fault[0].FaultOffset:
162 ; Fault[0].HandlerOffset:
171 ; Fault[0].Type:
173 ; Fault[0].FaultOffset:
175 ; Fault[0].HandlerOffset:
184 ; Fault[0].Type:
186 ; Fault[0].FaultOffset:
188 ; Fault[0].HandlerOffset:
197 ; Fault[0].Type:
[all …]
/external/llvm/lib/CodeGen/
DFaultMaps.cpp90 for (auto &Fault : FFI) { in emitFunctionInfo() local
92 << faultTypeToString(Fault.Kind) << "\n"); in emitFunctionInfo()
93 OS.EmitIntValue(Fault.Kind, 4); in emitFunctionInfo()
96 << *Fault.FaultingOffsetExpr << "\n"); in emitFunctionInfo()
97 OS.EmitValue(Fault.FaultingOffsetExpr, 4); in emitFunctionInfo()
100 << *Fault.HandlerOffsetExpr << "\n"); in emitFunctionInfo()
101 OS.EmitValue(Fault.HandlerOffsetExpr, 4); in emitFunctionInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DFaultMaps.cpp93 for (auto &Fault : FFI) { in emitFunctionInfo() local
95 << faultTypeToString(Fault.Kind) << "\n"); in emitFunctionInfo()
96 OS.EmitIntValue(Fault.Kind, 4); in emitFunctionInfo()
99 << *Fault.FaultingOffsetExpr << "\n"); in emitFunctionInfo()
100 OS.EmitValue(Fault.FaultingOffsetExpr, 4); in emitFunctionInfo()
103 << *Fault.HandlerOffsetExpr << "\n"); in emitFunctionInfo()
104 OS.EmitValue(Fault.HandlerOffsetExpr, 4); in emitFunctionInfo()
/external/autotest/site_utils/tester_feedback/
Dfeedback_delegate.py35 raise xmlrpclib.Fault('Unknown client (%s)' % client_id)
51 raise xmlrpclib.Fault('Unknown query type (%s)' % query_id)
53 raise xmlrpclib.Fault('Unsupported query type (%s)' % query_id)
102 raise xmlrpclib.Fault('New query (%s) is already registered' %
127 raise xmlrpclib.Fault('Query %d unknown to client %s' %
/external/syzkaller/pkg/csource/
Doptions_test.go39 Fault: true,
56 Fault: false,
71 Fault: false,
86 Fault: false,
Doptions.go25 Fault bool `json:"fault,omitempty"` // inject fault into FaultCall/FaultNth member
113 if opts.Fault {
170 &opts.Fault, &opts.FaultCall, &opts.FaultNth, &opts.EnableTun, &opts.UseTmpDir,
186 &opts.Fault, &opts.FaultCall, &opts.FaultNth, &opts.EnableTun, &opts.UseTmpDir,
/external/syzkaller/pkg/report/testdata/akaros/report/
D71 TITLE: kernel panic: Proc-ful Page Fault in the Kernel at ADDR!
3 bash-4.3$ kernel panic at kern/arch/x86/trap.c:309, from core 3: Proc-ful Page Fault in the Kernel …
37 trap 0x0000000e Page Fault
D11 TITLE: kernel panic: Proc-ful Page Fault in the Kernel at ADDR!
20 trap 0x0000000e Page Fault
38 kernel panic at kern/arch/x86/trap.c:311, from core 0: Proc-ful Page Fault in the Kernel at 0x00000…
D61 TITLE: kernel panic: Proc-ful Page Fault in the Kernel at ADDR!
35 trap 0x0000000e Page Fault
70 kernel panic at kern/arch/x86/trap.c:311, from core 3: Proc-ful Page Fault in the Kernel at 0x00000…
/external/syzkaller/pkg/repro/
Drepro.go297 opts.Fault = ent.Fault
374 if entry.Fault {
410 if res.Opts.Fault {
501 if opts.Fault {
502 entry.Fault = true
531 if !opts.Fault {
738 if ent.Fault {
750 if !opts.Fault {
753 opts.Fault = false
/external/syzkaller/prog/
Dparse_test.go33 if ent.Fault || ent.FaultCall != 0 || ent.FaultNth != 0 {
70 if ent.Fault || ent.FaultCall != 0 || ent.FaultNth != 0 {
126 if !ent.Fault {
Dparse.go17 Fault bool // program was executed with fault injection in FaultCall/FaultNth member
47 ent.Fault = true
/external/autotest/client/cros/chameleon/
Dresolution_comparison.py41 except xmlrpclib.Fault as e:
98 except xmlrpclib.Fault as e:
/external/python/cpython2/Lib/
DSimpleXMLRPCServer.py103 from xmlrpclib import Fault
265 except Fault, fault:
272 xmlrpclib.Fault(1, "%s:%s" % (exc_type, exc_value)),
365 except Fault, fault:
637 xmlrpclib.Fault(1, "%s:%s" % (exc_type, exc_value)),
Dxmlrpclib.py270 class Fault(Error): class
621 if isinstance(values, Fault):
800 raise Fault(**self._stack[0])
965 raise Fault(item['faultCode'], item['faultString'])
1030 target = FastUnmarshaller(True, False, _binary, mkdatetime, Fault)
1078 assert isinstance(params, TupleType) or isinstance(params, Fault),\
1081 if isinstance(params, Fault):
1317 except Fault:
/external/python/cpython2/Doc/library/
Dxmlrpclib.rst116 raise a special :exc:`Fault` instance, used to signal XML-RPC server errors, or
118 Both :exc:`Fault` and :exc:`ProtocolError` derive from a base class called
174 :class:`Fault` or :class:`ProtocolError` object indicating an error.
370 Fault Objects
373 .. class:: Fault
375 A :class:`Fault` object encapsulates the content of an XML-RPC fault tag. Fault
388 In the following example we're going to intentionally cause a :exc:`Fault` by
411 except xmlrpclib.Fault as err:
413 print "Fault code: %d" % err.faultCode
414 print "Fault string: %s" % err.faultString
[all …]
/external/python/cpython3/Doc/library/
Dxmlrpc.client.rst125 raise a special :exc:`Fault` instance, used to signal XML-RPC server errors, or
127 Both :exc:`Fault` and :exc:`ProtocolError` derive from a base class called
182 :class:`Fault` or :class:`ProtocolError` object indicating an error.
364 Fault Objects
367 .. class:: Fault
369 A :class:`Fault` object encapsulates the content of an XML-RPC fault tag. Fault
382 In the following example we're going to intentionally cause a :exc:`Fault` by
405 except xmlrpc.client.Fault as err:
407 print("Fault code: %d" % err.faultCode)
408 print("Fault string: %s" % err.faultString)
[all …]
/external/ltp/
DREADME.kernel_config177 Enabling Fault Injection Support for your kernel (version 2.6.29).
237 CONFIG_FAILSLAB=y (Fault-injection capability for kmalloc)
239 CONFIG_FAIL_PAGE_ALLOC=y (Fault-injection capabilitiy for alloc_pages())
240 CONFIG_FAIL_MAKE_REQUEST=y (Fault-injection capability for disk IO)
250 For more information on Fault injection, please refer to:
258 # How the Kernel Fault Injection works for LTP ?
/external/python/cpython3/Lib/xmlrpc/
Dclient.py234 class Fault(Error): class
485 if isinstance(values, Fault):
656 raise Fault(**self._stack[0])
842 raise Fault(item['faultCode'], item['faultString'])
911 target = FastUnmarshaller(True, False, mkbytes, mkdatetime, Fault)
957 assert isinstance(params, (tuple, Fault)), "argument must be tuple or Fault instance"
958 if isinstance(params, Fault):
1172 except Fault:
Dserver.py107 from xmlrpc.client import Fault, dumps, loads, gzip_encode, gzip_decode
267 except Fault as fault:
275 Fault(1, "%s:%s" % (exc_type, exc_value)),
365 except Fault as fault:
643 Fault(1, "%s:%s" % (exc_type, exc_value)),
/external/autotest/server/site_tests/firmware_ECThermal/
Dfirmware_ECThermal.py82 except xmlrpclib.Fault:
136 except xmlrpclib.Fault:
149 except xmlrpclib.Fault:
/external/syzkaller/pkg/report/testdata/fuchsia/report/
D321 Supervisor Page Fault exception, halting
58 Supervisor Page Fault exception, halting
/external/autotest/server/cros/servo/
Dservo.py546 except xmlrpclib.Fault as e:
590 except xmlrpclib.Fault as e:
624 except xmlrpclib.Fault as e:
641 except xmlrpclib.Fault as e:
/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py442 f = xmlrpclib.Fault(42, 'Test Fault')
447 f = xmlrpclib.Fault(42, 'Test Fault')
454 self.assertRaises(xmlrpclib.Fault, xmlrpclib.loads, s)
963 except xmlrpclib.Fault:
995 self.assertRaises(xmlrpclib.Fault, p.add, 6, 8)
1000 self.assertRaises(xmlrpclib.Fault, p.pow, 6, 8)
1004 self.assertRaises(xmlrpclib.Fault, p.add, 6, 8)
1346 self.assertRaises(xmlrpclib.Fault, xmlrpclib.loads, handle[44:])

123