/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | json.h | 33 void append(BASE_NS::string& out, const typename value_t<T>::string& string) in append() function 41 void append( in append() function 71 void append( in append() function 98 void append(BASE_NS::string& out, const double floatingPoint) in append() function
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | GrowingArrayUtils.java | 44 public static <T> T[] append(T[] array, int currentSize, T element) { in append() method in GrowingArrayUtils 62 public static int[] append(int[] array, int currentSize, int element) { in append() method in GrowingArrayUtils 77 public static long[] append(long[] array, int currentSize, long element) { in append() method in GrowingArrayUtils 92 public static boolean[] append(boolean[] array, int currentSize, boolean element) { in append() method in GrowingArrayUtils 107 public static float[] append(float[] array, int currentSize, float element) { in append() method in GrowingArrayUtils
|
H A D | FastXmlSerializer.java | 91 private void append(char c) throws IOException { in append() method in FastXmlSerializer 101 private void append(String str, int i, final int length) throws IOException { in append() method in FastXmlSerializer 120 private void append(char[] buf, int i, final int length) throws IOException { in append() method in FastXmlSerializer 139 private void append(String str) throws IOException { in append() method in FastXmlSerializer
|
H A D | RingBuffer.java | 59 public void append(T t) { in append() method in RingBuffer
|
/aosp14/frameworks/base/core/java/android/text/ |
H A D | Editable.java | 82 public Editable append(CharSequence text); in append() method 88 public Editable append(CharSequence text, int start, int end); in append() method 94 public Editable append(char text); in append() method
|
H A D | AutoGrowArray.java | 89 public void append(byte value) { in append() method in AutoGrowArray.ByteArray 198 public void append(int value) { in append() method in AutoGrowArray.IntArray 307 public void append(float value) { in append() method in AutoGrowArray.FloatArray
|
/aosp14/frameworks/base/media/java/android/mtp/ |
H A D | MtpPropertyList.java | 55 public void append(int handle, int property, int type, long value) { in append() method in MtpPropertyList 64 public void append(int handle, int property, String value) { in append() method in MtpPropertyList
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/crypto_engine_test/include/ |
H A D | hks_openssl_hmac_test.h | 23 void *append; member
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | PinShapeInput.java | 29 void append(); in append() method
|
H A D | PinShapeHintingView.java | 68 public void append() { in append() method in PinShapeHintingView
|
/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/ |
H A D | Printer.kt | 48 fun append(s: String) { regex
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/ |
H A D | hks_openssl_aes.h | 74 void *append; member
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | LoggingPrintStream.java | 329 public synchronized PrintStream append(char c) { in append() method in LoggingPrintStream 335 public synchronized PrintStream append(CharSequence csq) { in append() method in LoggingPrintStream 342 public synchronized PrintStream append( in append() method in LoggingPrintStream
|
/aosp14/frameworks/base/core/java/android/view/accessibility/ |
H A D | WeakSparseArray.java | 31 public void append(int key, E value) { in append() method in WeakSparseArray
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/ |
H A D | PinInputViewModel.kt | 67 fun append(digit: Int): PinInputViewModel { regex
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics3d/ |
H A D | js-apis-inner-scene-nodes.md | 99 ### append subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics3d/ |
H A D | js-apis-inner-scene-nodes.md | 98 ### append subsection
|
/aosp14/frameworks/base/core/java/com/android/internal/content/ |
H A D | SelectionBuilder.java | 50 public SelectionBuilder append(String selection, Object... selectionArgs) { in append() method in SelectionBuilder
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/ |
H A D | open_options.rs | 150 pub fn append(&mut self, append: bool) -> &mut OpenOptions { in append() method
|
H A D | file_buf.rs | 52 pub(crate) fn append(&mut self, other: &[u8], buf_size_limit: usize) -> usize { in append() method
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | string.h | 573 basic_string& append(size_type count, value_type a) in append() function 595 basic_string& append(const_pointer const a) in append() function 600 basic_string& append(const_pointer const str, size_type count) in append() function 634 basic_string& append(const string_view& b) in append() function 639 basic_string& append(const string_view& b, size_type pos) in append() function 646 basic_string& append(const string_view& b, size_type pos, size_type count) in append() function
|
/ohos5.0/commonlibrary/utils_lite/js/builtin/filekit/src/ |
H A D | nativeapi_fs_impl.c | 260 int WriteTextFile(const char* fileName, const void* buf, size_t len, bool append) in WriteTextFile() 288 …iteArrayFile(const char* fileName, const void* buf, size_t len, unsigned int position, bool append) in WriteArrayFile()
|
/aosp14/frameworks/base/core/java/android/content/pm/split/ |
H A D | SplitDependencyLoader.java | 143 private static int[] append(int[] src, int elem) { in append() method in SplitDependencyLoader
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
H A D | hks_mbedtls_hmac.c | 40 void *append; member
|
/aosp14/system/core/libutils/ |
H A D | String8_test.cpp | 106 TEST_F(String8Test, append) { in TEST_F() argument
|