Home
last modified time | relevance | path

Searched defs:encodings (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
Dxmltok_ns.c29 static const ENCODING * const NS(encodings)[] = { variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
Dxmltok_ns.c22 static const ENCODING * const NS(encodings)[] = { variable
/device/google/cuttlefish/host/frontend/vnc_server/
Dvnc_client_connection.cpp450 auto encodings = client_.Recv(count * sizeof(int32_t)); in HandleSetEncodings() local