HomeSort by relevance Sort by last modified time
    Searched defs:what (Results 1 - 25 of 609) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_ex_test.cc 63 virtual const char* what() const throw() { return "exceptional message"; } function in class:TestException
  /external/googletest/googletest/test/
gtest-death-test_ex_test.cc 63 virtual const char* what() const throw() { return "exceptional message"; } function in class:TestException
  /external/v8/testing/gtest/test/
gtest-death-test_ex_test.cc 63 virtual const char* what() const throw() { return "exceptional message"; } function in class:TestException
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-death-test_ex_test.cc 63 virtual const char* what() const throw() { return "exceptional message"; } function in class:TestException
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest-death-test_ex_test.cc 63 virtual const char* what() const throw() { return "exceptional message"; } function in class:TestException
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest-death-test_ex_test.cc 63 virtual const char* what() const throw() { return "exceptional message"; } function in class:TestException
  /frameworks/av/media/libstagefright/foundation/
AHandler.cpp 31 uint32_t what = msg->what(); local
32 ssize_t idx = mMessages.indexOfKey(what);
34 mMessages.add(what, 1);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
compiler.hpp 39 compat::string what() { function in class:clover::build_error
  /external/freetype/src/gzip/
inftrees.h 24 } what; member in union:inflate_huft_s::__anon19282
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_connbytes.h 41 __u8 what; member in struct:xt_connbytes_info
  /development/ndk/platforms/android-21/include/linux/netfilter/
xt_connbytes.h 41 __u8 what; member in struct:xt_connbytes_info
  /development/ndk/platforms/android-9/include/linux/netfilter/
xt_connbytes.h 33 u_int8_t what; member in struct:xt_connbytes_info
  /external/clang/test/SemaCXX/
__try.cpp 19 Exception(const char* s = "Unknown"){what = strdup(s); }
20 Exception(const Exception& e ){what = strdup(e.what); }
21 ~Exception() {free(what); }
22 const char* msg() const {return what; }
24 const char* what; member in class:Exception
  /external/iptables/include/linux/netfilter/
xt_connbytes.h 23 __u8 what; /* ipt_connbytes_what */ member in struct:xt_connbytes_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_connbytes.h 23 __u8 what; /* ipt_connbytes_what */ member in struct:xt_connbytes_info
  /external/vboot_reference/tests/
tpm_bootmode_tests.c 63 char what[128]; local
83 snprintf(what, sizeof(what),
87 kBootStateSHA1Digests[index], what);
90 snprintf(what, sizeof(what),
93 TEST_PTR_EQ(last_in[1], NULL, what);
102 snprintf(what, sizeof(what),
106 kBootStateSHA1Digests[index], what);
    [all...]
  /frameworks/base/core/java/android/os/
Registrant.java 28 Registrant(Handler h, int what, Object obj)
31 this.what = what;
79 msg.what = what;
103 msg.what = what;
120 int what; field in class:Registrant
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_connbytes.h 24 __u8 what; /* ipt_connbytes_what */ member in struct:xt_connbytes_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_connbytes.h 23 __u8 what; /* ipt_connbytes_what */ member in struct:xt_connbytes_info
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/netfilter/
xt_connbytes.h 33 u_int8_t what; member in struct:xt_connbytes_info
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/netfilter/
xt_connbytes.h 33 u_int8_t what; member in struct:xt_connbytes_info
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/netfilter/
xt_connbytes.h 33 u_int8_t what; member in struct:xt_connbytes_info
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/netfilter/
xt_connbytes.h 33 u_int8_t what; member in struct:xt_connbytes_info
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/netfilter/
xt_connbytes.h 33 u_int8_t what; member in struct:xt_connbytes_info
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/netfilter/
xt_connbytes.h 33 u_int8_t what; member in struct:xt_connbytes_info

Completed in 2887 milliseconds

1 2 3 4 5 6 7 8 91011>>