Searched defs:what (Results 1 - 25 of 194) sorted by relevance

12345678

/external/pcre/dist/
H A Dpcre_config.c55 * Return info about what features are configured *
62 what what information is required
70 pcre_config(int what, void *where) argument
73 pcre16_config(int what, void *where)
76 pcre32_config(int what, void *where)
79 switch (what)
H A Dpcre_fullinfo.c62 what what information is required
71 int what, void *where)
75 int what, void *where)
79 int what, void *where)
103 switch (what)
70 pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, int what, void *where) argument
/external/tlsdate/src/events/
H A Drun_tlsdate.c18 void action_run_tlsdate (evutil_socket_t fd, short what, void *arg) argument
H A Dsave.c21 void action_sync_and_save (evutil_socket_t fd, short what, void *arg) argument
33 if (what & EV_READ)
59 action_sync_and_save (fd, what, arg);
H A Dsigterm.c19 void action_sigterm (evutil_socket_t fd, short what, void *arg) argument
H A Droute_up.c22 void action_stdin_wakeup (evutil_socket_t fd, short what, void *arg) argument
27 if (what != EV_READ)
39 void action_netlink_ready (evutil_socket_t fd, short what, void *arg) argument
44 if (what & EV_READ)
H A Dsigchld.c115 action_sigchld (evutil_socket_t fd, short what, void *arg) argument
H A Dtime_set.c84 action_time_set (evutil_socket_t fd, short what, void *arg) argument
H A Dtlsdate_status.c49 action_tlsdate_timeout (evutil_socket_t fd, short what, void *arg) argument
59 action_tlsdate_status (evutil_socket_t fd, short what, void *arg) argument
H A Dkickoff_time_sync.c70 action_invalidate_time (evutil_socket_t fd, short what, void *arg) argument
118 void action_kickoff_time_sync (evutil_socket_t fd, short what, void *arg) argument
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-death-test_ex_test.cc63 virtual const char* what() const throw() { return "exceptional message"; } function in class:TestException
/external/gtest/test/
H A Dgtest-death-test_ex_test.cc63 virtual const char* what() const throw() { return "exceptional message"; } function in class:TestException
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dcompiler.hpp39 compat::string what() { function in class:clover::build_error
/external/mockito/src/org/mockito/internal/util/
H A DConsoleMockitoLogger.java12 public void log(Object what) { argument
13 System.out.println(what);
H A DMockitoLogger.java9 void log(Object what); argument
H A DSimpleMockitoLogger.java11 public void log(Object what) { argument
13 // super.log(what);
14 loggedInfo.append(what);
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-death-test_ex_test.cc63 virtual const char* what() const throw() { return "exceptional message"; } function in class:TestException
/external/freetype/src/gzip/
H A Dinftrees.h24 } what; member in union:inflate_huft_s::__anon6010
/external/javasqlite/src/main/java/SQLite/
H A DAuthorizer.java12 * @param what integer indicating type of access
22 public int authorize(int what, String arg1, String arg2, String arg3, argument
/external/clang/test/SemaCXX/
H A D__try.cpp19 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/
H A Dxt_connbytes.h23 __u8 what; /* ipt_connbytes_what */ member in struct:xt_connbytes_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_connbytes.h23 __u8 what; /* ipt_connbytes_what */ member in struct:xt_connbytes_info
/external/opencv3/3rdparty/openexr/Iex/
H A DIexBaseExc.cpp108 BaseExc::what () const throw () function in class:Iex::BaseExc
/external/opencv3/3rdparty/openexr/IlmImf/
H A DImfChannelListAttribute.cpp51 void checkIsNullTerminated (const char (&str)[N], const char *what) argument
58 s << "Invalid " << what << ": it is more than " << (N - 1)
/external/vboot_reference/tests/
H A Dtpm_bootmode_tests.c63 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...]

Completed in 1860 milliseconds

12345678