Searched refs:refs (Results 1 - 25 of 240) sorted by relevance

12345678910

/external/libcxx/test/std/localization/locale.categories/category.messages/locale.messages/locale.messages.members/
H A Dnot_testable.pass.cpp28 explicit F(std::size_t refs = 0)
29 : std::messages<CharT>(refs) {}
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
H A Dcurr_symbol.pass.cpp29 explicit Fnf(std::size_t refs = 0)
30 : std::moneypunct<char, false>(refs) {}
37 explicit Fnt(std::size_t refs = 0)
38 : std::moneypunct<char, true>(refs) {}
45 explicit Fwf(std::size_t refs = 0)
46 : std::moneypunct<wchar_t, false>(refs) {}
53 explicit Fwt(std::size_t refs = 0)
54 : std::moneypunct<wchar_t, true>(refs) {}
H A Ddecimal_point.pass.cpp29 explicit Fnf(std::size_t refs = 0)
30 : std::moneypunct<char, false>(refs) {}
37 explicit Fnt(std::size_t refs = 0)
38 : std::moneypunct<char, true>(refs) {}
45 explicit Fwf(std::size_t refs = 0)
46 : std::moneypunct<wchar_t, false>(refs) {}
53 explicit Fwt(std::size_t refs = 0)
54 : std::moneypunct<wchar_t, true>(refs) {}
H A Dfrac_digits.pass.cpp29 explicit Fnf(std::size_t refs = 0)
30 : std::moneypunct<char, false>(refs) {}
37 explicit Fnt(std::size_t refs = 0)
38 : std::moneypunct<char, true>(refs) {}
45 explicit Fwf(std::size_t refs = 0)
46 : std::moneypunct<wchar_t, false>(refs) {}
53 explicit Fwt(std::size_t refs = 0)
54 : std::moneypunct<wchar_t, true>(refs) {}
H A Dgrouping.pass.cpp29 explicit Fnf(std::size_t refs = 0)
30 : std::moneypunct<char, false>(refs) {}
37 explicit Fnt(std::size_t refs = 0)
38 : std::moneypunct<char, true>(refs) {}
45 explicit Fwf(std::size_t refs = 0)
46 : std::moneypunct<wchar_t, false>(refs) {}
53 explicit Fwt(std::size_t refs = 0)
54 : std::moneypunct<wchar_t, true>(refs) {}
H A Dnegative_sign.pass.cpp30 explicit Fnf(std::size_t refs = 0)
31 : std::moneypunct<char, false>(refs) {}
38 explicit Fnt(std::size_t refs = 0)
39 : std::moneypunct<char, true>(refs) {}
46 explicit Fwf(std::size_t refs = 0)
47 : std::moneypunct<wchar_t, false>(refs) {}
54 explicit Fwt(std::size_t refs = 0)
55 : std::moneypunct<wchar_t, true>(refs) {}
H A Dpositive_sign.pass.cpp29 explicit Fnf(std::size_t refs = 0)
30 : std::moneypunct<char, false>(refs) {}
37 explicit Fnt(std::size_t refs = 0)
38 : std::moneypunct<char, true>(refs) {}
45 explicit Fwf(std::size_t refs = 0)
46 : std::moneypunct<wchar_t, false>(refs) {}
53 explicit Fwt(std::size_t refs = 0)
54 : std::moneypunct<wchar_t, true>(refs) {}
H A Dthousands_sep.pass.cpp29 explicit Fnf(std::size_t refs = 0)
30 : std::moneypunct<char, false>(refs) {}
37 explicit Fnt(std::size_t refs = 0)
38 : std::moneypunct<char, true>(refs) {}
45 explicit Fwf(std::size_t refs = 0)
46 : std::moneypunct<wchar_t, false>(refs) {}
53 explicit Fwt(std::size_t refs = 0)
54 : std::moneypunct<wchar_t, true>(refs) {}
H A Dneg_format.pass.cpp26 explicit Fnf(std::size_t refs = 0)
27 : std::moneypunct<char, false>(refs) {}
34 explicit Fnt(std::size_t refs = 0)
35 : std::moneypunct<char, true>(refs) {}
42 explicit Fwf(std::size_t refs = 0)
43 : std::moneypunct<wchar_t, false>(refs) {}
50 explicit Fwt(std::size_t refs = 0)
51 : std::moneypunct<wchar_t, true>(refs) {}
H A Dpos_format.pass.cpp26 explicit Fnf(std::size_t refs = 0)
27 : std::moneypunct<char, false>(refs) {}
34 explicit Fnt(std::size_t refs = 0)
35 : std::moneypunct<char, true>(refs) {}
42 explicit Fwf(std::size_t refs = 0)
43 : std::moneypunct<wchar_t, false>(refs) {}
50 explicit Fwt(std::size_t refs = 0)
51 : std::moneypunct<wchar_t, true>(refs) {}
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
H A Ddate_order.pass.cpp26 explicit my_facet(std::size_t refs = 0)
27 : F(refs) {}
/external/elfutils/libdwfl/
H A Dderelocate.c40 } refs[0]; member in struct:dwfl_relocation
75 struct secref *refs = NULL; local
130 newref->next = refs;
131 refs = newref;
145 for (struct secref *sec = refs; sec != NULL; sec = sec->next)
158 mod->reloc_info = malloc (offsetof (struct dwfl_relocation, refs[nrefs]));
166 for (size_t i = nrefs; i-- > 0; refs = refs->next)
167 sortrefs[i] = refs;
168 assert (refs
[all...]
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
H A Dput_pointer.pass.cpp28 explicit my_facet(std::size_t refs = 0)
29 : F(refs) {}
/external/v8/test/cctest/
H A Dtest-threads.cc38 i::List<i::ThreadId>* refs, unsigned int thread_no,
41 refs_(refs),
70 i::List<i::ThreadId> refs(kNThreads);
75 new ThreadIdValidationThread(prev, &refs, i, &semaphore);
78 refs.Add(i::ThreadId::Invalid());
37 ThreadIdValidationThread(v8::base::Thread* thread_to_start, i::List<i::ThreadId>* refs, unsigned int thread_no, v8::base::Semaphore* semaphore) argument
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/
H A Dctor_char.pass.cpp14 // explicit codecvt(size_t refs = 0);
27 explicit my_facet(std::size_t refs = 0)
28 : F(refs) {++count;}
H A Dctor_wchar_t.pass.cpp14 // explicit codecvt(size_t refs = 0);
27 explicit my_facet(std::size_t refs = 0)
28 : F(refs) {++count;}
/external/libcxx/test/std/localization/locale.categories/category.messages/locale.messages/
H A Dctor.pass.cpp14 // explicit messages(size_t refs = 0);
27 explicit my_facet(std::size_t refs = 0)
28 : F(refs) {++count;}
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/
H A Dctor.pass.cpp14 // explicit money_get(size_t refs = 0);
27 explicit my_facet(std::size_t refs = 0)
28 : F(refs) {++count;}
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/
H A Dctor.pass.cpp14 // explicit money_put(size_t refs = 0);
27 explicit my_facet(std::size_t refs = 0)
28 : F(refs) {++count;}
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/
H A Dctor.pass.cpp14 // explicit moneypunct(size_t refs = 0);
27 explicit my_facet(std::size_t refs = 0)
28 : F(refs) {++count;}
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/
H A Dcurr_symbol.pass.cpp33 explicit Fnf(const std::string& nm, std::size_t refs = 0)
34 : std::moneypunct_byname<char, false>(nm, refs) {}
41 explicit Fnt(const std::string& nm, std::size_t refs = 0)
42 : std::moneypunct_byname<char, true>(nm, refs) {}
49 explicit Fwf(const std::string& nm, std::size_t refs = 0)
50 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
57 explicit Fwt(const std::string& nm, std::size_t refs = 0)
58 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
H A Ddecimal_point.pass.cpp34 explicit Fnf(const std::string& nm, std::size_t refs = 0)
35 : std::moneypunct_byname<char, false>(nm, refs) {}
42 explicit Fnt(const std::string& nm, std::size_t refs = 0)
43 : std::moneypunct_byname<char, true>(nm, refs) {}
50 explicit Fwf(const std::string& nm, std::size_t refs = 0)
51 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
58 explicit Fwt(const std::string& nm, std::size_t refs = 0)
59 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
H A Dfrac_digits.pass.cpp31 explicit Fnf(const std::string& nm, std::size_t refs = 0)
32 : std::moneypunct_byname<char, false>(nm, refs) {}
39 explicit Fnt(const std::string& nm, std::size_t refs = 0)
40 : std::moneypunct_byname<char, true>(nm, refs) {}
47 explicit Fwf(const std::string& nm, std::size_t refs = 0)
48 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
55 explicit Fwt(const std::string& nm, std::size_t refs = 0)
56 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
H A Dgrouping.pass.cpp33 explicit Fnf(const std::string& nm, std::size_t refs = 0)
34 : std::moneypunct_byname<char, false>(nm, refs) {}
41 explicit Fnt(const std::string& nm, std::size_t refs = 0)
42 : std::moneypunct_byname<char, true>(nm, refs) {}
49 explicit Fwf(const std::string& nm, std::size_t refs = 0)
50 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
57 explicit Fwt(const std::string& nm, std::size_t refs = 0)
58 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
H A Dnegative_sign.pass.cpp31 explicit Fnf(const std::string& nm, std::size_t refs = 0)
32 : std::moneypunct_byname<char, false>(nm, refs) {}
39 explicit Fnt(const std::string& nm, std::size_t refs = 0)
40 : std::moneypunct_byname<char, true>(nm, refs) {}
47 explicit Fwf(const std::string& nm, std::size_t refs = 0)
48 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
55 explicit Fwt(const std::string& nm, std::size_t refs = 0)
56 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}

Completed in 2452 milliseconds

12345678910