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

1234567891011

/external/libcxx/test/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/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/chromium_org/chrome/installer/util/
H A Dwmi_unittest.cc16 ULONG refs = services->Release(); local
17 EXPECT_EQ(refs, 0);
24 ULONG refs = services->Release(); local
25 EXPECT_EQ(refs, 0);
37 ULONG refs = class_method->Release(); local
38 EXPECT_EQ(refs, 0);
39 refs = wmi_services->Release();
40 EXPECT_EQ(refs, 0);
/external/libcxx/test/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/libcxx/test/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/elfutils/0.153/libdwfl/
H A Dderelocate.c61 } refs[0]; member in struct:dwfl_relocation
96 struct secref *refs = NULL; local
142 newref->next = refs;
143 refs = newref;
157 for (struct secref *sec = refs; sec != NULL; sec = sec->next)
170 mod->reloc_info = malloc (offsetof (struct dwfl_relocation, refs[nrefs]));
178 for (size_t i = nrefs; i-- > 0; refs = refs->next)
179 sortrefs[i] = refs;
180 assert (refs
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dbackward_references.c80 static void ClearBackwardRefs(VP8LBackwardRefs* const refs) { argument
81 assert(refs != NULL);
82 if (refs->tail_ != NULL) {
83 *refs->tail_ = refs->free_blocks_; // recycle all blocks at once
85 refs->free_blocks_ = refs->refs_;
86 refs->tail_ = &refs->refs_;
87 refs
91 VP8LBackwardRefsClear(VP8LBackwardRefs* const refs) argument
101 VP8LBackwardRefsInit(VP8LBackwardRefs* const refs, int block_size) argument
109 VP8LRefsCursorInit(const VP8LBackwardRefs* const refs) argument
130 BackwardRefsNewBlock(VP8LBackwardRefs* const refs) argument
152 BackwardRefsCursorAdd(VP8LBackwardRefs* const refs, const PixOrCopy v) argument
317 PushBackCopy(VP8LBackwardRefs* const refs, int length) argument
327 BackwardReferencesRle(int xsize, int ysize, const uint32_t* const argb, VP8LBackwardRefs* const refs) argument
349 BackwardReferencesHashChain(int xsize, int ysize, const uint32_t* const argb, int cache_bits, int quality, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
490 CostModelBuild(CostModel* const m, int xsize, int ysize, int recursion_level, const uint32_t* const argb, int quality, int cache_bits, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
560 BackwardReferencesHashChainDistanceOnly( int xsize, int ysize, int recursive_cost_model, const uint32_t* const argb, int quality, int cache_bits, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs, uint32_t* const dist_array) argument
701 BackwardReferencesHashChainFollowChosenPath( int xsize, int ysize, const uint32_t* const argb, int quality, int cache_bits, const uint32_t* const chosen_path, int chosen_path_size, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
775 BackwardReferencesTraceBackwards(int xsize, int ysize, int recursive_cost_model, const uint32_t* const argb, int quality, int cache_bits, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
807 BackwardReferences2DLocality(int xsize, const VP8LBackwardRefs* const refs) argument
880 ComputeCacheEntropy(const uint32_t* const argb, int xsize, int ysize, const VP8LBackwardRefs* const refs, int cache_bits) argument
936 VP8LCalculateEstimateForCacheSize(const uint32_t* const argb, int xsize, int ysize, int quality, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs, int* const best_cache_bits) argument
[all...]
/external/webp/src/enc/
H A Dbackward_references.c80 static void ClearBackwardRefs(VP8LBackwardRefs* const refs) { argument
81 assert(refs != NULL);
82 if (refs->tail_ != NULL) {
83 *refs->tail_ = refs->free_blocks_; // recycle all blocks at once
85 refs->free_blocks_ = refs->refs_;
86 refs->tail_ = &refs->refs_;
87 refs
91 VP8LBackwardRefsClear(VP8LBackwardRefs* const refs) argument
101 VP8LBackwardRefsInit(VP8LBackwardRefs* const refs, int block_size) argument
109 VP8LRefsCursorInit(const VP8LBackwardRefs* const refs) argument
130 BackwardRefsNewBlock(VP8LBackwardRefs* const refs) argument
152 BackwardRefsCursorAdd(VP8LBackwardRefs* const refs, const PixOrCopy v) argument
317 PushBackCopy(VP8LBackwardRefs* const refs, int length) argument
327 BackwardReferencesRle(int xsize, int ysize, const uint32_t* const argb, VP8LBackwardRefs* const refs) argument
349 BackwardReferencesHashChain(int xsize, int ysize, const uint32_t* const argb, int cache_bits, int quality, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
490 CostModelBuild(CostModel* const m, int xsize, int ysize, int recursion_level, const uint32_t* const argb, int quality, int cache_bits, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
560 BackwardReferencesHashChainDistanceOnly( int xsize, int ysize, int recursive_cost_model, const uint32_t* const argb, int quality, int cache_bits, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs, uint32_t* const dist_array) argument
701 BackwardReferencesHashChainFollowChosenPath( int xsize, int ysize, const uint32_t* const argb, int quality, int cache_bits, const uint32_t* const chosen_path, int chosen_path_size, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
775 BackwardReferencesTraceBackwards(int xsize, int ysize, int recursive_cost_model, const uint32_t* const argb, int quality, int cache_bits, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
807 BackwardReferences2DLocality(int xsize, const VP8LBackwardRefs* const refs) argument
880 ComputeCacheEntropy(const uint32_t* const argb, int xsize, int ysize, const VP8LBackwardRefs* const refs, int cache_bits) argument
936 VP8LCalculateEstimateForCacheSize(const uint32_t* const argb, int xsize, int ysize, int quality, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs, int* const best_cache_bits) argument
[all...]
/external/libcxx/test/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/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/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/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/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/localization/locale.categories/category.monetary/locale.moneypunct.byname/
H A Dcurr_symbol.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 Ddecimal_point.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 Dfrac_digits.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) {}

Completed in 253 milliseconds

1234567891011