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

  /packages/inputmethods/PinyinIME/jni/include/
searchutility.h 35 uint16 psb; // The score, the lower psb, the higher possibility. member in struct:ime_pinyin::__anon19700
49 float psb; member in struct:ime_pinyin::__anon19702
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
UiTest.java 238 ProgramStore.Builder psb = new ProgramStore.Builder(mRS); local
239 psb.setBlendFunc(BlendSrcFunc.ONE, BlendDstFunc.ZERO);
240 mRS.bindProgramStore(psb.create());
242 psb.setBlendFunc(BlendSrcFunc.SRC_ALPHA, BlendDstFunc.ONE);
243 mUiScript.set_gPSLights(psb.create());
  /external/wpa_supplicant_8/src/ap/
wmm.c 167 int up, psb, dir, tid; local
171 psb = (tspec->ts_info[1] >> 2) & 0x01;
174 wpa_printf(MSG_DEBUG, "WMM: TS Info: UP=%d PSB=%d Direction=%d TID=%d",
175 up, psb, dir, tid);
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 281 milliseconds