Home
last modified time | relevance | path

Searched refs:value (Results 20701 - 20725 of 25006) sorted by relevance

1...<<821822823824825826827828829830>>...1001

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h180 /// A base class for visitors over the uses of a pointer value.
182 /// Once constructed, a user can call \c visit on a pointer value, and this
214 static_assert(std::is_base_of<PtrUseVisitor, DerivedT>::value, in PtrUseVisitor()
/third_party/typescript/tests/baselines/reference/
H A DrecursiveConditionalCrash3.js12 value: T
61 KeysCanBeExpanded_<T['value'], N, Depth> :
88 Expand__<O[P extends Keys ? 'value' : 'default'], Keys, P, N, Depth> :
H A DtaggedTemplateStringsWithOverloadResolution3.js77 if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
H A DdestructuringArrayBindingPatternAndAssignment1ES5iterable.js78 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
H A DdestructuringParameterDeclaration3ES5iterable.js56 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
H A DdestructuringVariableDeclaration1ES5iterable.js50 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
H A DintersectionsAndEmptyObjects.js110 Object.defineProperty(o, "default", { enumerable: true, value: v });
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pthread.h124 int dng_pthread_setspecific(dng_pthread_key_t key, const void *value);
179 /* If it is defined on Windows, it probably has the wrong value... */
/third_party/rust/crates/regex/scripts/
H A Dscrape_crates_io.py157 def __exit__(self, ty, value, tb):
/third_party/selinux/libsepol/tests/
H A Dtest-linker-roles.c55 * value in its dominates ebitmap */
64 CU_ASSERT(i == role->s.value - 1); in only_dominates_self()
/third_party/rust/crates/nom/examples/
H A Djson_iterator.rs94 // if we ignored one of the items, skip over the value in array()
96 println!("skipping value"); in array()
97 match value(v.data()) { in array()
158 // if we ignored one of the items, skip over the value
160 println!("skipping value");
161 match value(v.data()) {
245 map(separated_list0(preceded(sp, char(',')), value), |_| ()), in boolean()
253 separated_pair(preceded(sp, string), cut(preceded(sp, char(':'))), value)(i) in boolean()
269 fn value<'a>(i: &'a str) -> IResult<&'a str, ()> { in hash() functions
/third_party/spirv-tools/source/util/
H A Dparse_number.cpp155 // getAsFloat will return the Float16 value, and get_value in ParseAndEncodeFloatingPointNumber()
159 emit(static_cast<uint32_t>(hVal.value().getAsFloat().get_value())); in ParseAndEncodeFloatingPointNumber()
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_add_constant_boolean_test.cpp80 ->value()); in TEST()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderImageLoadStoreTests.cpp1058 << tcu::TestLog::Message << "GL_MAX_IMAGE_UNITS value is invalid." << tcu::TestLog::EndMessage; in Run()
1064 << tcu::TestLog::Message << "GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES value is invalid." in Run()
1071 << tcu::TestLog::Message << "GL_MAX_IMAGE_SAMPLES value is invalid." << tcu::TestLog::EndMessage; in Run()
1077 << tcu::TestLog::Message << "GL_MAX_VERTEX_IMAGE_UNIFORMS value is invalid." in Run()
1084 << tcu::TestLog::Message << "GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS value is invalid." in Run()
1091 << tcu::TestLog::Message << "GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS value is invalid." in Run()
1098 << tcu::TestLog::Message << "GL_MAX_GEOMETRY_IMAGE_UNIFORMS value is invalid." in Run()
1105 << tcu::TestLog::Message << "GL_MAX_FRAGMENT_IMAGE_UNIFORMS value is invalid." in Run()
1112 << tcu::TestLog::Message << "GL_MAX_COMBINED_IMAGE_UNIFORMS value is invalid." in Run()
1472 std::string GenFS(GLenum internalformat, const T& value) in GenFS() argument
1596 Read(GLenum internalformat, const T& value, const T& expected_value) Read() argument
1845 GenVS(GLenum internalformat, const T& value) GenVS() argument
1856 GenTCS(GLenum internalformat, const T& value) GenTCS() argument
1870 GenTES(GLenum internalformat, const T& value) GenTES() argument
1882 GenGS(GLenum internalformat, const T& value) GenGS() argument
2007 Read(GLenum internalformat, const T& value, const T& expected_value) Read() argument
2262 Read(GLenum internalformat, const T& value, const T& expected_value) Read() argument
2936 Read(GLenum internalformat, const T& value, const T& expected_value) Read() argument
3062 ReadCube(GLenum internalformat, const T& value, const T& expected_value) ReadCube() argument
3305 ReadMS(GLenum internalformat, const T& value, const T& expected_value) ReadMS() argument
3657 const GLint value[4] = { 0, 0, 0, 0 }; AtomicMS() local
3664 const GLuint value[4] = { 0, 0, 0, 0 }; AtomicMS() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h1309 // by value. The method is expected to add the parsed statements to the
1837 if (!ValidateRegExpLiteral(js_pattern, flags.value(), &regexp_error)) { in ParseRegExpLiteral()
1843 return factory()->NewRegExpLiteral(js_pattern, flags.value(), pos); in ParseRegExpLiteral()
2441 ExpressionT value = impl()->ParseFunctionLiteral( in ParseClassPropertyDefinition() local
2447 name_expression, value, ClassLiteralProperty::METHOD, in ParseClassPropertyDefinition()
2479 FunctionLiteralT value = impl()->ParseFunctionLiteral( in ParseClassPropertyDefinition() local
2487 name_expression, value, property_kind, prop_info->is_static, in ParseClassPropertyDefinition()
2617 ExpressionT value = in ParseObjectPropertyDefinition() local
2621 name_expression, value, prop_info->is_computed_name); in ParseObjectPropertyDefinition()
2648 ExpressionT value; in ParseObjectPropertyDefinition() local
2688 ExpressionT value = impl()->ParseFunctionLiteral( ParseObjectPropertyDefinition() local
2726 FunctionLiteralT value = impl()->ParseFunctionLiteral( ParseObjectPropertyDefinition() local
3330 ExpressionT value = ParseUnaryExpression(); ParseAwaitExpression() local
4034 ExpressionT value = impl()->NullExpression(); ParseVariableDeclarations() local
4257 ExpressionT value = ParseClassLiteral(scope(), name, scanner()->location(), ParseClassDeclaration() local
[all...]
/third_party/vixl/src/aarch32/
H A Ddisasm-aarch32.cc94 DataTypeValue Dt_L_imm6_1_Decode(uint32_t value, uint32_t type_value) { in Dt_L_imm6_1_Decode() argument
95 if ((value & 0xf) == 0x1) { in Dt_L_imm6_1_Decode()
102 } else if ((value & 0xe) == 0x2) { in Dt_L_imm6_1_Decode()
109 } else if ((value & 0xc) == 0x4) { in Dt_L_imm6_1_Decode()
116 } else if ((value & 0x8) == 0x8) { in Dt_L_imm6_1_Decode()
127 DataTypeValue Dt_L_imm6_2_Decode(uint32_t value, uint32_t type_value) { in Dt_L_imm6_2_Decode() argument
128 if ((value & 0xf) == 0x1) { in Dt_L_imm6_2_Decode()
130 } else if ((value & 0xe) == 0x2) { in Dt_L_imm6_2_Decode()
132 } else if ((value & 0xc) == 0x4) { in Dt_L_imm6_2_Decode()
134 } else if ((value in Dt_L_imm6_2_Decode()
140 Dt_L_imm6_3_Decode(uint32_t value) Dt_L_imm6_3_Decode() argument
153 Dt_L_imm6_4_Decode(uint32_t value) Dt_L_imm6_4_Decode() argument
166 Dt_imm6_1_Decode(uint32_t value, uint32_t type_value) Dt_imm6_1_Decode() argument
192 Dt_imm6_2_Decode(uint32_t value, uint32_t type_value) Dt_imm6_2_Decode() argument
203 Dt_imm6_3_Decode(uint32_t value) Dt_imm6_3_Decode() argument
214 Dt_imm6_4_Decode(uint32_t value, uint32_t type_value) Dt_imm6_4_Decode() argument
240 Dt_op_U_size_1_Decode(uint32_t value) Dt_op_U_size_1_Decode() argument
262 Dt_op_size_1_Decode(uint32_t value) Dt_op_size_1_Decode() argument
276 Dt_op_size_2_Decode(uint32_t value) Dt_op_size_2_Decode() argument
294 Dt_op_size_3_Decode(uint32_t value) Dt_op_size_3_Decode() argument
312 Dt_U_imm3H_1_Decode(uint32_t value) Dt_U_imm3H_1_Decode() argument
330 Dt_U_opc1_opc2_1_Decode(uint32_t value, unsigned* lane) Dt_U_opc1_opc2_1_Decode() argument
355 Dt_opc1_opc2_1_Decode(uint32_t value, unsigned* lane) Dt_opc1_opc2_1_Decode() argument
372 Dt_imm4_1_Decode(uint32_t value, unsigned* lane) Dt_imm4_1_Decode() argument
389 Dt_B_E_1_Decode(uint32_t value) Dt_B_E_1_Decode() argument
401 Dt_op_1_Decode1(uint32_t value) Dt_op_1_Decode1() argument
415 Dt_op_1_Decode2(uint32_t value) Dt_op_1_Decode2() argument
429 Dt_op_2_Decode(uint32_t value) Dt_op_2_Decode() argument
439 Dt_op_3_Decode(uint32_t value) Dt_op_3_Decode() argument
449 Dt_U_sx_1_Decode(uint32_t value) Dt_U_sx_1_Decode() argument
463 Dt_op_U_1_Decode1(uint32_t value) Dt_op_U_1_Decode1() argument
477 Dt_op_U_1_Decode2(uint32_t value) Dt_op_U_1_Decode2() argument
491 Dt_sz_1_Decode(uint32_t value) Dt_sz_1_Decode() argument
499 Dt_F_size_1_Decode(uint32_t value) Dt_F_size_1_Decode() argument
513 Dt_F_size_2_Decode(uint32_t value) Dt_F_size_2_Decode() argument
527 Dt_F_size_3_Decode(uint32_t value) Dt_F_size_3_Decode() argument
539 Dt_F_size_4_Decode(uint32_t value) Dt_F_size_4_Decode() argument
549 Dt_U_size_1_Decode(uint32_t value) Dt_U_size_1_Decode() argument
567 Dt_U_size_2_Decode(uint32_t value) Dt_U_size_2_Decode() argument
581 Dt_U_size_3_Decode(uint32_t value) Dt_U_size_3_Decode() argument
603 Dt_size_1_Decode(uint32_t value) Dt_size_1_Decode() argument
611 Dt_size_2_Decode(uint32_t value) Dt_size_2_Decode() argument
625 Dt_size_3_Decode(uint32_t value) Dt_size_3_Decode() argument
637 Dt_size_4_Decode(uint32_t value) Dt_size_4_Decode() argument
649 Dt_size_5_Decode(uint32_t value) Dt_size_5_Decode() argument
661 Dt_size_6_Decode(uint32_t value) Dt_size_6_Decode() argument
675 Dt_size_7_Decode(uint32_t value) Dt_size_7_Decode() argument
687 Dt_size_8_Decode(uint32_t value) Dt_size_8_Decode() argument
701 Dt_size_9_Decode(uint32_t value, uint32_t type_value) Dt_size_9_Decode() argument
721 Dt_size_10_Decode(uint32_t value) Dt_size_10_Decode() argument
733 Dt_size_11_Decode(uint32_t value, uint32_t type_value) Dt_size_11_Decode() argument
755 Dt_size_12_Decode(uint32_t value, uint32_t type_value) Dt_size_12_Decode() argument
785 Dt_size_13_Decode(uint32_t value) Dt_size_13_Decode() argument
795 Dt_size_14_Decode(uint32_t value) Dt_size_14_Decode() argument
807 Dt_size_15_Decode(uint32_t value) Dt_size_15_Decode() argument
817 Dt_size_16_Decode(uint32_t value) Dt_size_16_Decode() argument
825 Dt_size_17_Decode(uint32_t value) Dt_size_17_Decode() argument
837 Index_1_Decode(uint32_t value, DataType dt) Index_1_Decode() argument
863 Align_index_align_1_Decode(uint32_t value, DataType dt) Align_index_align_1_Decode() argument
908 Align_index_align_2_Decode(uint32_t value, DataType dt) Align_index_align_2_Decode() argument
955 Align_index_align_3_Decode(uint32_t value, DataType dt) Align_index_align_3_Decode() argument
1004 Align_a_1_Decode(uint32_t value, DataType dt) Align_a_1_Decode() argument
1018 Align_a_2_Decode(uint32_t value, DataType dt) Align_a_2_Decode() argument
1033 Align_a_3_Decode(uint32_t value, DataType dt, uint32_t size) Align_a_3_Decode() argument
1050 Align_align_1_Decode(uint32_t value) Align_align_1_Decode() argument
1066 Align_align_2_Decode(uint32_t value) Align_align_2_Decode() argument
1082 Align_align_3_Decode(uint32_t value) Align_align_3_Decode() argument
1094 Align_align_4_Decode(uint32_t value) Align_align_4_Decode() argument
1110 Align_align_5_Decode(uint32_t value) Align_align_5_Decode() argument
[all...]
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp130 std::string errMsg = ERR_MESSAGE_INVALID_PARAMS + "The value of " + param + ": " + msg; in CheckArgsVal()
243 bool IsJSObjectType(napi_env env, napi_value value, const std::string &param) in IsJSObjectType() argument
246 napi_typeof(env, value, &authparamType); in IsJSObjectType()
250 bool IsFunctionType(napi_env env, napi_value value) in IsFunctionType() argument
253 napi_typeof(env, value, &eventHandleType); in IsFunctionType()
914 napi_value value = nullptr; in SetValueUtf8String() local
915 napi_create_string_utf8(env, str.c_str(), NAPI_AUTO_LENGTH, &value); in SetValueUtf8String()
916 napi_set_named_property(env, result, fieldStr.c_str(), value); in SetValueUtf8String()
922 napi_value value = nullptr; in SetValueInt32() local
923 napi_create_int32(env, intValue, &value); in SetValueInt32()
1067 std::string value; JsObjectToString() local
3091 JsToStringAndCheck(napi_env env, napi_value value, const std::string &valueName, std::string &strValue) JsToStringAndCheck() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c115 * value. To avoid that problem we add a large multiple of the size
1170 addr.value = 0; in img_filter_2d_linear_repeat_POT()
1219 addr.value = 0; in img_filter_2d_nearest_repeat_POT()
1250 addr.value = 0; in img_filter_2d_nearest_clamp_POT()
1291 addr.value = 0; in img_filter_1d_nearest()
1324 addr.value = 0; in img_filter_1d_array_nearest()
1356 addr.value = 0; in img_filter_2d_nearest()
1392 addr.value = 0; in img_filter_2d_array_nearest()
1426 addr.value = 0; in img_filter_cube_nearest()
1471 addr.value in img_filter_cube_array_nearest()
[all...]
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc129 // Set a static value on whether Simd is supported. in ProbeImpl()
1571 void Assembler::load_rax(Address value, RelocInfo::Mode mode) { in load_rax() argument
1575 emit(Immediate64(value, mode)); in load_rax()
1688 void Assembler::emit_mov(Register dst, Immediate value, int size) { in emit_mov() argument
1698 emit(value); in emit_mov()
1701 void Assembler::emit_mov(Operand dst, Immediate value, int size) { in emit_mov() argument
1706 emit(value); in emit_mov()
1709 void Assembler::emit_mov(Register dst, Immediate64 value, int size) { in emit_mov() argument
1711 if (constpool_.TryRecordEntry(value.value_, value in emit_mov()
1724 movq_imm64(Register dst, int64_t value) movq_imm64() argument
1731 movq_heap_number(Register dst, double value) movq_heap_number() argument
2099 pushq(Immediate value) pushq() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c525 * @nonce: Nonce value for the EAPOL-Key frame
1964 * matches with the value we derived.
4012 * value is passed to all WPA state machine calls.
4495 * @value: Parameter value
4499 unsigned int value)
4508 if (value > 0)
4509 sm->dot11RSNAConfigPMKLifetime = value;
4514 if (value > 0 && value <
[all...]
/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp639 property.language = data.value; in GetExtends()
643 property.mode = data.value; in GetExtends()
647 property.locale = data.value; in GetExtends()
651 property.icon = data.value; in GetExtends()
856 char value[CONFIG_LEN] = { 0 }; in GetDefaultIme() local
857 auto code = GetParameter(DEFAULT_IME_KEY, "", value, CONFIG_LEN); in GetDefaultIme()
858 imeCfg.imeId = code > 0 ? value : ""; in GetDefaultIme()
/base/security/access_token/frameworks/js/napi/accesstoken/src/
H A Dnapi_atmanager.cpp68 static bool ConvertPermStateChangeInfo(napi_env env, napi_value value, const PermStateChangeInfo& result) in ConvertPermStateChangeInfo() argument
72 NAPI_CALL_BASE(env, napi_set_named_property(env, value, "change", element), false); in ConvertPermStateChangeInfo()
75 NAPI_CALL_BASE(env, napi_set_named_property(env, value, "tokenID", element), false); in ConvertPermStateChangeInfo()
79 NAPI_CALL_BASE(env, napi_set_named_property(env, value, "permissionName", element), false); in ConvertPermStateChangeInfo()
551 char value[NapiContextCommon::VALUE_MAX_LEN] = {0}; in GetPermParamValue() local
552 auto ret = GetParameterValue(g_paramCache.handle, value, NapiContextCommon::VALUE_MAX_LEN - 1); in GetPermParamValue()
554 ACCESSTOKEN_LOG_ERROR(LABEL, "Return default value, ret=%{public}d", ret); in GetPermParamValue()
557 std::string resStr(value); in GetPermParamValue()
/base/security/device_auth/frameworks/src/lite/
H A Dipc_adapt.c724 int32_t value; in GaCbOnTransmitWithType() local
725 ReadInt32(&reply, &value); in GaCbOnTransmitWithType()
726 if (value == HC_SUCCESS) { in GaCbOnTransmitWithType()
1470 bool value; in IpcEncodeCallReply() local
1473 value = WriteBuffer(replyParcel, (const void *)result, (uint32_t)resultSz); in IpcEncodeCallReply()
1476 value = WriteBuffer(replyParcel, (const void *)(&valZero), sizeof(valZero)); in IpcEncodeCallReply()
1478 if (!value) { in IpcEncodeCallReply()
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp721 resultReceiver_.append("error: option requires a valid value.\n"); in ParseAppDebugParameter()
900 std::string value = ""; in ParseParam() local
902 value = argv_[optind + OPTION_PARAMETER_VALUE_OFFSET]; in ParseParam()
904 ps[key] = value; in ParseParam()
915 bool value; in ParseParam() local
917 value = true; in ParseParam()
919 value = false; in ParseParam()
928 pb[key] = value; in ParseParam()
1006 resultReceiver_.append("requires a value.\n"); in MakeWantForProcess()
1016 resultReceiver_.append("requires a value in MakeWantForProcess()
[all...]
/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H A Dnapi_form_host.cpp65 * @brief Get a C++ string value from Node-API
68 * @param[in] value This is an opaque pointer that is used to represent a JavaScript value
72 static std::string GetStringFromNAPI(napi_env env, napi_value value) in GetStringFromNAPI() argument
77 if (napi_get_value_string_utf8(env, value, nullptr, 0, &size) != napi_ok) { in GetStringFromNAPI()
83 if (napi_get_value_string_utf8(env, value, result.data(), (size + 1), &size) != napi_ok) { in GetStringFromNAPI()
84 HILOG_ERROR("%{public}s, can not get string value", __func__); in GetStringFromNAPI()
90 static napi_value GetFormIds(napi_env env, napi_value value, ErrCode &errCode, std::vector<int64_t> &formIds) in GetFormIds() argument
95 NAPI_CALL(env, napi_is_array(env, value, &isArray)); in GetFormIds()
102 NAPI_CALL(env, napi_get_array_length(env, value, in GetFormIds()
[all...]

Completed in 87 milliseconds

1...<<821822823824825826827828829830>>...1001