Searched refs:from_file (Results 1 - 23 of 23) sorted by relevance

/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
H A Datrace_from_file_agent.py21 if options.from_file is not None:
28 def __init__(self, from_file):
31 self.from_file = from_file
39 return AtraceFromFileConfig(options.from_file)
45 self._filename = os.path.expanduser(options.from_file)
H A Dbattor_trace_agent.py21 if config.from_file is not None:
30 battor, target, from_file, device_serial_number):
37 self.from_file = from_file
59 options.battor, options.target, options.from_file,
H A Datrace_agent.py89 if config.from_file is not None:
410 app_name, compress_trace_data, from_file,
418 self.from_file = from_file
440 options.add_option('--from-file', dest='from_file',
450 options.from_file, options.device_serial_number,
H A Dandroid_process_data_agent.py33 if config.from_file is not None:
/external/python/cpython2/Demo/tix/samples/
H A DOptMenu.py29 from_file = Tix.OptionMenu(top, label="From File Format : ",
44 from_file.add_command(opt, label=options[opt])
50 from_file.pack(side=Tix.TOP, anchor=Tix.W, pady=3, padx=6)
/external/selinux/python/sepolgen/tests/
H A Dtest_objectmodel.py27 info.from_file(fd)
H A Dtest_interfaces.py270 i2.from_file(f)
/external/autotest/client/cros/chameleon/
H A Dedid.py81 def from_file(cls, filename, skip_verify=False): member in class:Edid
H A Dchameleon.py524 self.set_edid(edid_lib.Edid.from_file(filename))
596 return self.use_edid(edid_lib.Edid.from_file(filename))
/external/chromium-trace/catapult/systrace/systrace/
H A Drun_systrace.py154 if options.target == 'android' and not options.from_file:
181 if options.from_file is not None:
/external/selinux/python/sepolgen/src/sepolgen/
H A Dobjectmodel.py105 def from_file(self, fd): member in class:PermMappings
H A Dinterfaces.py218 def from_file(self, fd): member in class:AttributeSet
354 def from_file(self, fd): member in class:InterfaceSet
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
H A DPathV2.inc125 int from_file = -1, to_file = -1;
128 if ((from_file = ::open(f.begin(), O_RDONLY)) < 0)
130 AutoFD from_fd(from_file);
/external/autotest/server/site_tests/display_EdidStress/
H A Ddisplay_EdidStress.py73 edid.Edid.from_file(filepath, skip_verify=True)):
/external/selinux/python/audit2allow/
H A Dsepolgen-ifgen104 attrs.from_file(outfile)
H A Daudit2allow196 ifs.from_file(fd)
211 perm_maps.from_file(fd)
H A Daudit2why196 ifs.from_file(fd)
211 perm_maps.from_file(fd)
/external/autotest/database/
H A Dmigrate.py34 def from_file(cls, filename): member in class:Migration
206 migrations = [Migration.from_file(filename)
/external/autotest/server/site_tests/audio_AudioNodeSwitch/
H A Daudio_AudioNodeSwitch.py114 hdmi_port.apply_edid(edid_lib.Edid.from_file(edid_path))
/external/autotest/server/site_tests/video_PlaybackQuality/
H A Dvideo_PlaybackQuality.py356 edid.Edid.from_file(edid_path, skip_verify=True)):
/external/iproute2/tc/
H A Dtc_bpf.c94 static int bpf_parse_string(char *arg, bool from_file, __u16 *bpf_len, argument
100 if (from_file) {
145 bool from_file)
154 if (bpf_parse_string(argv[0], from_file, &bpf_len, &bpf_string,
144 bpf_ops_parse(int argc, char **argv, struct sock_filter *bpf_ops, bool from_file) argument
/external/protobuf/src/google/protobuf/compiler/js/
H A Djs_generator.cc266 const FileDescriptor* from_file,
269 from_file != to_message->file()) {
1076 const FileDescriptor* from_file,
1082 return MaybeCrossFileRef(options, from_file, desc) + ".extensions";
265 MaybeCrossFileRef(const GeneratorOptions& options, const FileDescriptor* from_file, const Descriptor* to_message) argument
1075 JSExtensionsObjectName(const GeneratorOptions& options, const FileDescriptor* from_file, const Descriptor* desc) argument
/external/selinux/python/sepolicy/sepolicy/
H A D__init__.py720 ifs.from_file(fd)

Completed in 3092 milliseconds