/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...] |
metadata_object.c | [all...] |
/build/make/core/tasks/ |
find-shareduid-violation.mk | 19 find_shareduid_script := $(BUILD_SYSTEM)/tasks/find-shareduid-violation.py
|
/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...] |
vkAllocationCallbackUtil.hpp | 232 std::ostream& operator<< (std::ostream& str, const AllocationCallbackViolation& violation);
|
/build/soong/cc/ |
vndk.go | 106 violation := false 108 violation = true 114 violation = true 117 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...] |
metadata.h | [all...] |
/build/blueprint/bpfmt/ |
bpfmt.go | 43 func usageViolation(violation string) { 44 fmt.Fprintln(os.Stderr, violation)
|
/external/selinux/libsepol/src/ |
hierarchy.c | 529 ERR(a->handle, "Role bounds violation, %s exceeds %s", 572 ERR(a->handle, "User bounds violation, %s exceeds %s", 676 int violation = 0; local 683 violation = 1; 687 violation = 1; 692 violation = 1; 697 if (violation)
|
/build/soong/cmd/sbox/ |
sbox.go | 53 func usageViolation(violation string) { 54 if violation != "" { 55 fmt.Fprintf(os.Stderr, "Usage error: %s.\n\n", violation)
|
/external/chromium-trace/catapult/common/eslint/rules/ |
catapult-camelcase.js | 60 * Reports an AST node as a rule violation.
|
/external/deqp/modules/glshared/ |
glsFboUtil.cpp | 781 // rule violation exists? 806 // rule violation exists? 909 // rule violation already exists? 919 // new violation 921 RuleViolation violation; local 923 violation.errorCode = code; 924 violation.rules.insert(std::string(description)); 926 dst.push_back(violation);
|
/external/syzkaller/vendor/golang.org/x/net/http2/ |
writesched_priority.go | 290 panic("violation of WriteScheduler interface: cannot close stream 0") 293 panic(fmt.Sprintf("violation of WriteScheduler interface: unknown stream %d", streamID)) 296 panic(fmt.Sprintf("violation of WriteScheduler interface: stream %d already closed", streamID))
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
OffBodySensorTestActivity.java | 218 boolean violation = (eventLatencyMs > maxEventLatencyMs); 219 Assert.assertFalse(responseViolationMessage, violation);
|
/external/antlr/runtime/Python3/ |
ez_setup.py | 211 def violation(*args): function in function:_no_sandbox.__no_sandbox 214 DirectorySandbox._violation = violation
|
/external/selinux/libsepol/cil/src/ |
cil_binary.c | 5047 int violation = CIL_FALSE; local [all...] |
/external/curl/packages/vms/ |
generate_config_vms_h_curl.com | 83 $! As it is a violation of VMS standards for this to be provided,
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/ |
Flat32.S | 425 # Enable interrupts to Remote Management Unit when a IMR/SMM/HMBOUND violation occurs.
|
Flat32.asm | 331 ; Enable interrupts to Remote Management Unit when a IMR/SMM/HMBOUND violation occurs.
|
/art/dex2oat/driver/ |
compiler_driver.cc | 600 bool violation = driver->ShouldCompileBasedOnProfile(method_ref) && 602 if (violation) { [all...] |
/external/syzkaller/pkg/report/ |
linux.go | 110 "INIT: PANIC: segmentation violation!", [all...] |
/external/python/pyasn1/pyasn1/type/ |
univ.py | 56 On constraint violation or bad initializer. 300 On constraint violation or bad initializer. 390 On constraint violation or bad initializer. 758 On constraint violation or bad initializer. 1044 On constraint violation or bad initializer. [all...] |