Searched defs:cw (Results 1 – 8 of 8) sorted by relevance
153 uint16 cw; in pvmp3_decode_huff_cw_tab1() local170 uint16 cw; in pvmp3_decode_huff_cw_tab2() local196 uint16 cw; in pvmp3_decode_huff_cw_tab3() local222 uint16 cw; in pvmp3_decode_huff_cw_tab5() local251 uint16 cw; in pvmp3_decode_huff_cw_tab6() local280 uint16 cw; in pvmp3_decode_huff_cw_tab7() local313 uint16 cw; in pvmp3_decode_huff_cw_tab8() local346 uint16 cw; in pvmp3_decode_huff_cw_tab9() local379 uint16 cw; in pvmp3_decode_huff_cw_tab10() local424 uint16 cw; in pvmp3_decode_huff_cw_tab11() local[all …]
197 uint16 cw = (*h->pdec_huff_tab)(pMainData); in pvmp3_huffman_pair_decoding() local251 uint16 cw; in pvmp3_huffman_pair_decoding_linbits() local
178 CookieWrapper cw = (CookieWrapper) args.cookie; in handleMessage() local227 CookieWrapper cw = (CookieWrapper) args.cookie; in handleGeoDescription() local273 CookieWrapper cw = (CookieWrapper) cookie; in onQueryComplete() local409 CookieWrapper cw = new CookieWrapper(); in startQuery() local473 CookieWrapper cw = new CookieWrapper(); in startQuery() local507 CookieWrapper cw = new CookieWrapper(); in addQueryListener() local
87 ClassWriter cw = new ClassWriter(0 /*flags*/); in testNoOp() local142 ClassWriter cw = new ClassWriter(0 /*flags*/); in testConstructorAfterDelegate() local174 ClassWriter cw = new ClassWriter(0 /*flags*/); in testInnerConstructorAfterDelegate() local209 ClassWriter cw = new ClassWriter(0 /*flags*/); in testStaticInnerConstructorAfterDelegate() local241 ClassWriter cw = new ClassWriter(0 /*flags*/); in testDelegateNative() local
98 ClassWriter cw = new ClassWriter(0); in convert() local
178 CursorWindow cw = new CursorWindow("test", 11000); in testCustomWindowSize() local
1347 private void handleCallWaitingInfo(CdmaCallWaitingNotification cw) { in handleCallWaitingInfo()1349 new GsmCdmaConnection(mPhone.getContext(), cw, this, mRingingCall); in handleCallWaitingInfo() local
201 public GsmCdmaConnection(Context context, CdmaCallWaitingNotification cw, GsmCdmaCallTracker ct, in GsmCdmaConnection()