/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | wpagui.cpp | 149 if (app->sessionId().compare(settings.value("session_id"). in WpaGui() 151 startInTray = settings.value("in_tray").toBool(); in WpaGui() 891 * to obtain averaged RSSI value in the first place. */ in signalMeterUpdate() 897 debug("Failed to get RSSI value"); in signalMeterUpdate() 902 debug("RSSI value: %d", rssi_value); in signalMeterUpdate() 905 * NOTE: The code below assumes, that the unit of the value returned in signalMeterUpdate()
|
/third_party/vulkan-headers/registry/ |
H A D | reg.py | 75 raise UserWarning("No API requested, but 'api' attribute is present with value '" 83 raise UserWarning("No profile requested, but 'profile' attribute is present with value '" 220 value for key. 222 has an attribute value for key.""" 237 if (self.compareKeys(info, 'value', required = True) or 239 # If both specify the same value or bit position, 248 # If both are aliases of the same value 293 """numeric type of the value of the <enum> tag 480 'value', # The value t [all...] |
/third_party/vulkan-loader/tests/framework/icd/ |
H A D | test_icd.cpp | 256 uint32_t value; 305 fake->value = 0xDECAFBAD;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | wpa_common.c | 2424 int wpa_parse_cipher(const char *value) in wpa_parse_cipher() argument 2429 buf = os_strdup(value); in wpa_parse_cipher()
|
/third_party/ffmpeg/ |
H A D | configure | 492 --random-seed=VALUE seed value for --enable/disable-random 622 value=$1 625 eval $var=$value 630 value=$1 633 eval : \${$var:=$value} 791 value=$1 794 [ $var = $value ] && return 0 6825 # check that WM_CAP_DRIVER_CONNECT is defined to the proper value
|
/third_party/python/Lib/test/ |
H A D | test_inspect.py | 1168 "This object does not specify a boolean value") 1441 def __get__(self, value, type=None): pass 1443 def __set__(self, name, value): pass 1810 "value 5 is not a valid Parameter.kind"): 3697 def __init__(self, value): 3698 self.value = value 3701 def __init__(self, value): 3702 super().__init__(value) 3727 with self.assertRaisesRegex(ValueError, "value '12 [all...] |
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 3530 /// last return value of *_input(), meaning "all job for this pkt is done". 5077 pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int; in sem_init() 5189 value: *mut ::c_void, in pthread_create_from_mach_thread() 5254 value: *const ::c_void, in pthread_introspection_setspecific_np() 5422 value: *mut ::c_void, in getxattr() 5430 value: *mut ::c_void, in fgetxattr() 5438 value: *const ::c_void, in setxattr() 5446 value: *const ::c_void, in fsetxattr()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_build_ast.c | 600 perm->value = *num_perms; in cil_gen_perm() 2492 boolean->value = CIL_TRUE; in cil_gen_bool() 2494 boolean->value = CIL_FALSE; in cil_gen_bool() 2556 tunable->value = CIL_TRUE; in cil_gen_tunable() 2558 tunable->value = CIL_FALSE; in cil_gen_tunable() 6087 mls->value = CIL_TRUE; in cil_gen_mls() 6089 mls->value = CIL_FALSE; in cil_gen_mls()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 88 # splitting by setting IFS to empty value.) 142 # neutralization value for shells without unset; and this also 251 # neutralization value for shells without unset; and this also 1541 given value 2036 ac_must_keep_next=false # Got value, back to normal. 2238 # value. 2269 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 2270 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 2271 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 2272 $as_echo "$as_me: current value [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 207 "use of undefined value '@" + ForwardRefVals.begin()->first + in ValidateEndOfModule() 212 "use of undefined value '@" + in ValidateEndOfModule() 852 // dso_local we keep the default value. 994 // If they agree, just RAUW the old value with the alias and remove the in parseIndirectSymbol() 1184 /// ::= <attr> | <attr> '=' <value> 1398 /// GetGlobalVal - Get a value with the specified name or ID, creating a 1399 /// forward reference record if needed. This can return null if the value 1413 // If this is a forward reference for the value, see if we already created a in GetGlobalVal() 1421 // If we have the value in the symbol table or fwd-ref table, return it. in GetGlobalVal() 1426 // Otherwise, create a new forward reference for this value an in GetGlobalVal() [all...] |
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 860 // use with a subsequent instruction that accepts a shift. The value moved 1019 // Peek at a value on the stack, and put it in 'dst'. The offset is in bytes. 1508 void Fcmp(const VRegister& vn, double value, FPTrapFlags trap = DisableTrap); 1509 void Fcmpe(const VRegister& vn, double value); 7931 Literal<T>* CreateLiteralDestroyedWithPool(T value) { in CreateLiteralDestroyedWithPool() argument 7933 return new Literal<T>(value, in CreateLiteralDestroyedWithPool() 7937 return allocator_.New<Literal<T>>(value, in CreateLiteralDestroyedWithPool() 7981 void SetGenerateSimulatorCode(bool value) { in SetGenerateSimulatorCode() argument 7982 generate_simulator_code_ = value; in SetGenerateSimulatorCode() 8087 // At the moment it is only possible to print the value o [all...] |
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 175 unsigned char *value; // uint8_t* member 285 // Returns negative value and may set error string in `err` when there's an 294 // Returns negative value and may set error string in `err` when there's an 305 // @param[out] err Error string(wll be filled when the function returns error code). Free it using FreeEXRErrorMessage after using this value. 324 // value. 327 // Returns negative value and may set error string in `err` when there's an 392 // Returns negative value and may set error string in `err` when there's an 403 // Returns negative value and may set error string in `err` when there's an 415 // Returns negative value and may set error string in `err` when there's an 429 // Returns negative value an [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 156 code paths. In this way the topmost value on the stack is always belong 172 ([ capturing bracket offset ][ start value ][ end value ])+ ... [ 0 ] [ previous head ] 1147 /* Set its value only once. */ in check_opcode_types() 3077 static SLJIT_INLINE BOOL is_powerof2(unsigned int value) in is_powerof2() argument 3079 return (value & (value - 1)) == 0; in is_powerof2() 3406 /* Copy the integer value to the output buffer */ in copy_ovector() 3417 /* Calculate the return value, which is the maximum ovector value in copy_ovector() 4103 const sljit_u8 value = nclass ? 0xff : 0; is_char7_bitset() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_select_test_ng.cpp | 48 void Continue(bool success, const DateTime& value) override {} 106 std::vector<std::shared_ptr<NWebSelectPopupMenuItem>> value; variable 107 return value;
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | shader_manager.cpp | 516 MaterialMetadata metadata { string(createInfo.materialMetadata), json::value {} }; in Create() 592 MaterialMetadata metadata { string(createInfo.materialMetadata), json::value {} }; in Create() 1670 const json::value* ShaderManager::GetMaterialMetadata(const RenderHandleReference& handle) const
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/ |
H A D | photo_output_napi.cpp | 140 MEDIA_ERR_LOG("Invalid quality value received from application"); in ValidQualityLevelFromJs() 159 MEDIA_ERR_LOG("Invalid rotation value received from application"); in ValidImageRotationFromJs() 2153 int32_t value; in GetPhotoRotation() local 2154 napi_status ret = napi_get_value_int32(env, argv[PARAM0], &value); in GetPhotoRotation() 2160 int32_t retCode = photoOutputNapi->photoOutput_->GetPhotoRotation(value); in GetPhotoRotation()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_relational_ver_p2p_sync_test.cpp | 518 for (auto &[field, value] : data) { in CheckVirtualData() 522 value.ToString().c_str()); in CheckVirtualData() 523 EXPECT_TRUE(target == value); in CheckVirtualData()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_base_impl.cpp | 54 stencilMask_[0] = 0xffffffff; // 0xffffffff: stencilMask_ max value in Init() 55 stencilMask_[1] = 0xffffffff; // 0xffffffff: stencilMask_ max value in Init() 56 stencilFuncMask_[0] = 0xffffffff; // 0xffffffff: stencilFuncMask_ max value in Init() 57 stencilFuncMask_[1] = 0xffffffff; // 0xffffffff: stencilFuncMask_ max value in Init() 183 // support default value in BindBuffer() 530 GLint value = 0; in GetBufferParameter() local 531 glGetBufferParameteriv(target, pname, &value); in GetBufferParameter() 532 return NVal::CreateInt64(env, value).val_; in GetBufferParameter()
|
/third_party/glfw/src/ |
H A D | wl_window.c | 104 // There is also no need to check for the return value, we couldn’t do in createAnonymousFile() 1612 wl_fixed_t value) in pointerHandleAxis() 1620 _glfwInputScroll(window, -wl_fixed_to_double(value) / 10.0, 0.0); in pointerHandleAxis() 1622 _glfwInputScroll(window, 0.0, -wl_fixed_to_double(value) / 10.0); in pointerHandleAxis() 1608 pointerHandleAxis(void* userData, struct wl_pointer* pointer, uint32_t time, uint32_t axis, wl_fixed_t value) pointerHandleAxis() argument
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | usrchtst.c | 1374 log_err("Error setting overlap to illegal value\n"); in TestGetSetAttribute() 1401 log_err("Error setting canonical match to illegal value\n"); in TestGetSetAttribute() 2473 UChar usrcstr[32], value[4]; in TestForwardBackward() local 2487 u_uastrcpy(value, "::"); /* pattern */ in TestForwardBackward() 2489 search = usearch_openFromCollator(value, 2, usrcstr, 22, coll, NULL, &status); in TestForwardBackward()
|
/third_party/FreeBSD/sys/dev/usb/storage/ |
H A D | umass.c | 297 uint8_t value; member 1383 * the initial value is not important, in umass_t_bbb_command_callback() 1397 * transferred IN or OUT during this command, regardless of the value in umass_t_bbb_command_callback() 2102 DPRINTF_UMASS(sc, UDMASS_CBI, "type=0x%02x, value=0x%02x\n", in umass_t_cbi_status_callback() 2103 sc->sbl.common.type, sc->sbl.common.value); in umass_t_cbi_status_callback() 2106 status = (sc->sbl.common.value & IDB_VALUE_STATUS_MASK); in umass_t_cbi_status_callback() 2569 /* Description: Get a (possibly unaligned) 16-bit big endian value. */ 2576 /* Description: Put a (possibly unaligned) 16-bit little endian value. */ 2584 /* Description: Put a (possibly unaligned) 16-bit big endian value. */ 2592 /* Description: Get a (possibly unaligned) 32-bit big endian value [all...] |
/third_party/mesa3d/include/GL/ |
H A D | gl.h | 852 GLAPI void GLAPIENTRY glAccum( GLenum op, GLfloat value ); 1907 GLAPI void GLAPIENTRY glSampleCoverage( GLclampf value, GLboolean invert ); 1911 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEPROC) (GLclampf value, GLboolean invert);
|
/third_party/node/deps/v8/src/compiler/ |
H A D | typer.cc | 134 Type TypeConstant(Handle<Object> value); 824 // If the type is not inhabited, then we can take the initial value. in TypeInductionVariablePhi() 835 // The upper bound must be at least the initial value's upper bound. in TypeInductionVariablePhi() 844 // If the type is not inhabited, then we can take the initial value. in TypeInductionVariablePhi() 855 // The lower bound must be at most the initial value's lower bound. in TypeInductionVariablePhi() 968 // TODO(rossberg): Ideally FrameState wouldn't have a value output. in TypeFrameState() 1049 // Types are equal and are inhabited only by a single semantic value, in JSEqualTyper() 1097 // Types are equal and are inhabited only by a single semantic value. in NumberCompareTyper() 2381 Type Typer::Visitor::TypeConstant(Handle<Object> value) { in TypeConstant() argument 2382 return Type::Constant(typer_->broker(), value, zon in TypeConstant() [all...] |
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_compile.c | 482 nir_const_value_to_array(consts->u##bits, instr->value, \ in emit_load_const() 1343 /* If is_shared is off, the only other possible value are globals, since 1888 /* Reads 128-bit value raw off the tilebuffer during blending, tasty */ in emit_intrinsic() 1993 * value in r2 for the blend shader to use. */ in emit_intrinsic() 2302 /* Shadow ref value is part of the coordinates if there's no comparator in set_tex_coord() 2304 * Midgard wants the ref value in coord.z. in set_tex_coord() 2311 /* The array index is the last component if there's no shadow ref value in set_tex_coord() 2313 * components to account for the shadow ref value above. in set_tex_coord() 2776 uint32_t value = is_16 ? cons->u16[component] : cons->u32[component]; in embedded_to_inline_constant() local 2790 if (test != value) { in embedded_to_inline_constant() [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | bsaes-armv7.pl | 1589 vld1.8 {@XMM[1]}, [ip] @ load whole counter value 1594 vst1.8 {@XMM[1]}, [sp] @ copy counter value 1598 add r0, sp, #0x10 @ input counter value 1609 str r0, [sp, #0x1c] @ next counter value 1611 str r8, [sp, #0x1c] @ next counter value 2416 @ perform the final decryption with the last tweak value
|