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

  /external/chromium_org/chrome/browser/ui/app_list/search/
history_unittest.cc 125 KnownResultType GetResultType(const std::string& result_id) {
173 EXPECT_EQ(PERFECT_PRIMARY, GetResultType(kPrimary));
174 EXPECT_EQ(PERFECT_SECONDARY, GetResultType(kSecondary));
177 EXPECT_EQ(PREFIX_PRIMARY, GetResultType(kPrimary));
178 EXPECT_EQ(PREFIX_SECONDARY, GetResultType(kSecondary));
192 EXPECT_EQ(PERFECT_PRIMARY, GetResultType(kPrimary));
193 EXPECT_EQ(PERFECT_SECONDARY, GetResultType(kSecondary));
209 EXPECT_EQ(PERFECT_PRIMARY, GetResultType(kPrimary));
210 EXPECT_EQ(PERFECT_SECONDARY, GetResultType(kSecondary));
211 EXPECT_EQ(PERFECT_SECONDARY, GetResultType(kOther))
    [all...]
  /art/compiler/optimizing/
code_generator_x86_64.cc 749 switch (add->GetResultType()) {
767 LOG(FATAL) << "Unexpected add type " << add->GetResultType();
771 LOG(FATAL) << "Unimplemented add type " << add->GetResultType();
780 switch (add->GetResultType()) {
805 LOG(FATAL) << "Unexpected add type " << add->GetResultType();
809 LOG(FATAL) << "Unimplemented add type " << add->GetResultType();
815 switch (sub->GetResultType()) {
833 LOG(FATAL) << "Unexpected sub type " << sub->GetResultType();
837 LOG(FATAL) << "Unimplemented sub type " << sub->GetResultType();
846 switch (sub->GetResultType()) {
    [all...]
code_generator_arm.cc 868 switch (add->GetResultType()) {
881 LOG(FATAL) << "Unexpected add type " << add->GetResultType();
885 LOG(FATAL) << "Unimplemented add type " << add->GetResultType();
892 switch (add->GetResultType()) {
918 LOG(FATAL) << "Unexpected add type " << add->GetResultType();
922 LOG(FATAL) << "Unimplemented add type " << add->GetResultType();
928 switch (sub->GetResultType()) {
    [all...]
code_generator_x86.cc 807 switch (add->GetResultType()) {
820 LOG(FATAL) << "Unexpected add type " << add->GetResultType();
824 LOG(FATAL) << "Unimplemented add type " << add->GetResultType();
831 switch (add->GetResultType()) {
870 LOG(FATAL) << "Unexpected add type " << add->GetResultType();
874 LOG(FATAL) << "Unimplemented add type " << add->GetResultType();
880 switch (sub->GetResultType()) {
893 LOG(FATAL) << "Unexpected sub type " << sub->GetResultType();
897 LOG(FATAL) << "Unimplemented sub type " << sub->GetResultType();
904 switch (sub->GetResultType()) {
    [all...]
nodes.h 908 Primitive::Type GetResultType() const { return GetType(); }
    [all...]
  /external/chromium_org/v8/src/
type-info.cc 246 *result = state.GetResultType(zone());
code-stubs-hydrogen.cc 860 Type* result_type = state.GetResultType(zone());
961 Type* result_type = state.GetResultType(zone());
    [all...]
ic.h 855 Type* GetResultType(Zone* zone) const;
    [all...]
ic.cc     [all...]

Completed in 574 milliseconds