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

  /external/llvm/lib/VMCore/
LeaksContext.h 37 Ts.clear();
50 assert(Ts.count(o) == 0 && "Object already in set!");
53 Ts.insert(Cache);
62 Ts.erase(o);
70 if (!Ts.empty()) {
72 for (typename SmallPtrSet<const T*, 8>::iterator I = Ts.begin(),
73 E = Ts.end(); I != E; ++I) {
87 SmallPtrSet<const T*, 8> Ts;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.h 41 float Ts; /*number of seconds for the sequence (or segment). e.g., 10 sec */
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 261 OsclFloat Ts; /*number of seconds for the sequence (or segment). e.g., 10 sec */

Completed in 415 milliseconds