/frameworks/data-binding/extensions/library/src/main/java/android/databinding/ |
H A D | ObservableLong.java | 31 * 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 D | ObservableShort.java | 31 * 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 D | EventIdsTest.java | 127 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 D | NameClashAdapter.java | 23 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 D | NameClashAdapter.java | 23 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 D | Primitive.java | 74 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 D | PromoteFieldClassAdapter.java | 43 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 D | embedding_lookup.mod.py | 30 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 D | hashtable_lookup_float.mod.py | 31 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 D | hashtable_lookup_quant8.mod.py | 31 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 D | embedding_lookup_relaxed.mod.py | 30 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 D | hashtable_lookup_float_relaxed.mod.py | 31 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 D | system_properties.h | 41 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 D | ip-up-vpn.c | 37 const char *value = getenv(name); local 38 return value ? value : "";
|
/frameworks/native/include/binder/ |
H A D | Value.h | 76 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 D | Value.h | 76 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 D | glTestLib.cpp | 109 EGLint value = -1; local 111 &value); 114 testPrintI(" %s: %d (%#x)", names[j].name, value, value);
|
/frameworks/native/services/schedulerservice/ |
H A D | SchedulingPolicyService.cpp | 50 int value = ::android::requestPriority(pid, tid, priority, false /* isForApp */); local 51 return value == 0 /* success */;
|
/frameworks/native/services/thermalservice/aidl/android/os/ |
H A D | Temperature.cpp | 31 Temperature::Temperature(const float value, const int type) : argument 32 value_(value), type_(type) {}
|
/frameworks/native/services/thermalservice/libthermalcallback/ |
H A D | ThermalCallback.cpp | 32 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 D | PooledCache.java | 22 V put(K key, V value); argument
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
H A D | MockResources.java | 60 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 D | FontSize.java | 32 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 D | TextAlignment.java | 34 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 D | TimeStampedValue.java | 22 * 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;
|