Home
last modified time | relevance | path

Searched refs:name (Results 27776 - 27800 of 58912) sorted by relevance

1...<<1111111211131114111511161117111811191120>>...2357

/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dcmp.h421 int OSSL_CMP_CTX_set1_proxy(OSSL_CMP_CTX *ctx, const char *name);
433 int OSSL_CMP_CTX_set1_expected_sender(OSSL_CMP_CTX *ctx, const X509_NAME *name);
448 int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
456 int OSSL_CMP_CTX_set1_issuer(OSSL_CMP_CTX *ctx, const X509_NAME *name);
457 int OSSL_CMP_CTX_set1_subjectName(OSSL_CMP_CTX *ctx, const X509_NAME *name);
459 const GENERAL_NAME *name);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dcmp.h421 int OSSL_CMP_CTX_set1_proxy(OSSL_CMP_CTX *ctx, const char *name);
433 int OSSL_CMP_CTX_set1_expected_sender(OSSL_CMP_CTX *ctx, const X509_NAME *name);
448 int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
456 int OSSL_CMP_CTX_set1_issuer(OSSL_CMP_CTX *ctx, const X509_NAME *name);
457 int OSSL_CMP_CTX_set1_subjectName(OSSL_CMP_CTX *ctx, const X509_NAME *name);
459 const GENERAL_NAME *name);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dcmp.h421 int OSSL_CMP_CTX_set1_proxy(OSSL_CMP_CTX *ctx, const char *name);
433 int OSSL_CMP_CTX_set1_expected_sender(OSSL_CMP_CTX *ctx, const X509_NAME *name);
448 int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
456 int OSSL_CMP_CTX_set1_issuer(OSSL_CMP_CTX *ctx, const X509_NAME *name);
457 int OSSL_CMP_CTX_set1_subjectName(OSSL_CMP_CTX *ctx, const X509_NAME *name);
459 const GENERAL_NAME *name);
/third_party/node/src/
H A Dinspector_agent.cc401 // TODO(bnoordhuis) Make name configurable from src/node.cc. in NodeInspectorClient()
402 std::string name = in NodeInspectorClient() local
404 ContextInfo info(name); in NodeInspectorClient()
440 auto name_buffer = Utf8ToStringView(info.name); in contextCreated()
963 uint64_t thread_id, const std::string& url, const std::string& name) { in GetParentHandle()
971 return client_->getWorkerManager()->NewParentHandle(thread_id, url, name); in GetParentHandle()
973 return parent_handle_->NewParentInspectorHandle(thread_id, url, name); in GetParentHandle()
962 GetParentHandle( uint64_t thread_id, const std::string& url, const std::string& name) GetParentHandle() argument
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h327 * in US-ASCII character set and not lower cased; or the header name
512 * The flags for header field name/value pair.
520 * Indicates that this name/value pair must not be indexed ("Literal
527 * library does not make a copy of header field name. This could
542 * The name/value pair, which mainly used to represent header fields.
546 * The |name| byte string. If this struct is presented from library
547 * (e.g., :type:`nghttp2_on_frame_recv_callback`), |name| is
554 * When application is constructing this struct, |name| is not
557 uint8_t *name; member
572 * The length of the |name|, excludin
[all...]
/third_party/nghttp2/integration-tests/
H A Dserver_tester.go38 func pair(name, value string) hpack.HeaderField {
40 Name: name,
176 b += ";affinity=cookie;affinity-cookie-name=affinity;affinity-cookie-path=/foo/bar"
324 name string // name for this request to identify the request in log easily
365 config.Header.Add("Test-Case", rp.name)
433 req.Header.Add("Test-Case", rp.name)
521 _ = st.enc.WriteField(pair("test-case", rp.name))
/third_party/node/deps/icu-small/source/common/
H A Dlocdispnames.cpp10 * file name: locdispnames.cpp
19 * that then do not depend on resource bundle code and display name data.
210 Locale::getDisplayName( UnicodeString& name ) const in getDisplayName()
212 return this->getDisplayName(getDefault(), name); in getDisplayName()
252 // Gets the objectLocale display name in the default locale language.
255 UnicodeString& name) in getDisplayName()
257 return objectLocale.getDisplayName(name); in getDisplayName()
261 // Gets the objectLocale display name in the displayLocale language.
265 UnicodeString& name) in getDisplayName()
267 return objectLocale.getDisplayName(displayLocale, name); in getDisplayName()
254 getDisplayName(const Locale& objectLocale, UnicodeString& name) getDisplayName() argument
263 getDisplayName(const Locale& objectLocale, const Locale& displayLocale, UnicodeString& name) getDisplayName() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_shader.cpp186 assert(brw_opcode_desc(isa, op)->name); in brw_instruction_name()
187 return brw_opcode_desc(isa, op)->name; in brw_instruction_name()
1277 backend_shader::dump_instructions(const char *name) const in dump_instructions()
1280 if (name && geteuid() != 0) { in dump_instructions()
1281 file = fopen(name, "w"); in dump_instructions()
1435 nir->info.name)); in brw_compile_tes()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_genc.cpp117 specify "GENCCODE_ASSEMBLY=-a name" in the specific config/mh-* file,
118 where the name is the compiler or platform that you used in this
122 const char *name; member
287 if (uprv_strcmp(optAssembly, assemblyHeader[idx].name) == 0) { in checkAssemblyHeaderName()
301 fprintf(stderr, "%s", assemblyHeader[0].name); in printAssemblyHeadersToStdErr()
303 fprintf(stderr, ", %s", assemblyHeader[idx].name); in printAssemblyHeadersToStdErr()
334 if (uprv_strcmp(assemblyHeader[assemblyHeaderIndex].name, "masm") == 0) { in writeAssemblyCode()
337 else if (uprv_strcmp(assemblyHeader[assemblyHeaderIndex].name, "nasm") == 0) { in writeAssemblyCode()
375 /* turn dashes or dots in the entry name into underscores */ in writeAssemblyCode()
389 fprintf(stderr, "genccode: entry name to in writeAssemblyCode()
[all...]
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h327 * in US-ASCII character set and not lower cased; or the header name
507 * The flags for header field name/value pair.
515 * Indicates that this name/value pair must not be indexed ("Literal
522 * library does not make a copy of header field name. This could
537 * The name/value pair, which mainly used to represent header fields.
541 * The |name| byte string. If this struct is presented from library
542 * (e.g., :type:`nghttp2_on_frame_recv_callback`), |name| is
549 * When application is constructing this struct, |name| is not
552 uint8_t *name; member
567 * The length of the |name|, excludin
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dcmp.h421 int OSSL_CMP_CTX_set1_proxy(OSSL_CMP_CTX *ctx, const char *name);
433 int OSSL_CMP_CTX_set1_expected_sender(OSSL_CMP_CTX *ctx, const X509_NAME *name);
448 int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
456 int OSSL_CMP_CTX_set1_issuer(OSSL_CMP_CTX *ctx, const X509_NAME *name);
457 int OSSL_CMP_CTX_set1_subjectName(OSSL_CMP_CTX *ctx, const X509_NAME *name);
459 const GENERAL_NAME *name);
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dcmp.h421 int OSSL_CMP_CTX_set1_proxy(OSSL_CMP_CTX *ctx, const char *name);
433 int OSSL_CMP_CTX_set1_expected_sender(OSSL_CMP_CTX *ctx, const X509_NAME *name);
448 int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
456 int OSSL_CMP_CTX_set1_issuer(OSSL_CMP_CTX *ctx, const X509_NAME *name);
457 int OSSL_CMP_CTX_set1_subjectName(OSSL_CMP_CTX *ctx, const X509_NAME *name);
459 const GENERAL_NAME *name);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dcmp.h421 int OSSL_CMP_CTX_set1_proxy(OSSL_CMP_CTX *ctx, const char *name);
433 int OSSL_CMP_CTX_set1_expected_sender(OSSL_CMP_CTX *ctx, const X509_NAME *name);
448 int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
456 int OSSL_CMP_CTX_set1_issuer(OSSL_CMP_CTX *ctx, const X509_NAME *name);
457 int OSSL_CMP_CTX_set1_subjectName(OSSL_CMP_CTX *ctx, const X509_NAME *name);
459 const GENERAL_NAME *name);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dcmp.h421 int OSSL_CMP_CTX_set1_proxy(OSSL_CMP_CTX *ctx, const char *name);
433 int OSSL_CMP_CTX_set1_expected_sender(OSSL_CMP_CTX *ctx, const X509_NAME *name);
448 int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
456 int OSSL_CMP_CTX_set1_issuer(OSSL_CMP_CTX *ctx, const X509_NAME *name);
457 int OSSL_CMP_CTX_set1_subjectName(OSSL_CMP_CTX *ctx, const X509_NAME *name);
459 const GENERAL_NAME *name);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/
H A Dcmp.h421 int OSSL_CMP_CTX_set1_proxy(OSSL_CMP_CTX *ctx, const char *name);
433 int OSSL_CMP_CTX_set1_expected_sender(OSSL_CMP_CTX *ctx, const X509_NAME *name);
448 int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
456 int OSSL_CMP_CTX_set1_issuer(OSSL_CMP_CTX *ctx, const X509_NAME *name);
457 int OSSL_CMP_CTX_set1_subjectName(OSSL_CMP_CTX *ctx, const X509_NAME *name);
459 const GENERAL_NAME *name);
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_dump.c217 _mesa_string_buffer_printf(d->buf, "struct %s", type->struct_def.name); in dump_type_name()
249 _mesa_string_buffer_printf(d->buf, "struct %s {\n", type->struct_def.name); in dump_type()
302 _mesa_string_buffer_append(d->buf, func->name); in dump_funcs()
471 _mesa_string_buffer_printf(d->buf, "%s(", call->func->name); in dump_instr_call()
697 _mesa_string_buffer_printf(d->buf, "%s:\n", node->name); in dump_named_nodes()
740 io->name, io->elements[j].semantic_index, in dump_io_signature()
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dcmp.h421 int OSSL_CMP_CTX_set1_proxy(OSSL_CMP_CTX *ctx, const char *name);
433 int OSSL_CMP_CTX_set1_expected_sender(OSSL_CMP_CTX *ctx, const X509_NAME *name);
448 int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
456 int OSSL_CMP_CTX_set1_issuer(OSSL_CMP_CTX *ctx, const X509_NAME *name);
457 int OSSL_CMP_CTX_set1_subjectName(OSSL_CMP_CTX *ctx, const X509_NAME *name);
459 const GENERAL_NAME *name);
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Dcmp.h421 int OSSL_CMP_CTX_set1_proxy(OSSL_CMP_CTX *ctx, const char *name);
433 int OSSL_CMP_CTX_set1_expected_sender(OSSL_CMP_CTX *ctx, const X509_NAME *name);
448 int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
456 int OSSL_CMP_CTX_set1_issuer(OSSL_CMP_CTX *ctx, const X509_NAME *name);
457 int OSSL_CMP_CTX_set1_subjectName(OSSL_CMP_CTX *ctx, const X509_NAME *name);
459 const GENERAL_NAME *name);
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
H A Dcmp.h421 int OSSL_CMP_CTX_set1_proxy(OSSL_CMP_CTX *ctx, const char *name);
433 int OSSL_CMP_CTX_set1_expected_sender(OSSL_CMP_CTX *ctx, const X509_NAME *name);
448 int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
456 int OSSL_CMP_CTX_set1_issuer(OSSL_CMP_CTX *ctx, const X509_NAME *name);
457 int OSSL_CMP_CTX_set1_subjectName(OSSL_CMP_CTX *ctx, const X509_NAME *name);
459 const GENERAL_NAME *name);
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
H A Dcmp.h421 int OSSL_CMP_CTX_set1_proxy(OSSL_CMP_CTX *ctx, const char *name);
433 int OSSL_CMP_CTX_set1_expected_sender(OSSL_CMP_CTX *ctx, const X509_NAME *name);
448 int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
456 int OSSL_CMP_CTX_set1_issuer(OSSL_CMP_CTX *ctx, const X509_NAME *name);
457 int OSSL_CMP_CTX_set1_subjectName(OSSL_CMP_CTX *ctx, const X509_NAME *name);
459 const GENERAL_NAME *name);
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c196 load_casted(LLVMBuilderRef builder, LLVMTypeRef elem_type, LLVMValueRef ptr, const char *name) { in load_casted() argument
197 ptr = LLVMBuildBitCast(builder, ptr, LLVMPointerType(elem_type, 0), name); in load_casted()
198 return LLVMBuildLoad2(builder, elem_type, ptr, name); in load_casted()
203 LLVMTypeRef elem_type, LLVMValueRef ptr, LLVMValueRef index, const char *name) { in indexed_load()
204 ptr = LLVMBuildGEP2(builder, gep_type, ptr, &index, 1, name); in indexed_load()
205 return load_casted(builder, elem_type, ptr, name); in indexed_load()
202 indexed_load(LLVMBuilderRef builder, LLVMTypeRef gep_type, LLVMTypeRef elem_type, LLVMValueRef ptr, LLVMValueRef index, const char *name) indexed_load() argument
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/include/openssl/
H A Dcmp.h421 int OSSL_CMP_CTX_set1_proxy(OSSL_CMP_CTX *ctx, const char *name);
433 int OSSL_CMP_CTX_set1_expected_sender(OSSL_CMP_CTX *ctx, const X509_NAME *name);
448 int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
456 int OSSL_CMP_CTX_set1_issuer(OSSL_CMP_CTX *ctx, const X509_NAME *name);
457 int OSSL_CMP_CTX_set1_subjectName(OSSL_CMP_CTX *ctx, const X509_NAME *name);
459 const GENERAL_NAME *name);
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
H A Dcmp.h421 int OSSL_CMP_CTX_set1_proxy(OSSL_CMP_CTX *ctx, const char *name);
433 int OSSL_CMP_CTX_set1_expected_sender(OSSL_CMP_CTX *ctx, const X509_NAME *name);
448 int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
456 int OSSL_CMP_CTX_set1_issuer(OSSL_CMP_CTX *ctx, const X509_NAME *name);
457 int OSSL_CMP_CTX_set1_subjectName(OSSL_CMP_CTX *ctx, const X509_NAME *name);
459 const GENERAL_NAME *name);
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/
H A Dcmp.h421 int OSSL_CMP_CTX_set1_proxy(OSSL_CMP_CTX *ctx, const char *name);
433 int OSSL_CMP_CTX_set1_expected_sender(OSSL_CMP_CTX *ctx, const X509_NAME *name);
448 int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
456 int OSSL_CMP_CTX_set1_issuer(OSSL_CMP_CTX *ctx, const X509_NAME *name);
457 int OSSL_CMP_CTX_set1_subjectName(OSSL_CMP_CTX *ctx, const X509_NAME *name);
459 const GENERAL_NAME *name);
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/
H A Dcmp.h421 int OSSL_CMP_CTX_set1_proxy(OSSL_CMP_CTX *ctx, const char *name);
433 int OSSL_CMP_CTX_set1_expected_sender(OSSL_CMP_CTX *ctx, const X509_NAME *name);
448 int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
456 int OSSL_CMP_CTX_set1_issuer(OSSL_CMP_CTX *ctx, const X509_NAME *name);
457 int OSSL_CMP_CTX_set1_subjectName(OSSL_CMP_CTX *ctx, const X509_NAME *name);
459 const GENERAL_NAME *name);

Completed in 62 milliseconds

1...<<1111111211131114111511161117111811191120>>...2357