HomeSort by relevance Sort by last modified time
    Searched refs:fault (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/tlslite/tests/
tlstest.py 25 from tlslite import TLSConnection, Fault, HandshakeSettings, \
163 for fault in Fault.clientSrpFaults + Fault.genericFaults:
165 connection.fault = fault
168 print(" Good Fault %s" % (Fault.faultNames[fault]))
170 print(" BAD FAULT %s: %s" % (Fault.faultNames[fault], str(e))
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
SoapEnvelope.java 184 // insert fault generation code here
187 && parser.getName().equals("Fault")) {
189 SoapFault fault; local
191 fault = new SoapFault(this.version);
193 fault = new SoapFault12(this.version);
195 fault.parse(parser);
196 bodyIn = fault;
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
nacl.scons 10 # however, run it without any fault injection to ensure that we don't
37 # test, and a "fault-injected" version -- essentially this test is
38 # simple and in the same repository as the core NaCl where the fault
  /external/oprofile/module/x86/
op_nmi.c 203 goto fault;
208 goto fault;
212 goto fault;
217 goto fault;
234 fault:
  /external/chromium_org/third_party/tlslite/tlslite/
errors.py 161 """The other party responded incorrectly to an induced fault.
163 This exception will only occur during fault testing, when a
164 TLSConnection's fault variable is set to induce some sort of
tlsconnection.py 489 if srpUsername and self.fault == Fault.badUsername:
491 if password and self.fault == Fault.badPassword:
    [all...]
tlsrecordlayer.py 147 #Fault we will induce, for testing purposes
148 self.fault = None
587 if self.fault == Fault.badMAC:
605 if self.fault == Fault.badPadding:
    [all...]
  /external/oprofile/module/ia64/
op_pmu.c 503 goto fault;
508 goto fault;
516 fault:
  /external/chromium_org/v8/test/mjsunit/regress/
regress-233.js 31 // This code shouldn't segmentation fault.
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
SoapSerializationEnvelope.java 141 && parser.getName().equals("Fault")) {
142 SoapFault fault; local
144 fault = new SoapFault(this.version);
146 fault = new SoapFault12(this.version);
148 fault.parse(parser);
149 bodyIn = fault;
  /external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
memcpy_mck.S 131 lfetch.fault [src_pre_mem], 128
132 lfetch.fault.excl [dst_pre_mem], 128
310 1: lfetch.fault [src_pre_mem], 128
311 lfetch.fault.excl [dst_pre_mem], 128
594 .ex_handler_short: // fault occurred in these sections didn't change pr, lc, pfs
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl 39 'The' 'first' 'experiments' 'in' 'hardware' 'fault' 'injection'
  /external/chromium_org/third_party/sqlite/src/tool/
mksqlite3c.tcl 220 fault.c
  /external/chromium_org/v8/test/mjsunit/
regexp-results-cache.js 36 If it were so, it was a grievous fault, \
  /development/ndk/platforms/android-9/arch-x86/include/asm/
voyager.h 399 __u8 fault; member in struct:voyager_psi_regs
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
kvm_host.h 174 * enough memory for a single page fault in a cache.
263 struct x86_exception *fault);
280 * Bitmap; bit set = permission fault
281 * Byte index: page fault error code [4:1]
512 * which is set when fix page fault and used to detect unhandeable
875 void kvm_inject_page_fault(struct kvm_vcpu *vcpu, struct x86_exception *fault);
879 void kvm_propagate_fault(struct kvm_vcpu *vcpu, struct x86_exception *fault);
998 * Hardware virtualization extension instructions may fault if a
1000 * Trap the fault and ignore the instruction if that happens.
  /external/chromium_org/third_party/sqlite/src/
Makefile.in 167 expr.lo fault.lo fkey.lo \
212 $(TOP)/src/fault.c \
588 fault.lo: $(TOP)/src/fault.c $(HDR)
589 $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/fault.c
Makefile.vxworks 200 callback.o complete.o date.o delete.o expr.o fault.o \
238 $(TOP)/src/fault.c \
main.mk 55 callback.o complete.o ctime.o date.o delete.o expr.o fault.o fkey.o \
99 $(TOP)/src/fault.c \
  /external/libpng/contrib/libtests/
pngvalid.c 148 #define context(ps,fault) anon_context(ps); png_store *fault
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
module.pxd 113 # sentinel value can result in a memory fault. Returns 0 on
  /external/oprofile/events/i386/nehalem/
events 27 event:0x0C counters:0,1,2,3 um:mem_store_retired minimum:6000 name:MEM_STORE_RETIRED : The event counts the number of retired stores that missed the DTLB. The DTLB miss is not counted if the store operation causes a fault. Does not count prefetches. Counts both primary and secondary misses to the TLB
  /external/chromium_org/third_party/icu/source/
configure 120 # suppresses any "Segmentation fault" message there. '((' could
    [all...]
  /external/icu/icu4c/source/
configure 120 # suppresses any "Segmentation fault" message there. '((' could
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 2214 milliseconds

1 2