Home
last modified time | relevance | path

Searched refs:not_enough (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/glib/tests/
Dwin32.c36 const gchar not_enough[] = "too long when %e and %p are substituted"; in test_subst_pid_and_event() local
38 gchar debugger_not_enough[G_N_ELEMENTS (not_enough)]; in test_subst_pid_and_event()
39 gchar debugger_enough[G_N_ELEMENTS (not_enough) + 1]; in test_subst_pid_and_event()
/third_party/gstreamer/gstplugins_bad/ext/webrtcdsp/
Dgstwebrtcdsp.cpp560 gboolean not_enough; in gst_webrtc_dsp_generate_output() local
563 not_enough = gst_adapter_available (self->adapter) < self->period_size; in gst_webrtc_dsp_generate_output()
565 not_enough = gst_planar_audio_adapter_available (self->padapter) < in gst_webrtc_dsp_generate_output()
568 if (not_enough) { in gst_webrtc_dsp_generate_output()
/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisdec.c585 goto not_enough; in check_pending_headers()
656 not_enough: in check_pending_headers()
/third_party/boost/boost/beast/zlib/detail/
Dinflate_stream.ipp751 auto const not_enough = []
760 return not_enough();
838 return not_enough();
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/
Dinflate_stream.ipp751 auto const not_enough = []
760 return not_enough();
838 return not_enough();
/third_party/f2fs-tools/fsck/
Dmount.c2702 int not_enough = 0; in find_next_free_block() local
2709 not_enough = 1; in find_next_free_block()
2732 if (vblocks == 0 && not_enough) { in find_next_free_block()
/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc5531 const int not_enough[] = {1, 2}; in TEST() local
5534 EXPECT_THAT(not_enough, Not(IsSupersetOf(expected))); in TEST()
5659 const int not_enough[] = {1, 2}; in TEST() local
5662 EXPECT_THAT(actual, Not(IsSubsetOf(not_enough))); in TEST()