Home
last modified time | relevance | path

Searched defs:wl (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
DAPITest.cc828 WriteLockScoped wl(_apiTestRWLock); in TestRegisteration() local
876 WriteLockScoped wl(_apiTestRWLock); in TestRegisteration() local
887 WriteLockScoped wl(_apiTestRWLock); in TestRegisteration() local
902 WriteLockScoped wl(_apiTestRWLock); in TestRegisteration() local
1029 WriteLockScoped wl(_apiTestRWLock); in ChangeCodec() local
1040 WriteLockScoped wl(_apiTestRWLock); in ChangeCodec() local
1060 WriteLockScoped wl(_apiTestRWLock); in ChangeCodec() local
1098 WriteLockScoped wl(_apiTestRWLock); in ChangeCodec() local
/external/webrtc/webrtc/system_wrappers/source/
Dtimestamp_extrapolator.cc44 WriteLockScoped wl(*_rwLock); in Reset() local
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
Dg722_decode.c190 static const int wl[8] = {-60, -30, 58, 172, 334, 538, 1198, 3042 }; in WebRtc_g722_decode() local
Dg722_encode.c229 static const int wl[8] = in WebRtc_g722_encode() local
/external/libldac/src/
Dpack_ldac.c293 int nsps, idwl1, wl, val; in pack_spectrum_ldac() local
341 int idwl2, wl; in pack_residual_ldac() local
DldacBT_api.c357 int nFrmToPkt, ch, wl; in ldacBT_encode() local
DldacBT_internal.h119 int wl; member
Dldac.h266 unsigned char wl; member
/external/clang/test/CodeGenCXX/
Dcxx0x-initializer-stdinitializerlist.cpp184 wantslist1 wl = { destroyme1(), destroyme1() }; in fn7() local
/external/icu/icu4c/source/test/cintltst/
Dcustrtrn.c1396 int32_t wl; in Test_widestrs() local
/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.h251 int32_t wl; in prepareLinesForStd() local
/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.cc221 WriteLockScoped wl(*_cachLock); in IPAddressCached() local
/external/python/cpython2/Objects/
Dlistobject.c2373 PyListObject *vl, *wl; in list_richcompare() local
/external/valgrind/memcheck/
Dmc_main.c6464 HChar* wl; in VG_() local
6783 HChar* wl; in handle_gdb_monitor_command() local
/external/clang/tools/libclang/
DCIndex.cpp1889 EnqueueVisitor(VisitorWorkList &wl, CXCursor parent) in EnqueueVisitor()