Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 25 of 58) sorted by relevance

123

/hardware/qcom/gps/msm8909w_3100/core/data-items/common/
DClientIndex.cpp145 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()
DDataItemIndex.cpp144 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/
DVtsHalMediaOmxV1_0TargetStoreTest.cpp337 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/
Dlinkcheck.py53 xrefsOnly = internals.difference(anchors)
54 anchorsOnly = anchors.difference(internals)
Dcheck_spec_links.py172 default_enabled_messages = set(MessageId).difference(
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_depth_bias_control.adoc29 …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
DVK_EXT_attachment_feedback_loop_layout.adoc64 Yes, there is no difference between sparse and non-sparse images.
DVK_EXT_image_sliced_view_of_3d.adoc30 difference is minimal.
DVK_QCOM_image_processing.adoc53 …. 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/
DTestUtils.h70 auto difference = abs(dividend - divisor); in IsValueSimilar() local
71 if (difference > factor * abs(divisor)) { in IsValueSimilar()
/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatusOsObserver.cpp92 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/
DIMemoryInterface.hal10 // wise difference.
/hardware/google/gfxstream/host/vulkan/
DDeviceOpTracker.cpp115 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/
DDeviceUniqueAttestationTest.cpp101 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/
DVK_QCOM_ycbcr_degamma.adoc73 function and while sRGB and ITU define similar curves, the difference is
DVK_NV_fragment_shader_barycentric.adoc107 One other relevant difference is that explicit per-vertex attribute access
Dinvariance.adoc45 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
DVK_EXT_debug_report.adoc155 3) What is the difference between ename:VK_DEBUG_REPORT_DEBUG_BIT_EXT and
DVK_EXT_debug_utils.adoc53 The main difference between this extension and `apiext:VK_EXT_debug_report`
/hardware/interfaces/vibrator/bench/
Dbenchmark.cpp104 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/
DISupplicantStaIfaceCallback.hal74 * Delta RSSI - The difference in dB between the minimum RSSI at which
/hardware/interfaces/sensors/2.1/
Dtypes.hal98 /** smallest difference between two values reported by this sensor */
/hardware/interfaces/graphics/common/1.1/
Dtypes.hal143 * The difference between the legacy dataspaces and their modern
/hardware/google/gfxstream/third-party/astc-encoder/
DREADME.md151 prefix. Note that for decompression there is no difference between the two HDR
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dqueries.adoc1739 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

123