Home
last modified time | relevance | path

Searched refs:entry_name (Results 1 – 25 of 1706) sorted by relevance

12345678910>>...69

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/rt_tddft/input/
H A Drt_tddft_input_field.F541 character*32 entry_name
548 entry_name = trim(basename) // "name"
558 entry_name = trim(basename) // "type"
568 entry_name = trim(basename) // "spin"
573 entry_name = trim(basename) // "max"
607 entry_name = trim(basename) // "phi"
645 character*32 entry_name
654 entry_name = trim(basename) // "name"
664 entry_name = trim(basename) // "type"
679 entry_name = trim(basename) // "max"
[all …]
H A Drt_tddft_input_excite.F299 character*32 entry_name
306 entry_name = trim(basename) // "geom_indx"
307 if (.not.rtdb_put(rtdb,entry_name,mt_int,1,excite%geom_indx))
311 entry_name = trim(basename) // "field_indx"
316 entry_name = trim(basename) // "ao_indx"
317 if (.not.rtdb_put(rtdb,entry_name,mt_int,1,excite%ao_indx))
354 character*32 entry_name
362 entry_name = trim(basename) // "geom_indx"
367 entry_name = trim(basename) // "field_indx"
372 entry_name = trim(basename) // "ao_indx"
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/rt_tddft/input/
H A Drt_tddft_input_field.F541 character*32 entry_name
548 entry_name = trim(basename) // "name"
558 entry_name = trim(basename) // "type"
568 entry_name = trim(basename) // "spin"
573 entry_name = trim(basename) // "max"
607 entry_name = trim(basename) // "phi"
645 character*32 entry_name
654 entry_name = trim(basename) // "name"
664 entry_name = trim(basename) // "type"
679 entry_name = trim(basename) // "max"
[all …]
H A Drt_tddft_input_excite.F299 character*32 entry_name
306 entry_name = trim(basename) // "geom_indx"
307 if (.not.rtdb_put(rtdb,entry_name,mt_int,1,excite%geom_indx))
311 entry_name = trim(basename) // "field_indx"
316 entry_name = trim(basename) // "ao_indx"
317 if (.not.rtdb_put(rtdb,entry_name,mt_int,1,excite%ao_indx))
354 character*32 entry_name
362 entry_name = trim(basename) // "geom_indx"
367 entry_name = trim(basename) // "field_indx"
372 entry_name = trim(basename) // "ao_indx"
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/tabs/
H A Dtab_ukm_test_helper.cc71 const std::string& entry_name = pair.first; in ~UkmEntryChecker() local
94 num_entries_[entry_name]++; in ExpectNewEntry()
96 ukm_recorder_.GetEntriesByName(entry_name); in ExpectNewEntry()
99 << entries.size() << " for " << entry_name; in ExpectNewEntry()
110 const std::string& entry_name, in ExpectNewEntries() argument
116 num_entries_[entry_name] += num_new_entries; in ExpectNewEntries()
136 const std::string& entry_name, in ExpectNewEntriesBySource() argument
143 num_entries_[entry_name] += num_new_entries; in ExpectNewEntriesBySource()
171 const std::string& entry_name) const { in NumNewEntriesRecorded()
176 if (!num_entries_.count(entry_name)) in NumNewEntriesRecorded()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DProblemDescDB.hpp203 const IntVector& get_iv(const String& entry_name) const;
205 const BitArray& get_ba(const String& entry_name) const;
217 const IntSet& get_is(const String& entry_name) const;
244 const Real& get_real(const String& entry_name) const;
246 int get_int(const String& entry_name) const;
248 short get_short(const String& entry_name) const;
252 size_t get_sizet(const String& entry_name) const;
254 bool get_bool(const String& entry_name) const;
256 void** get_voidss(const String& entry_name) const;
282 void set(const String& entry_name, const IntVector& iv);
[all …]
H A DProblemDescDB.cpp1330 t = entry_name.data(); in Begins()
1344 << entry_name << std::endl; in Bad_name()
1390 Bad_name(entry_name, "get_rma"); in get_rma()
1575 Bad_name(entry_name, "get_rv"); in get_rv()
1671 Bad_name(entry_name, "get_iv"); in get_iv()
1713 Bad_name(entry_name, "get_ba"); in get_ba()
1742 Bad_name(entry_name, "get_sza"); in get_sza()
1772 Bad_name(entry_name, "get_usa"); in get_usa()
1787 Bad_name(entry_name, "get_rsm"); in get_rsm()
1861 Bad_name(entry_name, "get_is"); in get_is()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/lua/
H A Dmodules.c46 …_lua_module_entry_new_singleton(lua_State *L, const char *module_type_name, const char *entry_name, in dt_lua_module_entry_new_singleton() argument
50 snprintf(tmp_string, sizeof(tmp_string), "module_%s_%s", module_type_name, entry_name); in dt_lua_module_entry_new_singleton()
52 dt_lua_module_entry_new(L, -1, module_type_name, entry_name); in dt_lua_module_entry_new_singleton()
66 dt_lua_type_register_const_type(L, table_type, entry_name); in dt_lua_module_entry_new()
69 void dt_lua_module_entry_push(lua_State *L, const char *module_type_name, const char *entry_name) in dt_lua_module_entry_push() argument
72 lua_getfield(L, -1, entry_name); in dt_lua_module_entry_push()
79 dt_lua_module_entry_push(L, module_type_name, entry_name); in dt_lua_module_entry_get_type()
90 dt_lua_module_entry_push(L, module_type_name, entry_name); in dt_lua_register_module_presets_type()
100 dt_lua_module_entry_push(L, module_type_name, entry_name); in dt_lua_module_get_preset_type()
111 dt_lua_module_entry_push(L, module_type_name, entry_name); in dt_lua_register_current_preset()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/lua/
H A Dmodules.c46 …_lua_module_entry_new_singleton(lua_State *L, const char *module_type_name, const char *entry_name, in dt_lua_module_entry_new_singleton() argument
50 snprintf(tmp_string, sizeof(tmp_string), "module_%s_%s", module_type_name, entry_name); in dt_lua_module_entry_new_singleton()
52 dt_lua_module_entry_new(L, -1, module_type_name, entry_name); in dt_lua_module_entry_new_singleton()
66 dt_lua_type_register_const_type(L, table_type, entry_name); in dt_lua_module_entry_new()
69 void dt_lua_module_entry_push(lua_State *L, const char *module_type_name, const char *entry_name) in dt_lua_module_entry_push() argument
72 lua_getfield(L, -1, entry_name); in dt_lua_module_entry_push()
79 dt_lua_module_entry_push(L, module_type_name, entry_name); in dt_lua_module_entry_get_type()
90 dt_lua_module_entry_push(L, module_type_name, entry_name); in dt_lua_register_module_presets_type()
100 dt_lua_module_entry_push(L, module_type_name, entry_name); in dt_lua_module_get_preset_type()
111 dt_lua_module_entry_push(L, module_type_name, entry_name); in dt_lua_register_current_preset()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/
H A Dplugin_manager.cpp255 string entry_name; in CreateDllResolver() local
278 entry_name = prefix; in CreateDllResolver()
279 entry_name.append("_"); in CreateDllResolver()
280 entry_name.append(base_name_templ); in CreateDllResolver()
285 entry_name = prefix; in CreateDllResolver()
286 entry_name.append("_"); in CreateDllResolver()
288 entry_name.append("_"); in CreateDllResolver()
295 entry_name = prefix; in CreateDllResolver()
296 entry_name.append("_"); in CreateDllResolver()
297 entry_name.append(m_DriverName); in CreateDllResolver()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dplugin_manager.cpp255 string entry_name; in CreateDllResolver() local
278 entry_name = prefix; in CreateDllResolver()
279 entry_name.append("_"); in CreateDllResolver()
280 entry_name.append(base_name_templ); in CreateDllResolver()
285 entry_name = prefix; in CreateDllResolver()
286 entry_name.append("_"); in CreateDllResolver()
288 entry_name.append("_"); in CreateDllResolver()
295 entry_name = prefix; in CreateDllResolver()
296 entry_name.append("_"); in CreateDllResolver()
297 entry_name.append(m_DriverName); in CreateDllResolver()
[all …]
/dports/lang/ruby26/ruby-2.6.9/lib/rdoc/parser/
H A Dchangelog.rb135 entry_name = nil
143 entries << [entry_name, entry_body] if entry_name
145 entry_name = $&
148 time = Time.parse entry_name
149 @time_cache[entry_name] = time
151 entry_name = nil unless entry_name =~ /#{time.year}/
154 entry_name.split ' ', 2
157 Time.parse(entry_name.split(' ', 2)[0]) rescue entry_name = nil
159 entry_name = nil
179 entries << [entry_name, entry_body] if entry_name
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/
H A DLPdir_unix.c78 char entry_name[LP_ENTRY_SIZE + 1]; member
123 strncpy((*ctx)->previous_entry_name, (*ctx)->entry_name, in LP_find_file()
134 strncpy((*ctx)->entry_name, direntry->d_name, in LP_find_file()
135 sizeof((*ctx)->entry_name) - 1); in LP_find_file()
136 (*ctx)->entry_name[sizeof((*ctx)->entry_name) - 1] = '\0'; in LP_find_file()
139 char *p = (*ctx)->entry_name + strlen((*ctx)->entry_name); in LP_find_file()
141 while(p > (*ctx)->entry_name && isdigit(p[-1])) in LP_find_file()
143 if (p > (*ctx)->entry_name && p[-1] == ';') in LP_find_file()
145 if (strcasecmp((*ctx)->entry_name, (*ctx)->previous_entry_name) == 0) in LP_find_file()
149 return (*ctx)->entry_name; in LP_find_file()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/crypto/
H A DLPdir_unix.c78 char entry_name[LP_ENTRY_SIZE + 1]; member
123 strncpy((*ctx)->previous_entry_name, (*ctx)->entry_name, in LP_find_file()
134 strncpy((*ctx)->entry_name, direntry->d_name, in LP_find_file()
135 sizeof((*ctx)->entry_name) - 1); in LP_find_file()
136 (*ctx)->entry_name[sizeof((*ctx)->entry_name) - 1] = '\0'; in LP_find_file()
139 char *p = (*ctx)->entry_name + strlen((*ctx)->entry_name); in LP_find_file()
141 while(p > (*ctx)->entry_name && isdigit(p[-1])) in LP_find_file()
143 if (p > (*ctx)->entry_name && p[-1] == ';') in LP_find_file()
145 if (strcasecmp((*ctx)->entry_name, (*ctx)->previous_entry_name) == 0) in LP_find_file()
149 return (*ctx)->entry_name; in LP_find_file()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/
H A DLPdir_unix.c78 char entry_name[LP_ENTRY_SIZE + 1]; member
123 strncpy((*ctx)->previous_entry_name, (*ctx)->entry_name, in LP_find_file()
134 strncpy((*ctx)->entry_name, direntry->d_name, in LP_find_file()
135 sizeof((*ctx)->entry_name) - 1); in LP_find_file()
136 (*ctx)->entry_name[sizeof((*ctx)->entry_name) - 1] = '\0'; in LP_find_file()
139 char *p = (*ctx)->entry_name + strlen((*ctx)->entry_name); in LP_find_file()
141 while(p > (*ctx)->entry_name && isdigit(p[-1])) in LP_find_file()
143 if (p > (*ctx)->entry_name && p[-1] == ';') in LP_find_file()
145 if (strcasecmp((*ctx)->entry_name, (*ctx)->previous_entry_name) == 0) in LP_find_file()
149 return (*ctx)->entry_name; in LP_find_file()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/
H A DLPdir_unix.c78 char entry_name[LP_ENTRY_SIZE + 1]; member
123 strncpy((*ctx)->previous_entry_name, (*ctx)->entry_name, in LP_find_file()
134 strncpy((*ctx)->entry_name, direntry->d_name, in LP_find_file()
135 sizeof((*ctx)->entry_name) - 1); in LP_find_file()
136 (*ctx)->entry_name[sizeof((*ctx)->entry_name) - 1] = '\0'; in LP_find_file()
139 char *p = (*ctx)->entry_name + strlen((*ctx)->entry_name); in LP_find_file()
141 while(p > (*ctx)->entry_name && isdigit(p[-1])) in LP_find_file()
143 if (p > (*ctx)->entry_name && p[-1] == ';') in LP_find_file()
145 if (strcasecmp((*ctx)->entry_name, (*ctx)->previous_entry_name) == 0) in LP_find_file()
149 return (*ctx)->entry_name; in LP_find_file()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/
H A Dread_apk_test.cpp32 ASSERT_EQ(NATIVELIB_IN_APK, ee->entry_name()); in TEST()
48 std::string entry_name; in TEST() local
51 "base.apk]", &zip_path, &entry_name)); in TEST()
54 ASSERT_EQ(entry_name, "classes.dex"); in TEST()
56 &zip_path, &entry_name)); in TEST()
59 " (deleted)", &zip_path, &entry_name)); in TEST()
62 ASSERT_EQ(entry_name, "classes.dex"); in TEST()
64 &zip_path, &entry_name)); in TEST()
69 "(deleted)", &zip_path, &entry_name)); in TEST()
71 ASSERT_EQ(entry_name, "classes2.dex"); in TEST()
/dports/net/guacamole-server/guacamole-server-1.3.0/src/protocols/rdp/channels/rdpdr/
H A Drdpdr-fs-messages-dir-info.c35 const char* entry_name, int entry_file_id) { in guac_rdpdr_fs_process_query_directory_info() argument
40 int length = guac_utf8_strlen(entry_name); in guac_rdpdr_fs_process_query_directory_info()
54 __func__, entry_file_id, entry_name); in guac_rdpdr_fs_process_query_directory_info()
83 const char* entry_name, int entry_file_id) { in guac_rdpdr_fs_process_query_full_directory_info() argument
88 int length = guac_utf8_strlen(entry_name); in guac_rdpdr_fs_process_query_full_directory_info()
102 __func__, entry_file_id, entry_name); in guac_rdpdr_fs_process_query_full_directory_info()
132 const char* entry_name, int entry_file_id) { in guac_rdpdr_fs_process_query_both_directory_info() argument
137 int length = guac_utf8_strlen(entry_name); in guac_rdpdr_fs_process_query_both_directory_info()
151 __func__, entry_file_id, entry_name); in guac_rdpdr_fs_process_query_both_directory_info()
190 int length = guac_utf8_strlen(entry_name); in guac_rdpdr_fs_process_query_names_info()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/
H A DLPdir_unix.c78 char entry_name[LP_ENTRY_SIZE + 1]; member
123 strncpy((*ctx)->previous_entry_name, (*ctx)->entry_name, in LP_find_file()
134 OPENSSL_strlcpy((*ctx)->entry_name, direntry->d_name, in LP_find_file()
135 sizeof((*ctx)->entry_name)); in LP_find_file()
138 char *p = (*ctx)->entry_name + strlen((*ctx)->entry_name); in LP_find_file()
140 while(p > (*ctx)->entry_name && isdigit(p[-1])) in LP_find_file()
142 if (p > (*ctx)->entry_name && p[-1] == ';') in LP_find_file()
144 if (strcasecmp((*ctx)->entry_name, (*ctx)->previous_entry_name) == 0) in LP_find_file()
148 return (*ctx)->entry_name; in LP_find_file()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A DLPdir_unix.c78 char entry_name[LP_ENTRY_SIZE + 1]; member
123 strncpy((*ctx)->previous_entry_name, (*ctx)->entry_name, in LP_find_file()
134 OPENSSL_strlcpy((*ctx)->entry_name, direntry->d_name, in LP_find_file()
135 sizeof((*ctx)->entry_name)); in LP_find_file()
138 char *p = (*ctx)->entry_name + strlen((*ctx)->entry_name); in LP_find_file()
140 while(p > (*ctx)->entry_name && isdigit(p[-1])) in LP_find_file()
142 if (p > (*ctx)->entry_name && p[-1] == ';') in LP_find_file()
144 if (strcasecmp((*ctx)->entry_name, (*ctx)->previous_entry_name) == 0) in LP_find_file()
148 return (*ctx)->entry_name; in LP_find_file()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/
H A DLPdir_unix.c78 char entry_name[LP_ENTRY_SIZE + 1]; member
123 strncpy((*ctx)->previous_entry_name, (*ctx)->entry_name, in LP_find_file()
134 OPENSSL_strlcpy((*ctx)->entry_name, direntry->d_name, in LP_find_file()
135 sizeof((*ctx)->entry_name)); in LP_find_file()
138 char *p = (*ctx)->entry_name + strlen((*ctx)->entry_name); in LP_find_file()
140 while(p > (*ctx)->entry_name && isdigit(p[-1])) in LP_find_file()
142 if (p > (*ctx)->entry_name && p[-1] == ';') in LP_find_file()
144 if (strcasecmp((*ctx)->entry_name, (*ctx)->previous_entry_name) == 0) in LP_find_file()
148 return (*ctx)->entry_name; in LP_find_file()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/
H A DLPdir_unix.c78 char entry_name[LP_ENTRY_SIZE + 1]; member
123 strncpy((*ctx)->previous_entry_name, (*ctx)->entry_name, in LP_find_file()
134 OPENSSL_strlcpy((*ctx)->entry_name, direntry->d_name, in LP_find_file()
135 sizeof((*ctx)->entry_name)); in LP_find_file()
138 char *p = (*ctx)->entry_name + strlen((*ctx)->entry_name); in LP_find_file()
140 while(p > (*ctx)->entry_name && isdigit(p[-1])) in LP_find_file()
142 if (p > (*ctx)->entry_name && p[-1] == ';') in LP_find_file()
144 if (strcasecmp((*ctx)->entry_name, (*ctx)->previous_entry_name) == 0) in LP_find_file()
148 return (*ctx)->entry_name; in LP_find_file()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/
H A DLPdir_unix.c78 char entry_name[LP_ENTRY_SIZE + 1]; member
123 strncpy((*ctx)->previous_entry_name, (*ctx)->entry_name, in LP_find_file()
134 OPENSSL_strlcpy((*ctx)->entry_name, direntry->d_name, in LP_find_file()
135 sizeof((*ctx)->entry_name)); in LP_find_file()
138 char *p = (*ctx)->entry_name + strlen((*ctx)->entry_name); in LP_find_file()
140 while(p > (*ctx)->entry_name && isdigit(p[-1])) in LP_find_file()
142 if (p > (*ctx)->entry_name && p[-1] == ';') in LP_find_file()
144 if (strcasecmp((*ctx)->entry_name, (*ctx)->previous_entry_name) == 0) in LP_find_file()
148 return (*ctx)->entry_name; in LP_find_file()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/
H A DLPdir_unix.c78 char entry_name[LP_ENTRY_SIZE + 1]; member
123 strncpy((*ctx)->previous_entry_name, (*ctx)->entry_name, in LP_find_file()
134 OPENSSL_strlcpy((*ctx)->entry_name, direntry->d_name, in LP_find_file()
135 sizeof((*ctx)->entry_name)); in LP_find_file()
138 char *p = (*ctx)->entry_name + strlen((*ctx)->entry_name); in LP_find_file()
140 while(p > (*ctx)->entry_name && isdigit(p[-1])) in LP_find_file()
142 if (p > (*ctx)->entry_name && p[-1] == ';') in LP_find_file()
144 if (strcasecmp((*ctx)->entry_name, (*ctx)->previous_entry_name) == 0) in LP_find_file()
148 return (*ctx)->entry_name; in LP_find_file()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/
H A DLPdir_unix.c78 char entry_name[LP_ENTRY_SIZE + 1]; member
123 strncpy((*ctx)->previous_entry_name, (*ctx)->entry_name, in LP_find_file()
134 OPENSSL_strlcpy((*ctx)->entry_name, direntry->d_name, in LP_find_file()
135 sizeof((*ctx)->entry_name)); in LP_find_file()
138 char *p = (*ctx)->entry_name + strlen((*ctx)->entry_name); in LP_find_file()
140 while(p > (*ctx)->entry_name && isdigit(p[-1])) in LP_find_file()
142 if (p > (*ctx)->entry_name && p[-1] == ';') in LP_find_file()
144 if (strcasecmp((*ctx)->entry_name, (*ctx)->previous_entry_name) == 0) in LP_find_file()
148 return (*ctx)->entry_name; in LP_find_file()

12345678910>>...69