Searched refs:complaint (Results 1 – 25 of 91) sorted by relevance
1234
/external/autotest/client/site_tests/platform_ToolchainTests/src/ |
D | clang-fortify-driver.cpp | 22 const char complaint[] = "!!! Timeout reached; abort abort abort\n"; in SetTimeout() local 23 (void)write(STDOUT_FILENO, complaint, strlen(complaint)); in SetTimeout()
|
/external/toolchain-utils/llvm_tools/ |
D | revert_checker_test.py | 85 complaint = ('Failed to resolve reverted object ' 88 any(x.startswith(complaint) for x in log_filter.messages),
|
/external/toolchain-utils/toolchain_utils_githooks/ |
D | check-presubmit.py | 300 complaint = '\n'.join(( 306 output=complaint, 312 complaint = '\n'.join(( 323 output=complaint, 329 angry_complaint = (complaint + '\n\n' + angry_result.output).strip()
|
D | check-presubmit | 300 complaint = '\n'.join(( 306 output=complaint, 312 complaint = '\n'.join(( 323 output=complaint, 329 angry_complaint = (complaint + '\n\n' + angry_result.output).strip()
|
/external/llvm-project/llvm/test/FileCheck/ |
D | check-dag-not-dag.txt | 41 reordering complaint if the match range was in the first DAG group's match 46 complaint are now skipped, permitting later matches to succeed.
|
D | check-dag-overlap.txt | 171 1. X. Otherwise, we used to get a spurious reordering complaint (back 199 ; Reordering complaint if rule #1 is broken.
|
/external/python/cpython3/Lib/unittest/ |
D | loader.py | 111 complaint = len(args) + 1 112 … TypeError('loadTestsFromModule() takes 1 positional argument but {} were given'.format(complaint)) 118 complaint = sorted(kws)[0] 119 … raise TypeError("loadTestsFromModule() got an unexpected keyword argument '{}'".format(complaint))
|
/external/toolchain-utils/pgo_tools/ |
D | merge_profdata_and_upload.py | 336 def die_with_head_complaint(complaint): argument 338 raise RuntimeError(complaint.rstrip() + extra)
|
/external/llvm/test/CodeGen/Hexagon/ |
D | convertsptoint.ll | 3 ; to 32-bit int value in IEEE complaint mode in V5.
|
D | convertdptoint.ll | 3 ; to 32-bit int value in IEEE complaint mode in V5.
|
D | convertdptoll.ll | 3 ; to 64-bit integer value in IEEE complaint mode in V5.
|
D | convertsptoll.ll | 3 ; to 64-bit int value in IEEE complaint mode in V5.
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | convertsptoint.ll | 3 ; to 32-bit int value in IEEE complaint mode in V5.
|
D | convertsptoll.ll | 3 ; to 64-bit int value in IEEE complaint mode in V5.
|
D | convertdptoint.ll | 3 ; to 32-bit int value in IEEE complaint mode in V5.
|
D | convertdptoll.ll | 3 ; to 64-bit integer value in IEEE complaint mode in V5.
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.45.2.txt | 18 Fix spurious complaint of blocks beyond i_size for verity files.
|
D | v1.41.14 | 4 Fix spurious complaint in mke2fs where it would complain if the file
|
/external/llvm/test/CodeGen/AArch64/ |
D | optimize-cond-branch.ll | 6 ; It forgot to clear the a flag resulting in a MachineVerifier complaint.
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | optimize-cond-branch.ll | 6 ; It forgot to clear the a flag resulting in a MachineVerifier complaint.
|
/external/angle/doc/ |
D | DynamicShaderCompilation.md | 20 common complaint from application developers is that draw calls sometimes
|
/external/clang/test/SemaObjC/ |
D | ovl-check.m | 56 // and produce a single complaint. (with notes)
|
/external/llvm-project/clang/test/SemaObjC/ |
D | ovl-check.m | 56 // and produce a single complaint. (with notes)
|
/external/tensorflow/tensorflow/python/compiler/xla/ |
D | xla.py | 610 def format_error(complaint, quantity): argument 611 return '%s %d argument%s' % (complaint, quantity, ''
|
/external/llvm-project/llvm/test/ThinLTO/X86/ |
D | local_name_conflict.ll | 24 ; Make sure foo is promoted and renamed without complaint in %t3.bc.
|
1234