Searched defs:raw (Results 1 – 11 of 11) sorted by relevance
192 let raw = Bytes::from(rp); in nfc_set_config() localVariable231 let raw = Bytes::from(rp); in nfc_get_config() localVariable
27 void *raw; // pointer to audio frame member
34 void* raw; member
57 uint32_t* raw = reinterpret_cast<uint32_t*>(regs32.RawData()); in TEST_F() local79 uint64_t* raw = reinterpret_cast<uint64_t*>(regs64.RawData()); in TEST_F() local
73 const std::vector<uint8_t>& Hash::raw() const { in raw() function in android::Hash
242 static std::string escape_csv_string(const std::string& raw) { in escape_csv_string()270 static std::string escape_json_string(const std::string& raw) { in escape_json_string()
446 void* raw; // raw pointer to start of buffer member
456 char* raw = nullptr; in parseNfPacketMessage() local
132 std::string raw = FB_CMD_SNAPSHOT_UPDATE ":" + command; in SnapshotUpdateCommand() local
634 static void ZipArchiveStreamTest(ZipArchiveHandle& handle, const std::string& entry_name, bool raw, in ZipArchiveStreamTest()664 const std::vector<uint8_t>& contents, bool raw) { in ZipArchiveStreamTestUsingContents()
608 bool FindValue(const std::string& raw, const std::string& key, std::string* value) { in FindValue()