/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
H A D | AnnotationCollector.java | 93 Class<?> type, Annotation value) { in OneCollector() 196 public boolean has(Class<?> cls) { in has() method in AnnotationCollector.NoAnnotations 219 public OneAnnotation(Class<?> type, Annotation value) { in OneAnnotation() 234 public boolean has(Class<?> cls) { in has() method in AnnotationCollector.OneAnnotation 283 public boolean has(Class<?> cls) { in has() method in AnnotationCollector.TwoAnnotations
|
H A D | AnnotationMap.java | 20 public static AnnotationMap of(Class<?> type, Annotation value) { in of() 47 public boolean has(Class<?> cls) in has() method in AnnotationMap
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | SettingsXml.java | 99 boolean has(String attrName); in has() method 209 public boolean has(String attrName) { in has() method in SettingsXml.ReadSectionImpl 222 String value = mParser.getAttributeValue(null, attrName); in getString() local 321 WriteSection attribute(String attrName, @Nullable String value) throws IOException; in attribute() 323 WriteSection attribute(String attrName, int value) throws IOException; in attribute() 325 WriteSection attribute(String attrName, long value) throws IOException; in attribute() 327 WriteSection attribute(String attrName, boolean value) throws IOException; in attribute() 356 public WriteSection attribute(String attrName, String value) throws IOException { in attribute() 364 public WriteSection attribute(String attrName, int value) throws IOException { in attribute() 372 public WriteSection attribute(String attrName, long value) throws IOException { in attribute() [all …]
|
/aosp_15_r20/external/TestParameterInjector/junit4/src/main/java/com/google/testing/junit/testparameterinjector/ |
H A D | TestParameterValidator.java | 34 boolean has(Class<? extends Annotation> testParameter, Object value); in has() method 40 <T extends Enum<T>, U extends Enum<U>> boolean has(T value1, U value2); in has() method
|
/aosp_15_r20/external/TestParameterInjector/src/main/java/com/google/testing/junit/testparameterinjector/ |
H A D | TestParameterValidator.java | 34 boolean has(Class<? extends Annotation> testParameter, Object value); in has() method 40 <T extends Enum<T>, U extends Enum<U>> boolean has(T value1, U value2); in has() method
|
/aosp_15_r20/external/TestParameterInjector/junit5/src/main/java/com/google/testing/junit/testparameterinjector/junit5/ |
H A D | TestParameterValidator.java | 34 boolean has(Class<? extends Annotation> testParameter, Object value); in has() method 40 <T extends Enum<T>, U extends Enum<U>> boolean has(T value1, U value2); in has() method
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/util/ |
H A D | IntSet.java | 29 void add(int value); in add() 36 void remove(int value); in remove() 44 boolean has(int value); in has() method
|
H A D | BitIntSet.java | 40 public void add(int value) { in add() 50 private void ensureCapacity(int value) { in ensureCapacity() 61 public void remove(int value) { in remove() 69 public boolean has(int value) { in has() method in BitIntSet
|
H A D | ListIntSet.java | 39 public void add(int value) { in add() 49 public void remove(int value) { in remove() 59 public boolean has(int value) { in has() method in ListIntSet
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/util/ |
H A D | IntSet.java | 29 void add(int value); in add() 36 void remove(int value); in remove() 44 boolean has(int value); in has() method
|
H A D | BitIntSet.java | 39 public void add(int value) { in add() 49 private void ensureCapacity(int value) { in ensureCapacity() 59 public void remove(int value) { in remove() 66 public boolean has(int value) { in has() method in BitIntSet
|
H A D | ListIntSet.java | 38 public void add(int value) { in add() 47 public void remove(int value) { in remove() 56 public boolean has(int value) { in has() method in ListIntSet
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/has/ |
D | has_ctp.cc | 38 namespace has { namespace 40 static bool ParsePresetGenericUpdate(uint16_t& len, const uint8_t* value, HasCtpNtf& ntf) { in ParsePresetGenericUpdate() 53 static bool ParsePresetIndex(uint16_t& len, const uint8_t* value, HasCtpNtf& ntf) { in ParsePresetIndex() 64 static bool ParsePresetReadResponse(uint16_t& len, const uint8_t* value, HasCtpNtf& ntf) { in ParsePresetReadResponse() 77 static bool ParsePresetChanged(uint16_t len, const uint8_t* value, HasCtpNtf& ntf) { in ParsePresetChanged() 111 std::optional<HasCtpNtf> HasCtpNtf::FromCharacteristicValue(uint16_t len, const uint8_t* value) { in FromCharacteristicValue() 148 std::vector<uint8_t> value; in ToCharacteristicValue() local 199 std::ostream& operator<<(std::ostream& out, const PresetCtpChangeId value) { in operator <<() 213 std::ostream& operator<<(std::ostream& out, const PresetCtpOpcode value) { in operator <<()
|
D | has_preset.cc | 33 namespace has { namespace 35 std::optional<HasPreset> HasPreset::FromCharacteristicValue(uint16_t& len, const uint8_t* value) { in FromCharacteristicValue()
|
/aosp_15_r20/external/gson/gson/src/main/java/com/google/gson/ |
H A D | JsonObject.java | 68 public void add(String property, JsonElement value) { in add() 91 public void addProperty(String property, String value) { in addProperty() 102 public void addProperty(String property, Number value) { in addProperty() 113 public void addProperty(String property, Boolean value) { in addProperty() 124 public void addProperty(String property, Character value) { in addProperty() 174 public boolean has(String memberName) { in has() method in JsonObject
|
/aosp_15_r20/device/google/felix/vibrator/common/ |
D | HardwareBase.h | 51 Record(const char *func, const T &value, const std::ios *stream) in Record() 102 bool HwApiBase::has(const T &stream) { in has() function 112 bool HwApiBase::get(T *value, std::istream *stream) { in get() 127 bool HwApiBase::set(const T &value, std::ostream *stream) { in set() 142 bool HwApiBase::poll(const T &value, std::istream *stream, const int32_t timeoutMs) { in poll() 177 void HwApiBase::record(const char *func, const T &value, const std::ios *stream) { in record() 223 bool HwCalBase::getPersist(const char *key, T *value) { in getPersist()
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkTMultiMap.h | 48 void insert(const Key& key, T* value) { in insert() 66 void remove(const Key& key, const T* value) { in remove() 121 T* value = list->fValue; in findAndRemove() local 143 bool has(const T* value, const Key& key) const { in has() function
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/ |
D | LauncherPrefsImpl.java | 86 com.android.launcher3.Item item, @org.jetbrains.annotations.NotNull() in put() 119 …SharedPreferences.Editor $this$putValue, com.android.launcher3.Item item, java.lang.Object value) { in putValue() 149 public boolean has(@org.jetbrains.annotations.NotNull() in has() method in LauncherPrefsImpl
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | RandomVariable.h | 41 explicit RandomVariableRange(int value) : mChoices({value}) {} in RandomVariableRange() 51 bool has(int value) const { in has() function 100 int value = 0; member
|
/aosp_15_r20/frameworks/opt/bitmap/src/com/android/bitmap/util/ |
D | Exif.java | 195 int value = 0; in pack() local 203 private static boolean has(final InputStreamBuffer jpeg, final long byteSize, final int index) { in has() method in Exif
|
/aosp_15_r20/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
D | Exif.java | 190 int value = 0; in pack() local 198 private static boolean has(final InputStreamBuffer jpeg, final long byteSize, final int index) { in has() method in Exif
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/nodes/ |
H A D | DocumentType.java | 38 public void setPubSysKey(String value) { in setPubSysKey() 106 private boolean has(final String attribute) { in has() method in DocumentType
|
/aosp_15_r20/external/mesa3d/src/nouveau/winsys/ |
H A D | nouveau_device.c | 160 nouveau_ws_param(int fd, uint64_t param, uint64_t *value) in nouveau_ws_param() 263 uint64_t value = 0; in nouveau_ws_device_new() local 423 uint64_t has = 0; in nouveau_ws_device_has_tiled_bo() local
|
/aosp_15_r20/frameworks/native/libs/gui/ |
H A D | LayerMetadata.cpp | 96 bool LayerMetadata::has(uint32_t key) const { in has() function in android::gui::LayerMetadata 112 void LayerMetadata::setInt32(uint32_t key, int32_t value) { in setInt32()
|
/aosp_15_r20/libcore/json/src/main/java/org/json/ |
H A D | JSONObject.java | 196 Object value = copyFrom.opt(name); in JSONObject() local 216 @NonNull public JSONObject put(@NonNull String name, boolean value) throws JSONException { in put() 217 nameValuePairs.put(checkName(name), value); in put() local 229 @NonNull public JSONObject put(@NonNull String name, double value) throws JSONException { in put() 240 @NonNull public JSONObject put(@NonNull String name, int value) throws JSONException { in put() 241 nameValuePairs.put(checkName(name), value); in put() local 251 @NonNull public JSONObject put(@NonNull String name, long value) throws JSONException { in put() 252 nameValuePairs.put(checkName(name), value); in put() local 267 …@NonNull public JSONObject put(@NonNull String name, @Nullable Object value) throws JSONException { in put() 276 nameValuePairs.put(checkName(name), value); in put() local [all …]
|