Home
last modified time | relevance | path

Searched refs:unacceptable (Results 1 – 25 of 105) sorted by relevance

12345

/third_party/libsoup/tests/
Dheader-parsing-test.c777 const char *unacceptable[2]; member
948 GSList *acceptable, *unacceptable, *iter; in do_qvalue_tests() local
953 unacceptable = NULL; in do_qvalue_tests()
955 &unacceptable); in do_qvalue_tests()
980 if (unacceptable) { in do_qvalue_tests()
981 for (iter = unacceptable, j = 0; iter; iter = iter->next, j++) { in do_qvalue_tests()
983 g_assert_cmpstr (iter->data, ==, qvaluetests[i].unacceptable[j]); in do_qvalue_tests()
986 soup_header_free_list (unacceptable); in do_qvalue_tests()
/third_party/libsoup/libsoup/
Dsoup-headers.c533 soup_header_parse_quality_list (const char *header, GSList **unacceptable) in soup_header_parse_quality_list() argument
545 if (unacceptable) in soup_header_parse_quality_list()
546 *unacceptable = NULL; in soup_header_parse_quality_list()
583 if (unacceptable) { in soup_header_parse_quality_list()
584 *unacceptable = g_slist_prepend (*unacceptable, in soup_header_parse_quality_list()
Dsoup-headers.h48 GSList **unacceptable);
/third_party/json/
DCODE_OF_CONDUCT.md17 Examples of unacceptable behavior by participants include:
27 … take appropriate and fair corrective action in response to any instances of unacceptable behavior.
37 Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting t…
/third_party/typescript_eslint/
DCODE_OF_CONDUCT.md23 Examples of unacceptable behavior by participants include:
38 response to any instances of unacceptable behavior.
57 Instances of abusive, harassing, or otherwise unacceptable behavior may be
/third_party/json/doc/mkdocs/docs/home/
Dcode_of_conduct.md17 Examples of unacceptable behavior by participants include:
27 … take appropriate and fair corrective action in response to any instances of unacceptable behavior.
37 Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting t…
/third_party/pulseaudio/
DCODE_OF_CONDUCT.md23 Examples of unacceptable behavior by participants include:
38 response to any instances of unacceptable behavior.
57 Instances of abusive, harassing, or otherwise unacceptable behavior may be
/third_party/curl/docs/
DCODE_OF_CONDUCT.md14 Examples of unacceptable behavior by participants include the use of sexual
26 Instances of abusive, harassing, or otherwise unacceptable behavior may be
/third_party/curl/tests/data/
Dtest119619 # error 1 - "Connection Refused, unacceptable protocol version"
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/hooks/
Dkeeping_state.md12 that ever calling `malloc` is unacceptable.
/third_party/flutter/skia/modules/pathkit/npm-wasm/
DCODE_OF_CONDUCT.md23 Examples of unacceptable behavior by participants include:
38 response to any instances of unacceptable behavior.
/third_party/flutter/skia/modules/pathkit/npm-asmjs/
DCODE_OF_CONDUCT.md23 Examples of unacceptable behavior by participants include:
38 response to any instances of unacceptable behavior.
/third_party/skia/modules/pathkit/npm-wasm/
DCODE_OF_CONDUCT.md23 Examples of unacceptable behavior by participants include:
38 response to any instances of unacceptable behavior.
/third_party/skia/third_party/externals/wuffs/docs/
Dcode-of-conduct.md23 Examples of unacceptable behavior by participants include:
38 response to any instances of unacceptable behavior.
/third_party/skia/third_party/externals/tint/
DCODE_OF_CONDUCT.md23 Examples of unacceptable behavior by participants include:
38 response to any instances of unacceptable behavior.
/third_party/skia/modules/canvaskit/npm_build/
DCODE_OF_CONDUCT.md23 Examples of unacceptable behavior by participants include:
38 response to any instances of unacceptable behavior.
/third_party/flutter/skia/modules/canvaskit/canvaskit/
DCODE_OF_CONDUCT.md23 Examples of unacceptable behavior by participants include:
38 response to any instances of unacceptable behavior.
/third_party/skia/modules/pathkit/npm-asmjs/
DCODE_OF_CONDUCT.md23 Examples of unacceptable behavior by participants include:
38 response to any instances of unacceptable behavior.
/third_party/glib/glib/
Dgconvert.c1390 gint unacceptable; in g_escape_uri_string() local
1399 unacceptable = 0; in g_escape_uri_string()
1405 unacceptable++; in g_escape_uri_string()
1408 result = g_malloc (p - string + unacceptable * 2 + 1); in g_escape_uri_string()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.c203 gint unacceptable; in escape_string_internal() local
216 unacceptable = 0; in escape_string_internal()
221 unacceptable++; in escape_string_internal()
223 if ((use_mask == UNSAFE_HOST) && (unacceptable || (c == '/'))) { in escape_string_internal()
231 result = g_malloc (p - string + unacceptable * 2 + 1); in escape_string_internal()
/third_party/gstreamer/gstreamer/docs/random/
Dtypefind52 unacceptable. The plugin needs to control input data flow
/third_party/mesa3d/docs/ci/
Ddocker.rst45 spurious failures in another MR. This would be an unacceptable impact
/third_party/boost/libs/variant2/doc/variant2/
Ddesign.adoc130 storage unacceptable. But they considered it unacceptable in principle,
/third_party/boost/libs/static_string/doc/qbk/
Dmain.qbk53 * Memory allocation imposes an unacceptable performance penalty.
/third_party/openGLES/extensions/EXT/
DEXT_texture_object.txt43 constraint ultimately proves to be unacceptable, we can always
50 that binding a texture object would be an unacceptable burden for

12345