Searched refs:complaint (Results 1 – 25 of 75) sorted by relevance
123
/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/tensorflow/tensorflow/python/tpu/ |
D | xla.py | 75 def format_error(complaint, quantity): argument 76 return '%s %d argument%s' % (complaint, quantity, ''
|
/external/swiftshader/third_party/llvm-7.0/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/llvm/test/CodeGen/Hexagon/ |
D | convertdptoint.ll | 3 ; to 32-bit int value in IEEE complaint mode in V5.
|
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 | convertdptoll.ll | 3 ; to 64-bit integer value in IEEE complaint mode in V5.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | convertsptoint.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 | convertdptoint.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.
|
/external/llvm/test/CodeGen/AArch64/ |
D | optimize-cond-branch.ll | 6 ; It forgot to clear the a flag resulting in a MachineVerifier complaint.
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.41.14 | 4 Fix spurious complaint in mke2fs where it would complain if the file
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | optimize-cond-branch.ll | 6 ; It forgot to clear the a flag resulting in a MachineVerifier complaint.
|
/external/clang/test/SemaObjC/ |
D | ovl-check.m | 56 // and produce a single complaint. (with notes)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/ |
D | local_name_conflict.ll | 22 ; Make sure foo is promoted and renamed without complaint in %t3.bc.
|
/external/tensorflow/tensorflow/contrib/compiler/ |
D | xla.py | 807 def format_error(complaint, quantity): argument 808 return '%s %d argument%s' % (complaint, quantity, ''
|
/external/one-true-awk/ |
D | README | 68 may raise some new complaint; reports of difficulties are
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZCallingConv.td | 46 // ABI-complaint code returns float and double in F0. Make the
|
/external/skqp/experimental/canvaskit/canvaskit/ |
D | CODE_OF_CONDUCT.md | 80 We will investigate every complaint, but you may not receive a direct response.
|
/external/skqp/modules/pathkit/npm-asmjs/ |
D | CODE_OF_CONDUCT.md | 80 We will investigate every complaint, but you may not receive a direct response.
|
/external/skia/modules/pathkit/npm-asmjs/ |
D | CODE_OF_CONDUCT.md | 80 We will investigate every complaint, but you may not receive a direct response.
|
/external/skqp/modules/pathkit/npm-wasm/ |
D | CODE_OF_CONDUCT.md | 80 We will investigate every complaint, but you may not receive a direct response.
|
123