Home
last modified time | relevance | path

Searched defs:a_x (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/testing/test/
Dgmock_stress_test.cc70 explicit Base(int a_x) : x_(a_x) {} in Base()
79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {} in Derived1()
87 Derived2(int a_x, int a_z) : Base(a_x), z_(a_z) {} in Derived2()
/external/googletest/googlemock/test/
Dgmock_stress_test.cc70 explicit Base(int a_x) : x_(a_x) {} in Base()
79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {} in Derived1()
87 Derived2(int a_x, int a_z) : Base(a_x), z_(a_z) {} in Derived2()
/external/v8/testing/gmock/test/
Dgmock_stress_test.cc70 explicit Base(int a_x) : x_(a_x) {} in Base()
79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {} in Derived1()
87 Derived2(int a_x, int a_z) : Base(a_x), z_(a_z) {} in Derived2()
/external/eigen/Eigen/src/Core/
DMathFunctionsImpl.h26 T generic_fast_tanh_float(const T& a_x) in generic_fast_tanh_float()
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dnested_struct11.c14 float a_x; member