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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/manual-tests/wml/
card-onenterforward.wml 4 <card id="card1" title="Card 1" onenterforward="#card2">
5 <p>Test for card onenterforward event</p>
6 <p>Card one will jump to card two when entered forward it</p>
7 </card>
9 <card id="card2" title="Card 2">
10 <p>Test for card onenterforward event</p>
11 <p>This is card2, I am entered by card one forwarding</p
    [all...]
template-go.wml 10 <card id="card1" title="Card 1">
12 <p>This is Card one, click 'Template Go' to jump to Card two</p>
13 </card>
15 <card id="card2" title="Card 2">
16 <p>This is card two.<br/>The global template Go button is still visible for me</p>
17 </card>
onevent-shadow.wml 10 <card id="card1" title="Card One">
16 <p>The card-level onevent will shadow the deck-level onevent. As a result, card 1 won't jump to card2 but
17 to card 3 according to the card-level onevent's requirement. After entered the card 3, the deck-level onevent
18 element isn't shadowed by this card, so it will jump to card 2 immediately.</p>
19 </card>
    [all...]
template-ontimer.wml 7 <card id="card1">
9 <p>This is Card one,we will jump to card 2 after 5s because of the template ontimer event</p>
11 </card>
13 <card id="card2" title="card 2">
14 <p>This is card 2</p>
15 </card>
card-newcontext-attr.wml 4 <card id="firstcard" title="One">
5 <p>Test for newcontext attribute of card element</p>
6 <p>This is the first card, Click "Go" to enter card two.<br/>Because newcontext of card two is true, the history state will be clean, and the variable "$var1" won't be replaced</p>
12 </card>
14 <card id="secondcard" title="$var1" newcontext="true">
15 <p>This is the card $var1</p>
16 <p>Because newcontext of this card is true, the history state will be clean, and the variable "$var1" won't be replaced</p>
17 </card>
    [all...]
card-onenterbackward.wml 4 <card id="card1" title="Card 1" onenterbackward="#card3">
5 <p>Test for card onenterbackward intrinsic event</p>
10 </card>
12 <card id="card2" title="Card 2">
18 </card>
20 <card id="card3" title="Card 3">
22 </card>
    [all...]
card-ontimer.wml 8 <card id="card1" ontimer="#card2" title="Card one">
9 <p>Test for card ontimer intrinsic event in WML</p>
12 This is card one<br/>
13 The timer is triggered by the ontimer intrinsic event(ontimer as attribute of card element)<br/>
14 When the timer is timeout(after 5s), will jump to card two.
16 </card>
18 <card id="card2">
19 This is Card two
20 </card>
    [all...]
onevent-go.wml 4 <card id="card1" title="Card 1">
9 <p>when enter forward to this card, it will jump to card 2</p>
10 </card>
12 <card id="card2" title="Card 2">
14 <p>while card 1 is loaded, it will trigger the onenterforward event and jump to card2 immediately</p>
16 </card>
onevent-prev.wml 4 <card id="card1" title="Card 1">
6 <p>Clicking "Go" will cause it to jump to the card2, but which binds prev task to onenterforward event within onevent element, as a result, it will jump back to card 1</p>
10 </card>
12 <card id="card2" title="Card 2">
14 <p>This is card2. When card 2 is entered forward, it will jump back to the previous page</p>
18 </card>
onevent-noop.wml 4 <card id="card1" title="Card 1">
9 <p>when enter forward to this card, it won't do anything as if the onenterforward event wasn't triggered</p>
10 </card>
select-onpick-event-crash.wml 4 <card>
9 </card>
11 <card id="card2">Test pass, if it didn't crash.</card>
timer.wml 8 <card id="card1" ontimer="#card2" title="Card one">
12 This is card one<br/>
13 The timer is triggered by the ontimer intrinsic event(ontimer as attribute of card element)<br/>
14 When the timer is timeout(after 5s), will jump to card two.
16 </card>
18 <card id="card2" title="Card two">
25 This is card Two!<br/>
27 When the timer is timeout(after 3s), will jump back to card one
    [all...]
anchor-br-element.wml 4 <card title="Anchor Tag">
9 </card>
select-element.wml 4 <card id="card1" title="Select Test">
6 <p>You can select one or more options, and then click 'Answer', the second card will tell you what you selected</p>
19 </card>
21 <card id="card2" title="Answer">
23 </card>
setvar-element.wml 4 <card id="firstcard" title="Test for Setvar element">
6 <p>This is the first card , has variable: VAR='$var'</p>
14 </card>
a-br-element.wml 4 <card title="A element Test">
10 </card>
  /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...]
  /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 */
  /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...]

Completed in 238 milliseconds

1 2 3 4 5 6 7 8 91011>>