Home
last modified time | relevance | path

Searched refs:name (Results 8251 - 8275 of 60061) sorted by relevance

1...<<331332333334335336337338339340>>...2403

/test/xts/acts/security_lite/huks/liteos_m_adapter/
H A Dhks_others_test.c37 * @param: test subsystem name
38 * @param: c_example module name
39 * @param: CalcMultiTest test suit name
60 attr.name = "test"; in HksOthersTestSetUp()
156 * @tc.name: HksOthersTest.HksOthersTest001
165 attr.name = "test"; in LITE_TEST_CASE()
178 * @tc.name: HksOthersTest.HksOthersTest002
187 attr.name = "test"; in LITE_TEST_CASE()
200 * @tc.name: HksOthersTest.HksOthersTest003
209 attr.name in LITE_TEST_CASE()
[all...]
/third_party/elfutils/tests/
H A Dshow-die-info.c65 const char *name; in handle() local
85 name = dwarf_diename (die); in handle()
86 if (name == 0) in handle()
87 name = "* NO NAME *"; in handle()
93 printf ("%*s Name : %s\n", n * 5, "", name); in handle()
288 || (name = dwarf_formstring (&attr)) == NULL) in handle()
291 printf ("%*s directory : %s\n", n * 5, "", name); in handle()
298 || (name = dwarf_formstring (&attr)) == NULL) in handle()
301 printf ("%*s producer : %s\n", n * 5, "", name); in handle()
/third_party/elfutils/libdwfl/
H A Ddwfl_module_addrsym.c133 const char *name, GElf_Word shndx, in try_sym_value()
156 state->closest_name = name; in try_sym_value()
172 state->sizeless_name = name; in try_sym_value()
192 state->closest_name = name; in try_sym_value()
208 const char *name = __libdwfl_getsym (state->mod, i, &sym, &value, in search_table() local
212 if (name != NULL && name[0] != '\0' in search_table()
219 try_sym_value (state, value, &sym, name, shndx, elf, resolved); in search_table()
230 try_sym_value (state, adjusted_st_value, &sym, name, shndx, in search_table()
237 /* Returns the name o
131 try_sym_value(struct search_state *state, GElf_Addr value, GElf_Sym *sym, const char *name, GElf_Word shndx, Elf *elf, bool resolved) try_sym_value() argument
[all...]
/third_party/eudev/src/udev/
H A Dudev-node.c229 const char *name = udev_list_entry_get_name(list_entry); in udev_node_update_old_links() local
233 /* check if old link name still belongs to this device */ in udev_node_update_old_links()
238 if (streq(name, name_current)) { in udev_node_update_old_links()
246 log_debug("update old name, '%s' no longer belonging to '%s'", in udev_node_update_old_links()
247 name, udev_device_get_devpath(dev)); in udev_node_update_old_links()
248 link_update(dev, name, false); in udev_node_update_old_links()
297 const char *name, *label; in node_permissions_apply() local
300 name = udev_list_entry_get_name(entry); in node_permissions_apply()
303 if (streq(name, "selinux")) { in node_permissions_apply()
312 } else if (streq(name, "smac in node_permissions_apply()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dasrc_flite.c72 #define DECLARE_REGISTER_VOICE_FN(name) \
73 cst_voice *register_cmu_us_## name(const char *); \
74 void unregister_cmu_us_## name(cst_voice *)
82 const char *name; member
90 .name = #voice_name, \
107 voice_entries[i].name, i < (n-1) ? sep : "\n"); in list_voices()
116 if (!strcmp(entry->name, voice_name)) { in select_voice()
286 .name = "default",
294 .name = "flite",
H A Dvf_colorkey.c66 #define COLORKEY_SLICE(name, type) \
67 static int do_colorkey_slice##name(AVFilterContext *avctx, \
102 #define COLORHOLD_SLICE(name, type, htype) \
103 static int do_colorhold_slice##name(AVFilterContext *avctx, void *arg, \
177 if (!strcmp(avctx->filter->name, "colorkey")) { in config_output()
198 .name = "default",
207 .name = "default",
228 .name = "colorkey",
252 .name = "colorhold",
/third_party/glslang/glslang/Include/
H A DCommon.h19 // Neither the name of 3Dlabs Inc. Ltd. nor the names of its
228 name = nullptr; string = 0; line = 0; column = 0; in init()
231 // Returns the name if it exists. Otherwise, returns the string number.
234 if (name != nullptr) { in getStringNameOrNum()
235 TString qstr = quoteStringName ? ("\"" + *name + "\"") : *name; in getStringNameOrNum()
243 if (name == nullptr) in getFilename()
245 return name->c_str(); in getFilename()
247 const char* getFilenameStr() const { return name == nullptr ? "" : name in getFilename()
248 TString* name; // descriptive name for this string, when a textual name is available, otherwise nullptr global() member
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmapts.cpp26 void IntlTestDateFormatAPI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
30 case 0: name = "DateFormat API test"; in runIndexedTest()
44 case 1: name = "TestEquals"; in runIndexedTest()
51 case 2: name = "TestNameHiding"; in runIndexedTest()
58 case 3: name = "TestCoverage"; in runIndexedTest()
65 default: name = ""; break; in runIndexedTest()
219 UnicodeString name; in testAPI() local
220 name = locales[i].getName(); in testAPI()
221 logln(name); in testAPI()
283 // compile-time name hidin in TestNameHiding()
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Dhicamera_control.c13 * 3. Neither the name of the copyright holder nor the names of its contributors may be used
132 (void)memcpy_s(cmd_cb->name, sizeof(cmd_cb->name), cmd->name, sizeof(cmd->name)); in new_cmd_add()
168 dprintf("cmd_id=%u, name:%s, func:%x\n", g_cmd_map[i].id, g_cmd_map[i].name, g_cmd_map[i].uvc_control_func); in hi_camera_cmd_info_print()
578 .name = "hicamera_unit_control",
583 .name = "h264_unit_control",
588 .name
[all...]
/third_party/libsnd/src/
H A Dmat4.c211 char name [64] ; in mat4_read_header() local
235 if (namesize >= SIGNED_SIZEOF (name)) in mat4_read_header()
238 psf_binheader_readf (psf, "b", name, namesize) ; in mat4_read_header()
239 name [namesize] = 0 ; in mat4_read_header()
241 psf_log_printf (psf, " Name : %s\n", name) ; in mat4_read_header()
265 if (namesize >= SIGNED_SIZEOF (name)) in mat4_read_header()
268 psf_binheader_readf (psf, "b", name, namesize) ; in mat4_read_header()
269 name [namesize] = 0 ; in mat4_read_header()
271 psf_log_printf (psf, " Name : %s\n", name) ; in mat4_read_header()
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/netdev/
H A Dwifi-esp32.c203 lwsl_err("%s: %s scan failed\n", __func__, wnd->inst.name); in lws_netdev_wifi_scan_plat()
208 * passed down by matching network interface name via generic lws_netdev. All
248 "\"if\":\"%s\"}", wnd->inst.name); in lws_netdev_wifi_event_plat()
261 "\"if\":\"%s\"}", wnd->inst.name); in lws_netdev_wifi_event_plat()
303 * that have if matching the netdev name to that netdev's in _event_handler_wifi()
312 wnd->inst.name, (int)event_id); in _event_handler_wifi()
374 "\"ipv4\":\"%s\"}", wnd->inst.name, ip); in _event_handler_ip()
416 const char *name, void *platinfo) in lws_netdev_wifi_create_plat()
425 lws_netdev_instance_create(&wnde32->wnd.inst, ctx, ops, name, platinfo); in lws_netdev_wifi_create_plat()
460 wnde32->wnd.inst.name); in lws_netdev_wifi_up_plat()
414 lws_netdev_wifi_create_plat(struct lws_context *ctx, const lws_netdev_ops_t *ops, const char *name, void *platinfo) lws_netdev_wifi_create_plat() argument
[all...]
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_name.tex8 \begin{Name}{3}{unw\_get\_proc\_name}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_name}unw\_get\_proc\_name -- get name of current procedure
19 The \Func{unw\_get\_proc\_name}() routine returns the name of the
23 the name of the procedure. The \Var{offp} argument is a pointer to a
37 may return the name of a label or a preceeding (nearby) procedure.
39 the returned name, which ensures that the value (address) of the
40 returned name plus the returned offset will always be equal to the
60 the name of the procedure.
61 \item[\Const{UNW\_ENOMEM}] The procedure name is too long to fit
62 in the buffer provided. A truncated version of the name has been
/third_party/libuv/test/
H A Dtask.h261 #define TEST_IMPL(name) \
262 int run_test_##name(void); \
263 int run_test_##name(void)
265 #define BENCHMARK_IMPL(name) \
266 int run_benchmark_##name(void); \
267 int run_benchmark_##name(void)
269 #define HELPER_IMPL(name) \
270 int run_helper_##name(void); \
271 int run_helper_##name(void)
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdatePair.cpp104 static const char * const k_NotCensoredCollision_Message = "Internal file name collision (file on disk, file in archive):";
206 const UString *name = NULL; in GetUpdatePairInfoList() local
232 name = &dirNames[(unsigned)dirIndex2]; in GetUpdatePairInfoList()
239 name = &ai->Name; in GetUpdatePairInfoList()
252 name = &dirNames[(unsigned)dirIndex2]; in GetUpdatePairInfoList()
254 ThrowError(k_NotCensoredCollision_Message, *name, ai->Name); in GetUpdatePairInfoList()
287 if (name->Len() > hostLen) in GetUpdatePairInfoList()
288 if ((*name)[hostLen] == ':' && CompareFileNames(*prevHostName, name->Left(hostLen)) == 0) in GetUpdatePairInfoList()
295 prevHostName = name; in GetUpdatePairInfoList()
[all...]
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_QUERYMENU.c41 dprintf("\tmenu = {.id=%u, .index=%i, .name=\"%s\", " in do_check_menu()
43 menu->id, menu->index, menu->name, menu->reserved); in do_check_menu()
48 CU_ASSERT(0 < strlen((char *)menu->name)); in do_check_menu()
49 CU_ASSERT(valid_string((char *)menu->name, sizeof(menu->name))); in do_check_menu()
53 /* Check if the unused bytes of the name string is also filled in do_check_menu()
61 strncpy((char *)menu2.name, (char *)menu->name, in do_check_menu()
62 sizeof(menu2.name)); in do_check_menu()
162 ("\tqueryctrl = {.id=%u, .type=%i, .name in test_VIDIOC_QUERYMENU()
[all...]
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_mirror.c70 char name[30]; member
203 char name[300], update_worst, sent_something, *pn = name; in callback_lws_mirror() local
224 * mirror instance name... defaults to "", but if URL includes in callback_lws_mirror()
228 if (lws_get_urlarg_by_name_safe(wsi, "mirror", name, in callback_lws_mirror()
229 sizeof(name) - 1) < 0) { in callback_lws_mirror()
231 name[0] = '\0'; in callback_lws_mirror()
234 //lwsl_notice("%s: mirror name '%s'\n", __func__, pn); in callback_lws_mirror()
236 /* is there already a mirror instance of this name? */ in callback_lws_mirror()
243 if (!strcmp(pn, mi1->name)) { in callback_lws_mirror()
[all...]
/third_party/node/lib/
H A Ddomain.js147 `(Triggered by calling ${method?.name || '<anonymous>'} ` +
148 `on ${target?.constructor?.name}.)`,
187 process.on('newListener', (name, listener) => {
188 if (name === 'uncaughtException' &&
192 process.removeListener(name, domainUncaughtExceptionClear);
193 process.prependListener(name, domainUncaughtExceptionClear);
197 process.on('removeListener', (name, listener) => {
198 if (name === 'uncaughtException' &&
203 process.removeListener(name, domainUncaughtExceptionClear);
/third_party/node/lib/internal/util/parse_args/
H A Dparse_args.js83 `'--${token.name}=-XYZ' or '${token.rawName}-XYZ'`;
97 if (!ObjectHasOwn(config.options, token.name)) {
102 const short = optionsGetOwn(config.options, token.name, 'short');
103 const shortAndLong = `${short ? `-${short}, ` : ''}--${token.name}`;
104 const type = optionsGetOwn(config.options, token.name, 'type');
117 * @param {string} longOption - long option name e.g. 'foo'
148 * @param {string} longOption - long option name e.g. 'foo'
212 { kind: 'option', name: longOption, rawName: arg,
247 { kind: 'option', name: longOption, rawName: `-${shortOption}`,
265 { kind: 'option', name
[all...]
/third_party/node/deps/v8/tools/debug_helper/
H A Ddebug-helper-internal.h36 PropertyBase(std::string name, std::string type, in PropertyBase() argument
38 : name_(name), type_(type), decompressed_type_(decompressed_type) {} in PropertyBase()
40 public_view->name = name_.c_str(); in SetFieldsOnPublicView()
54 StructProperty(std::string name, std::string type, in StructProperty() argument
57 : PropertyBase(std::move(name), std::move(type), in StructProperty()
82 ObjectProperty(std::string name, std::string type, in ObjectProperty() argument
87 : PropertyBase(std::move(name), std::move(type), in ObjectProperty()
225 // A helpful template so that generated code can be sure that a string type name
226 // actually resolves to a type, by repeating the name as the template parameter
229 const char* CheckTypeName(const char* name) { in CheckTypeName() argument
[all...]
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dprotocol_core.cc26 void DeserializerState::RegisterFieldPath(span<char> name) { in RegisterFieldPath() argument
27 field_path_.push_back(name); in RegisterFieldPath()
107 state->RegisterFieldPath(fields_[idx].name); in Deserialize()
114 span<char> name, in DeserializeField()
122 begin, end, name, [](const Field& field_desc, span<char> field_name) { in DeserializeField()
123 return SpanLessThan(field_desc.name, field_name); in DeserializeField()
128 if (entry == end || !SpanEquals(entry->name, name)) in DeserializeField()
131 state->RegisterFieldPath(name); in DeserializeField()
113 DeserializeField(DeserializerState* state, span<char> name, int* seen_mandatory_fields, void* obj) const DeserializeField() argument
/third_party/musl/src/regex/
H A Dglob.c17 char name[]; member
20 static int append(struct match **tail, const char *name, size_t len, int mark) in append() argument
26 memcpy(new->name, name, len+1); in append()
27 if (mark && len && name[len-1]!='/') { in append()
28 new->name[len] = '/'; in append()
29 new->name[len+1] = 0; in append()
290 g->gl_pathv[offs + i] = tail->name; in glob()
304 free(g->gl_pathv[g->gl_offs + i] - offsetof(struct match, name)); in globfree()
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/
H A Dindex.js83 `'--${token.name}=-XYZ' or '${token.rawName}-XYZ'`;
98 if (!ObjectHasOwn(config.options, token.name)) {
103 const short = optionsGetOwn(config.options, token.name, 'short');
104 const shortAndLong = `${short ? `-${short}, ` : ''}--${token.name}`;
105 const type = optionsGetOwn(config.options, token.name, 'type');
119 * @param {string} longOption - long option name e.g. 'foo'
151 * @param {string} longOption - long option name e.g. 'foo'
216 { kind: 'option', name: longOption, rawName: arg,
251 { kind: 'option', name: longOption, rawName: `-${shortOption}`,
269 { kind: 'option', name
[all...]
/third_party/libdrm/tests/modeprint/
H A Dmodeprint.c61 printf("Mode: %s\n", mode->name); in printMode()
76 printf("Mode: \"%s\" %ix%i %i\n", mode->name, in printMode()
84 const char *name = NULL; in printProperty() local
87 printf("Property: %s\n", props->name); in printProperty()
116 printf("\t\t%" PRIu64" = %s\n", (uint64_t)props->enums[j].value, props->enums[j].name); in printProperty()
118 name = props->enums[j].name; in printProperty()
121 if (props->count_enums && name) { in printProperty()
122 printf("\tcon_value : %s\n", name); in printProperty()
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.h39 #define V(_unused1, name, _unused2, _unused3) kMath##name,
42 #define V(name, _unused1) kMath##name,
45 #define V(name, _unused1, _unused2, _unused3) k##name,
82 // imports for the single asm.js import of name {function_name}.
88 FunctionImportInfo(base::Vector<const char> name, Zone* zone) in FunctionImportInfo()
89 : function_name(name), cache(zone) {} in FunctionImportInfo()
318 void AddGlobalImport(base::Vector<const char> name, AsmTyp
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dbasic-block-profiler.cc27 void BasicBlockProfilerData::SetFunctionName(std::unique_ptr<char[]> name) { in SetFunctionName() argument
28 function_name_ = name.get(); in SetFunctionName()
79 function_name_ = js_heap_data.name().ToCString().get(); in CopyFromJSHeap()
116 Handle<String> name = CopyStringToJSHeap(function_name_, isolate); in CopyToJSHeap() local
121 block_ids, counts, name, schedule, code, hash_, AllocationType::kOld); in CopyToJSHeap()
204 const char* name = "unknown function"; in operator <<() local
206 name = d.function_name_.c_str(); in operator <<()
209 os << "schedule for " << name << " (B0 entered " << d.counts_[0] in operator <<()
213 os << "block counts for " << name << ":" << std::endl; in operator <<()

Completed in 25 milliseconds

1...<<331332333334335336337338339340>>...2403