/third_party/boost/libs/multi_index/example/ |
D | rearrange.cpp | 68 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 ()()
|
D | Jamfile.v2 | 55 exe rearrange 56 : rearrange.cpp
|
/third_party/boost/libs/multi_index/test/ |
D | test_rearrange.cpp | 97 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/ |
D | cpu-remap-test.c | 204 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/ |
D | rnd_index_loader.hpp | 84 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/ |
D | overlay_test.dart | 427 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/ |
D | rearrange.hpp | 64 void rearrange(Iter_data global_first, Iter_index itx_first, in rearrange() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | usearch.cpp | 1478 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/ |
D | usearch.cpp | 1478 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/ |
D | usearch.cpp | 1478 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/ |
D | README | 62 to rearrange the controls in the panel.
|
/third_party/python/Doc/tutorial/ |
D | appetite.rst | 9 search-and-replace over a large number of text files, or rename and rearrange a
|
D | stdlib2.rst | 346 >>> heapify(data) # rearrange the list into heap order
|
/third_party/boost/boost/multi_index/ |
D | random_access_index.hpp | 729 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_()
|
D | sequenced_index.hpp | 630 void rearrange(InputIterator first) in rearrange() function in boost::multi_index::detail::sequenced_index
|
/third_party/ffmpeg/libswscale/x86/ |
D | scale.asm | 227 ; FIXME if we rearrange the filter in pairs of 4, we can
|
/third_party/boost/libs/math/doc/sf/ |
D | lgamma.qbk | 140 Now each term will take the value 1 at /z = 1/ and we can rearrange the power terms
|
/third_party/mesa3d/docs/relnotes/ |
D | 13.0.5.rst | 114 - linker: Slight code rearrange to prevent duplication in the next
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoamodes.m | 395 /* If we don't capture all displays, Cocoa tries to rearrange windows... *sigh* */
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrCircleBlurFragmentProcessor.fp | 280 // rearrange for precision.
|
/third_party/popt/ |
D | CHANGES | 43 - jbj: fix: rearrange code to better hint to coverity scan (CID#9).
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_wait_sync.txt | 264 New Functions section, and rearrange description of return type and
|
/third_party/icu/docs/userguide/format_parse/messages/ |
D | index.md | 34 and formatted elements, then translators would not be able to rearrange the
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_wait_sync.txt | 264 New Functions section, and rearrange description of return type and
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_vertex_array_object.txt | 433 5 06/04/200 Jon Leech Minor typos, rearrange errors.
|