Searched refs:deal (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/
H A Dmobile_config_unittest.cc137 const MobileConfig::CarrierDeal* deal; local
138 deal = carrier->GetDefaultDeal();
139 EXPECT_TRUE(deal != NULL);
140 deal = carrier->GetDeal("0");
141 EXPECT_TRUE(deal != NULL);
142 EXPECT_EQ("en-US", deal->locales()[0]);
143 EXPECT_EQ(1, deal->notification_count());
145 deal->GetLocalizedString("en-US", "notification_text"));
147 deal->GetLocalizedString("en", "notification_text"));
151 EXPECT_EQ(reference_time, deal
173 const MobileConfig::CarrierDeal* deal; local
185 const MobileConfig::CarrierDeal* deal; local
203 const MobileConfig::CarrierDeal* deal; local
221 const MobileConfig::CarrierDeal* deal; local
[all...]
H A Dmobile_config.cc36 // Carrier deal attributes.
71 // Extract list of deal locales.
135 CarrierDeal* deal = iter->second; local
136 // Make sure that deal is still active,
137 // i.e. if deal expire date is defined, check it.
138 if (!deal->expire_date().is_null() &&
139 deal->expire_date() <= base::Time::Now()) {
142 return deal;
179 scoped_ptr<CarrierDeal> deal(new CarrierDeal(deal_dict));
182 std::find(deal
[all...]
/external/chromium_org/chrome/browser/chromeos/status/
H A Ddata_promo_notification.cc76 // carrier deal notification has been shown to users on this machine.
105 const chromeos::MobileConfig::CarrierDeal* deal = carrier->GetDefaultDeal(); local
106 if (deal) {
107 // Check deal for validity.
109 if (carrier_deal_promo_pref >= deal->notification_count())
112 std::string deal_text = deal->GetLocalizedString(locale,
118 return deal;
151 // Carrier deal notification shown count defaults to 0.
170 // of Mobile Data connection or if there is a carrier deal defined
184 const MobileConfig::CarrierDeal* deal local
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbacktracking.rb44 * The LL(*) analysis algorithm fails to deal with this due to
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilters_neon.S53 @ vclz cannot deal with a 64-bit, so we have to do vclz on both the upper and
/external/chromium_org/third_party/mesa/src/
H A DAndroid.common.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/
H A DAndroid.common.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/egl/drivers/dri2/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/auxiliary/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/drivers/i915/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/drivers/nouveau/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/drivers/nv30/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/drivers/nv50/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/drivers/nvc0/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/drivers/r300/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/drivers/r600/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/drivers/radeonsi/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/drivers/softpipe/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/drivers/svga/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/state_trackers/egl/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/winsys/i915/drm/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/winsys/nouveau/drm/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/winsys/svga/drm/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/winsys/sw/android/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation

Completed in 260 milliseconds

12