/external/chromium_org/chrome/browser/chromeos/ |
mobile_config_unittest.cc | 137 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->expire_date()) 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...] |
mobile_config.cc | 37 // Carrier deal attributes. 73 // Extract list of deal locales. 137 CarrierDeal* deal = iter->second; local 138 // Make sure that deal is still active, 139 // i.e. if deal expire date is defined, check it. 140 if (!deal->expire_date().is_null() && 141 deal->expire_date() <= base::Time::Now()) { 144 return deal; 181 scoped_ptr<CarrierDeal> deal(new CarrierDeal(deal_dict)); 184 std::find(deal->locales().begin() [all...] |
/external/libmtp/src/ |
gphoto2-endian.h | 1 /* added 10/26/2010 to deal with both archs on Mac */
|
/external/valgrind/main/none/tests/x86/ |
int.disabled | 1 # This is currently disabled because vex doesn't deal with x86
|
/libcore/luni/src/main/files/ |
README.cacerts | 6 and the "n" is a unique integer identifier starting at 0 to deal
|
/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...] |
/external/chromium_org/chrome/browser/chromeos/status/ |
data_promo_notification.cc | 73 // carrier deal notification has been shown to users on this machine. 99 const chromeos::MobileConfig::CarrierDeal* deal = carrier->GetDefaultDeal(); local 100 if (deal) { 101 // Check deal for validity. 103 if (carrier_deal_promo_pref >= deal->notification_count()) 106 std::string deal_text = deal->GetLocalizedString(locale, 111 return deal; 131 // Carrier deal notification shown count defaults to 0. 140 // of Mobile Data connection or if there's a carrier deal defined 148 const MobileConfig::CarrierDeal* deal = NULL local [all...] |
data_promo_notification.h | 48 // Current carrier deal info URL. 51 // Current carrier deal top-up URL.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
const.h | 9 * use the following macros to deal with this.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
const.h | 9 * use the following macros to deal with this.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
const.h | 9 * use the following macros to deal with this.
|
/external/chromium_org/rlz/win/lib/ |
machine_deal.h | 5 // Library functions related to the OEM Deal Confirmation Code. 17 // Set the OEM Deal Confirmation Code (DCC). This information is used for RLZ 22 // Get the OEM Deal Confirmation Code from the registry. Used to ping
|
/external/oprofile/daemon/liblegacy/ |
opd_proc.h | 73 * opd_handle_fork - deal with fork notification 76 * Deal with a fork() notification by creating a new process 85 * opd_handle_exec - deal with notification of execve() 94 * opd_handle_exit - deal with exit notification 97 * Deal with an exit() notification by setting the flag "dead"
|
/development/samples/RandomMusicPlayer/ |
_index.html | 5 an ongoing task and how to deal with audio focus changes.</p>
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/ |
CHANGELOG.txt | 9 * A change to port handling to better deal with https and the like per
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/ |
CHANGELOG.txt | 9 * A change to port handling to better deal with https and the like per
|
/external/libselinux/include/selinux/ |
context.h | 9 * Functions to deal with security contexts in user space.
|
/external/llvm/test/CodeGen/Thumb2/ |
2010-04-15-DynAllocBug.ll | 5 ; than once. We'll deal with poor codegen later.
|
/external/valgrind/main/docs/internals/ |
m_syswrap.txt | 12 and a great deal of commentary. The wrappers themselves live in
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
StorageLowState.java | 24 * adjust application state to deal with STORAGE_LOW and STORAGE_OK state: 85 * Sets the handler that can adjust application state to deal with storage low and 88 * @param in a handler that can deal with changes to the storage state. 92 // If we are currently in low storage mode, let the handler deal with it immediately.
|
/art/runtime/ |
os_linux.cc | 54 return S_ISREG(st.st_mode); // TODO: Deal with symlinks? 63 return S_ISDIR(st.st_mode); // TODO: Deal with symlinks?
|
/external/chromium_org/third_party/libxml/src/ |
Copyright | 8 of this software and associated documentation files (the "Software"), to deal 25 be used in advertising or otherwise to promote the sale, use or other deal-
|
/external/libxml2/ |
Copyright | 8 of this software and associated documentation files (the "Software"), to deal 25 be used in advertising or otherwise to promote the sale, use or other deal-
|
NOTICE | 8 of this software and associated documentation files (the "Software"), to deal 25 be used in advertising or otherwise to promote the sale, use or other 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...] |