/aosp12/frameworks/base/tools/aapt2/ |
H A D | ValueVisitor.h | 31 virtual void VisitAny(Value* value) {} in VisitAny() 46 virtual void Visit(Macro* value) { in Visit() 56 virtual void VisitAny(const Value* value) { in VisitAny() 58 virtual void VisitItem(const Item* value) { in VisitItem() 67 virtual void Visit(const String* value) { in Visit() 76 virtual void Visit(const Id* value) { in Visit() 86 virtual void Visit(const Style* value) { in Visit() 89 virtual void Visit(const Array* value) { in Visit() 92 virtual void Visit(const Plural* value) { in Visit() 98 virtual void Visit(const Macro* value) { in Visit() [all …]
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | DppMetricsTest.java | 103 private void checkDppFailures(int key, int value) { in checkDppFailures() 153 int value = getNumOfTimes(MAX_ITERATIONS) + 1; in testUpdateDppConfiguratorInitiatorRequests() local 172 int value = getNumOfTimes(MAX_ITERATIONS) + 1; in testUpdateDppEnrolleeInitiatorRequests() local 192 int value = getNumOfTimes(MAX_ITERATIONS) + 1; in testUpdateDppEnrolleeResponderRequests() local 211 int value = getNumOfTimes(MAX_ITERATIONS) + 1; in testUpdateDppConfiguratorSuccess() local 237 int value = getNumOfTimes(MAX_ITERATIONS) + 1; in testUpdateDppEnrolleeSuccess() local 256 int value = getNumOfTimes(MAX_ITERATIONS) + 1; in testUpdateDppEnrolleeResponderSuccess() local 275 int value = getNumOfTimes(MAX_ITERATIONS) + 1; in testUpdateDppFailureInvalidUri() local 293 int value = getNumOfTimes(MAX_ITERATIONS) + 1; in testUpdateDppFailureAuthentication() local 312 int value = getNumOfTimes(MAX_ITERATIONS) + 1; in testUpdateDppFailureNotCompatible() local [all …]
|
/aosp12/art/test/542-bitfield-rotates/src/ |
H A D | Main.java | 237 public static int $noinline$rotate_int_right_constant_0(int value) { in $noinline$rotate_int_right_constant_0() 244 public static int $noinline$rotate_int_right_constant_1(int value) { in $noinline$rotate_int_right_constant_1() 251 public static int $noinline$rotate_int_right_constant_m1(int value) { in $noinline$rotate_int_right_constant_m1() 258 public static int $noinline$rotate_int_right_constant_16(int value) { in $noinline$rotate_int_right_constant_16() 272 public static long $noinline$rotate_long_right_constant_0(long value) { in $noinline$rotate_long_right_constant_0() 330 public static int $noinline$rotate_int_left_constant_0(int value) { in $noinline$rotate_int_left_constant_0() 337 public static int $noinline$rotate_int_left_constant_1(int value) { in $noinline$rotate_int_left_constant_1() 344 public static int $noinline$rotate_int_left_constant_m1(int value) { in $noinline$rotate_int_left_constant_m1() 351 public static int $noinline$rotate_int_left_constant_16(int value) { in $noinline$rotate_int_left_constant_16() 365 public static long $noinline$rotate_long_left_constant_0(long value) { in $noinline$rotate_long_left_constant_0() [all …]
|
/aosp12/art/test/411-optimizing-arith/src/ |
H A D | ShiftsTest.java | 262 static int $opt$ShlIntConst2(int value) { in $opt$ShlIntConst2() 266 static long $opt$ShlLongConst2(long value) { in $opt$ShlLongConst2() 270 static int $opt$ShrIntConst2(int value) { in $opt$ShrIntConst2() 274 static long $opt$ShrLongConst2(long value) { in $opt$ShrLongConst2() 278 static int $opt$UShrIntConst2(int value) { in $opt$UShrIntConst2() 286 static int $opt$ShlIntConst0(int value) { in $opt$ShlIntConst0() 290 static long $opt$ShlLongConst0(long value) { in $opt$ShlLongConst0() 294 static int $opt$ShrIntConst0(int value) { in $opt$ShrIntConst0() 298 static long $opt$ShrLongConst0(long value) { in $opt$ShrLongConst0() 302 static int $opt$UShrIntConst0(int value) { in $opt$UShrIntConst0() [all …]
|
/aosp12/hardware/google/pixel/vibrator/drv2624/ |
H A D | Hardware.h | 42 bool setState(bool value) override { return set(value, &mState); } in setState() 108 bool getLraPeriod(uint32_t *value) override { in getLraPeriod() 115 bool getCloseLoopThreshold(uint32_t *value) override { in getCloseLoopThreshold() 119 bool getDynamicConfig(bool *value) override { in getDynamicConfig() 122 bool getLongFrequencyShift(uint32_t *value) override { in getLongFrequencyShift() 125 bool getShortVoltageMax(uint32_t *value) override { in getShortVoltageMax() 128 bool getLongVoltageMax(uint32_t *value) override { in getLongVoltageMax() 131 bool getClickDuration(uint32_t *value) override { in getClickDuration() 134 bool getTickDuration(uint32_t *value) override { in getTickDuration() 137 bool getDoubleClickDuration(uint32_t *value) override { in getDoubleClickDuration() [all …]
|
/aosp12/hardware/google/pixel/vibrator/cs40l25/ |
H A D | Hardware.h | 53 bool setF0(uint32_t value) override { return set(value, &mF0); } in setF0() 55 bool setRedc(uint32_t value) override { return set(value, &mRedc); } in setRedc() 56 bool setQ(uint32_t value) override { return set(value, &mQ); } in setQ() 66 bool setState(bool value) override { return set(value, &mState); } in setState() 134 bool getVersion(uint32_t *value) override { in getVersion() 141 bool getLongFrequencyShift(int32_t *value) override { in getLongFrequencyShift() 146 bool getQ(uint32_t *value) override { in getQ() 157 bool getVolLevels(std::array<uint32_t, 6> *value) override { in getVolLevels() 164 bool getTickVolLevels(std::array<uint32_t, 2> *value) override { in getTickVolLevels() 171 bool getClickVolLevels(std::array<uint32_t, 2> *value) override { in getClickVolLevels() [all …]
|
/aosp12/art/test/015-switch/src/ |
H A D | Main.java | 26 public static void packedSwitch(int value) { in packedSwitch() 44 public static void packedSwitch2(int value) { in packedSwitch2() 64 public static void packedSwitch3(int value) { in packedSwitch3() 82 public static void packedSwitch4(int value) { in packedSwitch4() 94 public static void packedSwitch5(int value) { in packedSwitch5() 106 public static void packedSwitch6(int value) { in packedSwitch6() 116 public static long packedSwitch7(int value) { in packedSwitch7() 261 public static void sparseSwitch(int value) { in sparseSwitch() 277 public static void sparseSwitch2(int value) { in sparseSwitch2() 295 public static void sparseSwitch3(int value) { in sparseSwitch3() [all …]
|
/aosp12/frameworks/base/media/mca/filterfw/native/core/ |
H A D | value.cpp | 34 POD GetPODValue(Value value) { in GetPODValue() 39 PTR GetPtrValue(Value value) { in GetPtrValue() 44 Value MakePODValue(POD value) { in MakePODValue() 92 int GetIntValue(Value value) { in GetIntValue() 122 int ValueIsNull(Value value) { in ValueIsNull() 126 int ValueIsInt(Value value) { in ValueIsInt() 130 int ValueIsFloat(Value value) { in ValueIsFloat() 134 int ValueIsString(Value value) { in ValueIsString() 138 int ValueIsBuffer(Value value) { in ValueIsBuffer() 158 Value MakeIntValue(int value) { in MakeIntValue() [all …]
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/utils/ |
H A D | debug.cpp | 39 int value = 0; in GetSimulationFlag() local 67 int value = 0; in GetBootAnimLayerCount() local 74 int value = 0; in IsRotatorDownScaleDisabled() local 81 int value = 0; in IsDecimationDisabled() local 107 int value = 0; in GetMaxUpscale() local 114 int value = 0; in IsVideoModeEnabled() local 121 int value = 0; in IsRotatorUbwcDisabled() local 128 int value = 0; in IsRotatorSplitDisabled() local 135 int value = 0; in IsScalarDisabled() local 155 int value = 0; in IsAVRDisabled() local [all …]
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/utils/ |
H A D | debug.cpp | 39 int value = 0; in GetSimulationFlag() local 67 int value = 0; in GetBootAnimLayerCount() local 74 int value = 0; in IsRotatorDownScaleDisabled() local 81 int value = 0; in IsDecimationDisabled() local 107 int value = 0; in GetMaxUpscale() local 114 int value = 0; in IsVideoModeEnabled() local 121 int value = 0; in IsRotatorUbwcDisabled() local 128 int value = 0; in IsRotatorSplitDisabled() local 135 int value = 0; in IsScalarDisabled() local 155 int value = 0; in IsAVRDisabled() local [all …]
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/utils/ |
H A D | debug.cpp | 44 int value = 0; in GetSimulationFlag() local 51 int value = 0; in GetHDMIResolution() local 69 int value = 0; in GetBootAnimLayerCount() local 76 int value = 0; in IsRotatorDownScaleDisabled() local 83 int value = 0; in IsDecimationDisabled() local 109 int value = 0; in GetMaxUpscale() local 116 int value = 0; in IsVideoModeEnabled() local 123 int value = 0; in IsRotatorUbwcDisabled() local 130 int value = 0; in IsRotatorSplitDisabled() local 137 int value = 0; in IsScalarDisabled() local [all …]
|
/aosp12/art/libelffile/dwarf/ |
H A D | writer.h | 37 void PushUint8(int value) { in PushUint8() 43 void PushUint16(int value) { in PushUint16() 50 void PushUint32(uint32_t value) { in PushUint32() 57 void PushUint32(int value) { in PushUint32() 62 void PushUint32(uint64_t value) { in PushUint32() 78 void PushInt8(int value) { in PushInt8() 84 void PushInt16(int value) { in PushInt16() 90 void PushInt32(int value) { in PushInt32() 94 void PushInt64(int64_t value) { in PushInt64() 104 void PushUleb128(int value) { in PushUleb128() [all …]
|
/aosp12/art/test/557-checker-instruct-simplifier-ror/src/ |
H A D | Main.java | 51 public static int ror_int_constant_c_c(int value) { in ror_int_constant_c_c() 64 public static int ror_int_constant_c_c_0(int value) { in ror_int_constant_c_c_0() 88 public static long ror_long_constant_c_c(long value) { in ror_long_constant_c_c() 94 public static long ror_long_constant_c_c_0(long value) { in ror_long_constant_c_c_0() 118 public static int ror_int_constant_c_negc(int value) { in ror_int_constant_c_negc() 146 public static long ror_long_constant_c_negc(long value) { in ror_long_constant_c_negc() 172 public static int ror_int_reg_v_csubv(int value, int distance) { in ror_int_reg_v_csubv() 206 public static int ror_int_subv_csubv(int value, int x, int y) { in ror_int_subv_csubv() 342 public static int rol_int_csubv_subv(int value, int x, int y) { in rol_int_csubv_subv() 401 public static int ror_int_reg_v_negv(int value, int distance) { in ror_int_reg_v_negv() [all …]
|
/aosp12/hardware/qcom/display/msm8996/sdm/libs/utils/ |
H A D | debug.cpp | 42 int value = 0; in GetSimulationFlag() local 49 int value = 0; in GetHDMIResolution() local 56 int value = IDLE_TIMEOUT_DEFAULT_MS; in GetIdleTimeoutMs() local 63 int value = 0; in GetBootAnimLayerCount() local 70 int value = 0; in IsRotatorDownScaleDisabled() local 77 int value = 0; in IsDecimationDisabled() local 84 int value = -1; in GetMaxPipesPerMixer() local 103 int value = 0; in IsVideoModeEnabled() local 110 int value = 0; in IsRotatorUbwcDisabled() local 117 int value = 0; in IsRotatorSplitDisabled() local [all …]
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/utils/ |
H A D | debug.cpp | 44 int value = 0; in GetSimulationFlag() local 51 int value = 0; in GetHDMIResolution() local 68 int value = 0; in GetBootAnimLayerCount() local 75 int value = 0; in IsRotatorDownScaleDisabled() local 82 int value = 0; in IsDecimationDisabled() local 108 int value = 0; in GetMaxUpscale() local 115 int value = 0; in IsVideoModeEnabled() local 122 int value = 0; in IsRotatorUbwcDisabled() local 129 int value = 0; in IsRotatorSplitDisabled() local 136 int value = 0; in IsScalarDisabled() local [all …]
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/ |
H A D | debug.cpp | 44 int value = 0; in GetSimulationFlag() local 51 int value = 0; in GetHDMIResolution() local 69 int value = 0; in GetBootAnimLayerCount() local 76 int value = 0; in IsRotatorDownScaleDisabled() local 83 int value = 0; in IsDecimationDisabled() local 109 int value = 0; in GetMaxUpscale() local 116 int value = 0; in IsVideoModeEnabled() local 123 int value = 0; in IsRotatorUbwcDisabled() local 130 int value = 0; in IsRotatorSplitDisabled() local 137 int value = 0; in IsScalarDisabled() local [all …]
|
/aosp12/art/test/952-invoke-custom/src/ |
H A D | TestReturnValues.java | 36 static byte passThrough(byte value) { in passThrough() 40 static char passThrough(char value) { in passThrough() 44 static double passThrough(double value) { in passThrough() 48 static float passThrough(float value) { in passThrough() 52 static int passThrough(int value) { in passThrough() 56 static Object passThrough(Object value) { in passThrough() 60 static Object[] passThrough(Object[] value) { in passThrough() 64 static long passThrough(long value) { in passThrough() 68 static short passThrough(short value) { in passThrough() 74 static boolean passThrough(boolean value) { in passThrough() [all …]
|
/aosp12/hardware/google/pixel/vibrator/cs40l26/ |
H A D | Hardware.h | 38 bool setF0(std::string value) override { return set(value, &mF0); } in setF0() 41 bool setQ(std::string value) override { return set(value, &mQ); } in setQ() 43 bool pollVibeState(std::string value, int32_t timeoutMs) override { in pollVibeState() 47 bool getAvailablePwleSegments(uint32_t *value) override { in getAvailablePwleSegments() 87 bool getVersion(uint32_t *value) override { in getVersion() 94 bool getLongFrequencyShift(int32_t *value) override { in getLongFrequencyShift() 100 bool getTickVolLevels(std::array<uint32_t, 2> *value) override { in getTickVolLevels() 107 bool getClickVolLevels(std::array<uint32_t, 2> *value) override { in getClickVolLevels() 114 bool getLongVolLevels(std::array<uint32_t, 2> *value) override { in getLongVolLevels() 122 bool value; in isChirpEnabled() local [all …]
|
/aosp12/hardware/qcom/sm7250/display/sdm/libs/utils/ |
H A D | debug.cpp | 39 int value = 0; in GetSimulationFlag() local 67 int value = 0; in IsRotatorDownScaleDisabled() local 74 int value = 0; in IsDecimationDisabled() local 100 int value = 0; in GetMaxUpscale() local 107 int value = 0; in IsVideoModeEnabled() local 114 int value = 0; in IsRotatorUbwcDisabled() local 121 int value = 0; in IsRotatorSplitDisabled() local 128 int value = 0; in IsScalarDisabled() local 143 int value = 0; in IsAVRDisabled() local 150 int value = 0; in IsExtAnimDisabled() local [all …]
|
/aosp12/frameworks/base/lowpan/java/android/net/lowpan/ |
H A D | ILowpanInterfaceListener.aidl | 24 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()
|
/aosp12/packages/services/Car/tests/vehiclehal_test/assets/ |
H A D | car_hvac_test.json | 5 "value": 1, number 11 "value": 28, number 17 "value": 27, number 23 "value": 26, number 29 "value": 25, number 35 "value": 24, number 41 "value": 23, number 47 "value": 1, number 53 "value": 2, number 59 "value": 3, number [all …]
|
/aosp12/frameworks/base/media/java/android/mtp/ |
H A D | MtpObjectInfo.java | 393 public Builder setObjectHandle(int value) { in setObjectHandle() 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() 438 public Builder setImagePixWidth(long value) { in setImagePixWidth() 461 public Builder setParent(int value) { in setParent() 476 public Builder setStorageId(int value) { in setStorageId() 486 public Builder setThumbFormat(int value) { in setThumbFormat() 496 public Builder setThumbPixWidth(long value) { in setThumbPixWidth() [all …]
|
/aosp12/frameworks/base/core/java/android/view/inspector/ |
H A D | PropertyReader.java | 50 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() 161 void readGravity(int id, int value); in readGravity() 170 void readIntEnum(int id, int value); in readIntEnum() [all …]
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | Config.cpp | 193 bool Config::SetGuard(const std::string& option, const std::string& value) { in SetGuard() 211 bool Config::SetFrontGuard(const std::string& option, const std::string& value) { in SetFrontGuard() 221 bool Config::SetRearGuard(const std::string& option, const std::string& value) { in SetRearGuard() 225 bool Config::SetFill(const std::string& option, const std::string& value) { in SetFill() 240 bool Config::SetFillOnAlloc(const std::string& option, const std::string& value) { in SetFillOnAlloc() 244 bool Config::SetFillOnFree(const std::string& option, const std::string& value) { in SetFillOnFree() 248 bool Config::SetBacktrace(const std::string& option, const std::string& value) { in SetBacktrace() 277 bool Config::SetExpandAlloc(const std::string& option, const std::string& value) { in SetExpandAlloc() 281 bool Config::SetFreeTrack(const std::string& option, const std::string& value) { in SetFreeTrack() 307 bool Config::SetRecordAllocsFile(const std::string&, const std::string& value) { in SetRecordAllocsFile() [all …]
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | ContentValues.java | 138 public void put(String key, Byte value) { in put() 168 public void put(String key, Long value) { in put() 311 Object value = mMap.get(key); in getAsString() local 322 Object value = mMap.get(key); in getAsLong() local 347 Object value = mMap.get(key); in getAsInteger() local 372 Object value = mMap.get(key); in getAsShort() local 397 Object value = mMap.get(key); in getAsByte() local 422 Object value = mMap.get(key); in getAsDouble() local 447 Object value = mMap.get(key); in getAsFloat() local 472 Object value = mMap.get(key); in getAsBoolean() local [all …]
|