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

12 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 132 const abi::__si_class_type_info* ti = local
134 return walk_object(object, ti->__base_type, match_object,
141 const abi::__vmi_class_type_info* ti = local
146 for (unsigned i = 0; i < ti->__base_count; ++i)
148 if (!ti->__base_info[i].is_public())
152 get_subobject(object, vtable, &ti->__base_info[i]);
154 walk_object(subobject, ti->__base_info[i].__base_type,
230 const abi::__si_class_type_info* ti = local
232 base_to_derived_cast(object, ti->__base_type, context);
239 const abi::__vmi_class_type_info* ti local
    [all...]
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
HostConnection.cpp 144 EGLThreadInfo *ti = getEGLThreadInfo(); local
145 if (ti->hostConn) {
146 return ti->hostConn->m_glEnc;
153 EGLThreadInfo *ti = getEGLThreadInfo(); local
154 if (ti->hostConn) {
155 return ti->hostConn->m_gl2Enc;
  /device/linaro/hikey/bt-wifi-firmware-util/
Android.mk 17 TI_WILINK_FW_PATH := $(TARGET_OUT_ETC)/firmware/ti-connectivity
25 LOCAL_MODULE_OWNER := ti
34 LOCAL_MODULE_OWNER := ti
43 LOCAL_MODULE_OWNER := ti
  /hardware/ti/omap4-aah/domx/domx/
Android.mk 21 $(HARDWARE_TI_OMAP4_BASE)/kernel-headers-ti \
22 $(HARDWARE_TI_OMAP4_BASE)/system-core-headers-ti \
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form10t.java 66 TargetInsn ti = (TargetInsn) insn; local
67 return ti.hasTargetOffset() ? branchFits(ti) : true;
Form20t.java 66 TargetInsn ti = (TargetInsn) insn; local
67 return ti.hasTargetOffset() ? branchFits(ti) : true;
Form21t.java 71 TargetInsn ti = (TargetInsn) insn; local
72 return ti.hasTargetOffset() ? branchFits(ti) : true;
Form22t.java 73 TargetInsn ti = (TargetInsn) insn; local
74 return ti.hasTargetOffset() ? branchFits(ti) : true;
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form10t.java 66 TargetInsn ti = (TargetInsn) insn; local
67 return ti.hasTargetOffset() ? branchFits(ti) : true;
Form20t.java 66 TargetInsn ti = (TargetInsn) insn; local
67 return ti.hasTargetOffset() ? branchFits(ti) : true;
Form21t.java 72 TargetInsn ti = (TargetInsn) insn; local
73 return ti.hasTargetOffset() ? branchFits(ti) : true;
Form22t.java 74 TargetInsn ti = (TargetInsn) insn; local
75 return ti.hasTargetOffset() ? branchFits(ti) : true;
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form10t.java 66 TargetInsn ti = (TargetInsn) insn; local
67 return ti.hasTargetOffset() ? branchFits(ti) : true;
Form20t.java 66 TargetInsn ti = (TargetInsn) insn; local
67 return ti.hasTargetOffset() ? branchFits(ti) : true;
Form21t.java 73 TargetInsn ti = (TargetInsn) insn; local
74 return ti.hasTargetOffset() ? branchFits(ti) : true;
Form22t.java 75 TargetInsn ti = (TargetInsn) insn; local
76 return ti.hasTargetOffset() ? branchFits(ti) : true;
  /hardware/ti/omap4xxx/camera/
Android.mk 61 hardware/ti/omap4xxx/tiler \
62 hardware/ti/omap4xxx/ion \
63 hardware/ti/omap4xxx/domx/omx_core/inc \
64 hardware/ti/omap4xxx/domx/mm_osal/inc \
115 hardware/ti/omap4xxx/tiler \
116 hardware/ti/omap4xxx/ion \
  /libcore/ojluni/src/main/java/sun/nio/ch/
FileChannelImpl.java 150 int ti = -1; local
154 ti = threads.add();
162 threads.remove(ti);
180 int ti = -1; local
184 ti = threads.add();
192 threads.remove(ti);
206 int ti = -1; local
210 ti = threads.add();
218 threads.remove(ti);
236 int ti = -1 local
262 int ti = -1; local
290 int ti = -1; local
313 int ti = -1; local
345 int ti = -1; local
390 int ti = -1; local
447 int ti = -1; local
713 int ti = -1; local
752 int ti = -1; local
865 int ti = -1; local
990 int ti = threads.add(); local
1018 int ti = -1; local
1064 int ti = threads.add(); local
1091 int ti = threads.add(); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_state_tex.c 87 get_tex_format_pot(struct gl_texture_image *ti)
89 switch (ti->TexFormat) {
128 get_tex_format_rect(struct gl_texture_image *ti)
130 switch (ti->TexFormat) {
166 struct gl_texture_image *ti; local
182 ti = t->Image[0][t->BaseLevel];
189 tx_format = ti->DepthLog2 << 28
190 | ti->HeightLog2 << 24
191 | ti->WidthLog2 << 20
213 tx_format |= get_tex_format_rect(ti);
    [all...]
nv10_state_tex.c 90 get_tex_format_pot(struct gl_texture_image *ti)
92 switch (ti->TexFormat) {
131 get_tex_format_rect(struct gl_texture_image *ti)
133 switch (ti->TexFormat) {
162 struct gl_texture_image *ti; local
176 ti = t->Image[0][t->BaseLevel];
185 | ti->HeightLog2 << 20
186 | ti->WidthLog2 << 16
201 tx_format |= get_tex_format_rect(ti);
203 tx_format |= get_tex_format_pot(ti);
    [all...]
  /device/linaro/hikey/wpan/uim/
uim.c 2 * User Mode Init manager - For TI shared transport
188 struct termios ti; local
193 if (tcgetattr(dev_fd, &ti) < 0) {
200 cfmakeraw(&ti);
202 ti.c_cflag |= 1;
203 ti.c_cflag |= CRTSCTS;
208 tcsetattr(dev_fd, TCSANOW, &ti);
211 cfsetospeed(&ti, B115200);
212 cfsetispeed(&ti, B115200);
213 tcsetattr(dev_fd, TCSANOW, &ti);
231 struct termios ti; local
    [all...]
  /external/apache-http/src/org/apache/http/impl/
DefaultConnectionReuseStrategy.java 148 TokenIterator ti = createTokenIterator(hit); local
150 while (ti.hasNext()) {
151 final String token = ti.nextToken();
  /external/libvpx/libvpx/test/
vp10_dct_test.cc 59 for (int ti = 0; ti < count_test_block; ++ti) {
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 96 final TextInfo ti = textInfos[i]; local
98 Log.d(TAG, "onGetSentenceSuggestionsMultiple: " + ti.getText());
100 final String input = ti.getText();
131 lengths = new int[] { ti.getText().length() };
  /device/linaro/hikey/wpan/bluedroid_wilink/
Android.mk 2 # Copyright 2001-2012 Texas Instruments, Inc. - http://www.ti.com/
25 LOCAL_SRC_FILES := libbt-vendor-ti.c

Completed in 784 milliseconds

12 3 4 5 6 7 8 91011>>