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

12

/external/valgrind/callgrind/tests/
H A Dthreads.stderr.exp3 Events : Ir Ge
H A Dthreads-use.stderr.exp3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw AcCost1 SpLoss1 AcCost2 SpLoss2 Ge sysCount sysTime
/external/google-breakpad/src/testing/test/
H A Dgmock_output_test_.cc44 using testing::Ge;
170 EXPECT_CALL(foo_, Bar2(_, _)).With(Ge());
183 EXPECT_CALL(foo_, Bar(Ref(s), _, Ge(0)));
190 EXPECT_CALL(foo_, Bar2(Ge(2), Ge(1)))
191 .With(Ge());
198 EXPECT_CALL(foo_, Bar2(Ge(2), Ge(1)))
199 .With(Ge());
H A Dgmock-matchers_test.cc88 using testing::Ge;
804 // Tests that Ge(v) matches anything >= v.
806 Matcher<int> m1 = Ge(0);
812 // Tests that Ge(v) describes itself properly.
814 Matcher<int> m = Ge(5);
1191 EXPECT_THAT(p, Key(Ge(20)));
1296 EXPECT_THAT(p, Pair(Ge(20), HasSubstr("o")));
1818 // Tests that Ge() matches a 2-tuple where the first field >= the
1821 Matcher<const Tuple2&> m = Ge();
1827 // Tests that Ge() describe
[all...]
H A Dgmock_link_test.h70 // Gt, Lt, Ge, Le, Ne
143 using testing::Ge;
494 // Tests the linkage of the Lt, Gt, Le, Ge, and Ne matchers.
501 ON_CALL(mock, VoidFromFloat(Ge(1.0f))).WillByDefault(Return());
H A Dgmock-generated-function-mockers_test.cc522 EXPECT_CALL(foo, Call(true, Ge(100)))
H A Dgmock-generated-matchers_test.cc65 using testing::Ge;
428 ElementsAre(0, Ge(0), _, 3, 4, Ne(2), Eq(6), 7, 8, _));
/external/googletest/googlemock/test/
H A Dgmock_output_test_.cc44 using testing::Ge;
171 EXPECT_CALL(foo_, Bar2(_, _)).With(Ge());
184 EXPECT_CALL(foo_, Bar(Ref(s), _, Ge(0)));
191 EXPECT_CALL(foo_, Bar2(Ge(2), Ge(1)))
192 .With(Ge());
199 EXPECT_CALL(foo_, Bar2(Ge(2), Ge(1)))
200 .With(Ge());
H A Dgmock-matchers_test.cc96 using testing::Ge;
928 // Tests that Ge(v) matches anything >= v.
930 Matcher<int> m1 = Ge(0);
936 // Tests that Ge(v) describes itself properly.
938 Matcher<int> m = Ge(5);
1315 EXPECT_THAT(p, Key(Ge(20)));
1420 EXPECT_THAT(p, Pair(Ge(20), HasSubstr("o")));
1942 // Tests that Ge() matches a 2-tuple where the first field >= the
1945 Matcher<const Tuple2&> m = Ge();
1951 // Tests that Ge() describe
[all...]
H A Dgmock_link_test.h70 // Gt, Lt, Ge, Le, Ne
143 using testing::Ge;
494 // Tests the linkage of the Lt, Gt, Le, Ge, and Ne matchers.
501 ON_CALL(mock, VoidFromFloat(Ge(1.0f))).WillByDefault(Return());
H A Dgmock-generated-matchers_test.cc65 using testing::Ge;
427 ElementsAre(0, Ge(0), _, 3, 4, Ne(2), Eq(6), 7, 8, _));
664 { Eq(1), Ne(-2), Ge(3), Le(4), Eq(5) }));
666 { Eq(1), Ne(-2), Ge(3), Le(4), Eq(6) })));
H A Dgmock-generated-function-mockers_test.cc581 EXPECT_CALL(foo, Call(true, Ge(100)))
H A Dgmock-internal-utils_test.cc474 AllOf(Ge(expected_skip_count), Le(expected_skip_count + 10)));
/external/v8/testing/gmock/test/
H A Dgmock_output_test_.cc44 using testing::Ge;
171 EXPECT_CALL(foo_, Bar2(_, _)).With(Ge());
184 EXPECT_CALL(foo_, Bar(Ref(s), _, Ge(0)));
191 EXPECT_CALL(foo_, Bar2(Ge(2), Ge(1)))
192 .With(Ge());
199 EXPECT_CALL(foo_, Bar2(Ge(2), Ge(1)))
200 .With(Ge());
H A Dgmock-matchers_test.cc96 using testing::Ge;
928 // Tests that Ge(v) matches anything >= v.
930 Matcher<int> m1 = Ge(0);
936 // Tests that Ge(v) describes itself properly.
938 Matcher<int> m = Ge(5);
1315 EXPECT_THAT(p, Key(Ge(20)));
1420 EXPECT_THAT(p, Pair(Ge(20), HasSubstr("o")));
1942 // Tests that Ge() matches a 2-tuple where the first field >= the
1945 Matcher<const Tuple2&> m = Ge();
1951 // Tests that Ge() describe
[all...]
H A Dgmock_link_test.h70 // Gt, Lt, Ge, Le, Ne
143 using testing::Ge;
494 // Tests the linkage of the Lt, Gt, Le, Ge, and Ne matchers.
501 ON_CALL(mock, VoidFromFloat(Ge(1.0f))).WillByDefault(Return());
H A Dgmock-generated-matchers_test.cc65 using testing::Ge;
427 ElementsAre(0, Ge(0), _, 3, 4, Ne(2), Eq(6), 7, 8, _));
664 { Eq(1), Ne(-2), Ge(3), Le(4), Eq(5) }));
666 { Eq(1), Ne(-2), Ge(3), Le(4), Eq(6) })));
H A Dgmock-generated-function-mockers_test.cc581 EXPECT_CALL(foo, Call(true, Ge(100)))
H A Dgmock-internal-utils_test.cc473 AllOf(Ge(expected_skip_count), Le(expected_skip_count + 10)));
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h782 // Implements Eq(v), Ge(v), Gt(v), Le(v), Lt(v), and Ne(v)
785 GMOCK_IMPLEMENT_COMPARISON_MATCHER_(Ge, >=, "is >=", "isn't >=");
1190 // Implements Eq(), Ge(), Gt(), Le(), Lt(), and Ne() respectively.
1193 Ge, >=, "a pair where the first >= the second");
2347 // inner_matcher. For example, Contains(Key(Ge(5))) can be used to match an
2729 inline internal::GeMatcher<Rhs> Ge(Rhs x) { function in namespace:testing
2810 // Field(&Foo::number, Ge(5))
3004 inline internal::Ge2Matcher Ge() { return internal::Ge2Matcher(); } function in namespace:testing
3146 // inner_matcher. For example, Contains(Key(Ge(5))) can be used to match an
3155 // example, EXPECT_THAT(map_type, ElementsAre(Pair(Ge(
[all...]
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2936 // inner_matcher. For example, Contains(Key(Ge(5))) can be used to match an
3766 inline internal::GeMatcher<Rhs> Ge(Rhs x) { function in namespace:testing
3892 // Field(&Foo::number, Ge(5))
4086 inline internal::Ge2Matcher Ge() { return internal::Ge2Matcher(); } function in namespace:testing
4319 // inner_matcher. For example, Contains(Key(Ge(5))) can be used to match an
4328 // example, EXPECT_THAT(map_type, ElementsAre(Pair(Ge(5), "foo"))) can be used
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h2936 // inner_matcher. For example, Contains(Key(Ge(5))) can be used to match an
3766 inline internal::GeMatcher<Rhs> Ge(Rhs x) { function in namespace:testing
3892 // Field(&Foo::number, Ge(5))
4086 inline internal::Ge2Matcher Ge() { return internal::Ge2Matcher(); } function in namespace:testing
4319 // inner_matcher. For example, Contains(Key(Ge(5))) can be used to match an
4328 // example, EXPECT_THAT(map_type, ElementsAre(Pair(Ge(5), "foo"))) can be used
/external/v8/src/asmjs/
H A Dasm-wasm-builder.cc1616 BINOP_CASE(Token::GTE, Ge, SIGNED_BINOP, false);
/external/webrtc/data/voice_engine/stereo_rtp_files/
H A Dstereo_g729_jitter.rtp512 V��Ќ���<48�����EI��X�'�]C&�&6��ʶ ���'ǍC&Hw�l6�"���<48������I��X� w�9�qt�p�w����I`� y<9�Lst�p�w����If<48����ՅI��Xr�k��qϘ��B����oR7f�r�lcfo���B����v7f�<48�����%I��X�c���I"��r�i�Z�֛X��c�y<�O���r�i׎U�<48�����I��X��A�ĦG�>����?���5��A�ĦG�>����?���<48����eI��X����8ox]gH/���P�P֔�����(IXZ&/�ݴ�Q�7l�<49���إI��X �ަ�QQ� �M�_Z��v; �޸��1��;M�_��/jf�<49����EI��X ��>0s ��K�b�[�� �Oz^0�9 ��N�q��<49����I��Xe��5����%��l�c���Ge��6�to�>%��d��2��<49�����I��X���Y�qc�H)F��y0% ���RPjqp}>)F�
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2397 SDValue Ge = DAG.getSetCC(dl, getSetCCResultType(MVT::i64), Op0,
2401 SDValue Sel2 = DAG.getSelect(dl, MVT::i64, Ge, Sel, Op0);

Completed in 369 milliseconds

12