Home
last modified time | relevance | path

Searched refs:profile_data (Results 1 – 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
Dprofile-mode.rb131 profile_data = parser.profile
132 profile_data.rule_invocations.should == 60
133 profile_data.guessing_rule_invocations.should == 0
134 profile_data.rule_invocation_depth.should == 12
136 profile_data.fixed_decisions.should == 40
137 fixed_data = profile_data.fixed_looks
143 profile_data.cyclic_decisions.should == 4
144 cyclic_data = profile_data.cyclic_looks
150 profile_data.syntactic_predicates.should == 0
152 profile_data.memoization_cache_entries.should == 0
[all …]
/external/toolchain-utils/cwp/bartlett/test/
Dserver_tester.py34 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,
/external/toolchain-utils/cwp/bartlett/
Dserver.py44 profile_data = db.BlobProperty() # The profile data variable in FileEntry
78 getfile.profile_data = db.Blob(f1)
95 self.response.out.write(request.profile_data)
/external/kernel-headers/original/uapi/linux/can/
Dgw.h124 __u8 profile_data[20]; member
/external/ImageMagick/coders/
Dbmp.c568 profile_data, in ReadBMPImage() local
641 profile_data=0; in ReadBMPImage()
797 profile_data=ReadBlobLSBLong(image); in ReadBMPImage()
799 (void) profile_data; in ReadBMPImage()
Dpng.c7691 *profile_description, unsigned char *profile_data, png_uint_32 length) in Magick_png_write_raw_profile() argument
7741 sp=profile_data; in Magick_png_write_raw_profile()