OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_
(Results
1 - 15
of
15
) 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_
;
/system/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/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/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@?x g??=?n?i??.?? f ???Jr *!??^OQv?)4??z?
[
all
...]
voice.rtpdump
[
all
...]
Completed in 164 milliseconds