/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/ |
profile-mode.rb | 131 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 == [all...] |
/external/toolchain-utils/cwp/bartlett/test/ |
server_tester.py | 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,
|
/external/toolchain-utils/cwp/bartlett/ |
server.py | 12 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/tensorflow/tensorflow/python/debug/cli/ |
profile_analyzer_cli.py | 421 profile_data = [ 427 profile_data = sorted( 428 profile_data, 434 profile_data, parsed.sort_by, parsed.reverse, parsed.time_unit, 504 profile_data = ProfileDataTableView(profile_datum_list, time_unit=time_unit) 519 len(column_name) for column_name in profile_data.column_names()] 523 for row in range(profile_data.row_count()): 525 column_widths[col], len(profile_data.value( 543 for col in range(profile_data.column_count()): 544 column_name = profile_data.column_names()[col [all...] |
/bionic/libc/kernel/uapi/linux/can/ |
gw.h | 81 __u8 profile_data[20]; member in struct:cgw_csum_crc8
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/can/ |
gw.h | 88 __u8 profile_data[20]; member in struct:cgw_csum_crc8 154 * E.g. the profile_data[] may contain additional u8 values (called DATA_IDs)
|
/external/tensorflow/tensorflow/python/debug/lib/ |
source_utils.py | 260 def annotate_source_against_profile(profile_data, 271 profile_data: (`list` of `ProfileDatum`) A list of `ProfileDatum`. 291 for profile_datum in profile_data:
|
/external/kernel-headers/original/uapi/linux/can/ |
gw.h | 125 __u8 profile_data[20]; member in struct:cgw_csum_crc8 201 * E.g. the profile_data[] may contain additional u8 values (called DATA_IDs)
|
/external/ImageMagick/coders/ |
bmp.c | 576 profile_data, 649 profile_data=0; 805 profile_data=ReadBlobLSBLong(image); 807 (void) profile_data; 568 profile_data, local [all...] |
png.c | [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsProvider2.java | 416 public static final int PROFILE_DATA = 19002; [all...] |