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

  /external/valgrind/main/none/tests/
shorts.c 4 typedef struct { short ot; short ob; short nt; short nb; } Stuff; member in struct:__anon17399
8 short oldtop = w->ot;
30 st.ot = -332;
  /external/harfbuzz_ng/src/
main.cc 29 #include "hb-ot-layout-gdef-table.hh"
30 #include "hb-ot-layout-gsubgpos-private.hh"
39 using namespace OT;
68 const OpenTypeFontFile &ot = *CastP<OpenTypeFontFile> (font_data); local
70 switch (ot.get_tag ()) {
91 int num_fonts = ot.get_face_count ();
94 const OpenTypeFontFace &font = ot.get_face (n_font);
  /external/bluetooth/bluedroid/stack/btm/
btm_dev.c 450 UINT32 ot = 0xFFFFFFFF; local
460 if (p_dev_rec->timestamp < ot)
463 ot = p_dev_rec->timestamp;
467 if (ot != 0xFFFFFFFF)
477 if (p_dev_rec->timestamp < ot)
480 ot = p_dev_rec->timestamp;
btm_inq.c 1671 UINT32 ot = 0xFFFFFFFF; local
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
ConfirmationCallbackTest.java 39 int ot[] = { ConfirmationCallback.YES_NO_OPTION, field in class:ConfirmationCallbackTest
55 cc = new ConfirmationCallback(mt[i], ot[1], dopt[1]);
67 cc = new ConfirmationCallback(3, ot[1], dopt[1]);
75 cc = new ConfirmationCallback(mt[1], ot[1], 4);
88 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[0]);
91 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[1]);
94 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[2]);
98 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[3]);
111 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[1], dopt[0]);
114 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[1], dopt[1])
    [all...]
  /external/speex/libspeex/
cb_search.c 275 spx_word16_t **ot, **nt; local
329 ot=ot2;
348 SPEEX_COPY(&ot[j][0], t, nsf);
370 spx_word16_t *x=ot[j]+subvect_size*i;
420 nt[j][m]=ot[best_ntarget[j]][m];
453 tmp2=ot;
454 ot=nt;
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
Octree.java 106 OCTTriangle ot = new OCTTriangle(t.get1(), t.get2(), t.get3(), i, g); local
107 allTris.add(ot);
  /external/quake/quake/src/QW/client/
gl_warp.c 198 float s, t, os, ot; local
210 ot = v[4];
212 s = os + turbsin[(int)((ot*0.125+realtime) * TURBSCALE) & 255];
215 t = ot + turbsin[(int)((os*0.125+realtime) * TURBSCALE) & 255];
  /external/quake/quake/src/WinQuake/
gl_rsurf.cpp 646 float s, t, os, ot; local
689 float s, t, os, ot; local
    [all...]
gl_warp.cpp 199 float s, t, os, ot; local
210 ot = v[4];
212 s = os + turbsin[(int)((ot*0.125+realtime) * TURBSCALE) & 255];
215 t = ot + turbsin[(int)((os*0.125+realtime) * TURBSCALE) & 255];
231 ot = v[4];
233 s = os + turbsin[(int)((ot*0.125+realtime) * TURBSCALE) & 255];
236 t = ot + turbsin[(int)((os*0.125+realtime) * TURBSCALE) & 255];
  /frameworks/base/tools/aapt/
ResourceTable.cpp 3715 sp<Type> ot = mOrderedTypes.itemAt(idx); local
    [all...]
  /external/qemu/target-i386/
translate.c 274 static inline void gen_op_mov_reg_v(int ot, int reg, TCGv t0)
276 switch(ot) {
307 static inline void gen_op_mov_reg_T0(int ot, int reg)
309 gen_op_mov_reg_v(ot, reg, cpu_T[0]);
312 static inline void gen_op_mov_reg_T1(int ot, int reg)
314 gen_op_mov_reg_v(ot, reg, cpu_T[1]);
343 static inline void gen_op_mov_v_reg(int ot, TCGv t0, int reg)
345 switch(ot) {
360 static inline void gen_op_mov_TN_reg(int ot, int t_index, int reg)
362 gen_op_mov_v_reg(ot, cpu_T[t_index], reg)
2616 int ot, opsize; local
3090 int b1, op1_offset, op2_offset, is_xmm, val, ot; local
4044 int shift, ot; local
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 8927 ;; is there really a second hard disk? if not, return now local
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 507 milliseconds