HomeSort by relevance Sort by last modified time
    Searched defs:ti (Results 101 - 125 of 172) sorted by null

1 2 3 45 6 7

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.h 113 const char *ti; member in struct:asm_int_op
  /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/chromium_org/third_party/mesa/src/src/mesa/main/
context.c 350 gl_texture_index ti = TEXTURE_2D_ARRAY_INDEX; local
360 (void) ti;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
mem_dbg.c 671 CRYPTO_THREADID ti; local
711 CRYPTO_THREADID_cpy(&ti, &amip->threadid);
743 while(amip && !CRYPTO_THREADID_cmp(&amip->threadid, &ti));
  /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/main/
context.c 350 gl_texture_index ti = TEXTURE_2D_ARRAY_INDEX; local
360 (void) ti;
    [all...]
  /external/openssl/crypto/
mem_dbg.c 671 CRYPTO_THREADID ti; local
711 CRYPTO_THREADID_cpy(&ti, &amip->threadid);
743 while(amip && !CRYPTO_THREADID_cmp(&amip->threadid, &ti));
  /external/valgrind/main/coregrind/m_gdbserver/
target.c 69 struct thread_info *ti; local
77 #define LOCAL_THREAD_TRACE " ti* %p vgtid %d status %s as gdb ptid %s lwpid %d\n", \
78 ti, tid, VG_(name_of_ThreadStatus) (ts->status), \
84 ti = gdb_id_to_thread (ptid);
85 if (!ti) {
209 struct thread_info *ti = gdb_id_to_thread(tid); local
212 if (ti != NULL) {
213 tst = (ThreadState *) inferior_target_data (ti);
server.c 482 struct thread_info *ti; local
487 ti = gdb_id_to_thread (gdb_id);
488 if (ti != NULL) {
489 tst = (ThreadState *) inferior_target_data (ti);
    [all...]
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 2 * User Mode Init manager - For TI shared transport
52 struct termios ti; variable in typeref:struct:termios
323 if (tcgetattr(dev_fd, &ti) < 0) {
330 cfmakeraw(&ti);
332 ti.c_cflag |= 1;
333 ti.c_cflag |= CRTSCTS;
338 tcsetattr(dev_fd, TCSANOW, &ti);
341 cfsetospeed(&ti, B115200);
342 cfsetispeed(&ti, B115200);
343 tcsetattr(dev_fd, TCSANOW, &ti);
    [all...]
  /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/srec/srec/cfront/
sp_fft.c 590 fftdata h1r, h1i, h2r, h2i, tr, ti; local
607 ti = data[1];
608 data[0] = (tr + ti);
609 data[1] = (tr - ti);
625 complex_multiplier(cos2[i-1], -sin2[i-1], h2r, h2i, &tr, &ti);
628 data[i2] = h1i + ti;
630 data[i4] = -h1i + ti;
642 fftdata tr, ti, last; local
766 ti = data[++ii];
767 data[i] += himul32(ti, ti)
    [all...]
  /frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java 344 public SentenceWordItem(TextInfo ti, int start, int end) {
345 mTextInfo = ti;
358 public SentenceTextInfoParams(TextInfo ti, ArrayList<SentenceWordItem> items) {
359 mOriginalTextInfo = ti;
388 final TextInfo ti = new TextInfo(query, cookie, query.hashCode()); local
389 wordItems.add(new SentenceWordItem(ti, wordStart, wordEnd));
  /frameworks/native/opengl/libagl/
texture.cpp 201 int32_t ti = -1; local
210 case GL_UNSIGNED_BYTE: ti = 0; break;
211 case GL_UNSIGNED_SHORT_5_6_5: ti = 1; break;
212 case GL_UNSIGNED_SHORT_4_4_4_4: ti = 2; break;
213 case GL_UNSIGNED_SHORT_5_5_5_1: ti = 3; break;
215 if (fi==-1 || ti==-1)
217 return gl2format_table[fi][ti];
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
FmRadioIntent.java 3 * Copyright 2001-2011 Texas Instruments, Inc. - http://www.ti.com/
18 package com.ti.fm;
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxAppConstants.java 3 * Copyright 2001-2011 Texas Instruments, Inc. - http://www.ti.com/
18 package com.ti.fmrxapp;
FmRxRdsConfig.java 3 * Copyright 2001-2011 Texas Instruments, Inc. - http://www.ti.com/
18 package com.ti.fmrxapp;
  /hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
FmTxAppConstants.java 3 * Copyright 2001-2011 Texas Instruments, Inc. - http://www.ti.com/
18 package com.ti.fmtxapp;
128 public static final String DEF_PS_STRING = "TI Radio PS";
129 public static final String DEF_RT_STRING = "TI Radio RT";
FmTxConfig.java 3 * Copyright 2001-2011 Texas Instruments, Inc. - http://www.ti.com/
18 package com.ti.fmtxapp;
  /art/runtime/
dex_file.cc 641 const art::DexFile::TryItem* ti = GetTryItems(code_item, mid); local
642 uint32_t start = ti->start_addr_;
643 uint32_t end = start + ti->insn_count_;
    [all...]
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 321 const std::type_info &ti = typeid(S::n); // expected-warning {{use of non-static data member 'n' in an unevaluated context is incompatible with C++98}} member in namespace:UnevaluatedMemberAccess
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 440 unsigned ti; local
441 if (MI.isRegTiedToDefOperand(i, &ti)) {
442 DstReg = MI.getOperand(ti).getReg();
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 1056 PTRACKINFO ti; local
    [all...]
  /external/qemu/
kqemu.c 696 int64_t ti; local
703 ti = profile_getclock();
805 kqemu_time += profile_getclock() - ti;
qemu-timer.c 134 int64_t ti; local
138 ti = get_clock();
139 return ti + timers_state.cpu_clock_offset;
812 static int64_t delta_max, delta_cum, last_clock, delta, ti;
814 ti = qemu_get_clock_ns(vm_clock);
816 delta = ti - last_clock;
834 last_clock = ti;
    [all...]

Completed in 1122 milliseconds

1 2 3 45 6 7