Home
last modified time | relevance | path

Searched refs:attributed (Results 1 – 25 of 71) sorted by relevance

123

/external/perfetto/protos/perfetto/trace/power/
Dandroid_energy_estimation_breakdown.proto39 // Android ID/Linux UID, the accumulated energy is attributed to.
45 // Optional attributed energy per Android ID / Linux UID for this
46 // EnergyConsumer. Sum total of attributed energy must be less than or equal
/external/igt-gpu-tools/runner/json_tests_data/incomplete-before-any-subtests/
DREADME.txt3 gets attributed to a subtest, since we know from the job_list that a
/external/llvm/test/DebugInfo/Inputs/
Dline.ll8 ; Check that the comparison of 'a' is attributed to line 2, not 3.
/external/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.threads58 *For now, didn't include definitions that have specific tags attributed to them.
/external/perfetto/protos/perfetto/trace/android/
Dframe_timeline_event.proto119 // A bitmask of JankType. More than one reason can be attributed to a janky
165 // A bitmask of JankType. More than one reason can be attributed to a janky
/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/
Dcomment_parsing_scenarios.story33 /* comment which is not attributed to the class, it floats around as an orphan */
50 Then block comment 1 is " comment which is not attributed to the class, it floats around as an orph…
Dcomment_attribution_scenarios.story233 Scenario: Comments after Javadoc are attributed to the method if flag is active
254 Scenario: Comments after Javadoc are attributed to the method if flag is not active
Dpretty_printing_scenarios.story101 Scenario: Printing orphan and attributed comments in for loop (issue 192)
/external/llvm/test/DebugInfo/X86/
Dinline-seldag-test.ll18 ; Make sure the condition test is attributed to the inline function, not the
/external/tensorflow/tensorflow/compiler/mlir/
Dglob_lit_test.bzl104 # Run tests individually such that errors can be attributed to a specific
/external/clang/lib/AST/
DType.cpp522 if (auto attributed = dyn_cast<AttributedType>(cur)) { in isObjCInertUnsafeUnretainedType() local
523 if (attributed->getAttrKind() == in isObjCInertUnsafeUnretainedType()
3485 if (auto attributed = dyn_cast<AttributedType>(type.getTypePtr())) { in getNullability() local
3486 if (auto nullability = attributed->getImmediateNullability()) in getNullability()
3620 if (auto attributed = dyn_cast<AttributedType>(T.getTypePtr())) { in stripOuterNullability() local
3621 if (auto nullability = attributed->getImmediateNullability()) { in stripOuterNullability()
3622 T = attributed->getModifiedType(); in stripOuterNullability()
/external/perfetto/protos/perfetto/trace/
Dmemory_graph.proto102 // attributed target's memory.
/external/google-breakpad/docs/
Dsymbol_files.md39 machine code should be attributed. The line is attributed to the function
133 of machine code should be attributed. It has the form:
149 attributed, in decimal; the first line of the source file is line number 1. The
/external/pigweed/pw_bloat/
Ddocs.rst487 Understanding how symbols, sections, and other data sources can be attributed
513 padding which are not attributed against any sections.
/external/llvm/test/DebugInfo/Generic/
Ddebug-info-always-inline.ll28 ; are attributed with the call site's DebugLoc. After inlining, inlined static
/external/libbpf/docs/
Dlibbpf_naming_convention.rst85 attributed with ``LIBBPF_API`` macro. For example:
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.td194 /// inlining) and a conservative merge strategy where inlining an attributed
/external/perfetto/docs/case-studies/
Dmemory.md121 memory that is resident in multiple processes is proportionally attributed to
410 This will present a flamegraph of the memory attributed to the shortest path
/external/perfetto/docs/data-sources/
Dnative-heap-profiler.md153 gets attributed the complete n bytes. For more accuracy, allocations larger than
289 of which parts of the code large allocations are attributed to as well as the
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dpasses.td267 It prepares composite functions that are attributed to indicate
/external/python/typing/docs/source/
Dlibraries.rst7 Much of Python’s popularity can be attributed to the rich collection of
/external/perfetto/docs/design-docs/
Dheapprofd-design.md181 … small ones). All memory allocated since the last malloc considered is attributed to this allocati…
/external/clang/lib/Sema/
DSemaType.cpp5834 while (auto attributed = dyn_cast<AttributedType>(desugared.getTypePtr())) { in checkNullabilityTypeSpecifier() local
5836 if (auto existingNullability = attributed->getImmediateNullability()) { in checkNullabilityTypeSpecifier()
5853 desugared = attributed->getModifiedType(); in checkNullabilityTypeSpecifier()
DSemaExprObjC.cpp1385 if (auto attributed = dyn_cast<AttributedType>(resultType.getTypePtr())) { in getMessageSendResultType() local
1386 resultType = attributed->getModifiedType(); in getMessageSendResultType()
/external/cronet/third_party/googletest/src/docs/
Dadvanced.md858 > attributed to the XML element for the test suite. If it's called outside
859 > of all test suites (e.g. in a test environment), it will be attributed to
1752 ensures that failures generated by the latter are attributed to the right test

123