Home
last modified time | relevance | path

Searched refs:value (Results 18601 - 18625 of 23228) sorted by relevance

1...<<741742743744745746747748749750>>...930

/third_party/rust/crates/clap/clap_derive/src/
H A Dlib.rs35 #[proc_macro_derive(ValueEnum, attributes(clap, value))]
/third_party/rust/crates/cxx/syntax/
H A Dnamespace.rs41 match &meta.value { in parse_meta()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dwide_multiply.h37 // Helper object to multiply two 64-bit values to a 128-bit value.
38 // MultiplyU64ToU128 multiplies two 64-bit values to a 128-bit value.
88 static_assert(std::is_unsigned<UIntType>::value,
H A Dnonsecure_base.h57 !std::is_same<SSeq, NonsecureURBGBase>::value>>
/third_party/skia/third_party/externals/angle2/include/
H A Dangle_cl.h61 static_assert(std::is_standard_layout<NativeObjectType>::value && in NativeObject()
/third_party/skia/include/utils/
H A DSkPaintFilterCanvas.h80 void onDrawAnnotation(const SkRect& rect, const char key[], SkData* value) override;
/third_party/skia/include/sksl/
H A DDSLLayout.h82 DSLLayout& intValue(int* target, int value, SkSL::Layout::Flag flag, const char* name,
/third_party/skia/include/core/
H A DSkSpan.h32 template <typename U, typename = typename std::enable_if<std::is_same<const U, T>::value>::type>
/third_party/selinux/libsepol/include/sepol/policydb/
H A Debitmap.h96 extern int ebitmap_set_bit(ebitmap_t * e, unsigned int bit, int value);
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_ignored_any.rs3 use serde::de::value::{Error, MapDeserializer, SeqDeserializer};
/third_party/spirv-tools/source/opt/
H A Dcopy_prop_arrays.h56 // an instruction's result_id (OpConstant by ex), or a immediate value.
104 // |this| does not represent a composite type, the return value will be 0.
170 // found, the return value is |nullptr|.
184 // Returns a memory object that at one time was equivalent to the value in
185 // |result|. If no such memory object exists, the return value is |nullptr|.
189 // object cannot be identified, the return value is |nullptr|. The opcode of
196 // value is |nullptr|. The opcode of |extract_inst| must be
203 // value is |nullptr|. The opcode of |constuct_inst| must be
210 // value is |nullptr\. The opcode of |insert_inst| must be
217 // Return true if the given entry can represent the given value
[all...]
/third_party/spirv-tools/source/util/
H A Dstring_utils.h30 // Converts arithmetic value |val| to its default string representation.
34 std::is_arithmetic<T>::value, in ToString()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestUtil.hpp129 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec4& value);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
H A Deapol_auth_sm.h104 const char *value);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dx509v3.h29 char *value; member
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgStatement.hpp140 AssignStatement (const Variable* variable, Expression* value);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dx509v3.h29 char *value; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface.h29 * and LEVEL. The return response value is then sent to the external program
33 * other value, no response is sent.
46 * the global ctrl_iface connection. The return response value is then sent to
50 * *resp_len has any other value, no response is sent.
183 char *name, char *value);
/third_party/weex-loader/src/
H A Dparser.js39 return attr.value
/third_party/glfw/deps/glad/
H A Dgl.h1745 * 64 bit value that wraps back to 0 every 584 years. Time intervals
1753 * Dummy value used to pad enum types to 32 bits.
1911 typedef void (GLAD_API_PTR *PFNGLACCUMPROC)(GLenum op, GLfloat value);
1948 typedef void (GLAD_API_PTR *PFNGLCLEARBUFFERFVPROC)(GLenum buffer, GLint drawbuffer, const GLfloat * value);
1949 typedef void (GLAD_API_PTR *PFNGLCLEARBUFFERIVPROC)(GLenum buffer, GLint drawbuffer, const GLint * value);
1950 typedef void (GLAD_API_PTR *PFNGLCLEARBUFFERUIVPROC)(GLenum buffer, GLint drawbuffer, const GLuint * value);
2404 typedef void (GLAD_API_PTR *PFNGLSAMPLECOVERAGEPROC)(GLfloat value, GLboolean invert);
2405 typedef void (GLAD_API_PTR *PFNGLSAMPLECOVERAGEARBPROC)(GLfloat value, GLboolean invert);
2514 typedef void (GLAD_API_PTR *PFNGLUNIFORM1FVPROC)(GLint location, GLsizei count, const GLfloat * value);
2516 typedef void (GLAD_API_PTR *PFNGLUNIFORM1IVPROC)(GLint location, GLsizei count, const GLint * value);
[all...]
/commonlibrary/ets_utils/js_api_module/xml/
H A Dnative_module_xml.cpp192 std::string value; in SetAttributes() local
194 XmlSerializer::DealNapiStrValue(env, args[1], value); in SetAttributes()
195 object->SetAttributes(name, value); in SetAttributes()
/commonlibrary/ets_utils/js_sys_module/timer/test/
H A Dtest_timer.cpp32 #define ASSERT_CHECK_VALUE_TYPE(env, value, type) \
35 ASSERT_TRUE((value) != nullptr); \
36 ASSERT_CHECK_CALL(napi_typeof(env, value, &valueType)); \
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_device_v2_1.cpp95 isOfflineModel = false; // Initialize the returned value in IsOfflineModel()
663 std::vector<int8_t> value; in PrepareOfflineModel() local
670 value.assign(valueFromCustomPrimitive.begin(), valueFromCustomPrimitive.end()); in PrepareOfflineModel()
671 extensions.insert(std::pair<std::string, std::vector<int8_t>>(key, value)); in PrepareOfflineModel()
H A Dhdi_device_v2_0.cpp95 isOfflineModel = false; // Initialize the returned value in IsOfflineModel()
668 std::vector<int8_t> value; in PrepareOfflineModel() local
675 value.assign(valueFromCustomPrimitive.begin(), valueFromCustomPrimitive.end()); in PrepareOfflineModel()
676 extensions.insert(std::pair<std::string, std::vector<int8_t>>(key, value)); in PrepareOfflineModel()
/foundation/ability/form_fwk/frameworks/js/napi/formProvider/
H A Dnapi_form_provider.cpp83 static std::string GetStringByProp(napi_env env, napi_value value, const std::string& prop) in GetStringByProp() argument
89 napi_has_named_property(env, value, prop.c_str(), &propExist); in GetStringByProp()
94 napi_get_named_property(env, value, prop.c_str(), &propValue); in GetStringByProp()
112 HILOG_ERROR("%{public}s, prop[%{public}s] get value failed.", __func__, prop.c_str()); in GetStringByProp()
310 * @return This is an opaque pointer that is used to represent a JavaScript value

Completed in 38 milliseconds

1...<<741742743744745746747748749750>>...930