Searched refs:refs (Results 26 - 50 of 255) sorted by relevance

1234567891011

/external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
H A Dgrouping.pass.cpp28 explicit Fnf(const std::string& nm, std::size_t refs = 0)
29 : std::moneypunct_byname<char, false>(nm, refs) {}
36 explicit Fnt(const std::string& nm, std::size_t refs = 0)
37 : std::moneypunct_byname<char, true>(nm, refs) {}
44 explicit Fwf(const std::string& nm, std::size_t refs = 0)
45 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
52 explicit Fwt(const std::string& nm, std::size_t refs = 0)
53 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
H A Dnegative_sign.pass.cpp26 explicit Fnf(const std::string& nm, std::size_t refs = 0)
27 : std::moneypunct_byname<char, false>(nm, refs) {}
34 explicit Fnt(const std::string& nm, std::size_t refs = 0)
35 : std::moneypunct_byname<char, true>(nm, refs) {}
42 explicit Fwf(const std::string& nm, std::size_t refs = 0)
43 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
50 explicit Fwt(const std::string& nm, std::size_t refs = 0)
51 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
H A Dpositive_sign.pass.cpp26 explicit Fnf(const std::string& nm, std::size_t refs = 0)
27 : std::moneypunct_byname<char, false>(nm, refs) {}
34 explicit Fnt(const std::string& nm, std::size_t refs = 0)
35 : std::moneypunct_byname<char, true>(nm, refs) {}
42 explicit Fwf(const std::string& nm, std::size_t refs = 0)
43 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
50 explicit Fwt(const std::string& nm, std::size_t refs = 0)
51 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
H A Dthousands_sep.pass.cpp26 explicit Fnf(const std::string& nm, std::size_t refs = 0)
27 : std::moneypunct_byname<char, false>(nm, refs) {}
34 explicit Fnt(const std::string& nm, std::size_t refs = 0)
35 : std::moneypunct_byname<char, true>(nm, refs) {}
42 explicit Fwf(const std::string& nm, std::size_t refs = 0)
43 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
50 explicit Fwt(const std::string& nm, std::size_t refs = 0)
51 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
/external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/
H A Dctor.pass.cpp14 // explicit num_put(size_t refs = 0);
27 explicit my_facet(std::size_t refs = 0)
28 : F(refs) {++count;}
/external/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/
H A Dctor.pass.cpp14 // explicit num_get(size_t refs = 0);
27 explicit my_facet(std::size_t refs = 0)
28 : F(refs) {++count;}
/external/libcxx/test/localization/locale.categories/category.time/locale.time.get/
H A Dctor.pass.cpp14 // explicit time_get(size_t refs = 0);
27 explicit my_facet(std::size_t refs = 0)
28 : F(refs) {++count;}
/external/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
H A Ddate_order.pass.cpp28 explicit my_facet(const std::string& nm, std::size_t refs = 0)
29 : F(nm, refs) {}
H A Ddate_order_wide.pass.cpp28 explicit my_facet(const std::string& nm, std::size_t refs = 0)
29 : F(nm, refs) {}
/external/libcxx/test/localization/locale.categories/category.time/locale.time.put/
H A Dctor.pass.cpp14 // explicit time_put(size_t refs = 0);
27 explicit my_facet(std::size_t refs = 0)
28 : F(refs) {++count;}
/external/libcxx/test/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/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1081309.js40 if (this.response_.refs) {
41 for (var i = 0; i < this.response_.refs.length; i++) {
42 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DSerialBitmapReferenceCounter.java29 private int refs = 0; field in class:SerialBitmapReferenceCounter.InnerTracker
32 refs++;
36 refs--;
38 return refs == 0;
/external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt.byname/
H A Dctor_char.pass.cpp14 // explicit codecvt_byname(const char* nm, size_t refs = 0);
15 // explicit codecvt_byname(const string& nm, size_t refs = 0);
28 explicit my_facet(const char* nm, std::size_t refs = 0)
29 : F(nm, refs) {++count;}
30 explicit my_facet(const std::string& nm, std::size_t refs = 0)
31 : F(nm, refs) {++count;}
H A Dctor_char16_t.pass.cpp14 // explicit codecvt_byname(const char* nm, size_t refs = 0);
15 // explicit codecvt_byname(const string& nm, size_t refs = 0);
28 explicit my_facet(const char* nm, std::size_t refs = 0)
29 : F(nm, refs) {++count;}
30 explicit my_facet(const std::string& nm, std::size_t refs = 0)
31 : F(nm, refs) {++count;}
H A Dctor_char32_t.pass.cpp14 // explicit codecvt_byname(const char* nm, size_t refs = 0);
15 // explicit codecvt_byname(const string& nm, size_t refs = 0);
28 explicit my_facet(const char* nm, std::size_t refs = 0)
29 : F(nm, refs) {++count;}
30 explicit my_facet(const std::string& nm, std::size_t refs = 0)
31 : F(nm, refs) {++count;}
H A Dctor_wchar_t.pass.cpp14 // explicit codecvt_byname(const char* nm, size_t refs = 0);
15 // explicit codecvt_byname(const string& nm, size_t refs = 0);
30 explicit my_facet(const char* nm, std::size_t refs = 0)
31 : F(nm, refs) {++count;}
32 explicit my_facet(const std::string& nm, std::size_t refs = 0)
33 : F(nm, refs) {++count;}
/external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
H A Dctor.pass.cpp14 // explicit ctype(const mask* tbl = 0, bool del = false, size_t refs = 0);
25 explicit my_facet(const mask* tbl = 0, bool del = false, std::size_t refs = 0)
26 : std::ctype<char>(tbl, del, refs) {++count;}
/external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/
H A Dctor_char16_t.pass.cpp14 // explicit codecvt(size_t refs = 0);
29 explicit my_facet(std::size_t refs = 0)
30 : F(refs) {++count;}
H A Dctor_char32_t.pass.cpp14 // explicit codecvt(size_t refs = 0);
29 explicit my_facet(std::size_t refs = 0)
30 : F(refs) {++count;}
/external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/
H A Dctor.pass.cpp14 // explicit ctype(size_t refs = 0);
26 explicit my_facet(std::size_t refs = 0)
27 : std::ctype<C>(refs) {++count;}
/external/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
H A Dget_date.pass.cpp30 explicit my_facet(std::size_t refs = 0)
31 : F(refs) {}
H A Dget_date_wide.pass.cpp30 explicit my_facet(std::size_t refs = 0)
31 : F(refs) {}
/external/chromium_org/v8/test/mjsunit/
H A Dmirror-unresolved-function.js46 var refs = new MirrorRefCache(
73 assertEquals('undefined', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON');
75 assertEquals('undefined', refs.lookup(fromJSON.protoObject.ref).type, 'Unexpected proto object type in JSON');
77 assertEquals('undefined', refs.lookup(fromJSON.prototypeObject.ref).type, 'Unexpected prototype object type in JSON');
/external/fio/
H A Dflow.c7 unsigned int refs; member in struct:fio_flow
64 flow->refs = 0;
72 flow->refs++;
84 if (!--flow->refs) {

Completed in 1751 milliseconds

1234567891011