Home
last modified time | relevance | path

Searched defs:trim (Results 1 – 5 of 5) sorted by relevance

/device/generic/opengl-transport/host/commands/emugen/
DstrUtils.cpp36 std::string trim(const string & str) in trim() function
/device/google/crosshatch/vibrator/
Dimpl.cpp47 static std::string trim(const std::string &str, const std::string &whitespace = " \t") { in trim() function
/device/google/wahoo/vibrator/
Dservice.cpp53 static std::string trim(const std::string& str, in trim() function
/device/google/bonito/vibrator/
Dservice.cpp64 static std::string trim(const std::string &str, const std::string &whitespace = " \t") { in trim() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlbitlib.c25 #define trim(x) ((x) & ALLONES) macro