HomeSort by relevance Sort by last modified time
    Searched full:cards (Results 101 - 125 of 495) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
PersonalDataManager.java 351 List<CreditCard> cards = new ArrayList<CreditCard>(count); local
353 cards.add(nativeGetCreditCardByIndex(mPersonalDataManagerAndroid, i));
355 return cards;
  /external/libpcap/
pcap-septel.c 196 strlcpy(handle->errbuf, "Sending packets isn't supported on Septel cards",
203 * The promisc flag is ignored because Septel cards have built-in tracing.
278 * with Septel cards.
  /art/runtime/gc/accounting/
mod_union_table.cc 89 // Clear dirty cards in the this space and update the corresponding mod-union bits.
217 os << "ModUnionTable cleared cards: [";
285 // Clear dirty cards in the this space and update the corresponding mod-union bits.
311 os << "ModUnionTable dirty cards: [";
card_table.cc 36 * The heap is divided into "cards" of GC_CARD_SIZE bytes, as
44 * compiler also contains code to mark cards as dirty.
  /art/test/102-concurrent-gc/src/
Main.java 50 // dirtying works and that we check the marked cards after
  /developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/
MainActivity.java 54 // Use fragment as click listener for cards, but must implement correct interface
  /developers/build/prebuilts/gradle/CardEmulation/CardEmulationSample/src/main/
AndroidManifest.xml 52 <!-- Required XML configuration file, listing the AIDs that we are emulating cards
  /developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/
MainActivity.java.ftl 52 // Use fragment as click listener for cards, but must implement correct interface
  /developers/samples/android/connectivity/nfc/CardEmulation/CardEmulationSample/src/main/
AndroidManifest.xml 52 <!-- Required XML configuration file, listing the AIDs that we are emulating cards
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 185 * @param {CombinedCard} combinedCard Combined cards with |cardId|.
314 for (var i = 0; i != group.cards.length; ++i) {
315 if (group.cards[i].chromeNotificationId == cardId) {
316 group.cards.splice(i, 1);
  /external/kernel-headers/original/linux/mmc/
host.h 104 struct list_head cards; /* devices attached to this host */ member in struct:mmc_host
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
hdsp.h 42 /* These are only used for H96xx cards */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_frad.h 7 * implementation for the Sangoma cards.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
hdsp.h 42 /* These are only used for H96xx cards */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_frad.h 7 * implementation for the Sangoma cards.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
hdsp.h 38 /* These are only used for H96xx cards */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
hdsp.h 42 /* These are only used for H96xx cards */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_frad.h 7 * implementation for the Sangoma cards.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
hdsp.h 38 /* These are only used for H96xx cards */
  /external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win_unittest.cc 31 L"Software\\Google\\Google Toolbar\\4.0\\Autofill\\Credit Cards";
205 // Credit cards are.
personal_data_manager.cc 414 // Android does not do credit cards and does not have a WebDataService.
418 // Remove empty credit cards from input.
429 // Any credit cards that are not in the new credit card list should be
437 // Update the web database with the existing credit cards.
444 // Add the new credit cards to the web database. Don't add a duplicate.
452 // Copy in the new credit cards.
613 DLOG(ERROR) << "NULL information in credit cards list";
902 // in |imported_credit_card|, so consider the credit cards already
  /external/chromium_org/chrome/browser/ui/autofill/
generated_credit_card_bubble_controller.h 60 // Show a bubble to educate the user about generated (fronting) cards and how
124 // bubble to educate the user about generated (fronting) cards and how they
  /external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win_unittest.cc 34 L"Software\\Google\\Google Toolbar\\4.0\\Autofill\\Credit Cards";
207 // Credit cards are.
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_backend_impl.h 128 // Returns a vector of all credit cards from the web database.
137 // Removes origin URLs associated with Autofill profiles and credit cards from
  /external/grub/netboot/
3c90x.c 40 #include "cards.h"
414 /** global reset command resets station mask, non-B revision cards
443 ** reset of the receiver on B-revision cards re-negotiates the link
726 /* only necessary for 3c905b revision cards with boot PROM bug!!! */
788 ** revision cards -- same register address
793 /** mask out VCO bit that is defined as 10baseFL bit on B-rev cards **/
867 "cards!!!!\nFalling Back to MII Mode\n");
896 ** reset of the receiver on B-revision cards re-negotiates the link

Completed in 1414 milliseconds

1 2 3 45 6 7 8 91011>>