Home
last modified time | relevance | path

Searched refs:Mover (Results 1 – 25 of 2420) sorted by relevance

12345678910>>...97

/dports/www/firefox-esr/firefox-91.8.0/build/clang-plugin/tests/
H A DTestNonMemMovableStdAtomic.cpp12 Mover<std::atomic<CustomType>> m1;
13 Mover<std::atomic<bool>> m2;
14 Mover<std::atomic<char>> m3;
15 Mover<std::atomic<signed char>> m4;
16 Mover<std::atomic<unsigned char>> m5;
17 Mover<std::atomic<char16_t>> m6;
18 Mover<std::atomic<char32_t>> m7;
19 Mover<std::atomic<wchar_t>> m8;
20 Mover<std::atomic<short>> m9;
21 Mover<std::atomic<unsigned short>> m10;
[all …]
H A DTestInheritTypeAnnotationsFromTemplateArgs.cpp28 class MOZ_NEEDS_MEMMOVABLE_TYPE Mover { // expected-error-re 8 {{Cannot instantiate 'Mover<{{.*}}>'… class
34 static Mover<Template<Pointery>> n; // expected-note-re {{instantiation of 'Mover<Template<Pointery…
35 static Mover<Template<IndirectPointery>> o; // expected-note-re {{instantiation of 'Mover<Template<…
36 static Mover<Template<ContainsPointery>> p; // expected-note-re {{instantiation of 'Mover<Template<…
37 static Mover<IndirectTemplatePointery> q; // expected-note {{instantiation of 'Mover<IndirectTempla…
38 static Mover<ContainsTemplatePointery> r; // expected-note {{instantiation of 'Mover<ContainsTempla…
39 static Mover<Template<Normal>> s;
44 static Mover<ManyTs<Pointery>> t; // expected-note-re {{instantiation of 'Mover<ManyTs<Pointery>{{ …
45 static Mover<ManyTs<Normal, Pointery>> u; // expected-note-re {{instantiation of 'Mover<ManyTs<Norm…
46 static Mover<ManyTs<Normal, Normal, Pointery>> v; // expected-note-re {{instantiation of 'Mover<Man…
H A DTestNonMemMovableStd.cpp4 class MOZ_NEEDS_MEMMOVABLE_TYPE Mover { T mForceInst; }; // expected-error-re 4 {{Cannot instantiat… class
17 static Mover<std::string> bad; // expected-note-re {{instantiation of 'Mover<std::basic_string<char…
18 static Mover<HasString> bad_mem; // expected-note {{instantiation of 'Mover<HasString>' requested h…
19 static Mover<std::arbitrary_name> assumed_bad; // expected-note {{instantiation of 'Mover<std::arbi…
20 static Mover<std::pair<bool, int>> good;
21 static Mover<std::pair<bool, std::string>> not_good; // expected-note-re {{instantiation of 'Mover<…
/dports/lang/spidermonkey78/firefox-78.9.0/build/clang-plugin/tests/
H A DTestNonMemMovableStdAtomic.cpp12 Mover<std::atomic<CustomType>> m1;
13 Mover<std::atomic<bool>> m2;
14 Mover<std::atomic<char>> m3;
15 Mover<std::atomic<signed char>> m4;
16 Mover<std::atomic<unsigned char>> m5;
17 Mover<std::atomic<char16_t>> m6;
18 Mover<std::atomic<char32_t>> m7;
19 Mover<std::atomic<wchar_t>> m8;
20 Mover<std::atomic<short>> m9;
21 Mover<std::atomic<unsigned short>> m10;
[all …]
H A DTestInheritTypeAnnotationsFromTemplateArgs.cpp28 class MOZ_NEEDS_MEMMOVABLE_TYPE Mover { // expected-error-re 8 {{Cannot instantiate 'Mover<{{.*}}>'… class
34 static Mover<Template<Pointery>> n; // expected-note {{instantiation of 'Mover<Template<Pointery> >…
35 static Mover<Template<IndirectPointery>> o; // expected-note {{instantiation of 'Mover<Template<Ind…
36 static Mover<Template<ContainsPointery>> p; // expected-note {{instantiation of 'Mover<Template<Con…
37 static Mover<IndirectTemplatePointery> q; // expected-note {{instantiation of 'Mover<IndirectTempla…
38 static Mover<ContainsTemplatePointery> r; // expected-note {{instantiation of 'Mover<ContainsTempla…
39 static Mover<Template<Normal>> s;
44 static Mover<ManyTs<Pointery>> t; // expected-note {{instantiation of 'Mover<ManyTs<Pointery> >' re…
45 static Mover<ManyTs<Normal, Pointery>> u; // expected-note {{instantiation of 'Mover<ManyTs<Normal,…
46 static Mover<ManyTs<Normal, Normal, Pointery>> v; // expected-note {{instantiation of 'Mover<ManyTs…
H A DTestNonMemMovableStd.cpp4 class MOZ_NEEDS_MEMMOVABLE_TYPE Mover { T mForceInst; }; // expected-error-re 4 {{Cannot instantiat… class
17 static Mover<std::string> bad; // expected-note {{instantiation of 'Mover<std::basic_string<char> >…
18 static Mover<HasString> bad_mem; // expected-note {{instantiation of 'Mover<HasString>' requested h…
19 static Mover<std::arbitrary_name> assumed_bad; // expected-note {{instantiation of 'Mover<std::arbi…
20 static Mover<std::pair<bool, int>> good;
21 static Mover<std::pair<bool, std::string>> not_good; // expected-note {{instantiation of 'Mover<std…
/dports/www/firefox/firefox-99.0/build/clang-plugin/tests/
H A DTestNonMemMovableStdAtomic.cpp12 Mover<std::atomic<CustomType>> m1;
13 Mover<std::atomic<bool>> m2;
14 Mover<std::atomic<char>> m3;
15 Mover<std::atomic<signed char>> m4;
16 Mover<std::atomic<unsigned char>> m5;
17 Mover<std::atomic<char16_t>> m6;
18 Mover<std::atomic<char32_t>> m7;
19 Mover<std::atomic<wchar_t>> m8;
20 Mover<std::atomic<short>> m9;
21 Mover<std::atomic<unsigned short>> m10;
[all …]
H A DTestNonMemMovableStd.cpp53 static Mover<std::string> bad; // expected-note-re {{instantiation of 'Mover<std::basic_string<char…
54 static Mover<HasString> bad_mem; // expected-note {{instantiation of 'Mover<HasString>' requested h…
55 static Mover<std::pair<bool, int>> good;
58 static Mover<std::has_nontrivial_dtor> nontrivial_dtor; // expected-note {{instantiation of 'Mover<…
59 static Mover<std::has_nontrivial_copy> nontrivial_copy; // expected-note {{instantiation of 'Mover<…
61 static Mover<std::has_trivial_dtor> trivial_dtor;
62 static Mover<std::has_trivial_copy> trivial_copy;
63 static Mover<std::has_trivial_move> trivial_move;
68 static Mover<std::pair<bool, std::has_trivial_dtor>> pair_trivial_dtor;
69 static Mover<std::pair<bool, std::has_trivial_copy>> pair_trivial_copy;
[all …]
H A DTestInheritTypeAnnotationsFromTemplateArgs.cpp28 class MOZ_NEEDS_MEMMOVABLE_TYPE Mover { // expected-error-re 8 {{Cannot instantiate 'Mover<{{.*}}>'… class
34 static Mover<Template<Pointery>> n; // expected-note-re {{instantiation of 'Mover<Template<Pointery…
35 static Mover<Template<IndirectPointery>> o; // expected-note-re {{instantiation of 'Mover<Template<…
36 static Mover<Template<ContainsPointery>> p; // expected-note-re {{instantiation of 'Mover<Template<…
37 static Mover<IndirectTemplatePointery> q; // expected-note {{instantiation of 'Mover<IndirectTempla…
38 static Mover<ContainsTemplatePointery> r; // expected-note {{instantiation of 'Mover<ContainsTempla…
39 static Mover<Template<Normal>> s;
44 static Mover<ManyTs<Pointery>> t; // expected-note-re {{instantiation of 'Mover<ManyTs<Pointery>{{ …
45 static Mover<ManyTs<Normal, Pointery>> u; // expected-note-re {{instantiation of 'Mover<ManyTs<Norm…
46 static Mover<ManyTs<Normal, Normal, Pointery>> v; // expected-note-re {{instantiation of 'Mover<Man…
/dports/mail/thunderbird/thunderbird-91.8.0/build/clang-plugin/tests/
H A DTestNonMemMovableStdAtomic.cpp12 Mover<std::atomic<CustomType>> m1;
13 Mover<std::atomic<bool>> m2;
14 Mover<std::atomic<char>> m3;
15 Mover<std::atomic<signed char>> m4;
16 Mover<std::atomic<unsigned char>> m5;
17 Mover<std::atomic<char16_t>> m6;
18 Mover<std::atomic<char32_t>> m7;
19 Mover<std::atomic<wchar_t>> m8;
20 Mover<std::atomic<short>> m9;
21 Mover<std::atomic<unsigned short>> m10;
[all …]
H A DTestInheritTypeAnnotationsFromTemplateArgs.cpp28 class MOZ_NEEDS_MEMMOVABLE_TYPE Mover { // expected-error-re 8 {{Cannot instantiate 'Mover<{{.*}}>'… class
34 static Mover<Template<Pointery>> n; // expected-note-re {{instantiation of 'Mover<Template<Pointery…
35 static Mover<Template<IndirectPointery>> o; // expected-note-re {{instantiation of 'Mover<Template<…
36 static Mover<Template<ContainsPointery>> p; // expected-note-re {{instantiation of 'Mover<Template<…
37 static Mover<IndirectTemplatePointery> q; // expected-note {{instantiation of 'Mover<IndirectTempla…
38 static Mover<ContainsTemplatePointery> r; // expected-note {{instantiation of 'Mover<ContainsTempla…
39 static Mover<Template<Normal>> s;
44 static Mover<ManyTs<Pointery>> t; // expected-note-re {{instantiation of 'Mover<ManyTs<Pointery>{{ …
45 static Mover<ManyTs<Normal, Pointery>> u; // expected-note-re {{instantiation of 'Mover<ManyTs<Norm…
46 static Mover<ManyTs<Normal, Normal, Pointery>> v; // expected-note-re {{instantiation of 'Mover<Man…
H A DTestNonMemMovableStd.cpp4 class MOZ_NEEDS_MEMMOVABLE_TYPE Mover { T mForceInst; }; // expected-error-re 4 {{Cannot instantiat… class
17 static Mover<std::string> bad; // expected-note-re {{instantiation of 'Mover<std::basic_string<char…
18 static Mover<HasString> bad_mem; // expected-note {{instantiation of 'Mover<HasString>' requested h…
19 static Mover<std::arbitrary_name> assumed_bad; // expected-note {{instantiation of 'Mover<std::arbi…
20 static Mover<std::pair<bool, int>> good;
21 static Mover<std::pair<bool, std::string>> not_good; // expected-note-re {{instantiation of 'Mover<…
/dports/lang/spidermonkey60/firefox-60.9.0/build/clang-plugin/tests/
H A DTestNonMemMovableStdAtomic.cpp12 Mover<std::atomic<CustomType>> m1;
13 Mover<std::atomic<bool>> m2;
14 Mover<std::atomic<char>> m3;
15 Mover<std::atomic<signed char>> m4;
16 Mover<std::atomic<unsigned char>> m5;
17 Mover<std::atomic<char16_t>> m6;
18 Mover<std::atomic<char32_t>> m7;
19 Mover<std::atomic<wchar_t>> m8;
20 Mover<std::atomic<short>> m9;
21 Mover<std::atomic<unsigned short>> m10;
[all …]
H A DTestInheritTypeAnnotationsFromTemplateArgs.cpp28 class MOZ_NEEDS_MEMMOVABLE_TYPE Mover { // expected-error-re 8 {{Cannot instantiate 'Mover<{{.*}}>'… class
34 static Mover<Template<Pointery>> n; // expected-note {{instantiation of 'Mover<Template<Pointery> >…
35 static Mover<Template<IndirectPointery>> o; // expected-note {{instantiation of 'Mover<Template<Ind…
36 static Mover<Template<ContainsPointery>> p; // expected-note {{instantiation of 'Mover<Template<Con…
37 static Mover<IndirectTemplatePointery> q; // expected-note {{instantiation of 'Mover<IndirectTempla…
38 static Mover<ContainsTemplatePointery> r; // expected-note {{instantiation of 'Mover<ContainsTempla…
39 static Mover<Template<Normal>> s;
44 static Mover<ManyTs<Pointery>> t; // expected-note {{instantiation of 'Mover<ManyTs<Pointery> >' re…
45 static Mover<ManyTs<Normal, Pointery>> u; // expected-note {{instantiation of 'Mover<ManyTs<Normal,…
46 static Mover<ManyTs<Normal, Normal, Pointery>> v; // expected-note {{instantiation of 'Mover<ManyTs…
H A DTestNonMemMovableStd.cpp4 class MOZ_NEEDS_MEMMOVABLE_TYPE Mover { T mForceInst; }; // expected-error-re 4 {{Cannot instantiat… class
17 static Mover<std::string> bad; // expected-note {{instantiation of 'Mover<std::basic_string<char> >…
18 static Mover<HasString> bad_mem; // expected-note {{instantiation of 'Mover<HasString>' requested h…
19 static Mover<std::arbitrary_name> assumed_bad; // expected-note {{instantiation of 'Mover<std::arbi…
20 static Mover<std::pair<bool, int>> good;
21 static Mover<std::pair<bool, std::string>> not_good; // expected-note {{instantiation of 'Mover<std…
/dports/print/lyx/lyx-2.3.4.2/src/
H A DMover.h27 class Mover
30 virtual ~Mover() {} in ~Mover()
31 Mover(Mover &&) = default;
32 Mover & operator=(Mover &&) = default;
33 Mover(Mover const &) = default;
34 Mover & operator=(Mover const &) = default;
36 Mover() = default;
115 class SpecialisedMover : public Mover
164 Mover const & operator()(std::string const & fmt) const;
180 Mover default_;
[all …]
H A DMover.cpp29 bool Mover::copy(FileName const & from, FileName const & to) const in copy()
35 bool Mover::do_copy(FileName const & from, FileName const & to, in do_copy()
42 bool Mover::rename(FileName const & from, in rename()
49 bool Mover::do_rename(FileName const & from, FileName const & to, in do_rename()
60 return Mover::do_copy(from, to, latex); in do_copy()
76 return Mover::do_rename(from, to, latex); in do_rename()
90 Mover const & Movers::operator()(string const & fmt) const in operator ()()
/dports/www/firefox-legacy/firefox-52.8.0esr/build/clang-plugin/tests/
H A DTestInheritTypeAnnotationsFromTemplateArgs.cpp28 class MOZ_NEEDS_MEMMOVABLE_TYPE Mover { // expected-error-re 8 {{Cannot instantiate 'Mover<{{.*}}>'… class
34 static Mover<Template<Pointery>> n; // expected-note {{instantiation of 'Mover<Template<Pointery> >…
35 static Mover<Template<IndirectPointery>> o; // expected-note {{instantiation of 'Mover<Template<Ind…
36 static Mover<Template<ContainsPointery>> p; // expected-note {{instantiation of 'Mover<Template<Con…
37 static Mover<IndirectTemplatePointery> q; // expected-note {{instantiation of 'Mover<IndirectTempla…
38 static Mover<ContainsTemplatePointery> r; // expected-note {{instantiation of 'Mover<ContainsTempla…
39 static Mover<Template<Normal>> s;
44 static Mover<ManyTs<Pointery>> t; // expected-note {{instantiation of 'Mover<ManyTs<Pointery> >' re…
45 static Mover<ManyTs<Normal, Pointery>> u; // expected-note {{instantiation of 'Mover<ManyTs<Normal,…
46 static Mover<ManyTs<Normal, Normal, Pointery>> v; // expected-note {{instantiation of 'Mover<ManyTs…
H A DTestNonMemMovableStd.cpp4 class MOZ_NEEDS_MEMMOVABLE_TYPE Mover { T mForceInst; }; // expected-error-re 4 {{Cannot instantiat… class
17 static Mover<std::string> bad; // expected-note {{instantiation of 'Mover<std::basic_string<char> >…
18 static Mover<HasString> bad_mem; // expected-note {{instantiation of 'Mover<HasString>' requested h…
19 static Mover<std::arbitrary_name> assumed_bad; // expected-note {{instantiation of 'Mover<std::arbi…
20 static Mover<std::pair<bool, int>> good;
21 static Mover<std::pair<bool, std::string>> not_good; // expected-note {{instantiation of 'Mover<std…
/dports/graphics/wings/wings-8d019ebe48/plugins_src/commands/
H A Dwpc_absolute_move_es-ES.lang7 {2,"Mover"},
8 {3,"Mover a la posición exacta en coordenadas absolutas."},
10 {5,"Mover a la selección secundaria."},
11 {6,"Mover usando el centro como referencia."},
12 {7,"Mover y mostrar la entrada numérica."},
13 {8,"Mover usando una selección secundaria como referencia."},
14 {9,"Mover usando una selección secundaria y una orientación como referencia."}
18 {1,"Opciones de Mover Absoluto"},
19 {3,"Mover objetos"},
20 {4,"Mover objects"},
/dports/graphics/wings/wings-8d019ebe48/plugins_src/autouv/
H A Dautouv_es-ES.lang144 {2,"Mover"},
150 {8,"Mover a"},
152 {10,"Mover al centro"},
156 {14,"Mover al centro vertical"},
158 {16,"Mover al borde inferior"},
160 {18,"Mover al borde superior"},
162 {20,"Mover al borde izquierdo"},
164 {22,"Mover al borde derecho"},
188 {47,"Mover"},
200 {60,"Mover"},
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/mover/
H A DTestMover.java41 import org.apache.hadoop.hdfs.server.mover.Mover.MLocation;
49 static Mover newMover(Configuration conf) throws IOException { in newMover()
58 nnMap, Mover.class.getSimpleName(), Mover.MOVER_ID_PATH, conf, in newMover()
60 return new Mover(nncs.get(0), conf, new AtomicInteger(0)); in newMover()
79 final Mover mover = newMover(conf); in testScheduleSameBlock()
81 final Mover.Processor processor = mover.new Processor(); in testScheduleSameBlock()
127 int rc = ToolRunner.run(conf, new Mover.Cli(), in testScheduleBlockWithinSameNode()
161 Mover.Cli.getNameNodePathsToMove(conf, "-p", "/foo", "bar"); in testMoverCli()
222 Mover.Cli.getNameNodePathsToMove(conf, "-p", "/foo"); in testMoverCliWithFederation()
311 int rc = ToolRunner.run(conf, new Mover.Cli(), in testTwoReplicaSameStorageTypeShouldNotSelect()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/locale/com/lightcrafts/ui/browser/view/
H A DLocale_es.properties16 TrashMenuItemWindows=Mover a la Papelera de reciclaje...
17 TrashMenuItemMacOSX=Mover a la Papelera...
32 DeleteQuestionSingularMacOSX=Mover "$1" a la papelera?
33 DeleteQuestionPluralMacOSX=Mover $1 imagenes selecionadas a la papelera?
34 DeleteButtonMacOSX=Mover a la papelera
36 DeleteQuestionSingularWindows=Mover "$1" a la papelera de reciclaje?
37 DeleteQuestionPluralWindows=Mover $1 las imagenes seleccionadas a la papelera de reciclaje?
38 DeleteButtonWindows=Mover a la papelera de reciclaje
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/06_SkeletalAnimation/
H A DMover.cpp31 Mover::Mover(Context* context) : in Mover() function in Mover
40 void Mover::SetParameters(float moveSpeed, float rotationSpeed, const BoundingBox& bounds) in SetParameters()
47 void Mover::Update(float timeStep) in Update()
/dports/print/cups/cups-2.3.3op2/templates/pt_BR/
H A Djob-move.tmpl6 <H2 CLASS="title">{job_id?Mover trabalho {job_id}:Mover todos trabalhos}</H2>
19 <TD><INPUT TYPE="SUBMIT" VALUE="{job_id?Mover trabalho:Mover trabalhos}"></TD>

12345678910>>...97