/third_party/protobuf/src/google/protobuf/ |
H A D | wire_format.h | 147 // Skips a field value of the given WireType. The input should start 159 // for which is_valid(value) returns false are appended to 297 // Parses the value from the wire that belongs to tag. 317 void SkipUnknownEnum(int field_number, int value) override;
|
/third_party/python/Lib/test/ |
H A D | test_type_comments.py | 393 self.assertEqual(tree.returns.value.id, "List")
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | log_uniform_int_distribution.h | 71 // value which can be used to construct bounds. in param_type() 82 // to differ from the expected value. in param_type() 116 static_assert(std::is_integral<IntType>::value,
|
H A D | uniform_real_distribution_test.cc | 40 // it is possible to use std::nextafter(b, DBL_MAX) to generate a value on 171 if (!std::is_same<TypeParam, long double>::value) { in TYPED_TEST() 200 // opt-mode, for invalid parameters, will generate a garbage value, in TYPED_TEST() 290 absl::StrAppend(&msg, kChiSquared, " p-value ", p_value, "\n"); in TYPED_TEST() 291 absl::StrAppend(&msg, "High ", kChiSquared, " value: ", chi_square, " > ", in TYPED_TEST() 325 // This returns the smallest value >0 from absl::uniform_real_distribution. in TEST() 332 // This returns a value very near 0.5 from absl::uniform_real_distribution. in TEST() 338 // This returns a value very near 0.5 from absl::uniform_real_distribution. in TEST() 345 // This returns the largest value <1 from absl::uniform_real_distribution. in TEST() 351 // This *ALSO* returns the largest value < in TEST() [all...] |
H A D | zipf_distribution.h | 97 static_assert(std::is_integral<IntType>::value, 164 // Ensure that our maximum value is capped to a value which will in param_type()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | uniform_helper_test.cc | 72 // Negative value tests in TEST_F() 140 // Edge cases: the next value toward itself is itself. in TEST_F() 220 decltype(InferredUniformReturnT<B, A>(0))>>::value, in CheckArgsInferType()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | str_join_internal.h | 226 std::forward_iterator_tag>::value>::type>
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | unordered_set_modifiers_test.h | 134 using IfNotVoid = typename std::enable_if<!std::is_void<V>::value, V>::type;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | optional_exception_safety_test.cc | 47 return (static_cast<void>(optional.value()), false); in ValueThrowsBadOptionalAccess() 59 << "Optional with value should not throw bad_optional_access when " in OptionalInvariants() 60 "accessing the value."; in OptionalInvariants() 64 << "Optional without a value should throw bad_optional_access when " in OptionalInvariants() 65 "accessing the value."; in OptionalInvariants() 74 << "Optional should not contain a value after being reset."; in OptionalInvariants() 78 "when accessing the value after being reset."; in OptionalInvariants() 90 << "Expected optional to not contain a value but a value was found."; in CheckDisengaged() 102 << "Expected optional to contain a value bu in CheckEngaged() [all...] |
/third_party/skia/experimental/graphite/src/ |
H A D | DrawPass.cpp | 104 // Fields are ordered from most-significant to lowest when sorting by 128-bit value. 196 draw.fPaintParams.value()); in Make()
|
/third_party/selinux/libselinux/src/ |
H A D | label_backends_android.c | 158 path = opts[n].value; in init()
|
/third_party/spirv-tools/source/opt/ |
H A D | ccp_pass.cpp | 34 // value, its entry in the |values_| table maps to kVaryingSSAId. 52 // executable edges yields the same constant value. in VisitPhi() 61 // We found an argument with a constant value. Apply the meet operation in VisitPhi() 64 // The "constant" value is actually a placeholder for varying. Return in VisitPhi() 69 // constant value id. in VisitPhi() 72 // The argument is the same constant value already computed. Continue in VisitPhi() 76 // We either found a varying value, or another constant value different in VisitPhi() 77 // from the previous computed meet value. This Phi will never be in VisitPhi() 82 // The incoming value ha in VisitPhi() [all...] |
/third_party/spirv-tools/source/util/ |
H A D | ilist.h | 52 std::is_base_of<IntrusiveNodeBase<NodeType>, NodeType>::value, 105 // by the iterator. The return value will be an iterator pointing to the
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDepthTests.cpp | 99 const tcu::Vec4 color(u_color.value.f4); in shadeFragments()
|
H A D | es3fFboTestUtil.hpp | 219 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec4& value);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os.h | 169 * os_random - Get pseudo random value (not necessarily very strong) 170 * Returns: Pseudo random value 181 * changed. The returned value is allocated and caller is responsible for 212 * @value: Value to set to the variable 219 int os_setenv(const char *name, const char *value, int overwrite); 463 * the caller must be prepared on that value, too, to indicate truncation. 610 * about the location of the difference in the memory buffers. The return value
|
/third_party/vk-gl-cts/framework/delibs/coding_guidelines/ |
H A D | prettify.js | 7 function z(b,a){switch(b.nodeType){case 1:var c=b.tagName.toLowerCase();a.push("<",c);for(var d=0;d<b.attributes.length;++d){var g=b.attributes[d];if(!g.specified)continue;a.push(" ");z(g,a)}a.push(">");for(var e=b.firstChild;e;e=e.nextSibling)z(e,a);if(b.firstChild||!/^(?:br|link|img)$/.test(c))a.push("</",c,">");break;case 2:a.push(b.name.toLowerCase(),'="',$(b.value),'"');break;case 3:case 4:a.push(E(b.nodeValue));break}}var F=null;function ha(b){if(null===F){var a=document.createElement("PRE"); 22 k.parentNode)if((k.tagName==="pre"||k.tagName==="code"||k.tagName==="xmp")&&k.className&&k.className.indexOf("prettyprint")>=0){m=true;break}if(!m){var l=ha(j);l=l.replace(/(?:\r\n?|\n)$/,"");var n=T(l,o);if(!S(j))j.innerHTML=n;else{var p=document.createElement("PRE");for(var t=0;t<j.attributes.length;++t){var w=j.attributes[t];if(w.specified)p.setAttribute(w.name,w.value)}p.innerHTML=n;j.parentNode.replaceChild(p,j);p=j}if(a&&j.tagName==="PRE"){var A=j.getElementsByTagName("br");for(var B=A.length;--B>=
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDepthTests.cpp | 96 const tcu::Vec4 color(u_color.value.f4); in shadeFragments()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os.h | 169 * os_random - Get pseudo random value (not necessarily very strong) 170 * Returns: Pseudo random value 181 * changed. The returned value is allocated and caller is responsible for 212 * @value: Value to set to the variable 219 int os_setenv(const char *name, const char *value, int overwrite); 463 * the caller must be prepared on that value, too, to indicate truncation. 610 * about the location of the difference in the memory buffers. The return value
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ieee802_11_common.h | 212 size_t add_multi_ap_ie(u8 *buf, size_t len, u8 value);
|
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 152 // The return value from an image loader is an 'unsigned char *' which points 174 // If image loading fails for any reason, the return value will be NULL, 200 // dimensions set to a larger value than the configurable STBI_MAX_DIMENSIONS, 2046 // build a table that decodes both magnitude and value of small ACs in 2094 // decode a jpeg huffman value from the bitstream 2190 // given a value that's at position X in the zigzag stream, 2413 // take a -128..127 value and stbi__clamp it and convert to 0..255 2916 // marker, return 0xff, which is never a valid marker value 3557 // insert the previous pixel value (from t1). in stbi__resample_row_hv_2_simd() 3597 // insert the previous pixel value (fro in stbi__resample_row_hv_2_simd() 4102 stbi__uint16 value[STBI__ZNSYMS]; global() member [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.cpp | 3529 // value) when converted to linelist becomes 4 vertices. Expansion of 4/3. Any larger in streamIndicesIndirect() 3706 // can use a staging resource to initialize it to a non-zero value. If the memory is in init() 3717 // Pick an arbitrary value to initialize non-zero memory for sanitization. in init() 4488 // Arbitrary value to initialize the memory with. Note: the given uint value, reinterpreted in initializeNonZeroMemory() 5337 const VkClearValue &value, in clear() 5348 clearDepthStencil(aspectFlags, value.depthStencil, mipLevel, 1, baseArrayLayer, layerCount, in clear() 5355 clearColor(value.color, mipLevel, 1, baseArrayLayer, layerCount, commandBuffer); in clear() 5361 const VkClearValue &value, in clearEmulatedChannels() 5379 params.colorClearValue = value in clearEmulatedChannels() 5336 clear(VkImageAspectFlags aspectFlags, const VkClearValue &value, LevelIndex mipLevel, uint32_t baseArrayLayer, uint32_t layerCount, CommandBuffer *commandBuffer) clear() argument 5359 clearEmulatedChannels(ContextVk *contextVk, VkColorComponentFlags colorMaskFlags, const VkClearValue &value, LevelIndex mipLevel, uint32_t baseArrayLayer, uint32_t layerCount) clearEmulatedChannels() argument 8574 setSpecializationConstant(sh::vk::SpecializationConstantId id, uint32_t value) setSpecializationConstant() argument [all...] |
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/ |
H A D | MainEditor.js | 821 let value = data.value_;
824 value = keyAndValue.substring((data.parent_.name_ + ' = ').length, THREE_KEY_VALUE_MAX) + '...';
826 let w = pm2f.drawText('"' + value + '"', MainEditor.NODE_TEXT_SIZE, drawTextX_ - (MainEditor.NODE_RECT_WIDTH - data.parent_.parent_.nodeWidth_), drawTextY_,
1822 onAttributeChange(type, value) {
1859 pme.selectNode_.pnode = value;
1863 pme.nodePoint_ = value;
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_layoutScd_test_ng.cpp | 186 menuParam.previewAnimationOptions = scaleOptions.value(); in GetPreviewMenuWrapper() 238 menuPattern->SetPreviewBeforeAnimationScale(scaleOptions.value().scaleFrom); in GetImagePreviewMenuWrapper() 239 menuPattern->SetPreviewAfterAnimationScale(scaleOptions.value().scaleTo); in GetImagePreviewMenuWrapper() 704 EXPECT_EQ(menuLayoutProperty->GetMenuPlacement().value(), OHOS::Ace::Placement::BOTTOM_LEFT); in HWTEST_F() 1340 // @tc.expected: previewScale_ value set by user defined value after Measure and LayoutNormalPreviewMenu in HWTEST_F() 1391 // @tc.expected: previewScale_ value set by user defined value after Measure and LayoutNormalPreviewMenu in HWTEST_F() 1645 EXPECT_EQ(property->GetPositionOffset().value(), OffsetF()); in HWTEST_F() 1649 * @tc.expected: no exception in the method return value in HWTEST_F() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 1404 LOGE("Get column blob value failed %d.", errCode); in GetAssetsByRowId() 1516 for (const auto &[col, value] : vBucket) { in UpdateLocalAssetId() 1517 if (value.index() == TYPE_INDEX<Asset> && col == fieldName) { in UpdateLocalAssetId() 1518 asset = std::get<Asset>(value); in UpdateLocalAssetId() 1526 for (const auto &[col, value] : vBucket) { in UpdateLocalAssetsId() 1527 if (value.index() == TYPE_INDEX<Assets> && col == fieldName) { in UpdateLocalAssetsId() 1528 assets = std::get<Assets>(value); in UpdateLocalAssetsId()
|