HomeSort by relevance Sort by last modified time
    Searched full:card (Results 1 - 25 of 1950) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/
CardStreamFragment.java 36 * Cards can be shown or hidden. When a card is shown it can also be marked as not-dismissible, see
43 private LinkedHashMap<String, Card> mVisibleCards = new LinkedHashMap<String, Card>(INITIAL_SIZE);
44 private HashMap<String, Card> mHiddenCards = new HashMap<String, Card>(INITIAL_SIZE);
69 * Add a visible, dismissible card to the card stream.
71 * @param card
73 public void addCard(Card card) {
104 Card card = mVisibleCards.get(tag); local
135 final Card card = mHiddenCards.get(tag); local
156 final Card card = mVisibleCards.get(tag); local
170 final Card card = mVisibleCards.get(tag); local
200 final Card card = mVisibleCards.get(tag); local
215 final Card card = mVisibleCards.get(tag); local
232 Card card = new Card.Builder(callback,c).build(getActivity()); local
233 mHiddenCards.put(card.getTag(), card); local
241 Card card = new Card.Builder(callback,c).build(getActivity()); local
    [all...]
  /developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/
CardStreamFragment.java.ftl 34 * Cards can be shown or hidden. When a card is shown it can also be marked as not-dismissible, see
41 private LinkedHashMap<String, Card> mVisibleCards = new LinkedHashMap<String, Card>(INITIAL_SIZE);
42 private HashMap<String, Card> mHiddenCards = new HashMap<String, Card>(INITIAL_SIZE);
67 * Add a visible, dismissible card to the card stream.
69 * @param card
71 public void addCard(Card card) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 78 struct snd_card *card; /* card which holds this device */ member in struct:snd_device
102 char id[16]; /* id string of this card */
107 char components[80]; /* card components delimited with
112 void (*private_free) (struct snd_card *card); /* callback for freeing of
121 struct list_head controls; /* all controls for this card */
125 struct snd_info_entry *proc_id; /* the card id */
128 struct snd_monitor_file *files; /* all files associated to this card */
131 spinlock_t files_lock; /* lock the files for this card */
132 int shutdown; /* this card is going down *
189 int card; \/* card number *\/ member in struct:snd_minor
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 78 struct snd_card *card; /* card which holds this device */ member in struct:snd_device
102 char id[16]; /* id string of this card */
107 char components[80]; /* card components delimited with
112 void (*private_free) (struct snd_card *card); /* callback for freeing of
121 struct list_head controls; /* all controls for this card */
125 struct snd_info_entry *proc_id; /* the card id */
128 struct snd_monitor_file *files; /* all files associated to this card */
131 spinlock_t files_lock; /* lock the files for this card */
132 int shutdown; /* this card is going down *
189 int card; \/* card number *\/ member in struct:snd_minor
    [all...]
  /external/kernel-headers/original/linux/mmc/
card.h 2 * linux/include/linux/mmc/card.h
8 * Card driver specific definitions.
58 unsigned int rca; /* relative card address of device */
59 unsigned int state; /* (our) card state */
63 #define MMC_STATE_SDCARD (1<<3) /* is an SD card */
64 #define MMC_STATE_READONLY (1<<4) /* card is read-only */
65 u32 raw_cid[4]; /* raw card CID */
66 u32 raw_csd[4]; /* raw card CSD */
67 u32 raw_scr[2]; /* raw card SCR */
68 struct mmc_cid cid; /* card identification *
    [all...]
  /dalvik/vm/alloc/
CardTable.h 18 * Maintain a card table from the the write barrier. All writes of
32 * Initializes the card table; must be called before any other
43 * Resets all of the bytes in the card table to clean.
48 * Returns the address of the relevent byte in the card table, given
54 * Returns the first address in the heap which maps to this card.
56 void *dvmAddrFromCard(const u1 *card);
59 * Returns true if addr points to a valid card.
61 bool dvmIsValidCard(const u1 *card);
64 * Set the card associated with the given address to GC_CARD_DIRTY.
69 * Verifies that all gray objects are on a dirty card
    [all...]
  /external/chromium_org/components/autofill/core/browser/
credit_card_unittest.cc 39 // A UnionPay card that doesn't pass the Luhn checksum
51 // Tests credit card summary string generation. This test simulates a variety
53 // existence of credit card number, month, and year fields.
55 // Case 0: empty credit card.
62 // Case 00: Empty credit card with empty strings.
70 // Case 1: No credit card number.
105 // Case 5: Very long credit card
164 // Test we get the correct icon for each card type.
187 // The new card has a different name, expiration date, and origin.
211 // Try again, but with only the original card having a verified origin
275 CreditCard card; local
    [all...]
credit_card.h 20 // A form group that stores credit card information.
33 // The user-visible type of the card, e.g. 'Mastercard'.
36 // The ResourceBundle ID for the appropriate credit card image.
39 // Returns the internal representation of credit card type corresponding to
40 // the given |number|. The credit card type is determined purely according to
44 // Hence, the returned type for both the valid card "4111-1111-1111-1111" and
45 // the invalid card "4garbage" will be Visa, which has an IIN of 4.
62 // Credit card preview summary, for example: ******1234, Exp: 01/2020
70 // The last four digits of the credit card number.
72 // The user-visible type of the card, e.g. 'Mastercard'
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
b1lli.h 3 * ISDN lowlevel-module for AVM B1-card.
63 #define AVMB1_LOAD 0 /* load image to card */
64 #define AVMB1_ADDCARD 1 /* add a new card - OBSOLETE */
65 #define AVMB1_RESETCARD 2 /* reset a card */
66 #define AVMB1_LOAD_AND_CONFIG 3 /* load image and config to card */
67 #define AVMB1_ADDCARD_WITH_TYPE 4 /* add a new card, with cardtype */
69 #define AVMB1_REMOVECARD 6 /* remove a card - OBSOLETE */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
b1lli.h 3 * ISDN lowlevel-module for AVM B1-card.
63 #define AVMB1_LOAD 0 /* load image to card */
64 #define AVMB1_ADDCARD 1 /* add a new card - OBSOLETE */
65 #define AVMB1_RESETCARD 2 /* reset a card */
66 #define AVMB1_LOAD_AND_CONFIG 3 /* load image and config to card */
67 #define AVMB1_ADDCARD_WITH_TYPE 4 /* add a new card, with cardtype */
69 #define AVMB1_REMOVECARD 6 /* remove a card - OBSOLETE */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
b1lli.h 3 * ISDN lowlevel-module for AVM B1-card.
63 #define AVMB1_LOAD 0 /* load image to card */
64 #define AVMB1_ADDCARD 1 /* add a new card - OBSOLETE */
65 #define AVMB1_RESETCARD 2 /* reset a card */
66 #define AVMB1_LOAD_AND_CONFIG 3 /* load image and config to card */
67 #define AVMB1_ADDCARD_WITH_TYPE 4 /* add a new card, with cardtype */
69 #define AVMB1_REMOVECARD 6 /* remove a card - OBSOLETE */
  /external/chromium_org/ui/webui/resources/js/cr/ui/
card_slider.js 6 * @fileoverview Card slider implementation. Allows you to create interactions
10 * - The frame defines the boundary of one item. Each card will be expanded to
15 * - The cards are the individual viewable items. There should be one card for
16 * each item in the list. Only one card will be visible at a time. Two cards
34 * @param {number} cardWidth The width of each card should have.
50 * Array of card elements.
57 * Index of currently shown card.
171 // Must upate the transform on the container to show the correct card.
177 * Sets the cards used. Can be called more than once to switch card sets.
179 * @param {number} index Index of the card to in the new set of cards t
    [all...]
  /dalvik/vm/mterp/x86/
OP_IPUT_OBJECT_QUICK.S 16 movl offThread_cardTable(%eax),%eax # get card table base
17 je 1f # skip card mark if null store
18 shrl $$GC_CARD_SHIFT,%ecx # object head to card number
19 movb %al,(%eax,%ecx) # mark card based on object head
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.h 32 // Loads the strings for the address and credit card overlays.
43 // Removes a credit card from the PersonalDataManager.
44 // |args| - A string, the GUID of the credit card to remove.
52 // Requests profile data for a specific credit card. Calls into WebUI with the
53 // loaded profile data to open the credit card editor.
54 // |args| - A string, the GUID of the credit card to load.
64 // Adds or updates a credit card, depending on the GUID of the profile. If the
65 // GUID is empty, a new credit card is added to the WebDatabase; otherwise,
66 // the credit card with the matching GUID is updated. Called from WebUI.
67 // |args| - an array containing the GUID of the credit card followed by th
    [all...]
  /cts/apps/CtsVerifier/res/xml/
offhost_aid_list.xml 4 <!-- OBTH card manager AID -->
6 <!-- NXP card manager AID -->
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
check_soundcard.vbs 1 rem Check for a working sound-card - exit with 0 if OK, 1 otherwise.
11 rem No sound card found - exit with status code of 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
check_soundcard.vbs 1 rem Check for a working sound-card - exit with 0 if OK, 1 otherwise.
11 rem No sound card found - exit with status code of 1
  /external/chromium/chrome/browser/resources/options/
autofill_edit_creditcard_overlay.html 1 <div class="page hidden" id="autofill-edit-credit-card-overlay">
2 <h1 id="autofill-credit-card-title"></h1>
7 <input type="text" id="name-on-card">
13 <input type="text" id="credit-card-number">
25 <button type="reset" id="autofill-edit-credit-card-cancel-button"
27 <button type="submit" id="autofill-edit-credit-card-apply-button" disabled
autofill_edit_creditcard_overlay.js 8 // The GUID of the loaded credit card.
19 'autofill-edit-credit-card-overlay');
34 $('autofill-edit-credit-card-cancel-button').onclick = function(event) {
37 $('autofill-edit-credit-card-apply-button').onclick = function(event) {
68 creditCard[1] = $('name-on-card').value;
69 creditCard[2] = $('credit-card-number').value;
82 var ccNumber = $('credit-card-number');
83 $('name-on-card').oninput = ccNumber.oninput =
95 var disabled = !$('name-on-card').value && !$('credit-card-number')
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
autofill_edit_creditcard_overlay.html 1 <div id="autofill-edit-credit-card-overlay" class="page" hidden>
3 <h1 id="autofill-credit-card-title"></h1>
7 <input id="name-on-card" type="text">
12 <input id="credit-card-number" type="text">
26 <button id="autofill-edit-credit-card-cancel-button" type="reset"
28 <button id="autofill-edit-credit-card-apply-button" type="submit"
  /art/runtime/gc/accounting/
card_table.h 43 // Maintain a card table from the the write barrier. All writes of
55 // Set the card associated with the given address to GC_CARD_DIRTY.
61 // Is the object on a dirty card?
66 // Return the state of the card at an address.
85 // card table byte. For convenience this value is cached in every Thread
91 * Visitor is expected to take in a card and return the new value. When a value is modified, the
93 * visitor: The visitor which modifies the cards. Returns the new value for a card given an old
95 * modified: Whenever the visitor modifies a card, this visitor is called on the card. Enables
110 // Assertion used to check the given address is covered by the card tabl
    [all...]
  /developers/build/templates/CardStream/_MODULE_/
README-CardStream.txt 41 -Create a instance of Card.Builder with a tag String that *must* be unique among all cards.
43 Card.Builder builder = new Card.Builder(UNIQUE_TAG_STRING);
45 -Set the properties for your card in the builder. Some properties (title, description, progress type) can also
50 -Cards can also have more than one action that is shown as a button at the bottom of the card.
57 For convenience, the tag of the card the action belongs to is also returned in the callback.
59 builder.addAction(actionLabel1, 0, Card.ACTION_NEUTRAL, new Card.CardActionCallback() {
67 -After finishing setup process, call Buidler.build() to return a new instance of a Card.
69 final Card card = builder.build(activity)
    [all...]
  /developers/samples/android/sensors/BatchStepSensor/BatchStepSensorSample/
README-CardStream.txt 41 -Create a instance of Card.Builder with a tag String that *must* be unique among all cards.
43 Card.Builder builder = new Card.Builder(UNIQUE_TAG_STRING);
45 -Set the properties for your card in the builder. Some properties (title, description, progress type) can also
50 -Cards can also have more than one action that is shown as a button at the bottom of the card.
57 For convenience, the tag of the card the action belongs to is also returned in the callback.
59 builder.addAction(actionLabel1, 0, Card.ACTION_NEUTRAL, new Card.CardActionCallback() {
67 -After finishing setup process, call Buidler.build() to return a new instance of a Card.
69 final Card card = builder.build(activity)
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/
slider.js 6 * @fileoverview Card slider implementation. Allows you to create interactions
10 * - The frame defines the boundary of one item. Each card will be expanded to
15 * - The cards are the individual viewable items. There should be one card for
16 * each item in the list. Only one card will be visible at a time. Two cards
36 * @param {number} currentCard The index of the card that is currently
38 * @param {number} cardWidth The width of each card should have.
84 // Fired when the user slides to another card.
128 for (var i = 0, card; card = this.cards_[i]; i++) {
129 assert(view.getComputedStyle(card).position == 'static'
    [all...]
  /external/chromium/chrome/browser/autofill/
credit_card_unittest.cc 11 // Tests credit card summary string generation. This test simulates a variety
13 // existence of credit card number, month, and year fields.
15 // Case 0: empty credit card.
22 // Case 00: Empty credit card with empty strings.
31 // Case 1: No credit card number.
121 CreditCard card; local
123 autofill_test::SetCreditCardInfo(&card, "Baby Face Nelson",
125 EXPECT_EQ("genericCC", card.type());
128 // Verify that we preserve exactly what the user typed for credit card numbers.
130 CreditCard card; local
    [all...]

Completed in 428 milliseconds

1 2 3 4 5 6 7 8 91011>>