Home
last modified time | relevance | path

Searched refs:Testable (Results 1 – 6 of 6) sorted by relevance

/external/arm-optimized-routines/test/rtest/
Dmain.c17 void gencases(Testable *fn, int number);
18 void docase(Testable *fn, uint32 *args);
19 void vet_for_decline(Testable *fn, uint32 *args, uint32 *result, int got_errno_in);
27 int nargs_(Testable* f) { in nargs_()
50 static int isdouble(Testable *f) in isdouble()
86 Testable *find_function(const char *func) in find_function()
97 void get_operand(const char *str, Testable *f, uint32 *word0, uint32 *word1) in get_operand()
201 Testable *f = 0; in dofile()
Dintern.h74 typedef struct __testable Testable; typedef
84 extern Testable functions[];
89 int nargs_(Testable* f);
Ddotest.c457 Testable functions[] = {
1520 void vet_for_decline(Testable *fn, uint32 *args, uint32 *result, int got_errno_in) { in vet_for_decline()
1629 void docase(Testable *fn, uint32 *args) { in docase()
2139 void gencases(Testable *fn, int number) { in gencases()
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dmethods-original.cc84 class Testable { class
86 typedef T Testable::*UnspecifiedBoolType;
89 operator UnspecifiedBoolType() { return m_ptr ? &Testable::m_ptr : 0; } in operator UnspecifiedBoolType()
144 blink::Testable<int> tt; in G()
Dmethods-expected.cc80 class Testable { class
82 typedef T Testable::*UnspecifiedBoolType;
85 operator UnspecifiedBoolType() { return ptr_ ? &Testable::ptr_ : 0; } in operator UnspecifiedBoolType()
140 blink::Testable<int> tt; in G()
/external/webrtc/webrtc/base/
Dscoped_ptr.h412 scoped_ptr::*Testable;
415 operator Testable() const {
538 scoped_ptr::*Testable;
541 operator Testable() const {