Home
last modified time | relevance | path

Searched +defs:val +defs:value (Results 176 – 200 of 506) sorted by relevance

12345678910>>...21

/aosp12/hardware/interfaces/security/keymint/support/include/keymint_support/
H A Dauthorization_set.h168 bool Contains(TypedTag<tag_type, tag> ttag, const ValueT& value) const { in Contains()
204 void push_back(TypedTagT tag, Value&&... val) { in push_back()
230 AuthorizationSetBuilder& Authorization(TagType ttag, ValueType&&... value) { in Authorization()
/aosp12/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java666 public abstract int parsePart(String value, EventRecurrence er); in parsePart()
683 int val = Integer.parseInt(str); in parseIntRange() local
724 @Override public int parsePart(String value, EventRecurrence er) { in parsePart()
735 @Override public int parsePart(String value, EventRecurrence er) { in parsePart()
751 @Override public int parsePart(String value, EventRecurrence er) { in parsePart()
762 @Override public int parsePart(String value, EventRecurrence er) { in parsePart()
773 @Override public int parsePart(String value, EventRecurrence er) { in parsePart()
782 @Override public int parsePart(String value, EventRecurrence er) { in parsePart()
791 @Override public int parsePart(String value, EventRecurrence er) { in parsePart()
800 @Override public int parsePart(String value, EventRecurrence er) { in parsePart()
[all …]
/aosp12/frameworks/base/tools/aapt/
H A DXMLNode.h92 Res_value value; member
136 void setUTF8(bool val) { mUTF8 = val; } in setUTF8()
/aosp14/frameworks/base/tools/aapt/
H A DXMLNode.h92 Res_value value; member
136 void setUTF8(bool val) { mUTF8 = val; } in setUTF8()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraParameters.cpp1608 char val[32]; in setPictureSize() local
1637 char val[32]; in setPictureSize() local
6799 char val[16]; in setBrightness() local
6971 char val[16]; in setSharpness() local
6997 char val[16]; in setSkinToneEnhancement() local
7023 char val[16]; in setSaturation() local
7049 char val[16]; in setContrast() local
7288 char val[16]; in setZoom() local
8611 char val[16]; in setExposureCompensation() local
9280 int val = lookupAttr(FOCUS_MODES_MAP, PARAM_MAP_SIZE(FOCUS_MODES_MAP), focus); in set3ALock() local
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/network/apn/
H A DApnEditor.java354 static String formatInteger(String value) { in formatInteger()
367 static String getCorrectDigitsFormat(String value) { in getCorrectDigitsFormat()
684 final String val = retVal.toString(); in bearerMultiDescription() local
882 ContentValues cv, String key, String value, boolean assumeDiff, int index) { in setStringValueAndCheckIfDiff()
908 ContentValues cv, String key, int value, boolean assumeDiff, int index) { in setIntValueAndCheckIfDiff()
1198 private String starify(String value) { in starify()
1215 private String checkNull(String value) { in checkNull()
1222 private String checkNullforMvnoValue(String value) { in checkNullforMvnoValue()
1231 private String checkNotSet(String value) { in checkNotSet()
1342 String value = getEditableApnType(mDefaultApnTypes); in setCarrierCustomizedConfigToUi() local
[all …]
/aosp12/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java298 Object value = automaticRules.valueAt(i); in rulesToString() local
494 private static int tryParseInt(String value, int defValue) { in tryParseInt()
503 private static long tryParseLong(String value, long defValue) { in tryParseLong()
512 private static Long tryParseLong(String value, Long defValue) { in tryParseLong()
890 public static boolean isValidHour(int val) { in isValidHour()
894 public static boolean isValidMinute(int val) { in isValidMinute()
924 final String val = parser.getAttributeValue(null, att); in safeComponentName() local
930 final String val = parser.getAttributeValue(null, att); in safeUri() local
936 final String val = parser.getAttributeValue(null, att); in safeLong() local
1664 private static int[] tryParseHourAndMinute(String value) { in tryParseHourAndMinute()
[all …]
/aosp12/system/chre/platform/shared/
H A Dnanoapp_loader.cc80 double frexpOverride(double value, int *exp) { in frexpOverride()
92 double floorOverride(double value) { in floorOverride()
100 double asinOverride(double val) { in asinOverride()
112 float sqrtOverride(float val) { in sqrtOverride()
116 double roundOverride(double val) { in roundOverride()
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
H A DTestHarness.cpp510 std::string defaultToStringFunc(const T& value) { in defaultToStringFunc()
713 std::transform(data, data + numberOfElements, floatData, [&op](T val) { in convertOperandToFloat32()
718 [](T val) { return static_cast<float>(val); }); in convertOperandToFloat32()
801 std::transform(floatData, floatData + numberOfElements, data, [op](float val) { in setDataFromFloat32Buffer()
809 [](float val) { return static_cast<T>(val); }); in setDataFromFloat32Buffer()
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/util/
H A DPersistableBundleUtils.java294 final V value = valueDeserializer.fromPersistableBundle(valueBundle); in toMap() local
402 final Object value = bundle.get(key); in minimizeBundle() local
447 Object val = bundle.get(key); in getHashCode() local
557 final int[] value = mBundle.getIntArray(key); in getIntArray() local
/aosp12/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
H A Dauthorization_set.h207 void push_back(TypedTagT tag, Value&&... val) { in push_back()
236 AuthorizationSetBuilder& Authorization(TagType ttag, ValueType&&... value) { in Authorization()
/aosp12/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dbitcode_wrapperer.cpp167 bool BitcodeWrapperer::WriteWord(uint32_t value) { in WriteWord()
236 uint32_t val; in ParseWrapperHeader() member
/aosp14/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
H A DEvent.java60 Bus(int value) { in Bus()
363 String val = mReader.nextString(); in readInt() local
368 String val = mReader.nextString(); in readBus() local
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DPacketUtils.java154 short val = shortBuffer.get(); in calculateChecksum() local
288 short val = srcBuffer.hasRemaining() ? srcBuffer.get() : dstBuffer.get(); in calculateChecksum() local
413 private static int addAndWrapForChecksum(int currentChecksum, int value) { in addAndWrapForChecksum()
420 private static short onesComplement(int val) { in onesComplement()
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4AudioAssembler.cpp35 static bool GetAttribute(const char *s, const char *key, AString *value) { in GetAttribute()
75 unsigned value; in decodeHex() local
449 AString val; in AMPEG4AudioAssembler() local
/aosp12/system/tools/aidl/
H A Daidl_const_expressions.cpp49 OverflowGuard(T value) : mValue(value) {} in OverflowGuard()
181 bool handleUnary(const AidlConstantValue& context, const string& op, T val, int64_t* out) { in handleUnary()
350 AidlConstantValue* AidlConstantValue::Boolean(const AidlLocation& location, bool value) { in Boolean()
355 const std::string& value) { in Character()
360 const std::string& value) { in Floating()
364 bool AidlConstantValue::IsHex(const string& value) { in IsHex()
368 bool AidlConstantValue::ParseIntegral(const string& value, int64_t* parsed_value, in ParseIntegral()
448 AidlConstantValue* AidlConstantValue::String(const AidlLocation& location, const string& value) { in String()
536 for (const auto& value : values_) { in ValueString() local
627 for (const auto& value : values_) { in evaluate() local
[all …]
/aosp12/system/bt/btif/src/
H A Dbtif_config.cc147 int val = 0; in btif_get_address_type() local
400 int* value) { in btif_config_get_int()
416 int value) { in btif_config_set_int()
427 uint64_t* value) { in btif_config_get_uint64()
443 uint64_t value) { in btif_config_set_uint64()
473 char* value, int* size_bytes) { in btif_config_get_str()
493 const std::string& value) { in btif_config_set_str()
510 uint8_t* value, size_t* length) { in btif_config_get_bin()
588 const uint8_t* value, size_t length) { in btif_config_set_bin()
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/
H A Ddisplay_hdmi.cpp56 char value[64] = "0"; in Init() local
207 char val[kPropertyMax]={}; in GetBestConfig() local
/aosp14/system/core/debuggerd/handler/
H A Ddebuggerd_fallback.cpp150 static std::pair<pid_t, int> unpack_thread_fd(uint64_t value) { in unpack_thread_fd()
161 uint64_t val = trace_output.load(); in trace_handler() local
/aosp12/system/tools/hidl/
H A DConstantExpression.cpp101 T handleUnary(const std::string& op, T val) { in handleUnary()
169 uint64_t value) { in ValueOf()
179 LiteralConstantExpression::LiteralConstantExpression(ScalarType::Kind kind, uint64_t value, in LiteralConstantExpression()
191 LiteralConstantExpression::LiteralConstantExpression(ScalarType::Kind kind, uint64_t value) in LiteralConstantExpression()
194 LiteralConstantExpression* LiteralConstantExpression::tryParse(const std::string& value) { in tryParse()
399 std::string ConstantExpression::value() const { in value() function in android::ConstantExpression
403 std::string ConstantExpression::value(ScalarType::Kind castKind) const { in value() function in android::ConstantExpression
691 UnaryConstantExpression::UnaryConstantExpression(const std::string& op, ConstantExpression* value) in UnaryConstantExpression()
721 ReferenceConstantExpression::ReferenceConstantExpression(const Reference<LocalIdentifier>& value, in ReferenceConstantExpression()
740 AttributeConstantExpression::AttributeConstantExpression(const Reference<Type>& value, in AttributeConstantExpression()
/aosp12/system/bt/gd/dumpsys/internal/
H A Dfilter_internal_test.cc65 const testing::TestTableInteger* CreateInteger(int32_t value) { in CreateInteger()
79 const testing::TestTableFloat* CreateFloat(double value) { in CreateFloat()
108 flatbuffers::Offset<TestSubTable> CreateSubTable(int val) { in CreateSubTable()
114 const testing::TestTableStruct* CreateStruct(int val) { in CreateStruct()
/aosp12/packages/apps/Car/Hvac/src/com/android/car/hvac/
H A DHvacController.java355 private void handleTempUpdate(CarPropertyValue value) { in handleTempUpdate()
462 float value = mHvacManager.getFloatProperty( in fetchTemperature() local
699 int val = mHvacManager.getIntProperty(CarHvacManager.ID_ZONED_FAN_DIRECTION, in fetchAirflow() local
715 int val = AIRFLOW_STATES[index]; in setAirflowIndex() local
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedCameraProviderHWLImpl.cpp341 bool IsDigit(const std::string& value) { in IsDigit()
374 status_t GetUInt8Value(const Json::Value& value, uint32_t tag_id, in GetUInt8Value()
404 status_t GetInt32Value(const Json::Value& value, uint32_t tag_id, in GetInt32Value()
434 status_t GetInt64Value(const Json::Value& value, uint32_t tag_id, in GetInt64Value()
460 status_t GetFloatValue(const Json::Value& value, uint32_t tag_id, in GetFloatValue()
486 status_t GetDoubleValue(const Json::Value& value, uint32_t tag_id, in GetDoubleValue()
551 for (const auto& val : json_value) { in InsertTag() local
604 const Json::Value& value, ssize_t id) { in ParseCharacteristics()
/aosp12/bionic/libc/bionic/
H A Dpthread_internal.h86 void set_cached_pid(pid_t value) { in set_cached_pid()
211 static inline void __set_tcb_dtv(bionic_tcb* tcb, TlsDtv* val) { in __set_tcb_dtv()
/aosp12/system/core/libstats/push_compat/
H A Dstats_event_list.c197 static inline void copy4LE(uint8_t* buf, uint32_t val) { in copy4LE()
206 int android_log_write_char_array(android_log_context ctx, const char* value, size_t actual_len) { in android_log_write_char_array()

12345678910>>...21