HomeSort by relevance Sort by last modified time
    Searched refs:my_file (Results 1 - 11 of 11) sorted by null

  /external/toolchain-utils/mem_tests/
clean_data.py 20 my_file = open(args.filename) variable
24 for line in my_file:
total_mem_sampled.py 19 my_file = open(args.filename) variable
26 for line in my_file:
total_mem_actual.py 22 my_file = open(args.filename) variable
29 for line in my_file:
mem_groups.py 25 my_file = open(args.filename) variable
35 for line in my_file:
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 82 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)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_dist.py 132 my_file = os.path.join(tmp_dir, 'f')
145 dist.metadata.write_pkg_file(open(my_file, 'w'))
155 dist.metadata.write_pkg_file(open(my_file, 'w'))
  /external/webrtc/tools/matlab/
rtpAnalyze.m 6 % $ out/Debug/rtp_analyze my_file.rtp my_file.txt
8 % >> rtpAnalyze('my_file.txt')
  /external/python/cpython2/Lib/distutils/tests/
test_dist.py 135 my_file = os.path.join(tmp_dir, 'f')
147 dist.metadata.write_pkg_file(open(my_file, 'w'))
  /external/clang/test/SemaTemplate/
dependent-names.cpp 188 namespace my_file { namespace in namespace:PR10053
  /external/tensorflow/tensorflow/python/data/experimental/ops/
readers.py 589 "my_file*.csv",
    [all...]
  /external/autotest/client/common_lib/
pexpect.py 181 run ("svn ci -m 'automatic commit' my_file.py")
    [all...]

Completed in 761 milliseconds