Searched refs:Sat (Results 1 - 13 of 13) sorted by relevance

/external/stressapptest/src/
H A Dsat_factory.cc19 Sat *SatFactory() {
20 return new Sat();
H A Dsat.h35 class Sat { class
40 Sat();
41 virtual ~Sat();
303 Sat::PageQueueType pe_q_implementation_; // Queue implementation switch
305 DISALLOW_COPY_AND_ASSIGN(Sat);
308 Sat *SatFactory();
H A Dmain.cc21 Sat *sat = SatFactory();
23 logprintf(0, "Process Error: failed to allocate Sat object\n");
28 logprintf(0, "Process Error: Sat::ParseArgs() failed\n");
31 logprintf(0, "Process Error: Sat::Initialize() failed\n");
34 logprintf(0, "Process Error: Sat::Run() failed\n");
39 logprintf(0, "Process Error: Sat::Cleanup() failed\n");
H A Dsat.cc59 // This makes Sat objects not safe for multiple instances.
61 Sat *g_sat = NULL;
76 bool Sat::InitializeLogfile() {
110 bool Sat::CheckEnvironment() {
200 bool Sat::AllocateMemory() {
212 bool Sat::InitializePatterns() {
229 bool Sat::GetValid(struct page_entry *pe) {
235 bool Sat::GetValid(struct page_entry *pe, int32 tag) {
255 bool Sat::PutValid(struct page_entry *pe) {
270 bool Sat
635 Sat::Sat() { function in class:Sat
[all...]
H A Dworker.h217 class Sat *sat_init,
394 class Sat *sat_; // Reference to parent stest object.
H A Dworker.cc289 class Sat *sat_init,
/external/libvorbis/
H A Dlibvorbis.spec94 * Sat May 3 2008 Ralph Giles <giles@xiph.org>
112 * Sat May 25 2002 Michael Smith <msmith@icecast.org>
120 * Sat Oct 21 2000 Jack Moffitt <jack@icecast.org>
/external/strace/
H A Dstrace.spec346 * Sat Feb 23 2002 Florian La Roche <Florian.LaRoche@redhat.de>
375 * Sat Dec 8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
378 * Sat Nov 18 2000 Florian La Roche <Florian.LaRoche@redhat.de>
382 * Sat Aug 19 2000 Jakub Jelinek <jakub@redhat.com>
411 * Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com>
423 * Sat Jun 12 1999 Jeff Johnson <jbj@redhat.com>
459 * Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
/external/elfutils/
H A Delfutils.spec210 * Sat Mar 1 2008 Ulrich Drepper <drepper@redhat.com> 0.133-1
349 * Sat Aug 6 2005 Ulrich Drepper <@redhat.com> 0.113-1
354 * Sat Aug 6 2005 Ulrich Drepper <@redhat.com> 0.113-1
480 * Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 0.75-2
501 * Sat Jan 11 2003 Karsten Hopp <karsten@redhat.de> 0.72-3
531 * Sat Nov 30 2002 Jeff Johnson <jbj@redhat.com> 0.63-2
550 * Sat Oct 26 2002 Jeff Johnson <jbj@redhat.com> 0.52-3
/external/libogg/
H A Dlibogg.spec108 * Sat Sep 02 2000 Jack Moffitt <jack@icecast.org>
/external/openssh/contrib/redhat/
H A Dopenssh.spec602 * Sat Mar 3 2001 Nalin Dahyabhai <nalin@redhat.com>
761 * Sat Jul 1 2000 Nalin Dahyabhai <nalin@redhat.com>
775 * Sat Jun 3 2000 Nalin Dahyabhai <nalin@redhat.com>
790 * Sat Nov 13 1999 Damien Miller <djm@mindrot.org>
801 * Sat Oct 30 1999 Damien Miller <djm@ibs.com.au>
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h487 SDValue Rnd, SDValue Sat, ISD::CvtCode Code);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1406 SDValue STy, SDValue Rnd, SDValue Sat,
1415 SDValue Ops[] = { Val, DTy, STy, Rnd, Sat };
1404 getConvertRndSat(EVT VT, DebugLoc dl, SDValue Val, SDValue DTy, SDValue STy, SDValue Rnd, SDValue Sat, ISD::CvtCode Code) argument

Completed in 253 milliseconds