Searched refs:set_count (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dtest_object_store_test.py30 self.assertTrue(*store.CheckAndReset(set_count=1))
33 self.assertTrue(*store.CheckAndReset(set_count=2))
40 self.assertTrue(*store.CheckAndReset(get_count=3, set_count=2, del_count=1))
H A Dcache_chain_object_store_test.py42 self.assertTrue(*self._first.CheckAndReset(get_count=1, set_count=1))
57 self.assertTrue(*self._first.CheckAndReset(get_count=1, set_count=1))
58 self.assertTrue(*self._second.CheckAndReset(get_count=1, set_count=1))
79 self.assertTrue(*self._first.CheckAndReset(get_count=1, set_count=1))
80 self.assertTrue(*self._second.CheckAndReset(get_count=1, set_count=1))
105 self.assertTrue(*self._first.CheckAndReset(get_count=1, set_count=1))
106 self.assertTrue(*self._second.CheckAndReset(get_count=1, set_count=1))
113 self.assertTrue(*self._first.CheckAndReset(get_count=1, set_count=1))
131 self.assertTrue(*self._first.CheckAndReset(get_count=1, set_count=1))
137 self.assertTrue(*self._first.CheckAndReset(set_count
[all...]
H A Dtest_object_store.py47 def CheckAndReset(self, get_count=0, set_count=0, del_count=0):
53 ('set_count', set_count, self._set_count),
/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix2_ms.c23 OMX_INT set_count = sub_num >> 1; local
29 for (set = 0; set < set_count; ++set) {
32 const OMX_F32 *in1 = in0 + set_count;
H A Dx86SP_FFT_CToC_FC32_Inv_Radix2_ms.c23 OMX_INT set_count = sub_num >> 1; local
29 for (set = 0; set < set_count; ++set) {
32 const OMX_F32 *in1 = in0 + set_count;
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix4_ms.c24 OMX_INT set_count = sub_num >> 2; local
30 for (set = 0; set < set_count; ++set) {
37 const OMX_F32 *in1 = in0 + set_count;
38 const OMX_F32 *in2 = in1 + set_count;
39 const OMX_F32 *in3 = in2 + set_count;
85 for (set = 0; set < set_count; ++set) {
95 const OMX_F32 *in1 = in0 + set_count;
96 const OMX_F32 *in2 = in1 + set_count;
97 const OMX_F32 *in3 = in2 + set_count;
H A Dx86SP_FFT_CToC_FC32_Inv_Radix4_ms.c24 OMX_INT set_count = sub_num >> 2; local
30 for (set = 0; set < set_count; ++set) {
37 const OMX_F32 *in1 = in0 + set_count;
38 const OMX_F32 *in2 = in1 + set_count;
39 const OMX_F32 *in3 = in2 + set_count;
85 for (set = 0; set < set_count; ++set) {
95 const OMX_F32 *in1 = in0 + set_count;
96 const OMX_F32 *in2 = in1 + set_count;
97 const OMX_F32 *in3 = in2 + set_count;
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix4_ms_sse.c15 // This function handles the case when set_count = 2, in which we cannot
120 OMX_INT set_count = sub_num >> 2; local
126 if (set_count == 2) {
132 for (set = 0; set < set_count; set += 4) {
134 const OMX_F32 *in1 = in0 + set_count;
135 const OMX_F32 *in2 = in1 + set_count;
136 const OMX_F32 *in3 = in2 + set_count;
181 for (set = 0; set < set_count; set += 4) {
183 const OMX_F32 *in1 = in0 + set_count;
184 const OMX_F32 *in2 = in1 + set_count;
[all...]
H A Dx86SP_FFT_CToC_FC32_Inv_Radix4_ms_sse.c15 // This function handles the case when set_count = 2, in which we cannot
120 OMX_INT set_count = sub_num >> 2; local
126 if (set_count == 2) {
132 for (set = 0; set < set_count; set += 4) {
134 const OMX_F32 *in1 = in0 + set_count;
135 const OMX_F32 *in2 = in1 + set_count;
136 const OMX_F32 *in3 = in2 + set_count;
181 for (set = 0; set < set_count; set += 4) {
183 const OMX_F32 *in1 = in0 + set_count;
184 const OMX_F32 *in2 = in1 + set_count;
[all...]
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dmixer_unittest.cc78 void set_count(size_t count) { count_ = count; } function in class:app_list::test::TestSearchProvider
168 app_provider()->set_count(kTestCases[i].app_results);
169 omnibox_provider()->set_count(kTestCases[i].omnibox_results);
170 webstore_provider()->set_count(kTestCases[i].webstore_results);
182 app_provider()->set_count(3);
186 omnibox_provider()->set_count(2);
190 webstore_provider()->set_count(1);
/external/chromium_org/gin/modules/
H A Dtimer_unittest.cc30 void set_count(int count) { count_ = count; } function in class:gin::__anon8317::Result
46 .SetProperty("count", &Result::count, &Result::set_count)
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_actions.h169 void set_count(int count) { count_ = count; } function in class:extensions::Action
H A Dcounting_policy.cc517 action->set_count(query.ColumnInt(9));
H A Dcounting_policy_unittest.cc1156 action->set_count(5);
/external/chromium_org/v8/test/cctest/
H A Dtest-decls.cc69 int set_count() const { return set_count_; } function in class:DeclarationContext
161 CHECK_EQ(set, set_count());
/external/chromium_org/components/metrics/
H A Dmetrics_log.cc200 bucket->set_count(count);

Completed in 1057 milliseconds