Home
last modified time | relevance | path

Searched refs:name (Results 6051 - 6075 of 19451) sorted by relevance

1...<<241242243244245246247248249250>>...779

/third_party/icu/icu4c/source/tools/toolutil/
H A Dppucd.cpp8 * file name: ppucd.cpp
40 PropertyNames::getPropertyEnum(const char *name) const {
41 return u_getPropertyEnum(name);
45 PropertyNames::getPropertyValueEnum(int32_t property, const char *name) const {
46 return u_getPropertyValueEnum((UProperty)property, name);
55 name(NULL), nameAlias(NULL) { in UniProps()
82 fprintf(stderr, "error opening preparsed UCD file %s\n", filename ? filename : "\"no file name given\""); in PreparsedUCD()
308 const char *name; member
339 // Copy out the property name rather than modifying the field (writing a NUL). in parseProperty()
351 if(0==uprv_stricmp(p, ppucdProperties[i].name)) { in parseProperty()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dintltest.h61 //| const char* &name, char* /*par*/) {
66 //| default: name = ""; break;
71 name = #test; \
82 //| const char* &name, char* /*par*/) {
95 name = #test; \
106 name = #TestClass; \
118 name = #TestClass; \
129 name = ""; \
145 virtual UBool runTest( char* name = NULL, char* par = NULL, char *baseName = NULL); // not to be overridden
360 virtual void runIndexedTest( int32_t index, UBool exec, const char* &name, cha
[all...]
/third_party/lwip/src/api/
H A Dtcpip.c19 * 3. The name of the author may not be used to endorse or promote products
56 #define TCPIP_MSG_VAR_REF(name) API_VAR_REF(name)
57 #define TCPIP_MSG_VAR_DECLARE(name) API_VAR_DECLARE(struct tcpip_msg, name)
58 #define TCPIP_MSG_VAR_ALLOC(name) API_VAR_ALLOC(struct tcpip_msg, MEMP_TCPIP_MSG_API, name, ERR_MEM)
59 #define TCPIP_MSG_VAR_FREE(name) API_VAR_FREE(MEMP_TCPIP_MSG_API, name)
/third_party/ltp/tools/genload/
H A Dstress.c775 char name[] = "./stress.XXXXXX"; in hoghdd() local
777 if ((fd = mkstemp(name)) < 0) { in hoghdd()
785 name); in hoghdd()
786 if (unlink(name)) { in hoghdd()
794 name); in hoghdd()
807 name); in hoghdd()
823 name, j); in hoghdd()
827 if (unlink(name)) { in hoghdd()
H A Dgenload.c775 char name[] = "./stress.XXXXXX"; in hoghdd() local
777 if ((fd = mkstemp(name)) < 0) { in hoghdd()
785 name); in hoghdd()
786 if (unlink(name)) { in hoghdd()
794 name); in hoghdd()
807 name); in hoghdd()
823 name, j); in hoghdd()
827 if (unlink(name)) { in hoghdd()
/third_party/lz4/programs/
H A Dlz4cli.c200 DISPLAY( "1 : compress 'filename' fast, using default output name 'filename.lz4'\n"); in usage_longhelp()
244 const char* name = path; in lastNameFromPath() local
245 if (strrchr(name, '/')) name = strrchr(name, '/') + 1; in lastNameFromPath()
246 if (strrchr(name, '\\')) name = strrchr(name, '\\') + 1; /* windows */ in lastNameFromPath()
247 return name; in lastNameFromPath()
347 /* predefined behaviors, based on binary/link name */ in main()
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-starboard.cc253 OS::MemoryMappedFile* OS::MemoryMappedFile::open(const char* name, in open() argument
260 OS::MemoryMappedFile* OS::MemoryMappedFile::create(const char* name, in create() argument
381 set_name(options.name()); in Thread()
386 static void SetThreadName(const char* name) { SbThreadSetName(name); } in SetThreadName() argument
394 SetThreadName(thread->name()); in ThreadEntry()
401 void Thread::set_name(const char* name) { in set_name() argument
402 strncpy(name_, name, sizeof(name_)); in set_name()
/third_party/node/deps/v8/src/builtins/
H A Dsetup-builtins-internal.cc128 const char* name) { in BuildAdaptor()
152 const char* name) { in BuildWithCodeStubAssemblerJS()
160 name, builtin); in BuildWithCodeStubAssemblerJS()
164 ProfileDataFromFile::TryRead(name)); in BuildWithCodeStubAssemblerJS()
172 const char* name) { in BuildWithCodeStubAssemblerCS()
184 CodeKind::BUILTIN, name, builtin); in BuildWithCodeStubAssemblerCS()
188 ProfileDataFromFile::TryRead(name)); in BuildWithCodeStubAssemblerCS()
269 isolate, Builtins::name(builtin), bytecode, operand_scale, builtin, in GenerateBytecodeHandler()
127 BuildAdaptor(Isolate* isolate, Builtin builtin, Address builtin_address, const char* name) BuildAdaptor() argument
150 BuildWithCodeStubAssemblerJS(Isolate* isolate, Builtin builtin, CodeAssemblerGenerator generator, int argc, const char* name) BuildWithCodeStubAssemblerJS() argument
169 BuildWithCodeStubAssemblerCS(Isolate* isolate, Builtin builtin, CodeAssemblerGenerator generator, CallDescriptors::Key interface_descriptor, const char* name) BuildWithCodeStubAssemblerCS() argument
/third_party/node/deps/v8/src/snapshot/
H A Dserializer.h58 void Insert(Address code_address, const char* name, int name_size) { in Insert() argument
61 entry->value = CopyName(name, name_size); in Insert()
91 static char* CopyName(const char* name, int name_size) { in CopyName() argument
94 char c = name[i]; in CopyName()
120 MaybeHandle<SharedFunctionInfo>, const char* name,
122 address_to_name_map_.Insert(code->address(), name, length);
126 void LogRecordedBuffer(const wasm::WasmCode* code, const char* name,
293 void OutputStatistics(const char* name);
/third_party/node/deps/v8/src/torque/
H A Dtype-oracle.h23 const Type* parent, std::string name, AbstractTypeFlags flags, in GetAbstractType()
27 new AbstractType(parent, flags, std::move(name), std::move(generated), in GetAbstractType()
56 static ClassType* GetClassType(const Type* parent, const std::string& name, in GetClassType() argument
61 parent, CurrentNamespace(), name, flags, generates, decl, alias)); in GetClassType()
391 const Type* GetBuiltinType(const QualifiedName& name) { in GetBuiltinType() argument
392 return Declarations::LookupGlobalType(name); in GetBuiltinType()
394 const Type* GetBuiltinType(const std::string& name) { in GetBuiltinType() argument
395 return GetBuiltinType(QualifiedName(name)); in GetBuiltinType()
22 GetAbstractType( const Type* parent, std::string name, AbstractTypeFlags flags, std::string generated, const Type* non_constexpr_version, MaybeSpecializationKey specialized_from) GetAbstractType() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Ddisasm.c372 const char *name; member
378 .name = #_name, \
408 acc0_op.name = "mov"; in print_acc()
412 if (acc0_op.name) in print_acc()
413 fprintf(fp, "%s.a0 ", acc0_op.name); in print_acc()
441 acc1_op.name = "mov"; in print_acc()
445 if (acc1_op.name) in print_acc()
446 fprintf(fp, "%s.a1 ", acc1_op.name); in print_acc()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_monitor.c67 info->name = counter->name; in crocus_get_monitor_info()
113 crocus_oa_bo_alloc(void *bufmgr, const char *name, uint64_t size) in crocus_oa_bo_alloc() argument
115 return crocus_bo_alloc(bufmgr, name, size); in crocus_oa_bo_alloc()
242 perf_cfg->queries[group].counters[counter].name; in crocus_monitor_init_metrics()
244 perf_cfg->queries[existing_group].counters[existing_counter].name; in crocus_monitor_init_metrics()
294 info->name = query->name; in crocus_get_monitor_group_info()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_sse.h56 static inline void u_print_epi8(const char *name, __m128i r) in u_print_epi8() argument
78 name, in u_print_epi8()
85 static inline void u_print_epi16(const char *name, __m128i r) in u_print_epi16() argument
99 name, in u_print_epi16()
104 static inline void u_print_epi32(const char *name, __m128i r) in u_print_epi32() argument
114 name, in u_print_epi32()
118 static inline void u_print_ps(const char *name, __m128 r) in u_print_ps() argument
128 name, in u_print_ps()
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_cpu.c283 strcpy(gr->name, "cpu"); in hud_cpu_graph_install()
285 sprintf(gr->name, "cpu%u", cpu_index); in hud_cpu_graph_install()
368 hud_thread_busy_install(struct hud_pane *pane, const char *name, bool main) in hud_thread_busy_install() argument
376 strcpy(gr->name, name); in hud_thread_busy_install()
443 void hud_thread_counter_install(struct hud_pane *pane, const char *name, in hud_thread_counter_install() argument
450 strcpy(gr->name, name); in hud_thread_counter_install()
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
H A Decdh_exch.c230 char name[80] = { '\0' }; /* should be big enough */ in ecdh_set_ctx_params() local
255 str = name; in ecdh_set_ctx_params()
256 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in ecdh_set_ctx_params()
259 if (name[0] == '\0') in ecdh_set_ctx_params()
261 else if (strcmp(name, OSSL_KDF_NAME_X963KDF) == 0) in ecdh_set_ctx_params()
271 str = name; in ecdh_set_ctx_params()
272 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in ecdh_set_ctx_params()
285 pectx->kdf_md = EVP_MD_fetch(pectx->libctx, name, mdprops); in ecdh_set_ctx_params()
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_rsp_verify.c39 GENERAL_NAME *name);
289 * - Check if the TSA name matches the signer.
290 * - Check if the TSA name is the expected TSA.
427 char name[OSSL_MAX_NAME_SIZE]; in ts_compute_imprint() local
436 OBJ_obj2txt(name, sizeof(name), md_alg_resp->algorithm, 0); in ts_compute_imprint()
439 md = EVP_MD_fetch(NULL, name, NULL); in ts_compute_imprint()
442 md = (EVP_MD *)EVP_get_digestbyname(name); in ts_compute_imprint()
535 * Check if the specified TSA name matches either the subject or one of the
553 * Get the next subject alternative name, althoug in ts_check_signer_name()
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Denc.c38 static void show_ciphers(const OBJ_NAME *name, void *bio_);
145 /* first check the command name */ in enc_main()
307 /* Get the cipher name, either from progname (if set) or flag. */ in enc_main()
657 static void show_ciphers(const OBJ_NAME *name, void *arg) in show_ciphers() argument
662 if (!islower((unsigned char)*name->name)) in show_ciphers()
666 cipher = EVP_get_cipherbyname(name->name); in show_ciphers()
672 BIO_printf(dec->bio, "-%-25s", name->name); in show_ciphers()
[all...]
/third_party/libabigail/src/
H A Dabg-elf-reader.cc41 /// Find the file name of the alternate debug info file.
45 /// @param out parameter. Is set to the file name of the alternate
394 std::string name; in locate_alt_ctf_debug_info() local
399 name = (char *) data->d_buf; in locate_alt_ctf_debug_info()
401 if (!name.empty()) in locate_alt_ctf_debug_info()
405 if (!tools_utils::find_file_under_dir(*path, name, file_path)) in locate_alt_ctf_debug_info()
751 /// @param name the name of the symbol we are looking for.
755 reader::function_symbol_is_exported(const string& name) const in function_symbol_is_exported()
757 const elf_symbols& syms = symtab()->lookup_symbol(name); in function_symbol_is_exported()
[all...]
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dimpls.rs123 name, in eq()
129 name: name2, in eq()
134 name == name2 && inner == inner2 in eq()
141 name, in hash()
146 name.hash(state); in hash()
347 name: _, in eq()
356 name: _, in eq()
388 name: _, in hash()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dimpls.rs123 name, in eq()
129 name: name2, in eq()
134 name == name2 && inner == inner2 in eq()
141 name, in hash()
146 name.hash(state); in hash()
347 name: _, in eq()
356 name: _, in eq()
388 name: _, in hash()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dimpls.rs123 name, in eq()
129 name: name2, in eq()
134 name == name2 && inner == inner2 in eq()
141 name, in hash()
146 name.hash(state); in hash()
347 name: _, in eq()
356 name: _, in eq()
388 name: _, in hash()
/third_party/rust/crates/cxx/syntax/
H A Dimpls.rs123 name, in eq()
129 name: name2, in eq()
134 name == name2 && inner == inner2 in eq()
141 name, in hash()
146 name.hash(state); in hash()
347 name: _, in eq()
356 name: _, in eq()
388 name: _, in hash()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dimpls.rs123 name, in eq()
129 name: name2, in eq()
134 name == name2 && inner == inner2 in eq()
141 name, in hash()
146 name.hash(state); in hash()
347 name: _, in eq()
356 name: _, in eq()
388 name: _, in hash()
/third_party/openssl/test/testutil/
H A Dformat_output.c139 void test_output_string(const char *name, const char *m, size_t l) in test_output_string() argument
141 test_fail_string_common("string", NULL, 0, NULL, NULL, NULL, name, in test_output_string()
386 void test_output_bignum(const char *name, const BIGNUM *bn) in test_output_bignum() argument
389 test_printf_stderr("bignum: '%s' = %s\n", name, in test_output_bignum()
400 test_printf_stderr("bignum: '%s' = %s0x%s\n", name, in test_output_bignum()
403 test_fail_bignum_common("bignum", NULL, 0, NULL, NULL, NULL, name, in test_output_bignum()
531 void test_output_memory(const char *name, const unsigned char *m, size_t l) in test_output_memory() argument
533 test_fail_memory_common("memory", NULL, 0, NULL, NULL, NULL, name, in test_output_memory()
/third_party/openssl/apps/
H A Denc.c38 static void show_ciphers(const OBJ_NAME *name, void *bio_);
145 /* first check the command name */ in enc_main()
307 /* Get the cipher name, either from progname (if set) or flag. */ in enc_main()
654 static void show_ciphers(const OBJ_NAME *name, void *arg) in show_ciphers() argument
659 if (!islower((unsigned char)*name->name)) in show_ciphers()
663 cipher = EVP_get_cipherbyname(name->name); in show_ciphers()
669 BIO_printf(dec->bio, "-%-25s", name->name); in show_ciphers()
[all...]

Completed in 33 milliseconds

1...<<241242243244245246247248249250>>...779