Home
last modified time | relevance | path

Searched refs:new_struct (Results 1 – 3 of 3) sorted by relevance

/external/nos/test/system-test-harness/src/
Dtransport_tests.cc746 uint8_t new_struct[48]; in TEST_F() member
750 memset(command_info.buffer.new_struct, 0x19, sizeof(command_info.buffer.new_struct)); in TEST_F()
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2824 new_struct = plistlib.readPlistFromString(plist_str)
2826 print new_struct
2830 new_struct = plistlib.readPlist('/tmp/customizations.plist')
/external/python/cpython3/Doc/whatsnew/
D2.6.rst2828 new_struct = plistlib.readPlistFromString(plist_str)
2830 print new_struct
2834 new_struct = plistlib.readPlist('/tmp/customizations.plist')