Home
last modified time | relevance | path

Searched refs:rearrange (Results 1 – 25 of 50) sorted by relevance

12

/third_party/boost/libs/multi_index/example/
Drearrange.cpp68 void rearrange(InputIterator it) in rearrange() function in deck
70 cont.rearrange(it); in rearrange()
77 cont.rearrange(get<1>(cont).begin()); in reset()
176 d.rearrange(dv.begin()); /* apply to the deck */ in operator ()()
195 d.rearrange(dv.begin()); /* apply to the deck */ in operator ()()
DJamfile.v255 exe rearrange
56 : rearrange.cpp
/third_party/boost/libs/multi_index/test/
Dtest_rearrange.cpp97 sc.rearrange(v.begin()); in local_test_rearrange()
101 sc.rearrange(v.begin()); in local_test_rearrange()
105 sc.rearrange(v.begin()); in local_test_rearrange()
109 sc.rearrange(v.begin()); in local_test_rearrange()
/third_party/pulseaudio/src/tests/
Dcpu-remap-test.c204 bool rearrange) { in setup_remap_channels() argument
212 if (rearrange) { in setup_remap_channels()
274 bool rearrange) { in remap_init_test_channels() argument
278 setup_remap_channels(&remap_orig, f, in_channels, out_channels, rearrange); in remap_init_test_channels()
281 setup_remap_channels(&remap_func, f, in_channels, out_channels, rearrange); in remap_init_test_channels()
291 bool rearrange) { in remap_init2_test_channels() argument
298 setup_remap_channels(&remap_orig, f, in_channels, out_channels, rearrange); in remap_init2_test_channels()
303 setup_remap_channels(&remap_func, f, in_channels, out_channels, rearrange); in remap_init2_test_channels()
/third_party/boost/boost/multi_index/detail/
Drnd_index_loader.hpp84 void rearrange(node_impl_pointer position_,node_impl_pointer x) in rearrange() function in boost::multi_index::detail::random_access_index_loader_base
162 void rearrange(Node* position_,Node *x) in rearrange() function in boost::multi_index::detail::random_access_index_loader
164 super::rearrange( in rearrange()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Doverlay_test.dart427 testWidgets('rearrange', (WidgetTester tester) async {
484 overlay.rearrange(rearranged);
490 testWidgets('rearrange above', (WidgetTester tester) async {
547 overlay.rearrange(rearranged, above: initialEntries[2]);
553 testWidgets('rearrange below', (WidgetTester tester) async {
610 overlay.rearrange(rearranged, below: initialEntries[2]);
/third_party/boost/boost/sort/common/
Drearrange.hpp64 void rearrange(Iter_data global_first, Iter_index itx_first, in rearrange() function
/third_party/skia/third_party/externals/icu/source/i18n/
Dusearch.cpp1478 UChar *rearrange = strsrch->canonicalPrefixAccents; in doNextCanonicalPrefixMatch() local
1481 *rearrange ++ = accents[k]; in doNextCanonicalPrefixMatch()
1489 *rearrange ++ = accents[j]; in doNextCanonicalPrefixMatch()
1493 *rearrange = 0; in doNextCanonicalPrefixMatch()
1749 UChar *rearrange = strsrch->canonicalSuffixAccents; in doNextCanonicalMatch() local
1752 *rearrange ++ = accents[k]; in doNextCanonicalMatch()
1760 *rearrange ++ = accents[j]; in doNextCanonicalMatch()
1764 *rearrange = 0; in doNextCanonicalMatch()
2180 UChar *rearrange = strsrch->canonicalSuffixAccents; in doPreviousCanonicalSuffixMatch() local
2183 *rearrange ++ = accents[k]; in doPreviousCanonicalSuffixMatch()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dusearch.cpp1478 UChar *rearrange = strsrch->canonicalPrefixAccents; in doNextCanonicalPrefixMatch() local
1481 *rearrange ++ = accents[k]; in doNextCanonicalPrefixMatch()
1489 *rearrange ++ = accents[j]; in doNextCanonicalPrefixMatch()
1493 *rearrange = 0; in doNextCanonicalPrefixMatch()
1749 UChar *rearrange = strsrch->canonicalSuffixAccents; in doNextCanonicalMatch() local
1752 *rearrange ++ = accents[k]; in doNextCanonicalMatch()
1760 *rearrange ++ = accents[j]; in doNextCanonicalMatch()
1764 *rearrange = 0; in doNextCanonicalMatch()
2180 UChar *rearrange = strsrch->canonicalSuffixAccents; in doPreviousCanonicalSuffixMatch() local
2183 *rearrange ++ = accents[k]; in doPreviousCanonicalSuffixMatch()
[all …]
/third_party/icu/icu4c/source/i18n/
Dusearch.cpp1478 UChar *rearrange = strsrch->canonicalPrefixAccents; in doNextCanonicalPrefixMatch() local
1481 *rearrange ++ = accents[k]; in doNextCanonicalPrefixMatch()
1489 *rearrange ++ = accents[j]; in doNextCanonicalPrefixMatch()
1493 *rearrange = 0; in doNextCanonicalPrefixMatch()
1749 UChar *rearrange = strsrch->canonicalSuffixAccents; in doNextCanonicalMatch() local
1752 *rearrange ++ = accents[k]; in doNextCanonicalMatch()
1760 *rearrange ++ = accents[j]; in doNextCanonicalMatch()
1764 *rearrange = 0; in doNextCanonicalMatch()
2180 UChar *rearrange = strsrch->canonicalSuffixAccents; in doPreviousCanonicalSuffixMatch() local
2183 *rearrange ++ = accents[k]; in doPreviousCanonicalSuffixMatch()
[all …]
/third_party/gettext/gettext-tools/examples/hello-csharp-forms/
DREADME62 to rearrange the controls in the panel.
/third_party/python/Doc/tutorial/
Dappetite.rst9 search-and-replace over a large number of text files, or rename and rearrange a
Dstdlib2.rst346 >>> heapify(data) # rearrange the list into heap order
/third_party/boost/boost/multi_index/
Drandom_access_index.hpp729 void rearrange(InputIterator first) in rearrange() function in boost::multi_index::detail::random_access_index
947 &loader::rearrange,&ld,::boost::arg<1>(),::boost::arg<2>()), in load_()
Dsequenced_index.hpp630 void rearrange(InputIterator first) in rearrange() function in boost::multi_index::detail::sequenced_index
/third_party/ffmpeg/libswscale/x86/
Dscale.asm227 ; FIXME if we rearrange the filter in pairs of 4, we can
/third_party/boost/libs/math/doc/sf/
Dlgamma.qbk140 Now each term will take the value 1 at /z = 1/ and we can rearrange the power terms
/third_party/mesa3d/docs/relnotes/
D13.0.5.rst114 - linker: Slight code rearrange to prevent duplication in the next
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoamodes.m395 /* If we don't capture all displays, Cocoa tries to rearrange windows... *sigh* */
/third_party/flutter/skia/src/gpu/effects/
DGrCircleBlurFragmentProcessor.fp280 // rearrange for precision.
/third_party/popt/
DCHANGES43 - jbj: fix: rearrange code to better hint to coverity scan (CID#9).
/third_party/EGL/extensions/KHR/
DEGL_KHR_wait_sync.txt264 New Functions section, and rearrange description of return type and
/third_party/icu/docs/userguide/format_parse/messages/
Dindex.md34 and formatted elements, then translators would not be able to rearrange the
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_wait_sync.txt264 New Functions section, and rearrange description of return type and
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_vertex_array_object.txt433 5 06/04/200 Jon Leech Minor typos, rearrange errors.

12