/aosp12/frameworks/native/cmds/lshal/ |
H A D | TextTable.h | 60 void add() { mTable.emplace_back(); } in add() function 61 void add(std::vector<std::string>&& v) { in add() function 65 void add(const std::string& s) { mTable.emplace_back(s); } in add() function 66 void add(std::string&& s) { mTable.emplace_back(std::move(s)); } in add() function
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/ |
H A D | ObexAppParameters.java | 103 public void add(byte tag, byte val) { in add() method in ObexAppParameters 108 public void add(byte tag, short val) { in add() method in ObexAppParameters 113 public void add(byte tag, int val) { in add() method in ObexAppParameters 118 public void add(byte tag, long val) { in add() method in ObexAppParameters 123 public void add(byte tag, String val) { in add() method in ObexAppParameters 128 public void add(byte tag, byte[] bval) { in add() method in ObexAppParameters
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
H A D | ObexAppParameters.java | 103 public void add(byte tag, byte val) { in add() method in ObexAppParameters 108 public void add(byte tag, short val) { in add() method in ObexAppParameters 113 public void add(byte tag, int val) { in add() method in ObexAppParameters 118 public void add(byte tag, long val) { in add() method in ObexAppParameters 123 public void add(byte tag, String val) { in add() method in ObexAppParameters 128 public void add(byte tag, byte[] bval) { in add() method in ObexAppParameters
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | LightingColorFilter.java | 54 public LightingColorFilter(@ColorInt int mul, @ColorInt int add) { in LightingColorFilter() 104 public void setColorAdd(@ColorInt int add) { in setColorAdd() 116 private static native long native_CreateLightingFilter(int mul, int add); in native_CreateLightingFilter()
|
/aosp12/frameworks/av/media/libmedia/include/media/ |
H A D | PatchBuilder.h | 69 audio_port_config& add(const audio_port_config& portCfg) { in add() function 73 audio_port_config& add(const sp<T>& entity) { in add() function 79 void add(const sp<T>& entity, const mix_usecase_t& usecaseUpdate) { in add() function 83 void add(const sp<T>& entity, in add() function
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_0/ |
H A D | add.example.cpp | 7 namespace generated_tests::add { namespace 74 namespace generated_tests::add { namespace
|
/aosp12/frameworks/base/tools/split-select/ |
H A D | TestRules.h | 32 AndRule& add(const Rule& rhs) { in add() function 43 OrRule& add(const Rule& rhs) { in add() function
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | PackageTagsList.java | 256 public @NonNull Builder add(@NonNull String packageName) { in add() method in PackageTagsList.Builder 265 public @NonNull Builder add(@NonNull String packageName, @Nullable String attributionTag) { in add() method in PackageTagsList.Builder 284 public @NonNull Builder add(@NonNull String packageName, in add() method in PackageTagsList.Builder 307 public @NonNull Builder add(@NonNull PackageTagsList packageTagsList) { in add() method in PackageTagsList.Builder 316 public @NonNull Builder add(@NonNull Map<String, ? extends Set<String>> packageTagsMap) { in add() method in PackageTagsList.Builder
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
H A D | PrefixParser.cpp | 55 bool PrefixParser::add(vector<string> in) { in add() function in PrefixParser 59 bool PrefixParser::add(string in) { in add() function in PrefixParser 120 bool PrefixParser::add(vector<string> in, IP_FAM famHint) { in add() function in PrefixParser 131 bool PrefixParser::add(string in, IP_FAM famHint) { in add() function in PrefixParser
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/hal/src/ |
H A D | PrefixParser.cpp | 55 bool PrefixParser::add(vector<string> in) { in add() function in PrefixParser 59 bool PrefixParser::add(string in) { in add() function in PrefixParser 126 bool PrefixParser::add(vector<string> in, IP_FAM famHint) { in add() function in PrefixParser 137 bool PrefixParser::add(string in, IP_FAM famHint) { in add() function in PrefixParser
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/ |
H A D | PrefixParser.cpp | 55 bool PrefixParser::add(vector<string> in) { in add() function in PrefixParser 59 bool PrefixParser::add(string in) { in add() function in PrefixParser 126 bool PrefixParser::add(vector<string> in, IP_FAM famHint) { in add() function in PrefixParser 137 bool PrefixParser::add(string in, IP_FAM famHint) { in add() function in PrefixParser
|
/aosp12/frameworks/base/core/java/com/android/internal/view/ |
H A D | OneShotPreDrawListener.java | 55 public static OneShotPreDrawListener add(View view, Runnable runnable) { in add() method in OneShotPreDrawListener 68 public static OneShotPreDrawListener add(View view, boolean returnValue, Runnable runnable) { in add() method in OneShotPreDrawListener
|
/aosp12/art/test/640-checker-simd/src/ |
H A D | SimdShort.java | 36 static void add(int x) { in add() method in SimdShort 174 static void add() { in add() method in SimdShort
|
/aosp12/build/make/tools/zipalign/ |
H A D | ZipFile.h | 80 status_t add(const char* fileName, int compressionMethod, in add() function 85 status_t add(const char* fileName, const char* storageName, in add() function 97 status_t add(const void* data, size_t size, const char* storageName, in add() function
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/ |
H A D | MessageFactory.h | 108 void add(nlattrtype_t type, const A& attr) { in add() function 113 void add(nlattrtype_t type, const std::string& s) { in add() function
|
/aosp12/frameworks/ex/common/java/com/android/common/content/ |
H A D | ProjectionMap.java | 32 public Builder add(String column) { in add() method in ProjectionMap.Builder 37 public Builder add(String alias, String expression) { in add() method in ProjectionMap.Builder
|
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/ |
H A D | SpotFilter.kt | 93 fun add(cv: List<MotionEvent.PointerCoords>, tool: Int) { regex 99 fun add(evt: MotionEvent) { regex
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
H A D | ConfigurableTexts.java | 40 public int add(final TextView text) { in add() method in ConfigurableTexts 44 public int add(final TextView text, final int labelResId) { in add() method in ConfigurableTexts
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | ZipFile.h | 80 status_t add(const char* fileName, int compressionMethod, in add() function 85 status_t add(const char* fileName, const char* storageName, in add() function 111 status_t add(const void* data, size_t size, const char* storageName, in add() function
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
H A D | PendingAnimation.java | 66 public void add(Animator anim, TimeInterpolator interpolator, SpringProperty springProperty) { in add() method in PendingAnimation 71 public void add(Animator anim) { in add() method in PendingAnimation 75 public void add(Animator a, SpringProperty springProperty) { in add() method in PendingAnimation
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | Double2.java | 53 public static Double2 add(Double2 a, Double2 b) { in add() method in Double2 66 public void add(Double2 value) { in add() method in Double2 76 public void add(double value) { in add() method in Double2 88 public static Double2 add(Double2 a, double b) { in add() method in Double2
|
H A D | Byte2.java | 51 public void add(Byte2 a) { in add() method in Byte2 63 public static Byte2 add(Byte2 a, Byte2 b) { in add() method in Byte2 76 public void add(byte value) { in add() method in Byte2 88 public static Byte2 add(Byte2 a, byte b) { in add() method in Byte2
|
H A D | Float2.java | 52 public static Float2 add(Float2 a, Float2 b) { in add() method in Float2 65 public void add(Float2 value) { in add() method in Float2 75 public void add(float value) { in add() method in Float2 87 public static Float2 add(Float2 a, float b) { in add() method in Float2
|
/aosp12/system/netd/server/ |
H A D | RouteController.cpp | 458 bool add) { in modifyIncomingPacketMark() 483 [[nodiscard]] static int modifyVpnOutputToLocalRule(const char* vpnInterface, bool add) { in modifyVpnOutputToLocalRule() 495 uint32_t subPriority, bool secure, bool add) { in modifyVpnUidRangeRule() 523 bool add) { in modifyVpnSystemPermissionRule() 744 uid_t uidEnd, uint32_t subPriority, bool add, in modifyUidNetworkRule() 772 uint32_t subPriority, bool add) { in modifyUidDefaultNetworkRule() 796 bool add, bool modifyNonUidBasedRules) { in modifyPhysicalNetwork() 863 uint32_t subPriority, bool add, in modifyUidUnreachableRule() 891 uint32_t subPriority, bool add) { in modifyUidDefaultUnreachableRule() 914 bool add) { in modifyUnreachableNetwork() [all …]
|
/aosp12/art/compiler/optimizing/ |
H A D | induction_var_analysis_test.cc | 284 HInstruction* add = InsertInstruction( in TEST_F() local 316 HInstruction* add = InsertInstruction( in TEST_F() local 438 HInstruction* add = InsertInstruction( in TEST_F() local 467 HInstruction* add = InsertInstruction( in TEST_F() local 608 HInstruction* add = InsertInstruction( in TEST_F() local 687 HInstruction* add = InsertInstruction( in TEST_F() local 783 HInstruction* add = InsertInstruction( in TEST_F() local 1014 HInstruction* add = InsertInstruction( in TEST_F() local 1123 HInstruction* add = InsertInstruction( in TEST_F() local 1150 HInstruction* add = InsertInstruction( in TEST_F() local [all …]
|