Searched refs:tids (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/tools/grit/grit/format/
H A Drc_header.py48 tids = GetIds(root)
63 if tid in tids and tid not in seen:
65 yield rc_header_format.format(textual_id=tid,numeric_id=tids[tid])
74 if tid in tids and tid not in seen:
76 yield rc_header_format.format(textual_id=tid,numeric_id=tids[tid])
100 tids = {} # Maps textual id to numeric id
129 if tid in tids:
146 offset_id = tids[offset_text]
151 parent_id = tids[parent_text]
201 tids[ti
[all...]
H A Dresource_map.py109 tids = rc_header.GetIds(root)
118 if tid not in tids or key in seen:
/external/chromium_org/base/
H A Dlinux_util.cc146 std::vector<pid_t> tids; local
153 tids.push_back(tid_ul);
159 i = tids.begin(); i != tids.end(); ++i) {
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc187 std::vector<int> tids; local
189 tids.push_back(
192 args->registry->StartThread(tids[i], 0, (void*)args->shard);
194 args->registry->FinishThread(tids[i]);
196 args->registry->JoinThread(tids[i], (void*)args->shard);
/external/valgrind/main/callgrind/
H A Dcallgrind_control.in368 @tids = ();
391 push(@tids, $ctid);
448 foreach $tid (@tids) {
461 foreach $tid (@tids) {
/external/lldb/examples/python/
H A Dgdbremote.py637 tids = packet.split_hex(';', 'big')
638 for i, tid in enumerate(tids):

Completed in 167 milliseconds