/aosp_15_r20/system/core/trusty/storage/tests/ |
H A D | main.cpp | 63 static bool check_value32(const uint32_t *buf, size_t len, uint32_t val) in check_value32() 252 const char *fname = "test_create_delete_file"; in TEST_P() local 297 const char *fname = "delete_opened_test_file"; in TEST_P() local 334 const char *fname = "test_open_no_create_file"; in TEST_P() local 368 const char *fname = "test_open_create_file"; in TEST_P() local 396 const char *fname = "ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz_01234.56789"; in TEST_P() local 423 const char *fname = "test_write_read_sequential"; in TEST_P() local 462 uint32_t val; in TEST_P() local 465 const char *fname = "test_open_truncate"; in TEST_P() local 508 const char *fname = "test_open_same_file"; in TEST_P() local [all …]
|
/aosp_15_r20/trusty/user/app/storage/test/storage-unittest/ |
D | main.c | 134 static bool check_value32(const uint32_t* buf, size_t len, uint32_t val) { in check_value32() 303 const char* fname = "test_create_delete_file"; in TEST_F() local 648 const char* fname = "delete_opened_test_file"; in TEST_F() local 687 const char* fname = "test_open_no_create_file"; in TEST_F() local 723 const char* fname = "test_open_create_file"; in TEST_F() local 752 const char* fname = in TEST_F() local 781 const char* fname = "test_write_read_sequential"; in TEST_F() local 822 uint32_t val; in TEST_F() local 825 const char* fname = "test_open_truncate"; in TEST_F() local 870 const char* fname = "test_open_same_file"; in TEST_F() local [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/hostapd/ |
H A D | config_file.c | 31 const char *fname) in hostapd_config_read_vlan_file() 121 static int hostapd_config_read_maclist(const char *fname, in hostapd_config_read_maclist() 199 const char *fname) in hostapd_config_eap_user_salted() 251 static int hostapd_config_read_eap_user(const char *fname, in hostapd_config_read_eap_user() 586 int *num_server, const char *val, int def_port, in hostapd_config_read_radius_addr() 612 static int hostapd_parse_das_client(struct hostapd_bss_config *bss, char *val) in hostapd_parse_das_client() 638 int val = 0, last; in hostapd_config_parse_key_mgmt() local 749 int val = wpa_parse_cipher(value); in hostapd_config_parse_cipher() local 766 char *val) in hostapd_config_read_wep() 818 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) in hostapd_parse_chanlist() [all …]
|
H A D | hlr_auc_gw.c | 229 char cmd[128], val[13], *pos; in db_update_milenage_sqn() local 275 static int read_gsm_triplets(const char *fname) in read_gsm_triplets() 387 static int read_milenage(const char *fname) in read_milenage() 496 static void update_milenage_file(const char *fname) in update_milenage_file() 714 u64 val, seq, ind; in inc_sqn() local
|
/aosp_15_r20/external/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest02.c | 241 #define warn(val,m1,m2) if ((val) < 0) dowarn(me,m1,m2) argument 252 int fd, val; in crfile() local 253 char fname[MAXPATHLEN], buf[MAXPATHLEN]; in crfile() local 291 int val; in unlfile() local 292 char fname[MAXPATHLEN]; in unlfile() local 318 int val; in fussdir() local 319 char dir[MAXPATHLEN], fname[MAXPATHLEN], savedir[MAXPATHLEN]; in fussdir() local
|
H A D | ftest06.c | 260 #define warn(val,m1,m2) if ((val) < 0) dowarn(me,m1,m2) argument 272 int val; in crfile() local 273 char fname[MAXPATHLEN]; in crfile() local 311 int val, i; in unlfile() local 312 char fname[MAXPATHLEN]; in unlfile() local 336 int val; in fussdir() local 337 char dir[MAXPATHLEN], fname[MAXPATHLEN], savedir[MAXPATHLEN]; in fussdir() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | range_sampler_test.cc | 50 int64_t val = a[i]; in CheckHistogram() local 55 for (int val = 0; val < range; val++) { in CheckHistogram() local 158 string fname = io::JoinPath(testing::TmpDir(), "vocab_file"); in TEST_F() local 168 string fname = io::JoinPath(testing::TmpDir(), "vocab_file"); in TEST_F() local 176 string fname = io::JoinPath(testing::TmpDir(), "vocab_file"); in TEST_F() local 183 string fname = io::JoinPath(testing::TmpDir(), "vocab_file"); in TEST_F() local 194 string fname = io::JoinPath(testing::TmpDir(), "vocab_file"); in TEST_F() local 327 for (auto val : batch) { in TEST_F() local
|
/aosp_15_r20/external/AFLplusplus/src/ |
H A D | afl-common.c | 393 u8 *find_binary(u8 *fname) { in find_binary() 480 u8 *find_afl_binary(u8 *own_loc, u8 *fname) { in find_afl_binary() 769 char *env, *val, *ignore = getenv("AFL_IGNORE_UNKNOWN_ENVS"); in check_environment_vars() local 848 char *val; in get_afl_env() local 921 u8 *val = rest; in extract_and_set_env() local 961 void read_bitmap(u8 *fname, u8 *map, size_t len) { in read_bitmap() 1003 u8 *stringify_int(u8 *buf, size_t len, u64 val) { in stringify_int() 1060 u8 *stringify_float(u8 *buf, size_t len, double val) { in stringify_float() 1086 u8 *stringify_mem_size(u8 *buf, size_t len, u64 val) { in stringify_mem_size() 1167 u8 *u_stringify_int(u8 *buf, u64 val) { in u_stringify_int() [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_mhlib.py | 34 def writeFile(fname, contents): argument 42 def readFile(fname): argument 79 def mkdirs(fname): argument 86 def deltree(fname): argument 212 def seqeq(seq, val): argument
|
/aosp_15_r20/external/wpa_supplicant_8/hs20/server/ |
H A D | spp_server.c | 393 char *val; in add_text_node_conf() local 404 char *val; in add_text_node_conf_corrupt() local 434 unsigned char val = buf[i]; in new_password() local 501 const char *val, int dmacc) in db_update_val() 797 char fname[200]; in read_subrem_file() local 1046 char uri[300], *val; in user_remediation() local 1068 char uri[300], *val; in free_remediation() local 1132 char *val; in hs20_subscription_remediation() local 1166 char fname[200]; in read_policy_file() local 1297 char fname[200]; in spp_get_mo() local [all …]
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | i915_pm_backlight.c | 52 static int backlight_read(int *result, const char *fname) in backlight_read() 77 static int backlight_write(int value, const char *fname) in backlight_write() 99 static void test_and_verify(struct context *context, int val) in test_and_verify() 126 int val; in test_bad_brightness() local
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | crontab.c | 65 long val = strtol(num, &num, 10); in getval() local 114 static int parse_crontab(char *fname) in parse_crontab() 123 char *name, *val, *tokens[5] = {0,}, *ptr = line; in parse_crontab() local 248 char *fname = *toys.optargs ? *toys.optargs : "-"; in do_replace() local
|
/aosp_15_r20/external/liburing/test/ |
H A D | file-verify.c | 59 static int test_truncate(struct io_uring *ring, const char *fname, int buffered, in test_truncate() 306 static int test(struct io_uring *ring, const char *fname, int buffered, in test() 474 static int fill_pattern(const char *fname) in fill_pattern() 477 unsigned int val, *ptr; in fill_pattern() local 515 const char *fname; in main() local
|
/aosp_15_r20/external/ltp/metadata/ |
H A D | metaparse.c | 222 static FILE *open_file(const char *dir, const char *fname) in open_file() 239 char buf[256], *fname; in open_include() local 617 char val[256]; in parse_macro() local 669 static struct data_node *parse_file(const char *fname) in parse_file() 738 long val; in convert_str2int() local
|
/aosp_15_r20/external/libevent/ |
H A D | evutil_rand.c | 47 evutil_secure_rng_set_urandom_device_file(char *fname) in evutil_secure_rng_set_urandom_device_file() 158 evutil_secure_rng_set_urandom_device_file(char *fname) in evutil_secure_rng_set_urandom_device_file() 171 int val; in evutil_secure_rng_init() local
|
/aosp_15_r20/external/vboot_reference/futility/ |
H A D | cmd_sign.c | 71 int ft_sign_pubkey(const char *fname) in ft_sign_pubkey() 126 int ft_sign_raw_kernel(const char *fname) in ft_sign_raw_kernel() 184 int ft_sign_kern_preamble(const char *fname) in ft_sign_kern_preamble() 277 int ft_sign_raw_firmware(const char *fname) in ft_sign_raw_firmware() 786 uint32_t val = strtoul(arg, &e, 0); in parse_number_opt() local
|
/aosp_15_r20/external/wpa_supplicant_8/hs20/client/ |
H A D | osu_client.c | 305 const char *fname) in download_cert() 487 char fname[300]; in download_trust_roots() local 521 const char *val; in server_dnsname_suffix_match() local 553 xml_node_t *add_mo, char *fname, size_t fname_len) in hs20_add_pps_mo() 823 char val[200]; in set_pps_cred_policy_prp() local 2015 static struct osu_data * parse_osu_providers(const char *fname, size_t *count) in parse_osu_providers() 2230 char dir[255], fname[300]; in osu_connect() local 2328 char fname[255]; in cmd_osu_select() local 2479 char fname[256]; in cmd_osu_select() local 2534 char fname[300], buf[400]; in cmd_signup() local [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/net/ |
H A D | NetProperties.java | 60 String fname = System.getProperty("java.home"); in loadDefaultProperties() local 112 String val = null; in getInteger() local 141 String val = null; in getBoolean() local
|
/aosp_15_r20/external/mesa3d/src/freedreno/perfcntrs/ |
H A D | freedreno_dt.c | 60 const char *fname = fpath + ftwbuf->base; in find_freqs_fn() local 125 const char *fname = fpath + ftwbuf->base; in find_device_fn() local 139 int *val; in find_device_fn() local
|
/aosp_15_r20/external/newfs_msdos/ |
H A D | mkfs_msdos.c | 244 mkfs_msdos(const char *fname, const char *dtype, const struct msdos_options *op) in mkfs_msdos() 813 check_mounted(const char *fname, mode_t mode) in check_mounted() 930 static int getdiskinfo(int fd, const char *fname, const char *dtype, in getdiskinfo() 961 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag, in getdiskinfo() 967 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag, in getdiskinfo() 1091 ckgeom(const char *fname, u_int val, const char *msg) in ckgeom()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/mps/ |
H A D | OperationUtils.h | 345 inline id<MTLComputePipelineState> getPipelineStateForFunc(const std::string& fname) { in getPipelineStateForFunc() 348 …id<MTLComputePipelineState> getPipelineStateForFunc(const std::string& fname, const std::initializ… in getPipelineStateForFunc() 351 inline id<MTLFunction> getMTLFunction(const std::string& fname) { in getMTLFunction() 354 …id<MTLFunction> getMTLFunction(const std::string& fname, const std::initializer_list<std::string>&… in getMTLFunction() 381 static inline void mtl_setBytes(id<MTLComputeCommandEncoder> encoder, const T val, unsigned idx) { in mtl_setBytes()
|
/aosp_15_r20/external/leveldb/db/ |
H A D | recovery_test.cc | 133 uint64_t FileSize(const std::string& fname) { in FileSize() 142 void MakeLogFile(uint64_t lognum, SequenceNumber seq, Slice key, Slice val) { in MakeLogFile() 143 std::string fname = LogFileName(dbname_, lognum); in MakeLogFile() local
|
/aosp_15_r20/external/mesa3d/src/freedreno/rnn/ |
H A D | rnn.c | 154 struct rnnvalue *val = parsevalue(db, file, node); in trytypetag() local 206 struct rnnvalue *val = calloc(sizeof *val, 1); in parsevalue() local 332 struct rnnvalue *val = parsevalue(db, file, chain); in parseenum() local 842 char *fname; in find_file() local 907 char *fname; in rnn_parsefile() local 949 static struct rnnvalue *copyvalue (struct rnnvalue *val, char *file) { in copyvalue() 1134 static void prepvalue(struct rnndb *db, struct rnnvalue *val, char *prefix, struct rnnvarinfo *parv… in prepvalue()
|
/aosp_15_r20/external/curl/lib/ |
H A D | curl_setup.h | 470 # define stat(fname,stp) curlx_win32_stat(fname, stp) argument 474 # define fopen(fname,mode) curlx_win32_fopen(fname, mode) argument 492 # define stat(fname,stp) curlx_win32_stat(fname, stp) argument 495 # define fopen(fname,mode) curlx_win32_fopen(fname, mode) argument 578 # define CURL_UINT64_C(val) CURL_CONC_MACROS(val,CURL_UINT64_SUFFIX) argument
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | ICUConfig.java | 63 String val = null; in get() local 64 final String fname = name; in get() local
|