/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
records.py | 147 def __write_record(self, record_type, data): 151 crc = crc32c.crc_update(crc32c.CRC_INIT, [record_type]) 156 struct.pack(_HEADER_FORMAT, _mask_crc(crc), length, record_type)) 230 (data, record_type) tuple. 244 (masked_crc, length, record_type) = struct.unpack(_HEADER_FORMAT, header) 256 if record_type == _RECORD_TYPE_NONE: 257 return ('', record_type) 259 actual_crc = crc32c.crc_update(crc32c.CRC_INIT, [record_type]) 265 return (data, record_type) 286 (chunk, record_type) = self.__try_read_record( [all...] |
/external/google-breakpad/src/tools/python/ |
filter_syms.py | 105 record_type = record.partition(' ')[0] 106 if record_type == 'FILE': 108 elif self._IsLineRecord(record_type): 155 def _IsLineRecord(self, record_type): 158 line = int(record_type, 16)
|
/external/autotest/client/cros/nfc/ |
console.py | 383 def _create_record_data(self, record_type, params): 384 if record_type == 'Text': 387 elif record_type == 'URI': 391 print_message('Writing record type "' + record_type + 400 def write_tag(self, tag, record_type, params): 405 @param record_type: The type of the record, e.g. Text or URI. 409 tag_data = self._create_record_data(record_type, params) 420 def push_to_device(self, device, record_type, params): 425 @param record_type: The type of the record, e.g. Text or URI. 429 record_data = self._create_record_data(record_type, params [all...] |
/external/autotest/client/site_tests/peerd_AdvertiseServices/ |
peerd_AdvertiseServices.py | 103 def _ask_for_record(self, record_name, record_type): 108 @param record_type: one of dpkt.dns.DNS_*. 113 record_name, record_type) 116 record_name, record_type) 119 record_name, record_type, found_records[0].data) 122 record_name, record_type) 123 desired_records = [(record_name, record_type)]
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
typeannotation.py | 70 self.record_type = False 86 return (self.record_type or 123 surround = {False: '{%s}' if self.record_type else '<%s>', 207 if ((modifiers and self.not_null) or self.record_type 263 if parent.record_type and not self.key_type: 306 current.record_type = True
|
typeannotation_test.py | 180 self.assertTrue(easy.record_type)
|
/external/autotest/server/site_tests/buffet_PrivetSetupFlow/ |
buffet_PrivetSetupFlow.py | 117 record.record_type == '_privet._tcp')]
|
/external/autotest/frontend/afe/ |
rpc_utils.py | [all...] |
/system/extras/simpleperf/ |
record.cpp | 30 static std::string RecordTypeToString(int record_type) { 40 auto it = record_type_names.find(record_type); 44 return android::base::StringPrintf("unknown(%d)", record_type);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
target.def | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/ |
cp-tree.h | 124 5: CLASS_TYPE_P (in RECORD_TYPE and UNION_TYPE) 527 /* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is read-only. */ 4092 record_type, \/* "struct" types. *\/ enumerator in enum:tag_types [all...] |