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

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
H A 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
[all...]
/external/toolchain-utils/cwp/bartlett/test/
H A 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/
H A Dserver.py12 profile_data: the zipped file containing profile data
44 profile_data = db.BlobProperty() # The profile data variable in class:FileEntry
60 <div><input type="file" name="profile_data"/></div>
77 f1 = self.request.get('profile_data')
78 getfile.profile_data = db.Blob(f1)
95 self.response.out.write(request.profile_data)
/external/kernel-headers/original/uapi/linux/can/
H A Dgw.h124 __u8 profile_data[20]; member in struct:cgw_csum_crc8
200 * E.g. the profile_data[] may contain additional u8 values (called DATA_IDs)
/external/ImageMagick/coders/
H A Dbmp.c576 profile_data,
649 profile_data=0;
805 profile_data=ReadBlobLSBLong(image);
807 (void) profile_data;
568 profile_data, local
H A Dpng.c7701 *profile_description, unsigned char *profile_data, png_uint_32 length)
7751 sp=profile_data;
7689 Magick_png_write_raw_profile(const ImageInfo *image_info,png_struct *ping, png_info *ping_info, unsigned char *profile_type, unsigned char *profile_description, unsigned char *profile_data, png_uint_32 length) argument

Completed in 6002 milliseconds