Home
last modified time | relevance | path

Searched refs:my_file (Results 1 – 11 of 11) sorted by relevance

/external/toolchain-utils/mem_tests/
Dclean_data.py20 my_file = open(args.filename) variable
24 for line in my_file:
Dtotal_mem_sampled.py19 my_file = open(args.filename) variable
26 for line in my_file:
Dtotal_mem_actual.py22 my_file = open(args.filename) variable
29 for line in my_file:
Dmem_groups.py25 my_file = open(args.filename) variable
35 for line in my_file:
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_test.py82 self.my_file = self.pool.FindFileByName(file_proto.name)
83 self.my_message = self.my_file.message_types_by_name[message_proto.name]
96 file=self.my_file,
395 self.assertEqual(self.my_enum.file, self.my_file)
396 self.assertEqual(self.my_message.file, self.my_file)
399 self.assertEqual(self.my_file.name, 'some/filename/some.proto')
400 self.assertEqual(self.my_file.package, 'protobuf_unittest')
401 self.assertEqual(self.my_file.pool, self.pool)
/external/webrtc/tools/matlab/
DrtpAnalyze.m6 % $ out/Debug/rtp_analyze my_file.rtp my_file.txt
8 % >> rtpAnalyze('my_file.txt')
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DOptBisect.rst60 clang -O2 -mllvm -opt-bisect-limit=256 my_file.c
69 clang -flto -Wl,-mllvm,-opt-bisect-limit=256 my_file.o my_other_file.o
71 clang -flto -Wl,-plugin-opt,-opt-bisect-limit=256 my_file.o my_other_file.o
/external/python/cpython2/Lib/distutils/tests/
Dtest_dist.py135 my_file = os.path.join(tmp_dir, 'f')
147 dist.metadata.write_pkg_file(open(my_file, 'w'))
/external/clang/test/SemaTemplate/
Ddependent-names.cpp188 namespace my_file { namespace
/external/gflags/src/
Dgflags.h.in43 // DEFINE_string(filename, "my_file.txt", "The file to read");
/external/scapy/doc/scapy/
Dadvanced_usage.rst674 >>> TFTP_read("my_file", "192.168.1.128").run()