Searched defs:cw (Results 1 – 6 of 6) 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
171 CookieWrapper cw = (CookieWrapper) args.cookie; in handleMessage() local245 CookieWrapper cw = (CookieWrapper) cookie; in onQueryComplete() local368 CookieWrapper cw = new CookieWrapper(); in startQuery() local432 CookieWrapper cw = new CookieWrapper(); in startQuery() local466 CookieWrapper cw = new CookieWrapper(); in addQueryListener() local
87 ClassWriter cw = new ClassWriter(0 /*flags*/); in testNoOp() local149 ClassWriter cw = new ClassWriter(0 /*flags*/); in testConstructorsNotSupported() local164 ClassWriter cw = new ClassWriter(0 /*flags*/); in testDelegateNative() local
1341 private void handleCallWaitingInfo(CdmaCallWaitingNotification cw) { in handleCallWaitingInfo()1343 new GsmCdmaConnection(mPhone.getContext(), cw, this, mRingingCall); in handleCallWaitingInfo() local
199 public GsmCdmaConnection(Context context, CdmaCallWaitingNotification cw, GsmCdmaCallTracker ct, in GsmCdmaConnection()