Home
last modified time | relevance | path

Searched refs:recognized (Results 1 – 25 of 461) sorted by relevance

12345678910>>...19

/external/perfetto/src/trace_processor/types/
Dtask_state.cc211 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/
Derror.ll5 ; 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/
Dunknown-processor.ll4 ; 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/
Dcpus.ll15 ; 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/
Dcpus.ll12 ; CHECK-NOT: is not a recognized processor for this target
13 ; INVALID: {{.+}} is not a recognized processor for this target
/external/clang/test/Parser/
Dobjc-recover.mm43 // Make sure the declaration of -test was recognized.
45 // Make sure the declaration of NS::foo was recognized.
Dplaceholder-recovery.m3 // FIXME: We could do much better with this, if we recognized
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.controlFlowAttributes.frag.out6 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
Dspv.subgroupUniformControlFlow.vert.out2 WARNING: 0:7: '' : attribute with arguments not recognized, skipping
/external/deqp-deps/glslang/Test/baseResults/
Dspv.controlFlowAttributes.frag.out6 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
Dspv.subgroupUniformControlFlow.vert.out2 WARNING: 0:7: '' : attribute with arguments not recognized, skipping
/external/mesa3d/src/mesa/main/
Dextensions.c262 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/
Dinvalid-input.test2 UNKNOWN_FILE_TYPE: {{.*}}invalid-input.test: The file was not recognized as a valid object file
/external/llvm/test/tools/llvm-objdump/
Dmalformed-macho.test2 MALFORMED: The file was not recognized as a valid object file
Dinvalid-input.test6 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/
Ddetect-arch.cmake43 message(STATUS "Arch not recognized, falling back to cmake arch: '${ARCH}'")
94 message(STATUS "Basearch '${ARCH}' not recognized, defaulting to 'x86'.")
/external/libpng/
DTRADEMARK8 jurisdiction where common-law trademark is recognized.
/external/iptables/extensions/
Dlibxt_state.man6 subset of the states unterstood by "conntrack" are recognized: \fBINVALID\fP,
Dlibxt_TCPOPTSTRIP.man6 by symbolic name. The list of recognized options can be obtained by calling
/external/libxml2/os400/iconv/
DREADME.iconv7 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/
Ddirective-arch-negative.s18 # CHECK: '+fp' is not a recognized feature for this target (ignoring feature)
/external/ot-br-posix/
DAUTHORS8 # Authors who wish to be recognized in this file should add themselves (or
/external/openthread/
DAUTHORS8 # Authors who wish to be recognized in this file should add themselves (or
/external/curl/docs/cmdline-opts/
Dcert-type.d14 and P12 are recognized types.
Dcert.d23 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

12345678910>>...19