Home
last modified time | relevance | path

Searched refs:open_data (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/crypto/cipher_extra/
De_chacha20poly1305.c50 union open_data { union
81 OPENSSL_STATIC_ASSERT(sizeof(union open_data) == 48, "wrong open_data size");
93 size_t ad_len, union open_data *aead_data);
111 size_t ad_len, union open_data *aead_data) {} in chacha20_poly1305_open()
324 union open_data data; in chacha20_poly1305_open_gather()
/external/python/cpython3/Tools/unicode/
Dmakeunicodedata.py885 def open_data(template, version): function
920 with open_data(UNICODE_DATA, version) as file:
966 with open_data(NAME_ALIASES, version) as file:
986 with open_data(NAMED_SEQUENCES, version) as file:
1004 with open_data(COMPOSITION_EXCLUSIONS, version) as file:
1015 with open_data(EASTASIAN_WIDTH, version) as file:
1039 with open_data(DERIVED_CORE_PROPERTIES, version) as file:
1059 with open_data(LINE_BREAK, version) as file:
1081 with open_data(DERIVEDNORMALIZATION_PROPS, version) as file:
1102 with open_data(UNIHAN, version) as file:
[all …]
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event_unittest.py262 open_data = log_output[1]
268 self.assertEquals(open_data['category'], 'python')
269 self.assertEquals(open_data['name'], 'test')
270 self.assertEquals(open_data['ph'], 'B')
274 event_time_diff = close_data['ts'] - open_data['ts']
/external/python/cpython2/Lib/
Durllib.py570 def open_data(self, url, data=None): member in URLopener
/external/python/cpython3/Lib/urllib/
Drequest.py2066 def open_data(self, url, data=None): member in URLopener