/third_party/rust/crates/clap/clap_derive/src/ |
H A D | lib.rs | 35 #[proc_macro_derive(ValueEnum, attributes(clap, value))]
|
/third_party/rust/crates/cxx/syntax/ |
H A D | namespace.rs | 41 match &meta.value { in parse_meta()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | wide_multiply.h | 37 // 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 D | nonsecure_base.h | 57 !std::is_same<SSeq, NonsecureURBGBase>::value>>
|
/third_party/skia/third_party/externals/angle2/include/ |
H A D | angle_cl.h | 61 static_assert(std::is_standard_layout<NativeObjectType>::value && in NativeObject()
|
/third_party/skia/include/utils/ |
H A D | SkPaintFilterCanvas.h | 80 void onDrawAnnotation(const SkRect& rect, const char key[], SkData* value) override;
|
/third_party/skia/include/sksl/ |
H A D | DSLLayout.h | 82 DSLLayout& intValue(int* target, int value, SkSL::Layout::Flag flag, const char* name,
|
/third_party/skia/include/core/ |
H A D | SkSpan.h | 32 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 D | ebitmap.h | 96 extern int ebitmap_set_bit(ebitmap_t * e, unsigned int bit, int value);
|
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_ignored_any.rs | 3 use serde::de::value::{Error, MapDeserializer, SeqDeserializer};
|
/third_party/spirv-tools/source/opt/ |
H A D | copy_prop_arrays.h | 56 // 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 D | string_utils.h | 30 // 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 D | es31fFboTestUtil.hpp | 129 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 D | eapol_auth_sm.h | 104 const char *value);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | x509v3.h | 29 char *value; member
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgStatement.hpp | 140 AssignStatement (const Variable* variable, Expression* value);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | x509v3.h | 29 char *value; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface.h | 29 * 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 D | parser.js | 39 return attr.value
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 1745 * 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 D | native_module_xml.cpp | 192 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 D | test_timer.cpp | 32 #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 D | hdi_device_v2_1.cpp | 95 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 D | hdi_device_v2_0.cpp | 95 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 D | napi_form_provider.cpp | 83 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
|