HomeSort by relevance Sort by last modified time
    Searched refs:deal (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium/chrome/browser/chromeos/
customization_document_unittest.cc 195 const ServicesCustomizationDocument::CarrierDeal* deal; local
196 deal = customization.GetCarrierDeal("Carrier (country)", true);
197 EXPECT_TRUE(deal != NULL);
198 EXPECT_EQ("en-US", deal->deal_locale);
199 EXPECT_EQ("http://www.carrier.com/", deal->top_up_url);
200 EXPECT_EQ(1, deal->notification_count);
202 deal->GetLocalizedString("en-US", "notification_text"));
204 deal->GetLocalizedString("en", "notification_text"));
208 EXPECT_EQ(reference_time, deal->expire_date);
216 const ServicesCustomizationDocument::CarrierDeal* deal; local
227 const ServicesCustomizationDocument::CarrierDeal* deal; local
241 const ServicesCustomizationDocument::CarrierDeal* deal; local
    [all...]
customization_document.cc 363 CarrierDeal* deal = iter->second; local
365 // Deal locale has to match initial_locale (= launch country).
366 if (initial_locale_ != deal->deal_locale)
368 // Make sure that deal is still active,
369 // i.e. if deal expire date is defined, check it.
370 if (!deal->expire_date.is_null() &&
371 deal->expire_date <= base::Time::Now()) {
375 return deal;
  /external/chromium/chrome/browser/chromeos/status/
network_menu_button.cc 90 // carrier deal notification has been shown to user or -1
273 const ServicesCustomizationDocument::CarrierDeal* deal = local
275 if (deal) {
276 // Check deal for validity.
278 if (carrier_deal_promo_pref >= deal->notification_count)
281 std::string deal_text = deal->GetLocalizedString(locale,
286 return deal;
426 // of Mobile Data connection or if there's a carrier deal defined
432 const ServicesCustomizationDocument::CarrierDeal* deal = local
436 if (deal) {
    [all...]
network_menu.cc 521 // Ignoring deal restrictions, use any carrier information available.
522 const ServicesCustomizationDocument::CarrierDeal* deal = local
524 if (deal && !deal->top_up_url.empty())
525 top_up_url_ = deal->top_up_url;
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 44 * The LL(*) analysis algorithm fails to deal with this due to
  /dalvik/vm/mterp/x86/
OP_NEW_INSTANCE.S 87 jmp common_exceptionThrown # go deal with init exception
  /build/core/
cleanspec.mk 40 # Always use "touch -c" and "rm -f" or "rm -rf" to gracefully deal with
main.mk 128 # build system can't deal with them.
538 # TODO: deal with the fact that a bare module name isn't
    [all...]
  /dalvik/dx/etc/
dx.bat 59 REM followed by "value". Dx has been changed to know how to deal with that.
  /external/v8/test/mjsunit/
arguments-apply.js 131 // Make sure we can deal with unfolding lots of arguments on the
bit-not.js 67 // Try to test that we can deal with allocation failures in
  /external/webkit/Tools/gdb/
webkit.py 323 print 'Sorry: I don\'t know how to deal with %s yet.' % target_type
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 728 const chromeos::ServicesCustomizationDocument::CarrierDeal* deal = local
730 if (deal && !deal->top_up_url.empty())
731 dictionary->SetString("carrierUrl", deal->top_up_url);
    [all...]
  /external/libffi/src/powerpc/
linux64_closure.S 9 ``Software''), to deal in the Software without restriction, including
99 # so we know how to deal with each type
ppc_closure.S 9 ``Software''), to deal in the Software without restriction, including
92 # so we know how to deal with each type
  /external/openssh/contrib/suse/
openssh.spec 83 - Overhaul to deal with newer versions of SuSE and OpenSSH
  /ndk/build/core/
setup-toolchain.mk 195 # now, really build the modules, the second pass allows one to deal
  /external/v8/benchmarks/
splay.js 33 // also has to deal with a lot of changes to the large tree object
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 33 // also has to deal with a lot of changes to the large tree object
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-splay.js 33 // also has to deal with a lot of changes to the large tree object
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-splay.js 33 // also has to deal with a lot of changes to the large tree object
  /external/webkit/Tools/android/flex-2.5.4a/
flex.skl 562 * for us because it doesn't know how to deal
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 563 used by:: classes that deal with tree structures
tree.rb 89 Mainly, it customizes a few methods specifically to deal with tree nodes
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_sse2.asm 34 neg rax ; negate pitch to deal with above border
355 neg rax ; negate pitch to deal with above border
628 neg rax ; negate pitch to deal with above border
    [all...]

Completed in 898 milliseconds

1 2