Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 1700) sorted by relevance

12345678910>>...68

/frameworks/base/tools/aapt2/
DValueVisitor.h31 virtual void VisitAny(Value* value) {} in VisitAny()
32 virtual void VisitItem(Item* value) { VisitAny(value); } in VisitItem()
33 virtual void Visit(Reference* value) { VisitItem(value); } in Visit()
34 virtual void Visit(RawString* value) { VisitItem(value); } in Visit()
35 virtual void Visit(String* value) { VisitItem(value); } in Visit()
36 virtual void Visit(StyledString* value) { VisitItem(value); } in Visit()
37 virtual void Visit(FileReference* value) { VisitItem(value); } in Visit()
38 virtual void Visit(Id* value) { VisitItem(value); } in Visit()
39 virtual void Visit(BinaryPrimitive* value) { VisitItem(value); } in Visit()
41 virtual void Visit(Attribute* value) { VisitAny(value); } in Visit()
[all …]
/frameworks/base/media/mca/filterfw/native/core/
Dvalue.cpp34 POD GetPODValue(Value value) { in GetPODValue()
39 PTR GetPtrValue(Value value) { in GetPtrValue()
44 Value MakePODValue(POD value) { in MakePODValue()
64 int SetPODValue(Value* value, POD new_value) { in SetPODValue()
78 int SetPtrValue(Value* value, const BASE* new_values, int count) { in SetPtrValue()
92 int GetIntValue(Value value) { in GetIntValue()
96 float GetFloatValue(Value value) { in GetFloatValue()
100 const char* GetStringValue(Value value) { in GetStringValue()
104 const char* GetBufferValue(Value value) { in GetBufferValue()
110 char* GetMutableBufferValue(Value value) { in GetMutableBufferValue()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DDppMetricsTest.java71 private void checkOperationBucketEqualsTo(int index, int value) { in checkOperationBucketEqualsTo()
95 private void checkDppFailures(int key, int value) { in checkDppFailures()
119 private void checkDppSuccesses(int key, int value) { in checkDppSuccesses()
145 int value = getNumOfTimes(MAX_ITERATIONS) + 1; in testUpdateDppConfiguratorInitiatorRequests() local
164 int value = getNumOfTimes(MAX_ITERATIONS) + 1; in testUpdateDppEnrolleeInitiatorRequests() local
183 int value = getNumOfTimes(MAX_ITERATIONS) + 1; in testUpdateDppConfiguratorSuccess() local
202 int value = getNumOfTimes(MAX_ITERATIONS) + 1; in testUpdateDppEnrolleeSuccess() local
221 int value = getNumOfTimes(MAX_ITERATIONS) + 1; in testUpdateDppFailureInvalidUri() local
239 int value = getNumOfTimes(MAX_ITERATIONS) + 1; in testUpdateDppFailureAuthentication() local
258 int value = getNumOfTimes(MAX_ITERATIONS) + 1; in testUpdateDppFailureNotCompatible() local
[all …]
/frameworks/base/lowpan/java/android/net/lowpan/
DILowpanInterfaceListener.aidl24 oneway void onEnabledChanged(boolean value); in onEnabledChanged()
26 oneway void onConnectedChanged(boolean value); in onConnectedChanged()
28 oneway void onUpChanged(boolean value); in onUpChanged()
30 oneway void onRoleChanged(@utf8InCpp String value); in onRoleChanged()
32 oneway void onStateChanged(@utf8InCpp String value); in onStateChanged()
34 oneway void onLowpanIdentityChanged(in LowpanIdentity value); in onLowpanIdentityChanged()
36 oneway void onLinkNetworkAdded(in IpPrefix value); in onLinkNetworkAdded()
38 oneway void onLinkNetworkRemoved(in IpPrefix value); in onLinkNetworkRemoved()
40 oneway void onLinkAddressAdded(@utf8InCpp String value); in onLinkAddressAdded()
42 oneway void onLinkAddressRemoved(@utf8InCpp String value); in onLinkAddressRemoved()
DLowpanCommissioningSession.java60 public void onStateChanged(String value) { in onStateChanged()
86 public void onEnabledChanged(boolean value) {} in onEnabledChanged()
89 public void onConnectedChanged(boolean value) {} in onConnectedChanged()
92 public void onUpChanged(boolean value) {} in onUpChanged()
95 public void onRoleChanged(String value) {} in onRoleChanged()
98 public void onLowpanIdentityChanged(LowpanIdentity value) {} in onLowpanIdentityChanged()
101 public void onLinkNetworkAdded(IpPrefix value) {} in onLinkNetworkAdded()
104 public void onLinkNetworkRemoved(IpPrefix value) {} in onLinkNetworkRemoved()
107 public void onLinkAddressAdded(String value) {} in onLinkAddressAdded()
110 public void onLinkAddressRemoved(String value) {} in onLinkAddressRemoved()
/frameworks/base/media/java/android/mtp/
DMtpObjectInfo.java393 public Builder setObjectHandle(int value) { in setObjectHandle()
398 public Builder setAssociationDesc(int value) { in setAssociationDesc()
403 public Builder setAssociationType(int value) { in setAssociationType()
408 public Builder setCompressedSize(long value) { in setCompressedSize()
413 public Builder setDateCreated(long value) { in setDateCreated()
418 public Builder setDateModified(long value) { in setDateModified()
423 public Builder setFormat(int value) { in setFormat()
428 public Builder setImagePixDepth(long value) { in setImagePixDepth()
433 public Builder setImagePixHeight(long value) { in setImagePixHeight()
438 public Builder setImagePixWidth(long value) { in setImagePixWidth()
[all …]
/frameworks/base/core/java/android/view/inspector/
DPropertyReader.java50 void readBoolean(int id, boolean value); in readBoolean()
59 void readByte(int id, byte value); in readByte()
68 void readChar(int id, char value); in readChar()
77 void readDouble(int id, double value); in readDouble()
86 void readFloat(int id, float value); in readFloat()
95 void readInt(int id, int value); in readInt()
104 void readLong(int id, long value); in readLong()
113 void readShort(int id, short value); in readShort()
124 void readObject(int id, @Nullable Object value); in readObject()
133 void readColor(int id, @ColorInt int value); in readColor()
[all …]
/frameworks/base/telephony/common/com/google/android/mms/pdu/
DSendReq.java111 public void addBcc(EncodedStringValue value) { in addBcc()
122 public void setBcc(EncodedStringValue[] value) { in setBcc()
143 public void addCc(EncodedStringValue value) { in addCc()
154 public void setCc(EncodedStringValue[] value) { in setCc()
175 public void setContentType(byte[] value) { in setContentType()
196 public void setDeliveryReport(int value) throws InvalidHeaderValueException { in setDeliveryReport()
219 public void setExpiry(long value) { in setExpiry()
241 public void setMessageSize(long value) { in setMessageSize()
264 public void setMessageClass(byte[] value) { in setMessageClass()
285 public void setReadReport(int value) throws InvalidHeaderValueException { in setReadReport()
[all …]
DRetrieveConf.java79 public void addCc(EncodedStringValue value) { in addCc()
100 public void setContentType(byte[] value) { in setContentType()
121 public void setDeliveryReport(int value) throws InvalidHeaderValueException { in setDeliveryReport()
144 public void setFrom(EncodedStringValue value) { in setFrom()
167 public void setMessageClass(byte[] value) { in setMessageClass()
188 public void setMessageId(byte[] value) { in setMessageId()
209 public void setReadReport(int value) throws InvalidHeaderValueException { in setReadReport()
230 public void setRetrieveStatus(int value) throws InvalidHeaderValueException { in setRetrieveStatus()
251 public void setRetrieveText(EncodedStringValue value) { in setRetrieveText()
272 public void setTransactionId(byte[] value) { in setTransactionId()
DNotificationInd.java71 public void setContentClass(int value) throws InvalidHeaderValueException { in setContentClass()
95 public void setContentLocation(byte[] value) { in setContentLocation()
119 public void setExpiry(long value) { in setExpiry()
143 public void setFrom(EncodedStringValue value) { in setFrom()
167 public void setMessageClass(byte[] value) { in setMessageClass()
189 public void setMessageSize(long value) { in setMessageSize()
211 public void setSubject(EncodedStringValue value) { in setSubject()
233 public void setTransactionId(byte[] value) { in setTransactionId()
255 public void setDeliveryReport(int value) throws InvalidHeaderValueException { in setDeliveryReport()
DReadOrigInd.java62 public void setDate(long value) { in setDate()
83 public void setFrom(EncodedStringValue value) { in setFrom()
103 public void setMessageId(byte[] value) { in setMessageId()
123 public void setReadStatus(int value) throws InvalidHeaderValueException { in setReadStatus()
142 public void setTo(EncodedStringValue[] value) { in setTo()
/frameworks/base/core/java/android/content/
DContentValues.java118 public void put(String key, String value) { in put()
137 public void put(String key, Byte value) { in put()
147 public void put(String key, Short value) { in put()
157 public void put(String key, Integer value) { in put()
167 public void put(String key, Long value) { in put()
177 public void put(String key, Float value) { in put()
187 public void put(String key, Double value) { in put()
197 public void put(String key, Boolean value) { in put()
207 public void put(String key, byte[] value) { in put()
285 Object value = mMap.get(key); in getAsString() local
[all …]
/frameworks/base/core/tests/coretests/src/android/util/
DLongSparseLongArrayTest.java38 final long value = 1 << i; in testSimplePut() local
42 final long value = 1 << i; in testSimplePut() local
51 final long value = 1 << i; in testSimplePutBackwards() local
55 final long value = 1 << i; in testSimplePutBackwards() local
64 final long value = 1 << i; in testMiddleInsert() local
70 final long value = 1 << i; in testMiddleInsert() local
86 final long value = r.nextLong(); in testFuzz() local
102 final long value = e.getValue(); in testFuzz() local
/frameworks/base/core/java/com/android/internal/util/
DParseUtils.java31 public static int parseInt(@Nullable String value, int defValue) { in parseInt()
36 public static int parseIntWithBase(@Nullable String value, int base, int defValue) { in parseIntWithBase()
48 public static long parseLong(@Nullable String value, long defValue) { in parseLong()
53 public static long parseLongWithBase(@Nullable String value, int base, long defValue) { in parseLongWithBase()
65 public static float parseFloat(@Nullable String value, float defValue) { in parseFloat()
77 public static double parseDouble(@Nullable String value, double defValue) { in parseDouble()
89 public static boolean parseBoolean(@Nullable String value, boolean defValue) { in parseBoolean()
DPreconditions.java211 public static @IntRange(from = 0) int checkArgumentNonnegative(final int value, in checkArgumentNonnegative()
228 public static @IntRange(from = 0) int checkArgumentNonnegative(final int value) { in checkArgumentNonnegative()
243 public static long checkArgumentNonnegative(final long value) { in checkArgumentNonnegative()
259 public static long checkArgumentNonnegative(final long value, final String errorMessage) { in checkArgumentNonnegative()
275 public static int checkArgumentPositive(final int value, final String errorMessage) { in checkArgumentPositive()
290 public static float checkArgumentNonNegative(final float value, final String errorMessage) { in checkArgumentNonNegative()
305 public static float checkArgumentPositive(final float value, final String errorMessage) { in checkArgumentPositive()
326 public static float checkArgumentFinite(final float value, final String valueName) { in checkArgumentFinite()
351 public static float checkArgumentInRange(float value, float lower, float upper, in checkArgumentInRange()
381 public static int checkArgumentInRange(int value, int lower, int upper, in checkArgumentInRange()
[all …]
/frameworks/base/core/java/android/util/
DJsonWriter.java299 public JsonWriter value(String value) throws IOException { in value() argument
324 public JsonWriter value(boolean value) throws IOException { in value() method in JsonWriter
337 public JsonWriter value(double value) throws IOException { in value() argument
351 public JsonWriter value(long value) throws IOException { in value() argument
364 public JsonWriter value(Number value) throws IOException { in value() method in JsonWriter
400 private void string(String value) throws IOException { in string()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DDummyLogMessage.java22 public WifiLog.LogMessage r(String value) { in r()
27 public WifiLog.LogMessage c(String value) { in c()
32 public WifiLog.LogMessage c(long value) { in c()
37 public WifiLog.LogMessage c(char value) { in c()
42 public WifiLog.LogMessage c(boolean value) { in c()
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
DPreconditions.java203 public static @IntRange(from = 0) int checkArgumentNonnegative(final int value, in checkArgumentNonnegative()
220 public static @IntRange(from = 0) int checkArgumentNonnegative(final int value) { in checkArgumentNonnegative()
235 public static long checkArgumentNonnegative(final long value) { in checkArgumentNonnegative()
251 public static long checkArgumentNonnegative(final long value, final String errorMessage) { in checkArgumentNonnegative()
267 public static int checkArgumentPositive(final int value, final String errorMessage) { in checkArgumentPositive()
288 public static float checkArgumentFinite(final float value, final String valueName) { in checkArgumentFinite()
313 public static float checkArgumentInRange(float value, float lower, float upper, in checkArgumentInRange()
342 public static int checkArgumentInRange(int value, int lower, int upper, in checkArgumentInRange()
369 public static long checkArgumentInRange(long value, long lower, long upper, in checkArgumentInRange()
394 public static <T> T[] checkArrayElementsNotNull(final T[] value, final String valueName) { in checkArrayElementsNotNull()
[all …]
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DConfigParserTest.java88 int value = mConfigParser.getInt("int", 0); in getInt_deviceConfig() local
94 int value = mConfigParser.getInt("int", 0); in getInt_settings() local
105 float value = mConfigParser.getFloat("float", 0); in getFloat_deviceConfig() local
111 float value = mConfigParser.getFloat("float", 0); in getFloat_settings() local
122 String value = mConfigParser.getString("string", ""); in getString_deviceConfig() local
128 String value = mConfigParser.getString("string", ""); in getString_settings() local
/frameworks/av/media/codec2/sfplugin/tests/
DReflectedParamUpdater_test.cpp47 char value[12]; member
158 [](const auto &value) { return (uint32_t)value == C2IntInfo::PARAM_TYPE; })); in TEST_F()
160 [](const auto &value) { return (uint32_t)value == C2LongInfo::PARAM_TYPE; })); in TEST_F()
162 [](const auto &value) { return (uint32_t)value == C2StringInfo::PARAM_TYPE; })); in TEST_F()
164 [](const auto &value) { return (uint32_t)value == C2CompositeInfo::PARAM_TYPE; })); in TEST_F()
166 [](const auto &value) { return (uint32_t)value == C2FlexStringInfo::PARAM_TYPE; })); in TEST_F()
204 [](const auto &value) { return (uint32_t)value == C2IntInfo::PARAM_TYPE; })); in TEST_F()
206 [](const auto &value) { return (uint32_t)value == C2LongInfo::PARAM_TYPE; })); in TEST_F()
208 [](const auto &value) { return (uint32_t)value == C2StringInfo::PARAM_TYPE; })); in TEST_F()
210 [](const auto &value) { return (uint32_t)value == C2CompositeInfo::PARAM_TYPE; })); in TEST_F()
[all …]
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java443 public ViewPropertyAnimator x(float value) { in x()
456 public ViewPropertyAnimator xBy(float value) { in xBy()
469 public ViewPropertyAnimator y(float value) { in y()
482 public ViewPropertyAnimator yBy(float value) { in yBy()
495 public ViewPropertyAnimator z(float value) { in z()
508 public ViewPropertyAnimator zBy(float value) { in zBy()
521 public ViewPropertyAnimator rotation(float value) { in rotation()
534 public ViewPropertyAnimator rotationBy(float value) { in rotationBy()
547 public ViewPropertyAnimator rotationX(float value) { in rotationX()
560 public ViewPropertyAnimator rotationXBy(float value) { in rotationXBy()
[all …]
/frameworks/av/media/mtp/
DMtpDataPacket.h48 inline bool getInt8(int8_t& value) { return getUInt8((uint8_t&)value); } in getInt8()
50 inline bool getInt16(int16_t& value) { return getUInt16((uint16_t&)value); } in getInt16()
52 inline bool getInt32(int32_t& value) { return getUInt32((uint32_t&)value); } in getInt32()
54 inline bool getInt64(int64_t& value) { return getUInt64((uint64_t&)value); } in getInt64()
56 inline bool getInt128(int128_t& value) { return getUInt128((uint128_t&)value); } in getInt128()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameValues.java31 Object value = super.getValue(); in getCount() local
49 Object value = super.getValue(); in getValues() local
70 Object value = super.getValue(); in getValueAtIndex() local
92 Object value = getValueAtIndex(index); in getFrameValueAtIndex() local
118 public void setValueAtIndex(Object value, int index) { in setValueAtIndex()
142 Object value = frame.getValue(); in setFrameValueAtIndex() local
/frameworks/rs/cpp/util/
DTypeHelpers.h34 template <typename T> struct trait_trivial_ctor { enum { value = false }; }; enumerator
35 template <typename T> struct trait_trivial_dtor { enum { value = false }; }; enumerator
36 template <typename T> struct trait_trivial_copy { enum { value = false }; }; enumerator
37 template <typename T> struct trait_trivial_move { enum { value = false }; }; enumerator
38 template <typename T> struct trait_pointer { enum { value = false }; }; enumerator
/frameworks/av/media/img_utils/src/
DTiffEntry.cpp37 const sp<TiffIfd>* TiffEntry::forceValidType<sp<TiffIfd> >(TagType type, const sp<TiffIfd>* value) { in forceValidType()
47 const uint8_t* TiffEntry::forceValidType<uint8_t>(TagType type, const uint8_t* value) { in forceValidType()
57 const int8_t* TiffEntry::forceValidType<int8_t>(TagType type, const int8_t* value) { in forceValidType()
67 const uint16_t* TiffEntry::forceValidType<uint16_t>(TagType type, const uint16_t* value) { in forceValidType()
77 const int16_t* TiffEntry::forceValidType<int16_t>(TagType type, const int16_t* value) { in forceValidType()
87 const uint32_t* TiffEntry::forceValidType<uint32_t>(TagType type, const uint32_t* value) { in forceValidType()
97 const int32_t* TiffEntry::forceValidType<int32_t>(TagType type, const int32_t* value) { in forceValidType()
107 const double* TiffEntry::forceValidType<double>(TagType type, const double* value) { in forceValidType()
117 const float* TiffEntry::forceValidType<float>(TagType type, const float* value) { in forceValidType()

12345678910>>...68