Home
last modified time | relevance | path

Searched refs:machine_file (Results 1 – 13 of 13) sorted by relevance

/dports/textproc/p5-AI-Categorizer/AI-Categorizer-0.09/lib/AI/Categorizer/Learner/
H A DWeka.pm65 my %info = (machine_file => $cat->name . '_model');
66 my $outfile = File::Spec->catfile($self->{model}{_in_dir}, $info{machine_file});
91 my $machine_file = File::Spec->catfile($self->{model}{_in_dir}, $info->{machine_file});
96 '-l', $machine_file,
128 my $machine_file = File::Spec->catfile($self->{model}{_in_dir}, "${cat}_model");
132 '-l', $machine_file,
233 my $oldpath = File::Spec->catdir($self->{model}{_in_dir}, $learner->{machine_file});
/dports/mail/smtprc/smtprc-2.0.3/
H A Dparse_args.c102 o.machine_file=s_malloc((strlen(optarg)+1) * sizeof(char)); in parse_args()
103 strncpy(o.machine_file, optarg, strlen(optarg)); in parse_args()
104 o.machine_file[strlen(optarg)] = '\0'; in parse_args()
155 o.machine_file=s_malloc((strlen(optarg)+1) * sizeof(char)); in parse_args()
156 strncpy(o.machine_file, optarg, strlen(optarg)); in parse_args()
157 o.machine_file[strlen(optarg)] = '\0'; in parse_args()
H A Doptions.c72 if(check_file_path(o.machine_file, buf) == -1) { in validate_options()
73 fatal("Unable to open output MACHINE file %s", o.machine_file); in validate_options()
H A Doptions.h62 char *machine_file; //output machine readable filename member
/dports/deskutils/gnome-tweaks/gnome-tweaks-40.0/gtweak/tweaks/
H A Dtweak_wacom.py54 machine_file = open(MACHINE_ID_PATH, 'r')
58 machine_id = machine_file.read().strip()
59 machine_file.close()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/web_infrastructure/
H A Djenkins_job.py235 machine_file = self.get_current_config()
238 self.result['diff']['before'] = machine_file
240 if machine_file != config_file:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Djenkins_job.py248 machine_file = self.get_current_config()
251 self.result['diff']['before'] = machine_file
253 if machine_file != config_file:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/web_infrastructure/
H A Djenkins_job.py248 machine_file = self.get_current_config()
251 self.result['diff']['before'] = machine_file
253 if machine_file != config_file:
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/scripts/python/
H A Dexport-to-postgresql.py778 machine_file = open_output_file("machine_table.bin") variable
827 copy_output_file(machine_file, "machines")
849 remove_output_file(machine_file)
985 machine_file.write(value)
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/scripts/python/
H A Dexport-to-postgresql.py778 machine_file = open_output_file("machine_table.bin") variable
827 copy_output_file(machine_file, "machines")
849 remove_output_file(machine_file)
985 machine_file.write(value)
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/scripts/python/
H A Dexport-to-postgresql.py778 machine_file = open_output_file("machine_table.bin") variable
827 copy_output_file(machine_file, "machines")
849 remove_output_file(machine_file)
985 machine_file.write(value)
/dports/lang/pocl/pocl-1.8/lib/CL/devices/tce/
H A Dtce_common.h109 std::string machine_file; variable
H A Dtce_common.cc71 local_as(NULL), global_as(NULL), private_as(NULL), machine_file(adfName), parent(dev), in TCEDevice()
263 cmdLine << "tcecc $* -a " << machine_file << " " << programBcFile in tceccCommandLine()
745 std::string("tceoclextgen ") + tce_dev->machine_file + in pocl_tce_init_build()
766 FILE* adf_file = fopen (tce_dev->machine_file.c_str(), "r"); in pocl_tce_build_hash()