HomeSort by relevance Sort by last modified time
    Searched defs:what (Results 1 - 25 of 518) 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/r16/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/freetype/src/gzip/
inftrees.h 24 } what; member in union:inflate_huft_s::__anon20681
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_connbytes.h 37 __u8 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 24 __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
  /hardware/interfaces/broadcastradio/common/utils/include/broadcastradio-utils/
WorkerThread.h 36 std::function<void()> what; member in struct:android::WorkerThread::Task
  /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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imghdr.py 3 __all__ = ["what"]
9 def what(file, h=None): function
159 print what(filename)
sndhdr.py 19 Function what() calls whathdr(). (It used to also use some
23 what() for all files mentioned on the argument list. For directory
24 arguments it calls what() for all files in that directory. Default
33 __all__ = ["what","whathdr"]
35 def what(filename): function
223 print what(filename)
  /external/curl/tests/libtest/
lib586.c 42 const char *what; local
50 what = "share";
53 what = "dns";
56 what = "cookie";
59 what = "ssl_session";
65 printf("lock: %-6s [%s]: %d\n", what, user->text, user->counter);
72 const char *what; local
77 what = "share";
80 what = "dns";
83 what = "cookie"
    [all...]
  /external/python/cpython2/Lib/
imghdr.py 3 __all__ = ["what"]
9 def what(file, h=None): function
157 print what(filename)
sndhdr.py 19 Function what() calls whathdr(). (It used to also use some
23 what() for all files mentioned on the argument list. For directory
24 arguments it calls what() for all files in that directory. Default
33 __all__ = ["what","whathdr"]
35 def what(filename): function
223 print what(filename)
  /external/python/cpython3/Lib/
imghdr.py 5 __all__ = ["what"]
11 def what(file, h=None): function
163 print(what(filename))
sndhdr.py 19 Function what() calls whathdr(). (It used to also use some
23 what() for all files mentioned on the argument list. For directory
24 arguments it calls what() for all files in that directory. Default
33 __all__ = ['what', 'whathdr']
52 def what(filename): function
252 print(what(filename))
  /frameworks/av/media/libaaudio/src/binding/
AAudioServiceMessage.h 60 code what; member in struct:aaudio::AAudioServiceMessage_s
62 AAudioMessageTimestamp timestamp; // what == TIMESTAMP
63 AAudioMessageEvent event; // what == EVENT
  /frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
ShortcutKeyServiceProxy.java 50 final int what = msg.what; local
51 switch (what) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imghdr.py 3 __all__ = ["what"]
9 def what(file, h=None): function
159 print what(filename)

Completed in 1456 milliseconds

1 2 3 4 5 6 7 8 91011>>