/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStoreQuery.test.js | 22 + "name TEXT NOT NULL, " + "age INTEGER, " + "salary REAL, " + "blobType BLOB)"
24 name: "Query.db",
42 "name": "zhangsan",
51 "name": "lisi",
60 "name": "wangwu",
145 await data_Rdb.deleteRdbStore(context, STORE_CONFIG.name)
153 * @tc.name RelationalStore remotequery test
161 predicates.equalTo("name", "zhangsan")
163 await rdbStore.remoteQuery(localDeviceId,"test",predicates,["name","age","salary"]).then((resultSet) => {
180 * @tc.name RelationalStor [all...] |
/third_party/curl/tests/libtest/ |
H A D | lib582.c | 219 int evBitmask, const char *name) in checkFdSet() 224 notifyCurl(curl, sockets->sockets[i], evBitmask, name); in checkFdSet() 218 checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, int evBitmask, const char *name) checkFdSet() argument
|
H A D | lib530.c | 247 int evBitmask, const char *name) in checkFdSet() 253 result = socket_action(curl, sockets->sockets[i], evBitmask, name); in checkFdSet() 245 checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, int evBitmask, const char *name) checkFdSet() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | aptxenc.c | 249 .p.name = "aptx", 271 .p.name = "aptx_hd",
|
H A D | mpegvideo_xvmc.c | 352 .name = "mpeg1_xvmc", 366 .name = "mpeg2_xvmc",
|
H A D | mscc.c | 255 .p.name = "mscc", 268 .p.name = "srgc",
|
H A D | mvcdec.c | 259 .p.name = "mvc1", 273 .p.name = "mvc2",
|
/third_party/f2fs-tools/mkfs/ |
H A D | f2fs_format_main.c | 183 { .name = "help", .has_arg = 0, .flag = NULL, .val = 'h' }, in f2fs_parse_options() 184 { .name = NULL, .has_arg = 0, .flag = NULL, .val = 0 } in f2fs_parse_options()
|
/third_party/ffmpeg/compat/cuda/ |
H A D | cuda_runtime.h | 94 #define GET(name, reg) static inline __device__ uint3 name() {\
|
/third_party/ffmpeg/libavfilter/ |
H A D | asrc_afirsrc.c | 285 .name = "default", 292 .name = "afirsrc",
|
H A D | vf_blend_init.h | 78 #define BLEND_NORMAL(name, type) \ 79 static void blend_normal_##name(const uint8_t *_top, ptrdiff_t top_linesize, \
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_blend_init.c | 26 #define BLEND_FUNC(name, opt) \ 27 void ff_blend_##name##_##opt(const uint8_t *top, ptrdiff_t top_linesize, \
|
/third_party/ffmpeg/libavformat/ |
H A D | mmf.c | 301 .name = "mmf", 313 .name = "mmf",
|
H A D | apm.c | 205 .name = "apm", 307 .name = "apm",
|
H A D | au.c | 233 .name = "au", 335 .name = "au",
|
H A D | concat.c | 199 .name = "concat", 309 .name = "concatf",
|
H A D | img2enc.c | 174 av_log(s, AV_LOG_ERROR, "Cannot write more than one file with the same name. Are you missing the -update option or a sequence pattern?\n"); in write_packet() 272 .name = "image2", 288 .name = "image2pipe",
|
/third_party/ffmpeg/libavresample/tests/ |
H A D | avresample.c | 41 #define PUT_FUNC(name, fmt, type, expr) \ 42 static void put_sample_ ## name(void **data, enum AVSampleFormat sample_fmt,\
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_drm.c | 69 "version %d.%d.%d.\n", device, version->name, in drm_device_create() 306 .name = "DRM",
|
H A D | tx_priv.h | 73 .name = TX_FN_NAME_STR(fn, suffix), \ 178 const char *name; /* Codelet name, for debugging */ member
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | iomapper.h | 18 // Neither the name of 3Dlabs Inc. Ltd. nor the names of its 334 // If set, the uniform block with the given name will be changed to be backed by 336 void setAutoPushConstantBlock(const char* name, unsigned int maxSize, TLayoutPacking packing) { in setAutoPushConstantBlock() argument 337 autoPushConstantBlockName = name; in setAutoPushConstantBlock()
|
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_altivec.c | 102 #define FUNC(name) name ## _altivec
|
/third_party/backends/backend/ |
H A D | epson2.h | 64 #define DEVICE_NAME_LEN (16) /* length of device name in extended status */ 297 char *name; member 310 char *name; member
|
/third_party/backends/sanei/ |
H A D | sanei_config.c | 310 if (strcmp (config->descriptors[i]->name, token) == 0) in sanei_configure_attach() 405 config->descriptors[i]->name); in sanei_configure_attach()
|
/third_party/cups-filters/fontembed/ |
H A D | aglfn13.c | 47 struct agl_lt { unsigned short uid; const char *name; } agl_lxx[]={ member 204 return res->name; in aglfn13()
|