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

1 2 3 4

  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fb3dfx.h 29 extern void FB_3DfxAccel(_THIS, __u32 card);
SDL_fbmatrox.h 29 extern void FB_MatroxAccel(_THIS, __u32 card);
SDL_fbriva.h 36 extern void FB_RivaAccel(_THIS, __u32 card);
  /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...]
  /device/samsung/crespo/
asound.conf 20 card 0
25 card 0
37 card 0
52 card 0
68 card 0
85 card 0
102 card 0
119 card 0
136 card 0
153 card
    [all...]
  /external/webkit/Source/WebCore/wml/
WMLPrevElement.cpp 58 WMLCardElement* card = document->activeCard();
59 if (!card)
64 // Stop the timer of the current card if it is active
65 if (WMLTimerElement* eventTimer = card->eventTimer())
WMLRefreshElement.cpp 58 WMLCardElement* card = document->activeCard();
59 if (!card)
64 WMLTimerElement* timer = card->eventTimer();
72 // Redisplay curremt card with current variable state
WMLCardElement.cpp 107 // Only one template is allowed to be attached to a card
118 // Only one timer is allowed in a card
141 // Calculate the entry method of current card
175 // Start the timer if it exists in current card
194 // element is equivalent to specifying the event-handling element in each card.
239 // Register intrinsic event in card
251 // The first card inserted into a document, is visible by default.
253 RefPtr<NodeList> nodeList = document->getElementsByTagName("card");
285 RefPtr<NodeList> nodeList = doc->getElementsByTagName("card");
294 WMLCardElement* card = static_cast<WMLCardElement*>(nodeList->item(i)) local
325 WMLCardElement* card = static_cast<WMLCardElement*>(nodeList->item(i)); local
    [all...]
WMLGoElement.cpp 92 WMLCardElement* card = document->activeCard();
93 if (!card)
115 // Stop the timer of the current card if it is active
116 if (WMLTimerElement* eventTimer = card->eventTimer())
122 if (WMLCardElement* card = WMLCardElement::findNamedCardInDocument(document, url.fragmentIdentifier())) {
123 if (card->isNewContext())
  /external/qemu/telephony/
sim_card.c 42 ASimCard card = _s_card; local
43 card->status = A_SIM_STATUS_READY;
44 card->pin_retries = 0;
45 strncpy( card->pin, "0000", sizeof(card->pin) );
46 strncpy( card->puk, "12345678", sizeof(card->puk) );
47 card->port = port;
48 return card;
52 asimcard_destroy( ASimCard card )
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_IPUT_OBJECT_QUICK.S 40 movl offGlue_cardTable(%ecx), %ecx # get card table base
41 shrl $$GC_CARD_SHIFT, %eax # get gc card index
42 movb %cl, (%eax, %ecx) # mark gc card in table
OP_APUT_OBJECT.S 69 movl offGlue_cardTable(%eax), %eax # get card table base
71 shrl $$GC_CARD_SHIFT, %edx # object head to card number
72 movb %al, (%eax, %edx) # mark card using object head
OP_IPUT_OBJECT.S 75 movl offGlue_cardTable(%eax), %eax # get card table base
77 je 1f # skip card mark if null stored
78 shrl $$GC_CARD_SHIFT, %ecx # set obeject head to card number
OP_SPUT_OBJECT.S 66 movl offGlue_cardTable(%edx), %edx # get card table base
67 shrl $$GC_CARD_SHIFT, %ecx # head to card number
68 movb %dl, (%edx, %ecx) # mark card
  /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...]
  /external/qemu/android/
audio-test.c 23 QEMUSoundCard card; member in struct:__anon9345
55 AUD_register_card("test_audio", &ta->card);
63 &ta->card,
  /external/kernel-headers/original/linux/
pnp.h 140 struct list_head devices; /* devices attached to the card */
156 #define pnp_for_each_card(card) \
157 for((card) = global_to_pnp_card(pnp_cards.next); \
158 (card) != global_to_pnp_card(&pnp_cards); \
159 (card) = global_to_pnp_card((card)->global_list.next))
162 struct pnp_card * card; member in struct:pnp_card_link
185 struct list_head card_list; /* node in card's list of devices */
189 struct pnp_card * card; /* card the device is attached to, none if NULL * member in struct:pnp_dev
    [all...]
  /external/qemu/audio/
audio.h 98 void AUD_register_card (const char *name, QEMUSoundCard *card);
99 void AUD_remove_card (QEMUSoundCard *card);
108 QEMUSoundCard *card,
116 void AUD_close_out (QEMUSoundCard *card, SWVoiceOut *sw);
129 QEMUSoundCard *card,
137 void AUD_close_in (QEMUSoundCard *card, SWVoiceIn *sw);
  /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...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SIMFileHandler.java 93 // The EFids in USIM phone book entries are decided by the card manufacturer.
96 IccCard card = phone.getIccCard(); local
97 if (card != null && card.isApplicationOnIcc(IccCardApplication.AppType.APPTYPE_USIM)) {
  /dalvik/vm/mterp/armv5te/
OP_IPUT_OBJECT_QUICK.S 13 ldr r2, [rSELF, #offThread_cardTable] @ r2<- card table base
17 strneb r2, [r2, r3, lsr #GC_CARD_SHIFT] @ mark card based on obj head
  /dalvik/vm/mterp/x86/
OP_IPUT_OBJECT.S 53 movl offThread_cardTable(%eax),%eax # get card table base
54 je 1f # skip card mark if null store
55 shrl $$GC_CARD_SHIFT,%ecx # object head to card number
56 movb %al,(%eax,%ecx) # mark card using object head
OP_IPUT_OBJECT_JUMBO.S 49 movl offThread_cardTable(%eax),%eax # get card table base
50 je 1f # skip card mark if null store
51 shrl $$GC_CARD_SHIFT,%ecx # object head to card number
52 movb %al,(%eax,%ecx) # mark card using object head
OP_SPUT_OBJECT.S 21 je 1f # skip card mark if null
24 movl offThread_cardTable(%ecx),%ecx # get card table base
25 shrl $$GC_CARD_SHIFT,%eax # head to card number
26 movb %cl,(%ecx,%eax) # mark card
OP_SPUT_OBJECT_JUMBO.S 20 je 1f # skip card mark if null
23 movl offThread_cardTable(%ecx),%ecx # get card table base
24 shrl $$GC_CARD_SHIFT,%eax # head to card number
25 movb %cl,(%ecx,%eax) # mark card

Completed in 3884 milliseconds

1 2 3 4