Searched defs:a_type (Results 1 - 15 of 15) sorted by relevance

/external/elfutils/backends/
H A Dalpha_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
36 if (a_type != AT_HWCAP)
H A Di386_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
36 if (a_type != AT_HWCAP)
H A Dppc_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
36 if (a_type != AT_HWCAP)
H A Dsparc_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
36 if (a_type != AT_HWCAP)
/external/chromium/testing/gtest/include/gtest/
H A Dgtest-test-part.h60 TestPartResult(Type a_type, argument
64 : type_(a_type),
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-test-part.h60 TestPartResult(Type a_type, argument
64 : type_(a_type),
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-test-part.h60 TestPartResult(Type a_type, argument
64 : type_(a_type),
/external/gtest/include/gtest/
H A Dgtest-test-part.h60 TestPartResult(Type a_type, argument
64 : type_(a_type),
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h60 TestPartResult(Type a_type, argument
64 : type_(a_type),
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-test-part.h60 TestPartResult(Type a_type, argument
64 : type_(a_type),
/external/ipsec-tools/src/libipsec/
H A Dlibpfkey.h79 u_int a_type, a_keylen; /* Authentication alg and key */ member in struct:pfkey_send_sa_args
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c353 Word a_type; member in struct:auxv
453 for (cauxv = orig_auxv; cauxv->a_type != AT_NULL; cauxv++) {
454 if (cauxv->a_type == AT_PLATFORM ||
455 cauxv->a_type == AT_BASE_PLATFORM)
457 else if (cauxv->a_type == AT_RANDOM)
459 else if (cauxv->a_type == AT_EXECFN && have_exename)
621 auxv[0].a_type = AT_IGNOREPPC;
623 auxv[1].a_type = AT_IGNOREPPC;
628 for (; orig_auxv->a_type != AT_NULL; auxv++, orig_auxv++) {
634 switch(auxv->a_type) {
[all...]
/external/elfutils/libelf/
H A Delf.h922 uint32_t a_type; /* Entry type */ member in struct:__anon18473
934 uint64_t a_type; /* Entry type */ member in struct:__anon18475
944 /* Legal values for a_type (entry type). */
963 /* Some more special a_type values describing the hardware. */
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17103 TestPartResult(Type a_type, argument
17107 : type_(a_type),
/external/valgrind/main/perf/
H A Dtinycc.c835 int a_type; /* Entry type */ member in struct:__anon28845
846 long int a_type; /* Entry type */ member in struct:__anon28847
855 /* Legal values for a_type (entry type). */
873 /* Some more special a_type values describing the hardware. */

Completed in 522 milliseconds