HomeSort by relevance Sort by last modified time
    Searched refs:ti (Results 76 - 100 of 291) sorted by null

1 2 34 5 6 7 8 91011>>

  /system/core/libpixelflinger/
scanline.cpp 688 texture_iterators_t& ti = c->state.texture[i].iterators; local
690 tc[i].s = ti.ydsdy;
691 tc[i].t = ti.ydtdy;
693 tc[i].s = (xs * ti.dsdx) + ti.ydsdy;
694 tc[i].t = (xs * ti.dtdx) + ti.ydtdy;
725 texture_iterators_t& ti = tx.iterators; local
732 tc[i].s += ti.dsdx;
741 tc[i].t += ti.dtdx
1008 texture_iterators_t& ti = tx.iterators; local
1098 const texture_iterators_t& ti = tx.iterators; local
1695 texture_iterators_t& ti = t.iterators; local
1844 texture_iterators_t& ti = c->state.texture[i].iterators; local
1884 texture_iterators_t& ti = c->state.texture[i].iterators; local
1966 texture_iterators_t& ti = tmu.iterators; local
2019 texture_iterators_t& ti = tmu.iterators; local
    [all...]
  /frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java 343 public SentenceWordItem(TextInfo ti, int start, int end) {
344 mTextInfo = ti;
357 public SentenceTextInfoParams(TextInfo ti, ArrayList<SentenceWordItem> items) {
358 mOriginalTextInfo = ti;
387 final TextInfo ti = new TextInfo(query, 0, query.length(), cookie, local
389 wordItems.add(new SentenceWordItem(ti, wordStart, wordEnd));
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
templates.cpp 79 const std::type_info &ti local
90 const std::type_info &ti local
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
hw_ar3k.h 161 int (*init) (int fd, struct uart_t *u, struct termios *ti);
162 int (*post) (int fd, struct uart_t *u, struct termios *ti);
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
hw_ar3k.h 161 int (*init) (int fd, struct uart_t *u, struct termios *ti);
162 int (*post) (int fd, struct uart_t *u, struct termios *ti);
  /hardware/qcom/bt/msm8996/libbt-vendor/include/
hw_ar3k.h 161 int (*init) (int fd, struct uart_t *u, struct termios *ti);
162 int (*post) (int fd, struct uart_t *u, struct termios *ti);
  /hardware/ti/omap4-aah/camera/
Android.mk 9 # A@H customization: simulate the macros defined by TI's android-api.mk
51 hardware/ti/omap4-aah/tiler \
52 hardware/ti/omap4-aah/hwc \
59 $(HARDWARE_TI_OMAP4_BASE)/kernel-headers-ti \
60 $(HARDWARE_TI_OMAP4_BASE)/system-core-headers-ti \
  /libcore/ojluni/src/main/java/java/util/
IdentityHashMap.java 1029 int ti = 0; local
1116 int ti = 0; local
1238 int ti = 0; local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_array.hpp 134 void * _internal_get_deleter( boost::detail::sp_typeinfo const & ti ) const
136 return pn.get_deleter( ti );
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_ar3k.c 229 int set_speed(int fd, struct termios *ti, int speed)
231 if (cfsetospeed(ti, uart_speed(speed)) < 0)
234 if (cfsetispeed(ti, uart_speed(speed)) < 0)
237 if (tcsetattr(fd, TCSANOW, ti) < 0)
1045 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti)
1074 err = set_speed(fd, ti, speed);
1143 set_speed(fd, ti, init_speed);
1272 struct termios ti; local
1291 if (tcgetattr(fd, &ti) < 0) {
1296 cfmakeraw(&ti);
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c 229 int set_speed(int fd, struct termios *ti, int speed)
231 if (cfsetospeed(ti, uart_speed(speed)) < 0)
234 if (cfsetispeed(ti, uart_speed(speed)) < 0)
237 if (tcsetattr(fd, TCSANOW, ti) < 0)
1045 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti)
1074 err = set_speed(fd, ti, speed);
1143 set_speed(fd, ti, init_speed);
1272 struct termios ti; local
1291 if (tcgetattr(fd, &ti) < 0) {
1296 cfmakeraw(&ti);
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_ar3k.c 229 int set_speed(int fd, struct termios *ti, int speed)
231 if (cfsetospeed(ti, uart_speed(speed)) < 0)
234 if (cfsetispeed(ti, uart_speed(speed)) < 0)
237 if (tcsetattr(fd, TCSANOW, ti) < 0)
1045 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti)
1074 err = set_speed(fd, ti, speed);
1143 set_speed(fd, ti, init_speed);
1272 struct termios ti; local
1291 if (tcgetattr(fd, &ti) < 0) {
1296 cfmakeraw(&ti);
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_counted_base_spin.hpp 86 virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.h 135 const char *ti; member in struct:asm_int_op
  /external/libopus/src/
opus_compare.c 127 int ti; local
128 ti=0;
131 re+=c[ti]*x[ci*_window_sz+xk];
132 im-=s[ti]*x[ci*_window_sz+xk];
133 ti+=xj;
134 if(ti>=_window_sz)ti-=_window_sz;
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 87 for (unsigned ti = 0; ti < bufNames.size(); ++ti) {
88 StringRef sr(bufNames[ti]);
89 Reader->addInMemoryBuffer(sr, std::move(MemBufs[ti]));
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 514 EGLThreadInfo *ti = getEGLThreadInfo(); local
517 server->utEnc()->destroyContext(ti->serverConn->utEnc(), getpid(), (uint32_t)ctx);
519 if (ti->currentContext == wctx) ti->currentContext = NULL;
531 EGLThreadInfo *ti = getEGLThreadInfo(); local
534 // NOTE - we do get a pointer to the server connection, (rather then using ti->serverConn)
548 ti->currentContext = wctx;
556 EGLThreadInfo *ti = getEGLThreadInfo(); local
557 return (ti->currentContext ? ti->currentContext : EGL_NO_CONTEXT)
    [all...]
  /external/v8/test/mjsunit/es6/
templates.js 407 tag`Iñtërnâtiônàlizætiøn\u2603\uD83D\uDCA9`;
408 tag`Iñtërnâtiônàlizætiøn??`;
412 assertEquals("Iñtërnâtiônàlizætiøn??", callSites[0][0]);
414 "Iñtërnâtiônàlizætiøn\\u2603\\uD83D\\uDCA9", callSites[0].raw[0]);
415 assertEquals("Iñtërnâtiônàlizætiøn??", callSites[1][0])
    [all...]
  /hardware/ti/omap4-aah/
omap4.mk 21 libOMX.TI.DUCATI1.VIDEO.H264E \
22 libOMX.TI.DUCATI1.VIDEO.MPEG4E \
23 libOMX.TI.DUCATI1.VIDEO.DECODER \
24 libOMX.TI.DUCATI1.VIDEO.DECODER.secure \
25 libOMX.TI.DUCATI1.VIDEO.CAMERA \
26 libOMX.TI.DUCATI1.MISC.SAMPLE \
39 PRODUCT_VENDOR_KERNEL_HEADERS := hardware/ti/omap4xxx/kernel-headers
  /hardware/ti/omap4xxx/
omap4.mk 21 libOMX.TI.DUCATI1.VIDEO.H264E \
22 libOMX.TI.DUCATI1.VIDEO.MPEG4E \
23 libOMX.TI.DUCATI1.VIDEO.DECODER \
24 libOMX.TI.DUCATI1.VIDEO.DECODER.secure \
25 libOMX.TI.DUCATI1.VIDEO.CAMERA \
26 libOMX.TI.DUCATI1.MISC.SAMPLE \
39 PRODUCT_VENDOR_KERNEL_HEADERS := hardware/ti/omap4xxx/kernel-headers
omap4_embedded.mk 22 PRODUCT_VENDOR_KERNEL_HEADERS := hardware/ti/omap4xxx/kernel-headers
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
InsnFormat.java 249 TargetInsn ti = (TargetInsn) insn; local
250 int address = ti.getTargetAddress();
262 TargetInsn ti = (TargetInsn) insn; local
263 int offset = ti.getTargetOffset();
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 308 TargetInsn ti = (TargetInsn) insn; local
309 int address = ti.getTargetAddress();
321 TargetInsn ti = (TargetInsn) insn; local
322 int offset = ti.getTargetOffset();
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
InsnFormat.java 309 TargetInsn ti = (TargetInsn) insn; local
310 int address = ti.getTargetAddress();
322 TargetInsn ti = (TargetInsn) insn; local
323 int offset = ti.getTargetOffset();
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_context.c 38 struct gl_texture_image *ti = t->Image[0][t->BaseLevel]; local
40 return ti->TexFormat == MESA_FORMAT_A8 ||
41 ti->TexFormat == MESA_FORMAT_L8 ||

Completed in 970 milliseconds

1 2 34 5 6 7 8 91011>>