Home
last modified time | relevance | path

Searched refs:name (Results 21601 - 21625 of 62600) sorted by relevance

1...<<861862863864865866867868869870>>...2504

/third_party/alsa-lib/src/seq/
H A Dseq_hw.c490 int snd_seq_hw_open(snd_seq_t **handle, const char *name, int streams, int mode) in snd_seq_hw_open() argument
579 if (name) in snd_seq_hw_open()
580 seq->name = strdup(name); in snd_seq_hw_open()
617 int _snd_seq_hw_open(snd_seq_t **handlep, char *name, in _snd_seq_hw_open() argument
631 return snd_seq_hw_open(handlep, name, streams, mode); in _snd_seq_hw_open()
/third_party/googletest/googlemock/src/
H A Dgmock-spec-builders.cc14 // * Neither the name of Google Inc. nor the names of its
329 // Sets the mock object this mock method belongs to, and sets the name
333 const char* name)
339 name_ = name;
342 // Returns the name of the function being mocked. Must be called
359 // Returns the name of this mock method. Must be called after
363 const char* name;
371 name = name_;
373 return name;
702 state.first_used_test = test_info->name(); in GTEST_LOCK_EXCLUDED_()
[all...]
/third_party/googletest/googletest/test/
H A Dgtest_ext_unittest.cc103 if (strstr(tc->name(), "EmptyCase") == NULL) { in TEST()
110 const string test_full_name = string(tc->name()) + "." + test->name(); in TEST()
134 if (strstr(tc->name(), "EmptyCase") == NULL) { in TEST()
141 const string test_full_name = string(tc->name()) + "." + test->name(); in TEST()
/third_party/icu/icu4c/source/test/intltest/
H A Dnmfmapts.cpp25 void IntlTestNumberFormatAPI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
29 case 0: name = "NumberFormat API test"; in runIndexedTest()
42 case 1: name = "NumberFormatRegistration"; in runIndexedTest()
55 default: name = ""; break; in runIndexedTest()
195 UnicodeString name(locales[i].getName(),""); in testAPI()
196 logln(name); in testAPI()
/third_party/icu/tools/commit-checker/
H A Dcheck.py146 print("\t- Authored by %s <%s>" % (commit.commit.author.name, commit.commit.author.email))
163 print("\t- Status: %s" % issue.issue.fields.status.name)
165 print("\t- Resolution: " + issue.issue.fields.resolution.name)
168 print("\t- Fix Version: " + version.name)
172 print("\t- Component(s): " + (' '.join(sorted([str(component.name) for component in issue.issue.fields.components]))))
287 # """convert section name to am anchor"""
288 # return "<a name=\"%s\"></a>" % sectionToFragment(section)
418 print("Tip: If you see your name here, make sure to label your commits correctly in the future.")
491 addToComponent(component.name, issue_id)
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DDeprecatedAPIChecker.java71 // '$'), so we can use the name for Class.forName(String) in checkDeprecated()
245 private void compareDeprecated(boolean depTag, boolean depAnt, String cls, String name, String type) { in compareDeprecated() argument
248 if (name != null) { in compareDeprecated()
249 apiName += "." + name; in compareDeprecated()
266 // Just check method name for now in isBuiltinEnumMethod()
267 String name = mtd.getName(); in isBuiltinEnumMethod()
268 return name.equals("values") || name.equals("valueOf"); in isBuiltinEnumMethod()
/third_party/libwebsockets/lib/abstract/transports/
H A Dunit-test.c190 priv->abs->ap->name, in unit_test_sequencer_cb()
191 priv->current_test->name, in unit_test_sequencer_cb()
387 lwsl_notice("%s: %s: test '%s': start\n", __func__, abs->ap->name, in lws_atcut_client_conn()
388 priv->current_test->name); in lws_atcut_client_conn()
431 i.name = "unit-test-seq"; in lws_atcut_create()
523 .name = "unit_test",
/third_party/lzma/CPP/7zip/Common/
H A DMultiOutStream.cpp185 FString name; in GetFilePath() local
186 name.Add_UInt32(index + 1); in GetFilePath()
187 while (name.Len() < 3) in GetFilePath()
188 name.InsertAtFront(FTEXT('0')); in GetFilePath()
189 name.Insert(0, Prefix); in GetFilePath()
190 return name; in GetFilePath()
/third_party/lzma/C/Util/SfxSetup/
H A DSfxSetup.c133 static WRes MyCreateDir(const WCHAR *name) in MyCreateDir() argument
135 return CreateDirectoryW(name, NULL) ? 0 : GetLastError(); in MyCreateDir()
472 const WCHAR *name = temp + nameStartPos; in main() local
473 unsigned len = (unsigned)wcslen(name); in main()
475 const unsigned extPrice = FindItem(kExts, sizeof(kExts) / sizeof(kExts[0]), name + len - extLen, extLen); in main()
476 const unsigned namePrice = FindItem(kNames, sizeof(kNames) / sizeof(kNames[0]), name, nameLen); in main()
/third_party/mbedtls/programs/ssl/
H A Dssl_test_lib.c477 const char *name; member
577 static uint16_t mbedtls_ssl_get_curve_tls_id_from_name(const char *name) in mbedtls_ssl_get_curve_tls_id_from_name() argument
579 if (name == NULL) { in mbedtls_ssl_get_curve_tls_id_from_name()
584 if (strcmp(tls_id_group_name_table[i].name, name) == 0) { in mbedtls_ssl_get_curve_tls_id_from_name()
596 mbedtls_printf("%s ", tls_id_group_name_table[i].name); in mbedtls_ssl_print_supported_groups_list()
/third_party/mesa3d/src/freedreno/decode/
H A Dcrashdec-hfi.c346 const char *name; member
349 #define HFI_MSG(name) [HFI_ ## name] = { #name, (void (*)(void *))decode_ ## name }
380 return hfi_msgs[msgid].name; in hfi_msg_name()
/third_party/mesa3d/src/amd/compiler/
H A Daco_print_asm.cpp351 std::array<char, 16> name; in print_asm_llvm() local
352 sprintf(name.data(), "BB%u", block.index); in print_asm_llvm()
353 block_names.push_back(name); in print_asm_llvm()
419 const char* name = ac_get_llvm_processor_name(program->family); in check_print_asm_support() local
424 target, triple, name, "", LLVMCodeGenLevelDefault, LLVMRelocDefault, LLVMCodeModelDefault); in check_print_asm_support()
426 bool supported = ac_is_llvm_processor_supported(tm, name); in check_print_asm_support()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_alu_width.c200 #define LOWER_REDUCTION(name, chan, merge) \ in lower_alu_instr_width()
201 case name##2: \ in lower_alu_instr_width()
202 case name##3: \ in lower_alu_instr_width()
203 case name##4: \ in lower_alu_instr_width()
204 case name##8: \ in lower_alu_instr_width()
205 case name##16: \ in lower_alu_instr_width()
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_distance.cpp143 if (!ir->name || strcmp(ir->name, in_name) != 0) in visit()
170 (*new_var)->name = ralloc_strdup(*new_var, GLSL_CLIP_VAR_NAME); in visit()
617 if (!ir->name) in visit()
633 if (!strcmp(ir->name, "gl_ClipDistance")) { in visit()
642 if (!strcmp(ir->name, "gl_CullDistance")) { in visit()
/third_party/ltp/lib/
H A Dtst_safe_macros.c377 const char *name) in safe_getgrnam()
382 rval = getgrnam(name); in safe_getgrnam()
385 "getgrnam(%s) failed", name); in safe_getgrnam()
392 const char *name, const char *fallback) in safe_getgrnam_fallback()
397 rval = getgrnam(name); in safe_getgrnam_fallback()
401 name, fallback); in safe_getgrnam_fallback()
376 safe_getgrnam(const char *file, const int lineno, const char *name) safe_getgrnam() argument
391 safe_getgrnam_fallback(const char *file, const int lineno, const char *name, const char *fallback) safe_getgrnam_fallback() argument
/third_party/ltp/include/old/
H A Dsafe_macros.h44 #define SAFE_GETPWNAM(cleanup_fn, name) \
45 safe_getpwnam(__FILE__, __LINE__, cleanup_fn, (name))
117 #define SAFE_SYSCONF(cleanup_fn, name) \
118 safe_sysconf(__FILE__, __LINE__, cleanup_fn, name)
322 #define SAFE_OPENDIR(cleanup_fn, name) \
323 safe_opendir(__FILE__, __LINE__, (cleanup_fn), (name))
/third_party/mesa3d/src/hgl/
H A DGLView.cpp38 BGLView::BGLView(BRect rect, const char* name, ulong resizingMode, ulong mode, in BGLView() argument
41 BView(rect, name, B_FOLLOW_ALL_SIDES, mode | B_WILL_DRAW | B_FRAME_EVENTS), in BGLView()
456 // BGLView one wants a non-const name argument.
457 BGLView::BGLView(BRect rect, char* name, ulong resizingMode, ulong mode, in BGLView() argument
460 BView(rect, name, B_FOLLOW_ALL_SIDES, mode | B_WILL_DRAW | B_FRAME_EVENTS), in BGLView()
478 BGLScreen::BGLScreen(char* name, ulong screenMode, ulong options,
481 BWindowScreen(name, screenMode, error, debug)
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_kernel.c133 if (strcmp(func->name, "_Z10atomic_minPU3AS1Vff") == 0) { in implement_intel_builtins()
138 } else if (strcmp(func->name, "_Z10atomic_maxPU3AS1Vff") == 0) { in implement_intel_builtins()
143 } else if (strcmp(func->name, "_Z10atomic_minPU3AS3Vff") == 0) { in implement_intel_builtins()
148 } else if (strcmp(func->name, "_Z10atomic_maxPU3AS3Vff") == 0) { in implement_intel_builtins()
153 } else if (strcmp(func->name, "intel_sub_group_ballot") == 0) { in implement_intel_builtins()
310 nir->info.name = ralloc_strdup(nir, entrypoint_name); in brw_kernel_from_spirv()
/third_party/node/lib/internal/
H A Dworker.js199 let name = '';
200 if (options.name) {
201 validateString(options.name, 'options.name');
202 name = StringPrototypeTrim(options.name);
213 name);
/third_party/node/test/parallel/
H A Dtest-stream-writable-destroy.js277 name: 'Error',
296 name: 'Error',
302 name: 'Error',
428 assert.strictEqual(e.name, 'AbortError');
443 assert.strictEqual(e.name, 'AbortError');
459 assert.strictEqual(e.name, 'AbortError');
/third_party/node/deps/v8/tools/
H A Dlocs.py205 def __init__(self, name, regexp_string):
207 self.name = name
221 self.name, name_width, self.count, super().to_string())
282 return MaxWidth([v.name for v in self.groups.values()])
303 return {"name": o.name, "loc": o.loc, "in_bytes": o.in_bytes,
/third_party/nghttp2/src/
H A Dshrpx_mruby_module_env.cc218 auto name = tls::get_x509_subject_name(balloc, x); in env_get_tls_client_subject_name() local
222 return mrb_str_new(mrb, name.c_str(), name.size()); in env_get_tls_client_subject_name()
248 auto name = tls::get_x509_issuer_name(balloc, x); in env_get_tls_client_issuer_name() local
252 return mrb_str_new(mrb, name.c_str(), name.size()); in env_get_tls_client_issuer_name()
H A Dh2load_http3_session.cc199 nghttp3_rcbuf *name, nghttp3_rcbuf *value, uint8_t flags, in recv_header()
202 auto k = nghttp3_rcbuf_get_buf(name); in recv_header()
209 void Http3Session::recv_header(int64_t stream_id, const nghttp3_vec *name, in recv_header() argument
211 client_->on_header(stream_id, name->base, name->len, value->base, value->len); in recv_header()
212 client_->worker->stats.bytes_head_decomp += name->len + value->len; in recv_header()
198 recv_header(nghttp3_conn *conn, int64_t stream_id, int32_t token, nghttp3_rcbuf *name, nghttp3_rcbuf *value, uint8_t flags, void *user_data, void *stream_user_data) recv_header() argument
/third_party/nghttp2/tests/
H A Dnghttp2_test_helper.c114 return strmemeq(a, nv->name, nv->namelen); in nvnameeq()
129 mem->free(out->nva[i].name, NULL); in nva_out_reset()
139 onv->name = mem->malloc(nv->namelen, NULL); in add_out()
140 memcpy(onv->name, nv->name, nv->namelen); in add_out()
142 onv->name = NULL; in add_out()
/third_party/node/deps/cares/src/lib/
H A Dares_dns_mapping.c117 /* Only record types defined in RFC1035 allow name compression within the in ares_dns_rec_type_allow_name_compression()
606 const char *name; in ares_dns_class_fromstr() member
621 for (i = 0; list[i].name != NULL; i++) { in ares_dns_class_fromstr()
622 if (strcasecmp(list[i].name, str) == 0) { in ares_dns_class_fromstr()
636 const char *name; in ares_dns_rec_type_fromstr() member
665 for (i = 0; list[i].name != NULL; i++) { in ares_dns_rec_type_fromstr()
666 if (strcasecmp(list[i].name, str) == 0) { in ares_dns_rec_type_fromstr()

Completed in 45 milliseconds

1...<<861862863864865866867868869870>>...2504