/external/perfetto/src/trace_processor/types/ |
D | task_state.cc | 211 bool recognized = false; in TaskState() local 212 recognized |= parse(kInterruptibleSleep, 'S'); in TaskState() 213 recognized |= parse(kUninterruptibleSleep, 'D'); // (D)isk sleep in TaskState() 214 recognized |= parse(kStopped, 'T'); in TaskState() 215 recognized |= parse(kTraced, 't'); in TaskState() 216 recognized |= parse(kExitDead, 'X'); in TaskState() 217 recognized |= parse(kExitZombie, 'Z'); in TaskState() 218 recognized |= parse(kParked, 'P'); in TaskState() 219 recognized |= parse(kTaskDead, 'x'); in TaskState() 220 recognized |= parse(kWakeKill, 'K'); in TaskState() [all …]
|
/external/llvm/test/tools/llvm-lto/ |
D | error.ll | 5 ; CHECK-LIST: llvm-lto: error loading file '{{.*}}/Inputs/empty.bc': The file was not recognized as… 8 ; CHECK-THIN: llvm-lto: error loading file '{{.*}}/Inputs/empty.bc': The file was not recognized as…
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | unknown-processor.ll | 4 ; Should not crash when the processor is not recognized and the 9 ; ERROR: 'unknown' is not a recognized processor for this target (ignoring processor)
|
/external/llvm/test/CodeGen/AArch64/ |
D | cpus.ll | 15 ; CHECK-NOT: {{.*}} is not a recognized processor for this target 16 ; INVALID: {{.*}} is not a recognized processor for this target
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | cpus.ll | 12 ; CHECK-NOT: is not a recognized processor for this target 13 ; INVALID: {{.+}} is not a recognized processor for this target
|
/external/clang/test/Parser/ |
D | objc-recover.mm | 43 // Make sure the declaration of -test was recognized. 45 // Make sure the declaration of NS::foo was recognized.
|
D | placeholder-recovery.m | 3 // FIXME: We could do much better with this, if we recognized
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.controlFlowAttributes.frag.out | 6 WARNING: 0:31: '' : attribute with arguments not recognized, skipping 7 WARNING: 0:32: '' : attribute with arguments not recognized, skipping 8 WARNING: 0:33: '' : attribute with arguments not recognized, skipping
|
D | spv.subgroupUniformControlFlow.vert.out | 2 WARNING: 0:7: '' : attribute with arguments not recognized, skipping
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.controlFlowAttributes.frag.out | 6 WARNING: 0:31: '' : attribute with arguments not recognized, skipping 7 WARNING: 0:32: '' : attribute with arguments not recognized, skipping 8 WARNING: 0:33: '' : attribute with arguments not recognized, skipping
|
D | spv.subgroupUniformControlFlow.vert.out | 2 WARNING: 0:7: '' : attribute with arguments not recognized, skipping
|
/external/mesa3d/src/mesa/main/ |
D | extensions.c | 262 bool recognized; in _mesa_one_time_init_extension_overrides() local 281 recognized = true; in _mesa_one_time_init_extension_overrides() 283 recognized = false; in _mesa_one_time_init_extension_overrides() 285 if (!recognized && enable) { in _mesa_one_time_init_extension_overrides()
|
/external/llvm/test/tools/llvm-nm/ |
D | invalid-input.test | 2 UNKNOWN_FILE_TYPE: {{.*}}invalid-input.test: The file was not recognized as a valid object file
|
/external/llvm/test/tools/llvm-objdump/ |
D | malformed-macho.test | 2 MALFORMED: The file was not recognized as a valid object file
|
D | invalid-input.test | 6 UNKNOWN_FILE_TYPE: '{{.*}}invalid-input.test': The file was not recognized as a valid object file
|
/external/rust/crates/libz-sys/src/zlib-ng/cmake/ |
D | detect-arch.cmake | 43 message(STATUS "Arch not recognized, falling back to cmake arch: '${ARCH}'") 94 message(STATUS "Basearch '${ARCH}' not recognized, defaulting to 'x86'.")
|
/external/libpng/ |
D | TRADEMARK | 8 jurisdiction where common-law trademark is recognized.
|
/external/iptables/extensions/ |
D | libxt_state.man | 6 subset of the states unterstood by "conntrack" are recognized: \fBINVALID\fP,
|
D | libxt_TCPOPTSTRIP.man | 6 by symbolic name. The list of recognized options can be obtained by calling
|
/external/libxml2/os400/iconv/ |
D | README.iconv | 7 Standard character set names like "UTF-8" are NOT recognized. 18 - All IANA character set names are recognized in a coding- and case-insensitive
|
/external/llvm/test/MC/AArch64/ |
D | directive-arch-negative.s | 18 # CHECK: '+fp' is not a recognized feature for this target (ignoring feature)
|
/external/ot-br-posix/ |
D | AUTHORS | 8 # Authors who wish to be recognized in this file should add themselves (or
|
/external/openthread/ |
D | AUTHORS | 8 # Authors who wish to be recognized in this file should add themselves (or
|
/external/curl/docs/cmdline-opts/ |
D | cert-type.d | 14 and P12 are recognized types.
|
D | cert.d | 23 as "\\:" so that it is not recognized as the password delimiter. Similarly, you 24 must escape the character "\\" as "\\\\" so that it is not recognized as an
|