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

  /external/javasqlite/src/main/java/SQLite/
Shell.java 268 String tsep = i > 0 ? "," : ""; local
270 pw.print(tsep + "NULL");
272 pw.print(tsep + args[i]);
274 pw.print(tsep + sql_quote(args[i]));
289 String tsep = i > 0 ? "," : ""; local
290 pw.print(tsep + args[i]);
  /external/bluetooth/bluedroid/stack/include/
avdt_api.h 253 UINT8 tsep; /* SEP type */ member in struct:__anon5930
405 UINT8 tsep; /* SEP type */ member in struct:__anon5940
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_int.h 386 UINT8 tsep; /* SEP type of local SEP */ member in struct:__anon5074

Completed in 1246 milliseconds