Searched refs:guid_len (Results 1 – 4 of 4) sorted by relevance
/external/cronet/tot/build/toolchain/win/ |
D | midl.py | 107 guid_off, guid_len = struct.unpack_from( 109 assert guid_len % 24 == 0 113 return contents, ntypes, type_off, guid_off, guid_len 116 def recreate_guid_hashtable(contents, ntypes, guid_off, guid_len): argument 122 for guidind in range(guid_off, guid_off + guid_len, 24): 198 contents, ntypes, type_off, guid_off, guid_len = get_tlb_contents(tlb_file) 200 for i in range(0, guid_len, 24): 206 recreate_guid_hashtable(contents, ntypes, guid_off, guid_len)
|
/external/cronet/stable/build/toolchain/win/ |
D | midl.py | 107 guid_off, guid_len = struct.unpack_from( 109 assert guid_len % 24 == 0 113 return contents, ntypes, type_off, guid_off, guid_len 116 def recreate_guid_hashtable(contents, ntypes, guid_off, guid_len): argument 122 for guidind in range(guid_off, guid_off + guid_len, 24): 198 contents, ntypes, type_off, guid_off, guid_len = get_tlb_contents(tlb_file) 200 for i in range(0, guid_len, 24): 206 recreate_guid_hashtable(contents, ntypes, guid_off, guid_len)
|
/external/angle/build/toolchain/win/ |
D | midl.py | 107 guid_off, guid_len = struct.unpack_from( 109 assert guid_len % 24 == 0 113 return contents, ntypes, type_off, guid_off, guid_len 116 def recreate_guid_hashtable(contents, ntypes, guid_off, guid_len): argument 122 for guidind in range(guid_off, guid_off + guid_len, 24): 198 contents, ntypes, type_off, guid_off, guid_len = get_tlb_contents(tlb_file) 200 for i in range(0, guid_len, 24): 206 recreate_guid_hashtable(contents, ntypes, guid_off, guid_len)
|
/external/rust/android-crates-io/crates/uguid/tests/ui/ |
D | guid_len.stderr | 2 --> tests/ui/guid_len.rs:12:14 5 …ram panicked at 'GUID string has wrong length (expected 36 bytes)', $DIR/tests/ui/guid_len.rs:12:14
|