Searched defs:E6 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Devent_posix.cc23 const long int E6 = 1000000; member in namespace:webrtc
24 const long int E9 = 1000 * E6;
137 end_at.tv_nsec += (timeout - (timeout / 1000) * 1000) * E6;
243 end_at.tv_nsec = created_at_.tv_nsec + (time - (time / 1000) * 1000) * E6;
/external/clang/test/ASTMerge/Inputs/
H A Denum1.c40 } E6; typedef in typeref:enum:__anon18294
42 E6 x6;
H A Denum2.c40 } E6; typedef in typeref:enum:__anon18295
42 E6 x6;
/external/webrtc/src/system_wrappers/source/
H A Devent_posix.cc22 const long int E6 = 1000000; member in namespace:webrtc
23 const long int E9 = 1000 * E6;
154 tEnd.tv_nsec += (timeout - (timeout / 1000) * 1000) * E6;
269 tEnd.tv_nsec = _tCreate.tv_nsec + (time - (time/1000)*1000)*E6;
/external/clang/test/CXX/special/class.copy/
H A Dp23-cxx11.cpp154 struct E6 : InaccessibleMoveAssign { // expected-note {{base class 'InaccessibleMoveAssign' has an inaccessible move}} struct in inherits:InaccessibleMoveAssign
155 E6 &operator=(E6 &&) = default; // expected-note {{here}}
162 template struct MoveAssign<E6>; // expected-note {{here}}
/external/clang/test/SemaCXX/
H A Denum-scoped.cpp50 enum class E6 : bool { class in class:E1::E2::E4
/external/svox/pico/lib/
H A Dpicopam.c211 picoos_uint8 e5_e6_content_word; /* E5,E6 */
306 #define E6 37 macro
1814 outVect[T_E6] = inVect[E6];
3647 case E5:/*processor for E5,E6*/
3653 sDest = E6;
3675 case E6:/*processor for E6 : done in E5*/

Completed in 335 milliseconds