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

1 2 3

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/frv/
fr450-media-issue.l 2 .*:5: Error: VLIW packing constraint violation
3 .*:9: Error: VLIW packing constraint violation
4 .*:13: Error: VLIW packing constraint violation
6 .*:17: Error: VLIW packing constraint violation
7 .*:19: Error: VLIW packing constraint violation
8 .*:21: Error: VLIW packing constraint violation
9 .*:23: Error: VLIW packing constraint violation
10 .*:25: Error: VLIW packing constraint violation
11 .*:27: Error: VLIW packing constraint violation
13 .*:33: Error: VLIW packing constraint violation
    [all...]
  /external/flac/libFLAC/
format.c 412 FLAC_API FLAC__bool FLAC__format_cuesheet_is_legal(const FLAC__StreamMetadata_CueSheet *cue_sheet, FLAC__bool check_cd_da_subset, const char **violation)
418 if(violation) *violation = "CD-DA cue sheet must have a lead-in length of at least 2 seconds";
422 if(violation) *violation = "CD-DA cue sheet lead-in length must be evenly divisible by 588 samples";
428 if(violation) *violation = "cue sheet must have at least one track (the lead-out)";
433 if(violation) *violation = "CD-DA cue sheet must have a lead-out track number 170 (0xAA)";
439 if(violation) *violation = "cue sheet may not have a track number 0"
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
StrictModeTest.java 40 import android.os.strictmode.Violation;
108 violation -> {
109 assertThat(violation.getViolationDetails()).isNull();
110 assertThat(violation.getStackTrace()).contains("DiskReadViolation");
224 violation -> {
225 assertThat(violation.getStackTrace()).contains(badUri + " exposed beyond app");
254 violation ->
255 assertThat(violation.getStackTrace())
282 violation ->
283 assertThat(violation.getStackTrace()
    [all...]
  /external/skia/src/opts/
SkOpts_avx.cpp 12 #error We have included ucrt\math.h without protecting it against ODR violation.
  /external/skqp/src/opts/
SkOpts_avx.cpp 12 #error We have included ucrt\math.h without protecting it against ODR violation.
  /build/soong/scripts/
diff_build_graphs.sh 29 violation="$1"
30 die "$violation
  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.cpp 585 log << TestLog::Message << "VIOLATION " << (violationNdx+1)
712 std::ostream& operator<< (std::ostream& str, const AllocationCallbackViolation& violation)
714 switch (violation.reason)
718 DE_ASSERT(violation.record.type == AllocationCallbackRecord::TYPE_FREE);
719 str << "Double free of " << tcu::toHex(violation.record.data.free.mem);
725 DE_ASSERT(violation.record.type == AllocationCallbackRecord::TYPE_FREE);
726 str << "Attempt to free " << tcu::toHex(violation.record.data.free.mem) << " which has not been allocated";
732 DE_ASSERT(violation.record.type == AllocationCallbackRecord::TYPE_REALLOCATION);
733 str << "Attempt to reallocate " << tcu::toHex(violation.record.data.reallocation.original) << " which has not been allocated";
739 DE_ASSERT(violation.record.type == AllocationCallbackRecord::TYPE_REALLOCATION)
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug093.go 28 SIGSEGV: segmentation violation
  /prebuilts/go/linux-x86/test/fixedbugs/
bug093.go 28 SIGSEGV: segmentation violation
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d30v/
bittest.s 7 # safety, and it just needs to draw attention when a violation is given.
  /build/soong/cc/
vndk.go 104 violation := false
106 violation = true
112 violation = true
115 if violation {
  /external/autotest/contrib/
remove_old_tests_in_tko.sql 33 -- may lead to FK constrain violation.
  /external/flac/include/FLAC/
format.h     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
signal_darwin.go 19 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_dragonfly.go 19 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_freebsd.go 19 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_nacl.go 24 /* 11 */ {_SigPanic, "SIGSEGV: segmentation violation"},
signal_netbsd.go 19 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_openbsd.go 19 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
  /prebuilts/go/linux-x86/src/runtime/
signal_darwin.go 19 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_dragonfly.go 19 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_freebsd.go 19 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_nacl.go 24 /* 11 */ {_SigPanic, "SIGSEGV: segmentation violation"},
signal_netbsd.go 19 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_openbsd.go 19 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},

Completed in 541 milliseconds

1 2 3