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

1 2 3 4 5 6 7 8 91011>>

  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
ThreadInfo.cpp 24 EGLThreadInfo *ti = (EGLThreadInfo *)ptr; local
25 delete ti->hostConn;
26 delete ti;
33 EGLThreadInfo *ti = (EGLThreadInfo *)thread_store_get(&s_tls); local
34 if (ti) return ti;
36 ti = new EGLThreadInfo();
37 thread_store_set(&s_tls, ti, tlsDestruct);
39 return ti;
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ThreadInfo.cpp 24 EGLThreadInfo *ti = (EGLThreadInfo *)ptr; local
25 delete ti->serverConn;
26 delete ti;
32 EGLThreadInfo *ti = (EGLThreadInfo *)thread_store_get(&s_tls); local
33 if (ti) return ti;
35 ti = new EGLThreadInfo();
36 thread_store_set(&s_tls, ti, tlsDestruct);
38 return ti;
ServerConnection.cpp 26 EGLThreadInfo *ti = getEGLThreadInfo(); local
27 if (ti->serverConn) {
28 return ti->serverConn->m_glEnc;
35 EGLThreadInfo *ti = getEGLThreadInfo(); local
36 if (ti->serverConn) {
37 return ti->serverConn->m_gl2Enc;
44 EGLThreadInfo *ti = getEGLThreadInfo(); local
45 if (!ti->serverConn)
47 ti->serverConn = new ServerConnection();
48 if (ti->serverConn->create() < 0)
    [all...]
  /external/fec/
fec.c 15 int i,cnt,ti; local
20 ti = i;
21 while(ti){
22 if(ti & 1)
24 ti >>= 1;
  /external/libcxx/test/std/utilities/type.index/type.index.members/
hash_code.pass.cpp 21 const std::type_info& ti = typeid(int); local
23 assert(t1.hash_code() == ti.hash_code());
name.pass.cpp 22 const std::type_info& ti = typeid(int); local
24 assert(std::string(t1.name()) == ti.name());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.members/
hash_code.pass.cpp 21 const std::type_info& ti = typeid(int); local
23 assert(t1.hash_code() == ti.hash_code());
name.pass.cpp 22 const std::type_info& ti = typeid(int); local
24 assert(std::string(t1.name()) == ti.name());
  /ndk/tests/device/test-gnustl-full/unit/
typeinfo_header_test.cpp 18 const std::type_info& ti = typeid(A);
  /ndk/tests/device/test-stlport/unit/
typeinfo_header_test.cpp 18 const std::type_info& ti = typeid(A);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_transform.c 44 uint ti = ctx->ti; local
46 ti += tgsi_build_full_instruction(inst,
47 ctx->tokens_out + ti,
49 ctx->max_tokens_out - ti);
50 ctx->ti = ti;
58 uint ti = ctx->ti; local
60 ti += tgsi_build_full_declaration(decl
72 uint ti = ctx->ti; local
86 uint ti = ctx->ti; local
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
complex_bit_reverse_mips.c 66 int16_t tr, ti; local
81 "lh %[ti], 2(%[pcoeftable_8]) \n\t"
85 "addu %[ptr_j], %[frfi], %[ti] \n\t"
87 "addu %[ti], %[frfi], %[tmp4] \n\t"
91 "ulw %[tmp4], 0(%[ti]) \n\t"
95 "usw %[tmp3], 0(%[ti]) \n\t"
99 "lh %[ti], 14(%[pcoeftable_8]) \n\t"
103 "addu %[ti], %[frfi], %[ti] \n\t"
107 "ulw %[tmp4], 0(%[ti]) \n\t
    [all...]
  /external/v8/test/cctest/
test-hydrogen-types.cc 47 HType ti = kTypes[i]; local
50 CHECK(!ti.Equals(tj) || !tj.Equals(tk) || ti.Equals(tk));
59 HType ti = kTypes[i]; local
62 CHECK(!ti.IsSubtypeOf(tj) || !tj.IsSubtypeOf(tk) || ti.IsSubtypeOf(tk));
73 HType ti = kTypes[i]; local
75 CHECK(ti.IsSubtypeOf(ti.Combine(tj)));
76 CHECK(tj.IsSubtypeOf(ti.Combine(tj)))
85 HType ti = kTypes[i]; local
91 HType ti = kTypes[i]; local
100 HType ti = kTypes[i]; local
106 HType ti = kTypes[i]; local
117 HType ti = kTypes[i]; local
164 HType ti = kTypes[i]; local
    [all...]
  /hardware/ti/omap4-aah/ion/
Android.mk 7 LOCAL_C_INCLUDES += $(HARDWARE_TI_OMAP4_BASE)/kernel-headers-ti
8 LOCAL_C_INCLUDES += $(HARDWARE_TI_OMAP4_BASE)/system-core-headers-ti
16 LOCAL_C_INCLUDES += $(HARDWARE_TI_OMAP4_BASE)/kernel-headers-ti
17 LOCAL_C_INCLUDES += $(HARDWARE_TI_OMAP4_BASE)/system-core-headers-ti
25 LOCAL_C_INCLUDES += $(HARDWARE_TI_OMAP4_BASE)/kernel-headers-ti
26 LOCAL_C_INCLUDES += $(HARDWARE_TI_OMAP4_BASE)/system-core-headers-ti
  /external/boringssl/src/decrepit/des/
cfb64ede.c 74 uint32_t ti[2]; local
84 ti[0] = v0;
85 ti[1] = v1;
86 DES_encrypt3(ti, ks1, ks2, ks3);
87 v0 = ti[0];
88 v1 = ti[1];
106 ti[0] = v0;
107 ti[1] = v1;
108 DES_encrypt3(ti, ks1, ks2, ks3);
109 v0 = ti[0]
138 uint32_t ti[2]; local
    [all...]
  /external/skia/src/views/mac/
SkEventNotifier.h 11 + (void)postTimedSkEvent:(NSTimeInterval)ti;
  /external/clang/test/CodeGenCXX/
visibility-ms-compat.cpp 28 const std::type_info &ti = typeid(A); member in namespace:test0
44 const std::type_info &ti = typeid(A); member in namespace:test1
60 const std::type_info &ti = typeid(A); member in namespace:test2
77 const std::type_info &ti = typeid(B<A>); member in namespace:test3
93 const std::type_info &ti = typeid(B<A>); member in namespace:test4
109 const std::type_info &ti = typeid(B<A>); member in namespace:test5
typeid-cxx11.cpp 7 const std::type_info &ti; member in struct:Test1::Item
27 constexpr auto &x = items[0].ti;
microsoft-no-rtti-data.cpp 20 const std::type_info &ti = typeid(*getS()); variable
  /external/testng/src/main/java/org/testng/mustache/
Mustache.java 19 int ti = 0; local
20 while (ti < template.length()) {
23 if (template.charAt(ti) == '\n') lineNumber++;
25 if (template.charAt(ti) == '{' && ti + 1 < template.length()
26 && template.charAt(ti + 1) == '{') {
27 int index = ti + 2;
44 int endIndex = findClosingIndex(template, ti, conditionalVariable);
52 String subTemplate = template.substring(ti + variable.length() + 4, endIndex);
62 String subTemplate = template.substring(ti + variable.length() + 4, endIndex)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_tex.c 38 get_tex_format(struct gl_texture_image *ti)
40 switch (ti->TexFormat) {
70 struct gl_texture_image *ti = t->Image[0][t->BaseLevel]; local
90 ti->HeightLog2 << 20 |
91 ti->WidthLog2 << 16 |
93 get_tex_format(ti);
nouveau_texture.c 75 nouveau_teximage_free(struct gl_context *ctx, struct gl_texture_image *ti)
77 struct nouveau_teximage *nti = to_nouveau_teximage(ti);
83 nouveau_teximage_map(struct gl_context *ctx, struct gl_texture_image *ti,
86 struct nouveau_teximage *nti = to_nouveau_teximage(ti);
134 nouveau_teximage_unmap(struct gl_context *ctx, struct gl_texture_image *ti)
136 struct nouveau_teximage *nti = to_nouveau_teximage(ti);
153 struct gl_texture_image *ti,
160 struct nouveau_teximage *nti = to_nouveau_teximage(ti);
216 nouveau_unmap_texture_image(struct gl_context *ctx, struct gl_texture_image *ti,
219 struct nouveau_teximage *nti = to_nouveau_teximage(ti);
326 struct gl_texture_image *ti = t->Image[0][level]; local
344 struct gl_texture_image *ti = t->Image[0][level]; local
665 struct gl_texture_image *ti; local
    [all...]
  /hardware/ti/omap4xxx/libtiutils/
Android.mk 23 hardware/ti/omap4xxx/domx/omx_core/inc \
24 hardware/ti/omap4xxx/domx/mm_osal/inc
  /external/libunwind/src/ia64/
Gtables.c 156 e = (struct ia64_table_entry *) di->u.ti.table_data;
157 table_size = di->u.ti.table_len * sizeof (di->u.ti.table_data[0]);
158 segbase = di->u.ti.segbase;
273 segbase = di->u.ti.segbase;
274 e = lookup ((struct ia64_table_entry *) di->u.ti.table_data,
275 di->u.ti.table_len * sizeof (unw_word_t),
429 di->u.ti.name_ptr = (unw_word_t) "<kernel>";
430 di->u.ti.segbase = 0;
431 di->u.ti.table_len = ((char *) etab - (char *) ktab) / sizeof (unw_word_t)
    [all...]
  /abi/cpp/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...]

Completed in 779 milliseconds

1 2 3 4 5 6 7 8 91011>>