Home
last modified time | relevance | path

Searched refs:mess (Results 1 – 25 of 106) sorted by relevance

12345

/third_party/vulkan-loader/tests/framework/layer/
Dwrap_objects.cpp110 …wrap_debutil_messenger(const VkDebugUtilsMessengerEXT messenger, wrapped_debutil_mess_obj **mess) { in unwrap_debutil_messenger() argument
111 *mess = reinterpret_cast<wrapped_debutil_mess_obj *>(messenger); in unwrap_debutil_messenger()
112 return (*mess)->obj; in unwrap_debutil_messenger()
221 auto mess = new wrapped_debutil_mess_obj; in wrap_vkCreateDebugUtilsMessengerEXT() local
222 if (!mess) return VK_ERROR_OUT_OF_HOST_MEMORY; in wrap_vkCreateDebugUtilsMessengerEXT()
223 memset(mess, 0, sizeof(*mess)); in wrap_vkCreateDebugUtilsMessengerEXT()
224 mess->obj = (*pMessenger); in wrap_vkCreateDebugUtilsMessengerEXT()
225 *pMessenger = reinterpret_cast<VkDebugUtilsMessengerEXT>(mess); in wrap_vkCreateDebugUtilsMessengerEXT()
234 wrapped_debutil_mess_obj *mess; in wrap_vkDestroyDebugUtilsMessengerEXT() local
235 auto vk_mess = unwrap_debutil_messenger(messenger, &mess); in wrap_vkDestroyDebugUtilsMessengerEXT()
[all …]
/third_party/openssl/test/
Dsslapitest.c6208 static char *mess = "A test message"; in test_key_update() local
6233 if (!TEST_int_eq(SSL_write(clientssl, mess, strlen(mess)), strlen(mess)) in test_key_update()
6235 strlen(mess))) in test_key_update()
6238 if (!TEST_int_eq(SSL_write(serverssl, mess, strlen(mess)), strlen(mess)) in test_key_update()
6240 strlen(mess))) in test_key_update()
6267 static char *mess = "A test message"; in test_key_update_peer_in_write() local
6301 if (!TEST_int_eq(SSL_write(peerwrite, mess, strlen(mess)), -1) in test_key_update_peer_in_write()
6318 if (!TEST_int_eq(SSL_write(peerwrite, mess, strlen(mess)), strlen(mess)) in test_key_update_peer_in_write()
6319 || !TEST_int_eq(SSL_read(peerupdate, buf, sizeof(buf)), strlen(mess))) in test_key_update_peer_in_write()
6323 if (!TEST_int_eq(SSL_write(peerwrite, mess, strlen(mess)), strlen(mess)) in test_key_update_peer_in_write()
[all …]
/third_party/mksh/
Dhistrap.c1107 sigtraps[i].mess = sys_siglist[i]; in inittraps()
1109 sigtraps[i].mess = strsignal(i); in inittraps()
1111 sigtraps[i].mess = NULL; in inittraps()
1113 if ((sigtraps[i].mess == NULL) || in inittraps()
1114 (sigtraps[i].mess[0] == '\0')) in inittraps()
1115 sigtraps[i].mess = shf_smprintf(Tf_sd, in inittraps()
1120 sigtraps[ksh_SIGEXIT].mess = "Exit trap"; in inittraps()
1123 sigtraps[ksh_SIGERR].mess = "Error handler"; in inittraps()
/third_party/icu/tools/multi/proj/icu4cscan/
Dreadme.txt7 Note: this is a bit of a mess right now.
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
DREADME3 zzuf is used to randomly mess with the TCP connection between the CURL
/third_party/glslang/
D.gitattributes1 # test files have a mix of lf/crlf, and that's a good thing, for testing, don't mess with it
/third_party/glslang/External/
DCMakeLists.txt41 # We need to make sure Google Test does not mess up with the
/third_party/libwebsockets/lib/roles/dbus/
DREADME.md60 care about the dbus include path mess whether they use dbus themselves or not.
/third_party/popt/
DCHANGES63 - jbj: study the mess with splint. Sigh, splint is so easily confused ...
69 - jbj: study the mess with splint, remove annotations where possible.
/third_party/flutter/skia/third_party/externals/angle2/doc/
DWritingShaderASTTransformations.md47 * Each node will only have one parent (multiple parents could mess up further AST transformations)
/third_party/skia/third_party/externals/angle2/doc/
DWritingShaderASTTransformations.md47 * Each node will only have one parent (multiple parents could mess up further AST transformations)
/third_party/libjpeg-turbo/cmakescripts/
DBuildPackages.cmake102 # TODO: It would be nice to eventually switch to CPack and eliminate this mess,
/third_party/mesa3d/src/intel/genxml/
DREADME22 anonymous unions and it became a big mess. Also, when using
/third_party/mesa3d/docs/relnotes/
D10.6.2.rst113 - i965/fs: Don't mess up stride for uniform integer multiplication.
/third_party/node/deps/npm/
DREADME.md91 git, and mess with it directly.
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
DBUILD.bazel236 # the need to mess around with build features.
/third_party/ffmpeg/doc/
Dlibav-merge.txt56 - So much manpower from both FFmpeg and Libav is lost because of this mess. We
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.4.2.rst32 * Don't mess with passing symbol to declarator/direct_declarator
/third_party/libwebsockets/lib/event-libs/
DREADME.md162 Don't add special exports... we tried that, it's a huge mess. The same user
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_NV_viewport_swizzle.adoc187 Ensure that the depth clamp does not mess up depth testing by
DVK_NV_viewport_swizzle.txt187 Ensure that the depth clamp does not mess up depth testing by
/third_party/ltp/docparse/
DREADME.md56 * Tests that mess with global system state
/third_party/gstreamer/gstreamer/docs/random/wingo/
Dpro-audio-with-gstreamer94 whole mess of variables to synchronise and convert between, interleaved
/third_party/tzdata/
Dnewctime.3.txt169 range 1900 through 2099. To avoid this portability mess, new programs
/third_party/libxml2/
DREADME.zOS176 -# but adding the dependances generate mess

12345