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

1 2

  /external/qemu/hw/
i8254.c 88 /* get pit output bit */
120 int pit_get_out(PITState *pit, int channel, int64_t current_time)
122 PITChannelState *s = &pit->channels[channel];
178 void pit_set_gate(PITState *pit, int channel, int val)
180 PITChannelState *s = &pit->channels[channel];
209 int pit_get_gate(PITState *pit, int channel)
211 PITChannelState *s = &pit->channels[channel];
215 int pit_get_initial_count(PITState *pit, int channel)
217 PITChannelState *s = &pit->channels[channel];
221 int pit_get_mode(PITState *pit, int channel
247 PITState *pit = opaque; local
312 PITState *pit = opaque; local
394 PITState *pit = opaque; local
422 PITState *pit = opaque; local
454 PITState *pit = opaque; local
480 PITState *pit = &pit_state; local
490 PITState *pit = &pit_state; local
    [all...]
pc.h 65 void pit_set_gate(PITState *pit, int channel, int val);
66 int pit_get_gate(PITState *pit, int channel);
67 int pit_get_initial_count(PITState *pit, int channel);
68 int pit_get_mode(PITState *pit, int channel);
69 int pit_get_out(PITState *pit, int channel, int64_t current_time);
mips_r4k.c 34 static PITState *pit; /* PIT i8254 */ variable
36 /* i8254 PIT is attached to the IRQ0 at PIC i8259 */
270 pit = pit_init(0x40, i8259[0]);
pc.c 67 static PITState *pit; variable
1108 pit = pit_init(0x40, i8259[0]);
1111 pcspk_init(pit);
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
pdt.h 89 typename unordered_map<Label, size_t>::const_iterator pit
91 if (pit == paren_map_.end()) // Non-paren.
93 ssize_t paren_id = pit->second;
123 typename unordered_map<Label, size_t>::const_iterator pit local
125 if (pit == paren_map_.end()) // Non-paren.
127 return pit->second;
info.h 110 typename unordered_map<Label, size_t>::const_iterator pit local
112 if (pit != paren_map.end()) {
113 Label open_paren = parens[pit->second].first;
114 Label close_paren = parens[pit->second].second;
replace.h 163 typename ParenMap::const_iterator pit = paren_map.find(paren_key); local
164 if (pit != paren_map.end()) {
165 size_t paren_id = pit->second;
paren.h 245 typename unordered_map<Label, Label>::const_iterator pit local
247 if (pit != paren_id_map_.end()) { // paren?
248 Label paren_id = pit->second;
284 typename unordered_map<Label, Label>::const_iterator pit local
286 if (pit != paren_id_map_.end()) { // paren?
287 Label paren_id = pit->second;
shortest-path.h 509 typename unordered_map<Label, Label>::const_iterator pit local
511 if (pit != paren_id_map_.end()) { // Is a paren?
512 Label paren_id = pit->second;
577 typename unordered_map<Label, Label>::const_iterator pit local
579 if (pit != paren_id_map_.end()) { // Is a paren?
580 Label paren_id = pit->second;
742 typename unordered_map<Label, Label>::const_iterator pit local
744 if (pit != paren_id_map_.end()) {
745 arc_paren_id = pit->second;
expand.h 532 typename unordered_map<Label, Label>::const_iterator pit local
534 if (pit == paren_id_map.end()) continue;
535 if (arc.ilabel == parens[pit->second].second) { // Close paren
536 ParenState<Arc> paren_state(pit->second, s);
    [all...]
  /external/stlport/test/unit/
set_test.cpp 131 pair<set<int>::iterator, set<int>::iterator> pit; local
143 pit = s.equal_range(6);
144 CPPUNIT_ASSERT( pit.first != pit.second );
145 CPPUNIT_ASSERT( pit.first != s.end() );
146 CPPUNIT_ASSERT( *pit.first == 6 );
147 CPPUNIT_ASSERT( pit.second != s.end() );
148 CPPUNIT_ASSERT( *pit.second == 7 );
150 pit = s.equal_range(4);
151 CPPUNIT_ASSERT( pit.first == pit.second )
    [all...]
fstream_test.cpp 769 vector<pair<streamsize, streamsize> >::const_iterator pit(file_pos.begin()),
771 for (; pit != pitEnd; ++pit) {
772 in.seekg((*pit).first);
776 CPPUNIT_ASSERT( atoi(line.substr(lastStarPos + 1).c_str()) == (*pit).second );
  /ndk/tests/device/test-gnustl-full/unit/
set_test.cpp 131 pair<set<int>::iterator, set<int>::iterator> pit; local
143 pit = s.equal_range(6);
144 CPPUNIT_ASSERT( pit.first != pit.second );
145 CPPUNIT_ASSERT( pit.first != s.end() );
146 CPPUNIT_ASSERT( *pit.first == 6 );
147 CPPUNIT_ASSERT( pit.second != s.end() );
148 CPPUNIT_ASSERT( *pit.second == 7 );
150 pit = s.equal_range(4);
151 CPPUNIT_ASSERT( pit.first == pit.second )
    [all...]
fstream_test.cpp 787 vector<pair<streamsize, streamsize> >::const_iterator pit(file_pos.begin()),
789 for (; pit != pitEnd; ++pit) {
790 in.seekg((*pit).first);
794 CPPUNIT_ASSERT( atoi(line.substr(lastStarPos + 1).c_str()) == (*pit).second );
  /ndk/tests/device/test-stlport/unit/
set_test.cpp 131 pair<set<int>::iterator, set<int>::iterator> pit; local
143 pit = s.equal_range(6);
144 CPPUNIT_ASSERT( pit.first != pit.second );
145 CPPUNIT_ASSERT( pit.first != s.end() );
146 CPPUNIT_ASSERT( *pit.first == 6 );
147 CPPUNIT_ASSERT( pit.second != s.end() );
148 CPPUNIT_ASSERT( *pit.second == 7 );
150 pit = s.equal_range(4);
151 CPPUNIT_ASSERT( pit.first == pit.second )
    [all...]
fstream_test.cpp 787 vector<pair<streamsize, streamsize> >::const_iterator pit(file_pos.begin()),
789 for (; pit != pitEnd; ++pit) {
790 in.seekg((*pit).first);
794 CPPUNIT_ASSERT( atoi(line.substr(lastStarPos + 1).c_str()) == (*pit).second );
  /external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc 151 for (std::vector<Profile*>::const_iterator pit = profiles.begin();
152 pit != profiles.end(); ++pit) {
154 DownloadServiceFactory::GetForBrowserContext(*pit);
156 DownloadManager *mgr = BrowserContext::GetDownloadManager(*pit);
161 if ((*pit)->HasOffTheRecordProfile()) {
164 (*pit)->GetOffTheRecordProfile());
167 (*pit)->GetOffTheRecordProfile());
  /external/oprofile/libpp/
arrange_profiles.cpp 834 list<profile_set>::const_iterator pit local
839 for (; pit != pend; ++pit) {
843 if (pit->files.size()) {
845 pit->image, nr_classes);
846 add_to_group(ip.groups[i], pit->image, pit->files);
850 = pit->deps.begin();
852 = pit->deps.end();
857 add_to_group(ip.groups[i], pit->image
    [all...]
callgraph_container.cpp 433 list<profile_sample_files>::const_iterator pit; local
436 for (pit = lit->files.begin(); pit != pend; ++pit) {
437 populate(pit->cg_files, app_image,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py 322 ppt, pit, pet, pfn, pframe, pcur = rcur
323 self.cur = ppt, pit + rpt, pet + frame_total, pfn, pframe, pcur
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
profile.py 322 ppt, pit, pet, pfn, pframe, pcur = rcur
323 self.cur = ppt, pit + rpt, pet + frame_total, pfn, pframe, pcur
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 1075 Iterator<ProcessItem> pit = procs.values().iterator(); local
    [all...]
  /external/qemu-pc-bios/bochs/
bochs.h 438 bx_bool pit; member in struct:__anon27511
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 

Completed in 916 milliseconds

1 2