/hardware/qcom/gps/msm8909w_3100/core/data-items/common/ |
D | ClientIndex.cpp | 145 list <DIT> difference; in add() local 151 inserter (difference,difference.begin ())); in add() 152 if (!difference.empty ()) { in add() 153 difference.sort (); in add() 154 out = difference; in add() 155 dicIter->second.merge (difference); in add()
|
D | DataItemIndex.cpp | 144 list <CT> difference; in add() local 150 inserter (difference, difference.begin ())); in add() 151 if (!difference.empty ()) { in add() 152 difference.sort (); in add() 153 out = difference; in add() 154 cdiIter->second.merge (difference); in add()
|
/hardware/interfaces/media/omx/1.0/vts/functional/store/ |
D | VtsHalMediaOmxV1_0TargetStoreTest.cpp | 337 std::set<const std::string> difference; in TEST_P() local 340 std::inserter(difference, difference.begin())); in TEST_P() 341 EXPECT_EQ(difference.empty(), true) << "IOmx::listNodes() for IOmx " in TEST_P() 346 << android::base::Join(difference, ", ") << "."; in TEST_P() 350 std::set<const std::string> difference; in TEST_P() local 352 std::inserter(difference, difference.begin())); in TEST_P() 353 EXPECT_EQ(difference.empty(), true) << "IOmx::listNodes() for IOmx " in TEST_P() 358 << android::base::Join(difference, ", ") << "."; in TEST_P()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | linkcheck.py | 53 xrefsOnly = internals.difference(anchors) 54 anchorsOnly = anchors.difference(internals)
|
D | check_spec_links.py | 172 default_enabled_messages = set(MessageId).difference(
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_depth_bias_control.adoc | 29 …S8_UINT`. This creates an additional problem as the minimum resolvable difference for `SFLOAT` for… 33 treating the depth bias' minimum resolvable difference in linear terms (like 45 …c because it does not solve the issue regarding the minimum resolvable difference being scaled dif… 61 …mats, and whether or not the depth bias should be scaled to ensure a minimum resolvable difference. 98 … // Whether or not the depth bias should be scaled to ensure a minimum resolvable difference
|
D | VK_EXT_attachment_feedback_loop_layout.adoc | 64 Yes, there is no difference between sparse and non-sparse images.
|
D | VK_EXT_image_sliced_view_of_3d.adoc | 30 difference is minimal.
|
D | VK_QCOM_image_processing.adoc | 53 …. The instruction returns a per-component error metric describing the difference between the two … 531 For each texel in the regions, a difference value is computed by subtracting the 533 absolute value of the difference; this is the _texel error_. `OpImageBlockMatchSSDQCOM` 534 computes the square of the difference; this is the _texel error squared_.
|
/hardware/interfaces/health/utils/libhealthtest/include/health-test/ |
D | TestUtils.h | 70 auto difference = abs(dividend - divisor); in IsValueSimilar() local 71 if (difference > factor * abs(divisor)) { in IsValueSimilar()
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | SystemStatusOsObserver.cpp | 92 list<DataItemId> difference(0); in cacheObserverRequest() local 95 inserter(difference, difference.begin())); in cacheObserverRequest() 96 if (!difference.empty()) { in cacheObserverRequest() 97 difference.sort(); in cacheObserverRequest() 98 dicIter->second.merge(difference); in cacheObserverRequest()
|
/hardware/interfaces/tests/memory/2.0/ |
D | IMemoryInterface.hal | 10 // wise difference.
|
/hardware/google/gfxstream/host/vulkan/ |
D | DeviceOpTracker.cpp | 115 const auto difference = std::chrono::duration_cast<std::chrono::milliseconds>( in PollAndProcessGarbage() local 118 mDevice, difference.count()); in PollAndProcessGarbage()
|
/hardware/interfaces/keymaster/4.1/vts/functional/ |
D | DeviceUniqueAttestationTest.cpp | 101 AuthorizationSetDifferences difference(string aName, const AuthorizationSet& a, string bName, in difference() function 109 #define DIFFERENCE(a, b) difference(#a, a, #b, b)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_QCOM_ycbcr_degamma.adoc | 73 function and while sRGB and ITU define similar curves, the difference is
|
D | VK_NV_fragment_shader_barycentric.adoc | 107 One other relevant difference is that explicit per-vertex attribute access
|
D | invariance.adoc | 45 Such a difference, while within the law of repeatability, is certainly not 146 This rule does not apply to Vulkan and is an intentional difference from
|
D | VK_EXT_debug_report.adoc | 155 3) What is the difference between ename:VK_DEBUG_REPORT_DEBUG_BIT_EXT and
|
D | VK_EXT_debug_utils.adoc | 53 The main difference between this extension and `apiext:VK_EXT_debug_report`
|
/hardware/interfaces/vibrator/bench/ |
D | benchmark.cpp | 104 std::set<T> difference(const hidl_enum_range<T>& t, const hidl_enum_range<U>& u) { in difference() function 128 for (const auto& effect : difference(hidl_enum_range<E1>(), hidl_enum_range<E2>())) { in DefaultArgs()
|
/hardware/interfaces/wifi/supplicant/1.4/ |
D | ISupplicantStaIfaceCallback.hal | 74 * Delta RSSI - The difference in dB between the minimum RSSI at which
|
/hardware/interfaces/sensors/2.1/ |
D | types.hal | 98 /** smallest difference between two values reported by this sensor */
|
/hardware/interfaces/graphics/common/1.1/ |
D | types.hal | 143 * The difference between the legacy dataspaces and their modern
|
/hardware/google/gfxstream/third-party/astc-encoder/ |
D | README.md | 151 prefix. Note that for decompression there is no difference between the two HDR
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | queries.adoc | 1739 This counting difference is especially true if the pipeline contains mesh or 1893 execution time of all views between those commands is the difference 1898 difference between corresponding queries written by each command. 1899 The difference between corresponding queries may: be the execution time 2025 execution time of all views between those commands is the difference 2030 difference between corresponding queries written by each command. 2031 The difference between corresponding queries may: be the execution time
|