Searched defs:value (Results 176 - 200 of 1454) sorted by relevance

1234567891011>>

/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DObservableLong.java31 * field's value, not of the field itself.
42 * Creates an ObservableLong with the given initial value.
44 * @param value the initial value for the ObservableLong
46 public ObservableLong(long value) { argument
47 mValue = value;
51 * Creates an ObservableLong with the initial value of <code>0L</code>.
57 * @return the stored value.
64 * Set the stored value.
66 public void set(long value) { argument
[all...]
H A DObservableShort.java31 * field's value, not of the field itself.
42 * Creates an ObservableShort with the given initial value.
44 * @param value the initial value for the ObservableShort
46 public ObservableShort(short value) { argument
47 mValue = value;
51 * Creates an ObservableShort with the initial value of <code>0</code>.
57 * @return the stored value.
64 * Set the stored value.
66 public void set(short value) { argument
[all...]
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/src/androidTest/java/com/android/databinding/multimoduletestapp/
H A DEventIdsTest.java127 private void assertProperty(int propertyId, int value) { argument
128 assertEquals(get(propertyId), value);
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
H A DNameClashAdapter.java23 public void setGabbleBabble(View view, String value) { argument
28 public void setGabbleBabbleFlabble(View view, String value, String value2) { argument
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter2/
H A DNameClashAdapter.java23 public void setGoogleFlooble(View view, String value) { argument
28 public void setGoogleFloobleBooble(View view, String value, String value2) { argument
/frameworks/layoutlib/bridge/src/android/text/
H A DPrimitive.java74 public Primitive getNewPrimitive(int location, float value) { argument
77 return new Primitive(this, location, value, 0f);
79 return new Primitive(this, location, 0f, value);
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DPromoteFieldClassAdapter.java43 Object value) {
49 return super.visitField(access, name, desc, signature, value);
42 visitField(int access, String name, String desc, String signature, Object value) argument
/frameworks/ml/nn/runtime/test/specs/V1_0/
H A Dembedding_lookup.mod.py30 value = Input("value", "TENSOR_FLOAT32", "{%d, %d, %d}" % (rows, columns, features)) variable
32 model = model.Operation("EMBEDDING_LOOKUP", index, value).To(output)
35 value: actual_values}
H A Dhashtable_lookup_float.mod.py31 value = Input("value", "TENSOR_FLOAT32", "{%d, %d}" % (rows, features)) variable
34 model = model.Operation("HASHTABLE_LOOKUP", lookup, key, value).To([output, hits])
38 value: table}
H A Dhashtable_lookup_quant8.mod.py31 value = Input("value", "TENSOR_QUANT8_ASYMM", "{%d, %d}, 0.5f, 0" % (rows, features)) variable
34 model = model.Operation("HASHTABLE_LOOKUP", lookup, key, value).To([output, hits])
38 value: table}
/frameworks/ml/nn/runtime/test/specs/V1_1/
H A Dembedding_lookup_relaxed.mod.py30 value = Input("value", "TENSOR_FLOAT32", "{%d, %d, %d}" % (rows, columns, features)) variable
32 model = model.Operation("EMBEDDING_LOOKUP", index, value).To(output)
36 value: actual_values}
H A Dhashtable_lookup_float_relaxed.mod.py31 value = Input("value", "TENSOR_FLOAT32", "{%d, %d}" % (rows, features)) variable
34 model = model.Operation("HASHTABLE_LOOKUP", lookup, key, value).To([output, hits])
39 value: table}
/frameworks/native/cmds/installd/
H A Dsystem_properties.h41 std::string value = line.substr(equals_pos + 1, local
44 properties_.insert(std::make_pair(key, value));
59 void SetProperty(const std::string& key, const std::string& value) { argument
60 properties_.insert(std::make_pair(key, value));
/frameworks/native/cmds/ip-up-vpn/
H A Dip-up-vpn.c37 const char *value = getenv(name); local
38 return value ? value : "";
/frameworks/native/include/binder/
H A DValue.h76 Value(const Value& value);
77 Value(const bool& value);
78 Value(const int8_t& value);
79 Value(const int32_t& value);
80 Value(const int64_t& value);
81 Value(const double& value);
82 Value(const String16& value);
83 Value(const std::vector<bool>& value);
84 Value(const std::vector<uint8_t>& value);
85 Value(const std::vector<int32_t>& value);
156 Value(const String8& value) argument
157 Value(const ::std::string& value) argument
158 putString(const String8& value) argument
159 putString(const ::std::string& value) argument
[all...]
/frameworks/native/libs/binder/include/binder/
H A DValue.h76 Value(const Value& value);
77 Value(const bool& value);
78 Value(const int8_t& value);
79 Value(const int32_t& value);
80 Value(const int64_t& value);
81 Value(const double& value);
82 Value(const String16& value);
83 Value(const std::vector<bool>& value);
84 Value(const std::vector<uint8_t>& value);
85 Value(const std::vector<int32_t>& value);
156 Value(const String8& value) argument
157 Value(const ::std::string& value) argument
158 putString(const String8& value) argument
159 putString(const ::std::string& value) argument
[all...]
/frameworks/native/opengl/tests/lib/
H A DglTestLib.cpp109 EGLint value = -1; local
111 &value);
114 testPrintI(" %s: %d (%#x)", names[j].name, value, value);
/frameworks/native/services/schedulerservice/
H A DSchedulingPolicyService.cpp50 int value = ::android::requestPriority(pid, tid, priority, false /* isForApp */); local
51 return value == 0 /* success */;
/frameworks/native/services/thermalservice/aidl/android/os/
H A DTemperature.cpp31 Temperature::Temperature(const float value, const int type) : argument
32 value_(value), type_(type) {}
/frameworks/native/services/thermalservice/libthermalcallback/
H A DThermalCallback.cpp32 float value = NAN; local
54 value = temperature.currentValue == UNKNOWN_TEMPERATURE ? NAN :
57 android::os::Temperature thermal_svc_temp(value, type);
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DPooledCache.java22 V put(K key, V value); argument
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DMockResources.java60 public void setBoolean(int id, boolean value) { argument
61 mBooleanValues.put(id, value);
64 public void setInteger(int id, int value) { argument
65 mIntegerValues.put(id, value);
68 public void setString(int id, String value) { argument
69 mStringValues.put(id, value);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DFontSize.java32 FontSize(int value) { argument
33 mValue = value;
38 * @param value Integer value to be converted to a FontSize object.
39 * @return FontSize object whose value is {@code value}. If no
40 * FontSize object has that value, null is returned.
42 public static FontSize fromInt(int value) { argument
44 if (e.mValue == value) {
H A DTextAlignment.java34 TextAlignment(int value) { argument
35 mValue = value;
40 * @param value Integer value to be converted to a TextAlignment object.
41 * @return TextAlignment object whose value is {@code value}. If no
42 * TextAlignment object has that value, null is returned.
44 public static TextAlignment fromInt(int value) { argument
46 if (e.mValue == value) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
H A DTimeStampedValue.java22 * A pair containing a value and an associated time stamp.
24 * @param <T> The type of the value.
28 /** The value. */
32 * The value of {@link SystemClock#elapsedRealtime} or equivalent when value was
37 public TimeStampedValue(T value, long elapsedRealtime) { argument
38 this.mValue = value;

Completed in 169 milliseconds

1234567891011>>