| /interface/sdk_c/third_party/zlib/ |
| D | BUILD.gn | 1 # Copyright (c) 2019-2022 Huawei Device Co., Ltd. All rights reserved. 21 "adler32.c", 22 "compress.c", 23 "contrib/minizip/ioapi.c", 24 "contrib/minizip/unzip.c", 25 "contrib/minizip/zip.c", 26 "crc32.c", 28 "deflate.c", 30 "gzclose.c", 32 "gzlib.c", [all …]
|
| /interface/sdk_c/third_party/musl/ndk_musl_include/ |
| D | stdint.h | 97 #define INT8_C(c) c argument 98 #define INT16_C(c) c argument 99 #define INT32_C(c) c argument 101 #define UINT8_C(c) c argument 102 #define UINT16_C(c) c argument 103 #define UINT32_C(c) c ## U argument 106 #define INT64_C(c) c ## L argument 107 #define UINT64_C(c) c ## UL argument 108 #define INTMAX_C(c) c ## L argument 109 #define UINTMAX_C(c) c ## UL argument [all …]
|
| D | sched.h | 115 #define CPU_AND_S(a,b,c,d) __CPU_AND_S(a,b,c,d) argument 116 #define CPU_OR_S(a,b,c,d) __CPU_OR_S(a,b,c,d) argument 117 #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d) argument
|
| D | tgmath.h | 46 #define __type1(c,t) __typeof__(*(0?(t*)0:(void*)!(c))) argument 48 #define __type2(c,t1,t2) __typeof__(*(0?(__type1(c,t1)*)0:(__type1(!(c),t2)*)0)) argument 108 __FLTCX(x) ? c ## fun ## f (x) : \ 109 __DBLCX(x) ? c ## fun (x) : \ 110 __LDBLCX(x) ? c ## fun ## l (x) : \
|
| /interface/sdk_c/third_party/musl/ndk_musl_include/fortify/ |
| D | string.h | 26 void *__memchr_chk(const void* s, int c, size_t n, size_t actual_size); 167 void *memset(void *const s __DIAGNOSE_PASS_OBJECT_SIZE0, int c, size_t n) in memset() argument 169 __DIAGNOSE_WARNING_IF(c && !n, "'memset' will set 0 bytes; maybe the arguments got flipped?") in memset() 172 return __builtin___memset_chk(s, c, n, __DIAGNOSE_BOS0(s)); in memset() 174 return __builtin_memset(s, c, n); in memset() 180 void *memchr(const void *const s __DIAGNOSE_PASS_OBJECT_SIZE, int c, size_t n) in memchr() argument 185 return __builtin_memchr(s, c, n); in memchr() 187 return __memchr_chk(s, c, n, bos); in memchr() 195 void *memrchr(const void *const __DIAGNOSE_PASS_OBJECT_SIZE s, int c, size_t n) in memrchr() argument 200 return __memrchr_real(s, c, n); in memrchr() [all …]
|
| /interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/ |
| D | outputProcessor.ts | 122 for (let c of str) { 123 if (c >= '0' && c <= '9') { 126 if (c >= 'a' && c <= 'f') { 134 for (let c of str) { 135 if (c >= '0' && c <= '9') { 138 if (c >= 'A' && c <= 'F') {
|
| /interface/sdk_c/resourceschedule/ffrt/ |
| D | BUILD.gn | 1 # Copyright (c) 2023 Huawei Device Co., Ltd. 20 "c/condition_variable.h", 21 "c/mutex.h", 22 "c/queue.h", 23 "c/sleep.h", 24 "c/task.h", 25 "c/type_def.h",
|
| /interface/sdk_c/multimedia/player_framework/avscreen_capture/ |
| D | BUILD.gn | 21 "$MEDIA_PLAYER_ROOT_DIR/interfaces/kits/c/native_avscreen_capture.h", 22 "$MEDIA_PLAYER_ROOT_DIR/interfaces/kits/c/native_avscreen_capture_base.h", 23 "$MEDIA_PLAYER_ROOT_DIR/interfaces/kits/c/native_avscreen_capture_errors.h",
|
| /interface/sdk-js/build-tools/dts_parser/test/ut/apiStatistics/ |
| D | ut_type_first_level_node_006.d.ts | 16 type TextOneType = { a: string; b: '123'; c: 123 };
|
| D | ut_type_complex_type_001.d.ts | 16 type TextOneType = { a: string & number; b: '123' | 123; c: (false & 123) | number };
|
| D | ut_type_child_node_006.d.ts | 17 type TextOneType = { a: string; b: '123'; c: 123 };
|
| D | ut_field_namespace_child_node.d.ts | 17 export type test = { a: string; b: '123'; c: false };
|
| /interface/sdk-js/build-tools/dts_parser/test/ut/parser/ |
| D | ut_type_complex_type_001.d.ts | 16 type TextOneType = { a: string & number; b: '123' | 123; c: (false & 123) | number };
|
| D | ut_type_first_level_node_006.d.ts | 16 type TextOneType = { a: string; b: '123'; c: 123 };
|
| D | ut_type_child_node_006.d.ts | 17 type TextOneType = { a: string; b: '123'; c: 123 };
|
| D | ut_field_namespace_child_node.d.ts | 17 export type test = { a: string; b: '123'; c: false };
|
| /interface/sdk_c/third_party/openSLES/api/1.0.1/ |
| D | README.txt | 1 When building applications using the OpenSL-ES API you should compile and link the OpenSLES_IID.c f…
|
| /interface/sdk_c/third_party/openSLES/api/1.0/ |
| D | README.txt | 1 When building applications using the OpenSL-ES API you should compile and link the OpenSLES_IID.c f…
|
| /interface/sdk_c/third_party/openSLES/api/1.1/ |
| D | README.txt | 2 and link the OpenSLES_IID.c file into your project. This file
|
| /interface/sdk_c/third_party/egl/ |
| D | BUILD.gn | 1 # Copyright (c) 2021-2023 Huawei Device Co., Ltd.
|
| /interface/sdk-js/build-tools/dts_parser/test/mocha/ |
| D | .mocharc.jsonc | 2 * Copyright (c) 2023 Huawei Device Co., Ltd.
|
| /interface/sdk-js/build-tools/jsdoc_format_plugin/test/mocha/ |
| D | .mocharc.jsonc | 2 * Copyright (c) 2023 Huawei Device Co., Ltd.
|
| /interface/sdk_c/third_party/openGLES/ |
| D | BUILD.gn | 1 # Copyright (c) 2021 Huawei Device Co., Ltd.
|
| /interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/action/view/ |
| D | ShowChangeLogsDialog.java | 212 int c = table.columnAtPoint(p); in mouseClicked() local 213 if (c != 1) { in mouseClicked() 219 url = new URL(table.getValueAt(r, c).toString()); in mouseClicked()
|
| /interface/sdk_c/third_party/libuv/ |
| D | LICENSE | 4 Copyright (c) 2015-present libuv project contributors. 58 - inet_pton and inet_ntop implementations, contained in src/inet.c, are 65 - pthread-fixes.c, copyright Google Inc. and Sony Mobile Communications AB.
|