HomeSort by relevance Sort by last modified time
    Searched refs:set_count (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/server2/
test_object_store_test.py 30 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))
cache_chain_object_store_test.py 42 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=1)
    [all...]
test_object_store.py 47 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/
x86SP_FFT_CToC_FC32_Fwd_Radix2_ms.c 23 OMX_INT set_count = sub_num >> 1; local
29 for (set = 0; set < set_count; ++set) {
32 const OMX_F32 *in1 = in0 + set_count;
x86SP_FFT_CToC_FC32_Inv_Radix2_ms.c 23 OMX_INT set_count = sub_num >> 1; local
29 for (set = 0; set < set_count; ++set) {
32 const OMX_F32 *in1 = in0 + set_count;
x86SP_FFT_CToC_FC32_Fwd_Radix4_ms.c 24 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;
x86SP_FFT_CToC_FC32_Inv_Radix4_ms.c 24 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;
x86SP_FFT_CToC_FC32_Fwd_Radix4_ms_sse.c 15 // 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...]
x86SP_FFT_CToC_FC32_Inv_Radix4_ms_sse.c 15 // 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/
mixer_unittest.cc 65 void set_count(size_t count) { count_ = count; } function in class:app_list::test::TestSearchProvider
155 app_provider()->set_count(kTestCases[i].app_results);
156 omnibox_provider()->set_count(kTestCases[i].omnibox_results);
157 webstore_provider()->set_count(kTestCases[i].webstore_results);
169 app_provider()->set_count(3);
173 omnibox_provider()->set_count(2);
177 webstore_provider()->set_count(1);
  /external/chromium_org/gin/modules/
timer_unittest.cc 30 void set_count(int count) { count_ = count; } function in class:gin::__anon12425::Result
46 .SetProperty("count", &Result::count, &Result::set_count)
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_actions.h 166 void set_count(int count) { count_ = count; } function in class:extensions::Action
counting_policy.cc 517 action->set_count(query.ColumnInt(9));
counting_policy_unittest.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-decls.cc 69 int set_count() const { return set_count_; } function in class:DeclarationContext
161 CHECK_EQ(set, set_count());
  /external/chromium_org/components/metrics/
metrics_log.cc 202 bucket->set_count(count);

Completed in 554 milliseconds