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

123456789

/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/libnl/doc/
H A Dresolve-asciidoc-refs.py7 refs = {} variable
15 refs["<<" + ref + ">>"] = "<<" + ref + ", " + title + ">>"
19 return refs[match.group(0)]
23 rc = re.compile('|'.join(map(re.escape, sorted(refs, reverse=True))))
/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/swiftshader/src/OpenGL/libEGL/
H A DTexture.hpp39 int refs = dereference(); variable
41 if(refs > 0)
/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/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv98_video.h38 struct nouveau_vp3_video_buffer *refs[16]);
44 struct nouveau_vp3_video_buffer *refs[16]);
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_vp.c160 } refs[0x10]; member in struct:h264_picparm_vp
170 nouveau_vp3_handle_references(struct nouveau_vp3_decoder *dec, struct nouveau_vp3_video_buffer *refs[16], unsigned seq, struct nouveau_vp3_video_buffer *target) argument
175 if (!refs[i])
178 idx = refs[i]->valid_ref;
179 //debug_printf("ref[%i] %p in slot %i\n", i, refs[i], idx);
181 if (dec->refs[idx].vidbuf != refs[i]) {
182 debug_printf("%p is not a real ref\n", refs[i]);
187 assert(dec->refs[idx].vidbuf == refs[
217 nouveau_vp3_fill_picparm_mpeg12_vp(struct nouveau_vp3_decoder *dec, struct pipe_mpeg12_picture_desc *desc, struct nouveau_vp3_video_buffer *refs[16], unsigned *is_ref, char *map) argument
266 nouveau_vp3_fill_picparm_mpeg4_vp(struct nouveau_vp3_decoder *dec, struct pipe_mpeg4_picture_desc *desc, struct nouveau_vp3_video_buffer *refs[16], unsigned *is_ref, char *map) argument
313 nouveau_vp3_fill_picparm_h264_vp(struct nouveau_vp3_decoder *dec, const struct pipe_h264_picture_desc *d, struct nouveau_vp3_video_buffer *refs[16], unsigned *is_ref, char *map) argument
400 nouveau_vp3_fill_picparm_h264_vp_refs(struct nouveau_vp3_decoder *dec, struct pipe_h264_picture_desc *d, struct nouveau_vp3_video_buffer *refs[16], struct nouveau_vp3_video_buffer *target, char *map) argument
425 nouveau_vp3_fill_picparm_vc1_vp(struct nouveau_vp3_decoder *dec, struct pipe_vc1_picture_desc *d, struct nouveau_vp3_video_buffer *refs[16], unsigned *is_ref, char *map) argument
456 nouveau_vp3_vp_caps(struct nouveau_vp3_decoder *dec, union pipe_desc desc, struct nouveau_vp3_video_buffer *target, unsigned comm_seq, unsigned *caps, unsigned *is_ref, struct nouveau_vp3_video_buffer *refs[16]) argument
[all...]
/external/libcxx/test/libcxx/localization/locales/locale/locale.types/locale.facet/
H A Dfacet.pass.cpp15 // explicit facet(size_t refs = 0);
30 my_facet(unsigned refs = 0)
31 : std::locale::facet(refs)
/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.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 Ddecimal_point.pass.cpp32 explicit Fnf(const std::string& nm, std::size_t refs = 0)
33 : std::moneypunct_byname<char, false>(nm, refs) {}
40 explicit Fnt(const std::string& nm, std::size_t refs = 0)
41 : std::moneypunct_byname<char, true>(nm, refs) {}
48 explicit Fwf(const std::string& nm, std::size_t refs = 0)
49 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
56 explicit Fwt(const std::string& nm, std::size_t refs = 0)
57 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}

Completed in 590 milliseconds

123456789