Home
last modified time | relevance | path

Searched refs:name (Results 7951 - 7975 of 24112) sorted by relevance

1...<<311312313314315316317318319320>>...965

/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/
H A Ddentry_meta_file_clouddisk_test.cpp59 * @tc.name: CloudDiskMetaFileHandleFileByFd001
74 * @tc.name: CloudDiskMetaFileHandleFileByFd002
90 * @tc.name: CloudDiskMetaFileHandleFileByFd003
106 * @tc.name: CloudDiskMetaFileDoChildUpdateTest
114 string name = ""; in HWTEST_F() local
116 int ret = mFile.DoChildUpdate(name, callback); in HWTEST_F()
121 * @tc.name: DoLookupAndRemoveTest
135 * @tc.name: CloudDiskDentryFileCreateTest
162 * @tc.name: CloudDiskMetaFileLookupTest
178 * @tc.name
329 string name = ".trash"; HWTEST_F() local
355 string name = ".trash"; HWTEST_F() local
411 string name = "testName"; HWTEST_F() local
[all...]
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dsvc_restore_deps_manager_test.cpp61 * @tc.name: SUB_SvcRestoreDepsManager_GetRestoreBundleNames_0100
81 * @tc.name: SUB_SvcRestoreDepsManager_GetRestoreBundleNames_0200
91 BJsonEntityCaps::BundleInfo info1 = {.name = "com.example.app1", in HWTEST_F()
99 BJsonEntityCaps::BundleInfo info2 = {.name = "com.example.app2", in HWTEST_F()
118 * @tc.name: SUB_SvcRestoreDepsManager_GetRestoreBundleNames_0300
128 BJsonEntityCaps::BundleInfo info = {.name = BUNDLE_NAME, in HWTEST_F()
150 * @tc.name: SUB_SvcRestoreDepsManager_GetRestoreBundleMap_0100
168 * @tc.name: SUB_SvcRestoreDepsManager_GetRestoreBundleMap_0200
190 * @tc.name: SUB_SvcRestoreDepsManager_GetRestoreBundleMap_0300
212 * @tc.name
[all...]
/foundation/filemanagement/dfs_service/utils/system/src/
H A Dutils_directory.cpp295 bool IsFolder(const std::string &name) in IsFolder() argument
297 if (name.empty()) { in IsFolder()
301 if (stat(name.c_str(), &buf) != 0) { in IsFolder()
308 std::vector<std::string> GetFilePath(const std::string &name) in GetFilePath() argument
311 if (!IsFolder(name)) { in GetFilePath()
312 path.emplace_back(name); in GetFilePath()
315 auto dir = opendir(name.data()); in GetFilePath()
319 auto tmpPath = std::string(name).append("/").append(ent->d_name); in GetFilePath()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/
H A Deffect_napi.cpp133 napi_value ParseJsValue(napi_env env, napi_value jsObject, const std::string& name) in ParseJsValue() argument
136 napi_get_named_property(env, jsObject, name.c_str(), &value); in ParseJsValue()
245 bool ParseJsDoubleValue(napi_value jsObject, napi_env env, const std::string& name, double& data) in ParseJsDoubleValue() argument
248 napi_get_named_property(env, jsObject, name.c_str(), &value); in ParseJsDoubleValue()
256 UIEFFECT_LOG_E("[NAPI]Failed to convert parameter to data: %{public}s", name.c_str()); in ParseJsDoubleValue()
260 UIEFFECT_LOG_E("[NAPI]no property with: %{public}s", name.c_str()); in ParseJsDoubleValue()
266 bool ParseJsVec3Value(napi_value jsObject, napi_env env, const std::string& name, Vector3f& vecTmp) in ParseJsVec3Value() argument
269 napi_get_named_property(env, jsObject, name.c_str(), &param); in ParseJsVec3Value()
/third_party/ffmpeg/libavcodec/arm/
H A Dhevcdsp_init_neon.c72 #define PUT_PIXELS(name) \
73 void name(int16_t *dst, uint8_t *src, \
99 #define QPEL_FUNC(name) \
100 void name(int16_t *dst, ptrdiff_t dststride, uint8_t *src, ptrdiff_t srcstride, \
120 #define QPEL_FUNC_UW_PIX(name) \
121 void name(uint8_t *dst, ptrdiff_t dststride, uint8_t *_src, ptrdiff_t _srcstride, \
132 #define QPEL_FUNC_UW(name) \
133 void name(uint8_t *dst, ptrdiff_t dststride, uint8_t *_src, ptrdiff_t _srcstride, \
/third_party/ffmpeg/libavfilter/
H A Dvf_displace.c317 ctx->input_pads[0].name, srclink->w, srclink->h, in config_output()
318 ctx->input_pads[1].name, xlink->w, xlink->h, in config_output()
319 ctx->input_pads[2].name, ylink->w, ylink->h); in config_output()
369 .name = "source",
374 .name = "xmap",
378 .name = "ymap",
385 .name = "default",
392 .name = "displace",
H A Dvf_maskedmerge.c228 ctx->input_pads[0].name, base->w, base->h, in config_output()
229 ctx->input_pads[1].name, overlay->w, overlay->h, in config_output()
230 ctx->input_pads[2].name, mask->w, mask->h); in config_output()
282 .name = "base",
287 .name = "overlay",
291 .name = "mask",
298 .name = "default",
305 .name = "maskedmerge",
H A Dvf_xfade_opencl.c229 avctx->input_pads[0].name, inlink0->w, inlink0->h, in xfade_opencl_config_output()
230 avctx->input_pads[1].name, inlink1->w, inlink1->h); in xfade_opencl_config_output()
239 avctx->input_pads[0].name, inlink0->time_base.num, inlink0->time_base.den, in xfade_opencl_config_output()
240 avctx->input_pads[1].name, inlink1->time_base.num, inlink1->time_base.den); in xfade_opencl_config_output()
393 { "kernel", "set kernel name in program file for custom transition", OFFSET(kernel_name), AV_OPT_TYPE_STRING, {.str = NULL}, .flags = FLAGS },
403 .name = "main",
409 .name = "xfade",
418 .name = "default",
425 .name = "xfade_opencl",
/third_party/ffmpeg/libavdevice/
H A Dalsa.c281 char name[128]; in ff_alsa_open() local
282 av_channel_layout_describe(layout, name, sizeof(name)); in ff_alsa_open()
284 name, mode == SND_PCM_STREAM_PLAYBACK ? "playback" : "capture"); in ff_alsa_open()
366 char *name = NULL, *descr = NULL, *io = NULL, *tmp; in ff_alsa_get_device_list() local
374 name = snd_device_name_get_hint(*n, "NAME"); in ff_alsa_get_device_list()
383 new_device->device_name = av_strdup(name); in ff_alsa_get_device_list()
402 free(name); in ff_alsa_get_device_list()
/third_party/ffmpeg/libavformat/
H A Dbintext.c107 #define GET_EFI2_META(name,size) \ in next_tag_read()
113 av_dict_set(&avctx->metadata, name, buf, 0); \ in next_tag_read()
382 #define CLASS(name) \
384 .class_name = name, \
392 .name = "bin",
404 .name = "xbin",
416 .name = "adf",
428 .name = "idf",
/third_party/ffmpeg/libavresample/
H A Daudio_data.c76 const char *name) in ff_audio_data_init()
111 a->name = name ? name : "{no name}"; in ff_audio_data_init()
120 enum AVSampleFormat sample_fmt, const char *name) in ff_audio_data_alloc()
147 a->name = name ? name : "{no name}"; in ff_audio_data_alloc()
73 ff_audio_data_init(AudioData *a, uint8_t * const *src, int plane_size, int channels, int nb_samples, enum AVSampleFormat sample_fmt, int read_only, const char *name) ff_audio_data_init() argument
119 ff_audio_data_alloc(int channels, int nb_samples, enum AVSampleFormat sample_fmt, const char *name) ff_audio_data_alloc() argument
[all...]
/third_party/ffmpeg/tools/
H A Dsidxindex.c36 const char *name; member
170 track->name = file; in handle_file()
172 track->name = ptr + 1; in handle_file()
297 if (strcmp(track->name, adaptation_sets[set][0]->name)) in output_mpd()
309 if (strcmp(track->name, first_track->name)) in output_mpd()
333 fprintf(out, "\t\t\t\t<BaseURL>%s</BaseURL>\n", first_track->name); in output_mpd()
/third_party/astc-encoder/Test/
H A Dastc_trace_analysis.py159 def get_attrib(data, name, multiple=False, hard_fail=True):
162 if len(attrib) == 2 and attrib[0] == name:
168 assert False, "Attribute %s not found" % name
176 assert False, "Attribute %s found %u times" % (name, len(results))
207 def get_node(data, name, multiple=False, hard_fail=True):
210 if len(attrib) == 3 and attrib[0] == "node" and attrib[1] == name:
216 assert False, "Node %s not found" % name
222 assert False, "Node %s found %u times" % (name, len(results))
/third_party/cares/include/
H A Dares.h10 * documentation, and that the name of M.I.T. not be used in
420 const char *name,
427 const char *name,
434 const char *name,
440 const char *name,
478 CARES_EXTERN int ares_create_query(const char *name,
487 CARES_EXTERN int ares_mkquery(const char *name,
614 * name - value (canonical name) of the resource record.
620 char *name; member
627 char *name; global() member
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2DataModel.java597 private final String name; field in Mf2DataModel.Variable
600 this.name = builder.name; in Variable()
622 return name; in getName()
631 private String name; field in Mf2DataModel.Variable.Builder
642 public Builder setName(String name) { in setName() argument
643 this.name = name; in setName()
/third_party/icu/icu4c/source/test/perf/leperf/
H A DPortableFontInstance.cpp14 * file name: PortableFontInstance.cpp
310 char *name = ((char *) fNAMETable) + fNameStringOffset + SWAPW(nameRecord->offset); in getNameString() local
314 LE_ARRAY_COPY(result, name, length); in getNameString()
343 LEUnicode16 *name = (LEUnicode16 *) (((char *) fNAMETable) + fNameStringOffset + SWAPW(nameRecord->offset)); in getUnicodeNameString() local
348 result[c] = SWAPW(name[c]); in getUnicodeNameString()
360 void PortableFontInstance::deleteNameString(const char *name) const in deleteNameString()
362 LE_DELETE_ARRAY(name); in deleteNameString()
365 void PortableFontInstance::deleteNameString(const LEUnicode16 *name) const in deleteNameString()
367 LE_DELETE_ARRAY(name); in deleteNameString()
/third_party/icu/icu4c/source/test/letest/
H A DPortableFontInstance.cpp10 * file name: PortableFontInstance.cpp
302 char *name = ((char *) fNAMETable) + fNameStringOffset + SWAPW(nameRecord->offset); in getNameString() local
306 LE_ARRAY_COPY(result, name, length); in getNameString()
335 LEUnicode16 *name = (LEUnicode16 *) (((char *) fNAMETable) + fNameStringOffset + SWAPW(nameRecord->offset)); in getUnicodeNameString() local
340 result[c] = SWAPW(name[c]); in getUnicodeNameString()
352 void PortableFontInstance::deleteNameString(const char *name) const in deleteNameString()
354 LE_DELETE_ARRAY(name); in deleteNameString()
357 void PortableFontInstance::deleteNameString(const LEUnicode16 *name) const in deleteNameString()
359 LE_DELETE_ARRAY(name); in deleteNameString()
/third_party/icu/icu4c/source/test/perf/unisetperf/
H A Dunisetperf.cpp10 * file name: unisetperf.cpp
92 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
410 UPerfFunction* UnicodeSetPerformanceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* par) { in runIndexedTest() argument
412 case 0: name = "Contains"; if (exec) return Contains::get(*this); break; in runIndexedTest()
413 case 1: name = "SpanUTF16"; if (exec) return SpanUTF16::get(*this); break; in runIndexedTest()
414 case 2: name = "SpanBackUTF16";if (exec) return SpanBackUTF16::get(*this); break; in runIndexedTest()
415 case 3: name = "SpanUTF8"; if (exec) return SpanUTF8::get(*this); break; in runIndexedTest()
416 case 4: name = "SpanBackUTF8"; if (exec) return SpanBackUTF8::get(*this); break; in runIndexedTest()
417 default: name = ""; break; in runIndexedTest()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h45 #define LINUX_LIST_HEAD_INIT(name) { &(name), &(name) }
47 #define LINUX_LIST_HEAD(name) \
48 struct list_head name = LINUX_LIST_HEAD_INIT(name)
309 #define HLIST_HEAD(name) struct hlist_head name = HLIST_HEAD_INIT
/third_party/icu/icu4c/source/i18n/
H A Ddayperiodrules.cpp344 char name[ULOC_FULLNAME_CAPACITY]; in getInstance() local
348 uprv_strcpy(name, localeCode); in getInstance()
351 if (*name == '\0') { in getInstance()
352 uprv_strcpy(name, "root"); in getInstance()
360 while (*name != '\0') { in getInstance()
361 ruleSetNum = uhash_geti(data->localeToRuleSetNumMap, name); in getInstance()
363 // name and parentName can't be the same pointer, so fill in parent then copy to child. in getInstance()
364 uloc_getParent(name, parentName, ULOC_FULLNAME_CAPACITY, &errorCode); in getInstance()
369 uprv_strcpy(name, parentName); in getInstance()
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
H A DBuildMetadataProtoFromXml.java42 * Based on the name of the {@code inputFile}, some optimization and removal of unnecessary metadata
179 // country calling codes instead of the region code to form the file name. in start()
343 private final String name; field in BuildMetadataProtoFromXml.ClassWriter
351 ClassWriter(String outputDir, String name, String copyright) throws IOException { in ClassWriter() argument
352 this.name = name; in ClassWriter()
358 writer = new BufferedWriter(new FileWriter(new File(outputDir, name + ".java"))); in ClassWriter()
361 void addToImports(String name) { in addToImports() argument
362 imports.add(name); in addToImports()
385 writer.write("public class " + name in writeToFile()
[all...]
/third_party/libuv/test/
H A Dtest-fs-readdir.c299 ASSERT(strcmp(dirents[0].name, "file1") == 0 || in non_empty_readdir_cb()
300 strcmp(dirents[0].name, "file2") == 0 || in non_empty_readdir_cb()
301 strcmp(dirents[0].name, "test_subdir") == 0); in non_empty_readdir_cb()
303 if (!strcmp(dirents[0].name, "test_subdir")) in non_empty_readdir_cb()
415 ASSERT(strcmp(dirents[0].name, "file1") == 0 || in TEST_IMPL()
416 strcmp(dirents[0].name, "file2") == 0 || in TEST_IMPL()
417 strcmp(dirents[0].name, "test_subdir") == 0); in TEST_IMPL()
419 if (!strcmp(dirents[0].name, "test_subdir")) in TEST_IMPL()
/third_party/mesa3d/src/amd/common/
H A Dac_surface_modifier_test.c35 const char *name; member
206 const char *name, in test_modifier()
239 .name = name, in test_modifier()
340 static void run_modifier_test(struct u_vector *test_entries, const char *name, in run_modifier_test() argument
366 test_modifier(info, name, addrlib, modifiers[i], formats[j], test_entries); in run_modifier_test()
394 util_format_get_blocksize(e->format), e->name, e->pipes, e->rb, e->se, e->banks_or_pkrs); in print_test_entry()
407 run_modifier_test(&test_entries, testcases[i].name, &info); in main()
205 test_modifier(const struct radeon_info *info, const char *name, struct ac_addrlib *addrlib, uint64_t modifier, enum pipe_format format, struct u_vector *test_entries) test_modifier() argument
/third_party/lzma/CPP/7zip/Archive/
H A DIArchive.h58 const UInt32 kKeepName = 1 << 0; // keep name of file in archive name
264 x(GetStream(const wchar_t *name, IInStream **inStream))
273 x(SetSubArchiveName(const wchar_t *name))
324 x(GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)) \
326 x(GetArchivePropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)) \
369 x(GetRawPropInfo(UInt32 index, BSTR *name, PROPID *propID))
586 Z7_COM7F_IMF(CHandler::f(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)) \
593 *name = NULL; return S_OK; } \
600 *name
[all...]
/third_party/mesa3d/src/drm-shim/
H A Ddrm_shim.c148 static void *get_function_pointer(const char *name) in get_function_pointer() argument
150 void *func = dlsym(RTLD_NEXT, name); in get_function_pointer()
152 fprintf(stderr, "Failed to resolve %s\n", name); in get_function_pointer()
510 opendir(const char *name) in opendir() argument
514 DIR *dir = real_opendir(name); in opendir()
515 if (strcmp(name, "/dev/dri") == 0) { in opendir()
612 const char *name; in readlink() member
626 strncpy(buf, bus_types[i].name, size); in readlink()

Completed in 30 milliseconds

1...<<311312313314315316317318319320>>...965