HomeSort by relevance Sort by last modified time
    Searched refs:printBuf (Results 1 - 3 of 3) sorted by null

  /hardware/ril/libril/
ril.cpp 108 #define startRequest sprintf(printBuf, "(")
109 #define closeRequest sprintf(printBuf, "%s)", printBuf)
111 RLOGD("[%04d]> %s %s", token, requestToString(req), printBuf)
113 #define startResponse sprintf(printBuf, "%s {", printBuf)
114 #define closeResponse sprintf(printBuf, "%s}", printBuf)
115 #define printResponse RLOGD("%s", printBuf)
117 #define clearPrintBuf printBuf[0] =
    [all...]
  /prebuilts/go/darwin-x86/misc/ios/
go_darwin_arm_exec.go 242 w.printBuf()
248 w.printBuf()
330 w.printBuf()
337 w.printBuf()
352 w.printBuf()
403 func (w *bufWriter) printBuf() {
  /prebuilts/go/linux-x86/misc/ios/
go_darwin_arm_exec.go 242 w.printBuf()
248 w.printBuf()
330 w.printBuf()
337 w.printBuf()
352 w.printBuf()
403 func (w *bufWriter) printBuf() {

Completed in 65 milliseconds