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

  /external/stlport/test/unit/
unary.h 12 bool operator()(int n_) const { return(n_ % 2) == 1; }
16 bool operator()(int n_) const { return n_ >= 0; }
ptr2_test.cpp 39 bool even(int n_)
41 return(n_ % 2) == 0;
rndshf_test.cpp 20 unsigned long operator()(unsigned long n_)
22 return rand() % n_;
  /ndk/tests/device/test-gnustl-full/unit/
unary.h 12 bool operator()(int n_) const { return(n_ % 2) == 1; }
16 bool operator()(int n_) const { return n_ >= 0; }
ptr2_test.cpp 39 bool even(int n_)
41 return(n_ % 2) == 0;
rndshf_test.cpp 20 unsigned long operator()(unsigned long n_)
22 return rand() % n_;
  /ndk/tests/device/test-stlport/unit/
unary.h 12 bool operator()(int n_) const { return(n_ % 2) == 1; }
16 bool operator()(int n_) const { return n_ >= 0; }
ptr2_test.cpp 39 bool even(int n_)
41 return(n_ % 2) == 0;
rndshf_test.cpp 20 unsigned long operator()(unsigned long n_)
22 return rand() % n_;
  /frameworks/base/media/mca/filterfw/native/core/
statistics.h 30 float NumSamples() const { return n_; }
37 int n_; member in class:android::filterfw::IncrementalGaussian
51 : gain_(gain), n_(0), value_(0.0f) {}
54 value_ = n_++ ? gain_ * measurement + (1.0f - gain_) * value_ : measurement;
57 void Reset() { n_ = 0; }
59 int NumMeasurements() const { return n_; }
64 int n_; member in class:android::filterfw::RCFilter
statistics.cpp 25 : n_(0),
35 ++n_;
39 mean_ = sum_x_ / n_;
40 var_ = sum_x2_ / n_ - mean_ * mean_;
51 if (var_ == 0.0f) { return n_ > 0 ? value == mean_ : 0.0f; }
  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.cc 194 : n_()
200 : n_()
213 CHECK_NE(n_, 0);
217 n_ = 0;
230 n_ = cnt;
236 n_ = thr->shadow_stack_pos - thr->shadow_stack;
237 if (n_ + !!toppc == 0)
242 if (n_ + !!toppc > c_) {
243 start = n_ - c_ + !!toppc;
244 n_ = c_ - !!toppc
    [all...]
tsan_sync.h 44 uptr n_; member in class:__tsan::StackTrace
  /external/chromium/testing/gtest/test/
gtest-param-test_test.cc 841 NonParameterizedBaseTest() : n_(17) { }
843 int n_; member in class:NonParameterizedBaseTest
857 EXPECT_EQ(17, n_);
861 EXPECT_EQ(17, n_);
    [all...]
  /external/gtest/test/
gtest-param-test_test.cc 841 NonParameterizedBaseTest() : n_(17) { }
843 int n_; member in class:NonParameterizedBaseTest
857 EXPECT_EQ(17, n_);
861 EXPECT_EQ(17, n_);
    [all...]
  /external/regex-re2/re2/
dfa.cc 362 n_(n),
368 bool is_mark(int i) { return i >= n_; }
374 nextmark_ = n_;
385 return n_ + maxmark_;
400 int n_; // size excluding marks member in class:re2::DFA::Workq
    [all...]
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc 3028 int n_; member in class:testing::gmock_matchers_test::AClass
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump 269 ???b???6?S??;????????d?9}???~?????c?ORG?3??? z??Gg?K??}z}v????k?X?"?6???~?H??7? {?'^? t??}??o?N?l???KTv>??{??NVl???7Y;?Yj??3??=?n?@??.??f??+Rr'!?8f2?????ln?)?&;NMz?0???&?\7?).x*?????\5 ?'??~??{/?]?y???(þ#jZ~?: ?a?3???={?`??]??[?w??????z????{?w6???? ??h??U$???F?'e????Z7( ?7)!??????N???D??q?"????)??qz}?_?P?????=?n??.??f??U?r(!?Xf0.???>l<?_??S???~;???./,?$ ?^k?tr???????"??N6??\????)?l??w?w?;?O???5???vW?S<v?"8????dQ??????o?O?+~?????g???3???J??=?n?'??.??f???>r)!?xd S??obP???V???#usP?/`????7@??=q:????+Czq??????d?z? ???#?o+=?????>???i}??s ???So?Vci???.???`?>? ?3?.z???????c??V?`??~&,2a?7vl zh.???~75q~????%??????uA?z]??bZUl??i|Vct:??,??%?6!????^?X??rFS?hSq?]????u1???F/??@???V?u??;??? ???c-??%_o???1,?s E????A0?7?}??;????? x???? ??? ?.Lk\ u????k??" ????4T???\Y??????:???l??qU?q??u?^?RqX?"?0???b??b???N_??]?\e@?xg??=?n?i??.??f???Jr*!??^OQv?)4??z?
    [all...]
voice.rtpdump     [all...]

Completed in 1501 milliseconds