Searched refs:profile_data (Results 1 – 6 of 6) sorted by relevance
131 profile_data = parser.profile132 profile_data.rule_invocations.should == 60133 profile_data.guessing_rule_invocations.should == 0134 profile_data.rule_invocation_depth.should == 12136 profile_data.fixed_decisions.should == 40137 fixed_data = profile_data.fixed_looks143 profile_data.cyclic_decisions.should == 4144 cyclic_data = profile_data.cyclic_looks150 profile_data.syntactic_predicates.should == 0152 profile_data.memoization_cache_entries.should == 0[all …]
34 self.profile_data = tempfile.NamedTemporaryFile(delete=False)37 self.profile_data.write(os.urandom(size))40 self.profile_data.close()41 os.remove(self.profile_data.name)52 data = {'profile_data': self.profile_data,
44 profile_data = db.BlobProperty() # The profile data variable in FileEntry78 getfile.profile_data = db.Blob(f1)95 self.response.out.write(request.profile_data)
124 __u8 profile_data[20]; member
568 profile_data, in ReadBMPImage() local641 profile_data=0; in ReadBMPImage()797 profile_data=ReadBlobLSBLong(image); in ReadBMPImage()799 (void) profile_data; in ReadBMPImage()
7691 *profile_description, unsigned char *profile_data, png_uint_32 length) in Magick_png_write_raw_profile() argument7741 sp=profile_data; in Magick_png_write_raw_profile()