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

1 2 3 4 56 7

  /external/valgrind/main/callgrind/
dump.c 1145 static void cs_addCount(thread_info* ti)
1173 static void cs_addPtr(thread_info* ti)
1448 thread_info* ti = CLG_(get_current_thread)(); local
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
FmRadio.java 3 * Copyright 2001-2011 Texas Instruments, Inc. - http://www.ti.com/
18 package com.ti.fm;
110 mContext.bindService(new Intent("com.ti.server.FmService"), mConnection,
    [all...]
  /hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
FmTx.java 3 * Copyright 2001-2011 Texas Instruments, Inc. - http://www.ti.com/
18 package com.ti.fmtxapp;
50 import com.ti.fm.FmRadio;
51 import com.ti.fm.FmRadioIntent;
52 import com.ti.fm.IFmConstants;
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 1709 TOOLINFO ti; local
    [all...]
  /external/chromium/net/tools/spdyshark/
packet-spdy.c 500 proto_item *ti; local
527 ti = proto_tree_add_uint_format(spdy_tree, hf_spdy_flags, tvb, offset+4, 1, flags,
530 flags_tree = proto_item_add_subtree(ti, ett_spdy_flags);
733 if (ti != NULL)
734 proto_item_set_len(ti, offset);
944 proto_item *ti = NULL; local
1024 ti = proto_tree_add_bytes(spdy_tree, hf, tvb,
1026 sub_tree = proto_item_add_subtree(ti, ett_spdy_syn_stream);
1043 ti = proto_tree_add_uint_format(sub_tree, hf_spdy_flags, tvb, orig_offset+4, 1, flags,
1045 flags_tree = proto_item_add_subtree(ti, ett_spdy_flags)
1483 proto_item *ti; local
    [all...]
  /external/chromium_org/net/tools/spdyshark/
packet-spdy.c 500 proto_item *ti; local
527 ti = proto_tree_add_uint_format(spdy_tree, hf_spdy_flags, tvb, offset+4, 1, flags,
530 flags_tree = proto_item_add_subtree(ti, ett_spdy_flags);
733 if (ti != NULL)
734 proto_item_set_len(ti, offset);
944 proto_item *ti = NULL; local
1024 ti = proto_tree_add_bytes(spdy_tree, hf, tvb,
1026 sub_tree = proto_item_add_subtree(ti, ett_spdy_syn_stream);
1043 ti = proto_tree_add_uint_format(sub_tree, hf_spdy_flags, tvb, orig_offset+4, 1, flags,
1045 flags_tree = proto_item_add_subtree(ti, ett_spdy_flags)
1483 proto_item *ti; local
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 213 int ri, ti, ti1, ti0; local
337 for( ti = 0; ti < tn; ti++ )
339 if( caccum[ri * tn + ti > threshold] )
358 for( ti = 0; ti < tn; ti++ )
360 if( caccum[ri * tn + ti] > threshold )
377 ti2 = (ti * stn - ti0) * 5
    [all...]
  /external/qemu/
block.c 1938 time_t ti; local
    [all...]
qemu-char.c 300 int64_t ti; local
303 ti = qemu_get_clock_ms(rt_clock);
305 d->timestamps_start = ti;
306 ti -= d->timestamps_start;
307 secs = ti / 1000;
313 (int)(ti % 1000));
    [all...]
vl.c 376 time_t ti; local
379 time(&ti);
380 ti += offset;
383 ret = gmtime(&ti);
385 ret = localtime(&ti);
387 ti -= rtc_date_offset;
388 ret = gmtime(&ti);
1794 int64_t ti; local
    [all...]
vl-android.c 593 time_t ti; local
596 time(&ti);
597 ti += offset;
600 ret = gmtime(&ti);
602 ret = localtime(&ti);
604 ti -= rtc_date_offset;
605 ret = gmtime(&ti);
2006 int64_t ti; local
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 2429 size_t ti; local
2523 size_t ti; local
    [all...]
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxApp.java 3 * Copyright 2001-2010 Texas Instruments, Inc. - http://www.ti.com/
18 package com.ti.fmrxapp;
48 import com.ti.fm.FmRadio;
49 import com.ti.fm.FmRadioIntent;
50 import com.ti.fm.IFmConstants;
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 665 texture_iterators_t& ti = c->state.texture[i].iterators; local
667 tc[i].s = ti.ydsdy;
668 tc[i].t = ti.ydtdy;
670 tc[i].s = (xs * ti.dsdx) + ti.ydsdy;
671 tc[i].t = (xs * ti.dtdx) + ti.ydtdy;
702 texture_iterators_t& ti = tx.iterators; local
709 tc[i].s += ti.dsdx;
718 tc[i].t += ti.dtdx
985 texture_iterators_t& ti = tx.iterators; local
1075 const texture_iterators_t& ti = tx.iterators; local
1672 texture_iterators_t& ti = t.iterators; local
1821 texture_iterators_t& ti = c->state.texture[i].iterators; local
1861 texture_iterators_t& ti = c->state.texture[i].iterators; local
1943 texture_iterators_t& ti = tmu.iterators; local
1996 texture_iterators_t& ti = tmu.iterators; local
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 2725 const art::DexFile::TryItem* ti = local
2761 const art::DexFile::TryItem* ti = art::DexFile::GetTryItems(*dex_compilation_unit_->GetCodeItem(), local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc 2813 TOOLINFO ti = {0}; local
    [all...]
  /external/opencv/ml/src/
mltree.cpp 2651 int ti, j, tree_count = 0, cv_n = data->params.cv_folds, n = root->sample_count; local
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 2398 const TestInfo* const ti = tinode->element(); local
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 2777 const type_info& ti = pi->types[t]; local
2840 type_info& ti = pi->types[j]; local
3830 const ssize_t ti = group->basePackage->typeStrings.indexOfString(type, typeLen); local
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRx.java 3 * Copyright 2001-2011 Texas Instruments, Inc. - http://www.ti.com/
18 package com.ti.jfm.core;
20 import java.util.HashMap; //import com.ti.jbtl.core.*;
21 import com.ti.jfm.core.*;
    [all...]
JFmTx.java 3 * Copyright 2001-2011 Texas Instruments, Inc. - http://www.ti.com/
18 package com.ti.jfm.core;
20 import java.util.HashMap; //import com.ti.jbtl.core.*;
21 import com.ti.jfm.core.*;
    [all...]
  /hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
StubFmService.java 3 * Copyright 2001-2011 Texas Instruments, Inc. - http://www.ti.com/
19 package com.ti.server;
21 import com.ti.fm.FmRadio;
22 import com.ti.fm.IFmRadio;
23 import com.ti.fm.FmRadioIntent;
24 import com.ti.fm.IFmConstants;
64 import com.ti.jfm.core.*;
65 import com.ti.server.R.*;
82 private static final String FMRX_ADMIN_PERM = "ti.permission.FMRX_ADMIN";
83 private static final String FMRX_PERM = "ti.permission.FMRX"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp 6182 float ti = 0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 

Completed in 1584 milliseconds

1 2 3 4 56 7