Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/btcore/test/
Ddevice_class_test.cc65 uint8_t* to_stream = (uint8_t*)&dc; in TEST_F() local
72 TEST_F(DeviceClassTest, to_stream) { in TEST_F() argument
/aosp_15_r20/external/llvm-libc/src/stdio/gpu/
H A Dfile.h40 LIBC_INLINE ::FILE *to_stream(uintptr_t f) { in to_stream() function
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/
H A Dtoken.rb327 def to_stream( options = {} ) method