HomeSort by relevance Sort by last modified time
    Searched refs:card (Results 126 - 150 of 280) sorted by null

1 2 3 4 56 7 8 91011>>

  /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...]
  /dalvik/vm/mterp/armv5te/
OP_FILLED_NEW_ARRAY.S 87 ldr r2, [rSELF, #offThread_cardTable] @ r2<- card table base
90 strneb r2, [r2, r0, lsr #GC_CARD_SHIFT] @ Mark card based on object head
  /external/chromium_org/media/audio/linux/
alsa_wrapper.h 21 virtual int DeviceNameHint(int card, const char* iface, void*** hints);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestResultsGenerator.java 994 int card = testsConfig.length; local
995 for(int i=0; i<card; i++) {
1028 while(counter<card && !fileName.endsWith(testsConfig[counter])) {
1038 while(counter<card && !fileName.endsWith(testsConfig[counter])) {
    [all...]
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 33 * P1 = ID of alg in card
112 SCARDHANDLE card; member in struct:scard_data
493 * open connection to the SIM/USIM card and the card is verified to support the
495 * access some of the card functions. Once the connection is not needed
513 wpa_printf(MSG_DEBUG, "SCARD: initializing smart card interface");
523 wpa_printf(MSG_DEBUG, "SCARD: Could not establish smart card "
551 wpa_printf(MSG_WARNING, "SCARD: No smart card readers "
589 &scard->card, &scard->protocol);
592 wpa_printf(MSG_INFO, "No smart card inserted.")
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
instr.h 162 int snd_instr_iwffff_open_rom(snd_iwffff_handle_t **handle, int card, int bank, int file);
control.h 53 /** CTL card info container */
92 /** Card level */
211 int snd_card_load(int card);
212 int snd_card_next(int *card);
214 int snd_card_get_name(int card, char **name);
215 int snd_card_get_longname(int card, char **name);
217 int snd_device_name_hint(int card, const char *iface, void ***hints);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
instr.h 162 int snd_instr_iwffff_open_rom(snd_iwffff_handle_t **handle, int card, int bank, int file);
control.h 53 /** CTL card info container */
92 /** Card level */
211 int snd_card_load(int card);
212 int snd_card_next(int *card);
214 int snd_card_get_name(int card, char **name);
215 int snd_card_get_longname(int card, char **name);
217 int snd_device_name_hint(int card, const char *iface, void ***hints);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 163 struct snd_card *card; member in struct:vx_core
219 struct vx_core *snd_vx_create(struct snd_card *card, struct snd_vx_hardware *hw,
353 int snd_vx_suspend(struct vx_core *card, pm_message_t state);
354 int snd_vx_resume(struct vx_core *card);
gus.h 242 void (*sample_loop)(struct snd_gus_card *card, struct snd_gus_voice *voice, struct snd_seq_ev_loop *loop);
243 void (*sample_pos)(struct snd_gus_card *card, struct snd_gus_voice *voice, snd_seq_position_t position);
244 void (*sample_private1)(struct snd_gus_card *card, struct snd_gus_voice *voice, unsigned char *data);
425 /* main structure for GUS card */
428 struct snd_card *card; member in struct:snd_gus_card
437 max_flag:1, /* have we GUS MAX card? */
438 max_ctrl_flag:1, /* have we original GUS MAX card? */
440 interwave:1, /* hey - we have InterWave card */
629 int snd_gus_create(struct snd_card *card,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
instr.h 162 int snd_instr_iwffff_open_rom(snd_iwffff_handle_t **handle, int card, int bank, int file);
control.h 53 /** CTL card info container */
92 /** Card level */
211 int snd_card_load(int card);
212 int snd_card_next(int *card);
214 int snd_card_get_name(int card, char **name);
215 int snd_card_get_longname(int card, char **name);
217 int snd_device_name_hint(int card, const char *iface, void ***hints);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 163 struct snd_card *card; member in struct:vx_core
219 struct vx_core *snd_vx_create(struct snd_card *card, struct snd_vx_hardware *hw,
353 int snd_vx_suspend(struct vx_core *card, pm_message_t state);
354 int snd_vx_resume(struct vx_core *card);
gus.h 242 void (*sample_loop)(struct snd_gus_card *card, struct snd_gus_voice *voice, struct snd_seq_ev_loop *loop);
243 void (*sample_pos)(struct snd_gus_card *card, struct snd_gus_voice *voice, snd_seq_position_t position);
244 void (*sample_private1)(struct snd_gus_card *card, struct snd_gus_voice *voice, unsigned char *data);
425 /* main structure for GUS card */
428 struct snd_card *card; member in struct:snd_gus_card
437 max_flag:1, /* have we GUS MAX card? */
438 max_ctrl_flag:1, /* have we original GUS MAX card? */
440 interwave:1, /* hey - we have InterWave card */
629 int snd_gus_create(struct snd_card *card,
  /dalvik/vm/alloc/
CardTable.cpp 26 * Maintain a card table from the the write barrier. All writes of
31 * determined by GC_CARD_SHIFT. The card table contains one byte of
32 * data per card, to be used by the GC. The value of the byte will be
36 * code is obliged to mark the card dirty. The setters in
40 * The card table's base [the "biased card table"] gets set to a
42 * fabricate or load GC_DIRTY_CARD to store into the card table,
48 * Initializes the card table; must be called before any other
64 /* Set up the card table */
68 "dalvik-card-table")
201 u1 *card = dvmCardFromAddr(obj); local
    [all...]
MarkSweep.cpp 517 * by a gray object. Returns the address of a clean card if the scan
518 * reached a clean card or NULL if the scan reached the end.
524 const u1 *card = start, *prevAddr = NULL;
525 while (card < end) {
526 if (*card != GC_CARD_DIRTY) {
527 return card;
529 const u1 *ptr = prevAddr ? prevAddr : (u1*)dvmAddrFromCard(card);
540 /* Ended within the current card, advance to the next card. */
541 ++card;
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.css 30 #card-slider-frame {
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc 330 // Reject the credit card if we did not detect enough filled credit card
331 // fields or if the credit card number does not seem to be valid.
338 // Don't present an infobar if we have already saved this card number.
346 CreditCard card = **iter; local
347 if (card.UpdateFromImportedCard(*local_imported_credit_card.get(),
350 UpdateCreditCard(card);
458 // Add the new credit card to the web database.
473 // Don't overwrite the origin for a credit card that is already stored.
848 // Any credit cards that are not in the new credit card list should b
    [all...]
  /external/qemu/audio/
audio_int.h 111 QEMUSoundCard *card; member in struct:SWVoiceOut
128 QEMUSoundCard *card; member in struct:SWVoiceIn
  /external/chromium/chrome/browser/webdata/
web_data_service_unittest.cc 376 CreditCard card; local
378 AutofillCreditCardChange::ADD, card.guid(), &card);
389 wds_->AddCreditCard(card);
398 EXPECT_EQ(card, *consumer.result()[0]);
405 // Add a credit card.
420 // Remove the credit card.
514 // Add a credit card.
542 // Check that GUID-based notification was sent for the credit card.
568 // Check that the credit card was removed
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.cc 398 const CreditCard* card = *iter; local
401 entry->Append(new StringValue(card->guid()));
402 entry->Append(new StringValue(card->Label()));
405 CreditCard::IconResourceId(card->type()))));
406 entry->Append(new StringValue(card->TypeForDisplay()));
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 149 // Get billing info from |output| and put it into |card|, |cvc|, and |profile|.
150 // These outparams are required because |card|/|profile| accept different types
153 CreditCard* card,
173 // Copy the credit card name to |profile| in addition to |card| as
175 if (card && it->first->type == NAME_FULL)
176 card->SetRawInfo(CREDIT_CARD_NAME, trimmed);
179 if (card)
180 card->SetRawInfo(it->first->type, trimmed);
392 const gfx::ImageSkia* card local
1299 CreditCard card; local
1393 CreditCard* card = GetManager()->GetCreditCardByGUID(item_key); local
2695 CreditCard card; local
3079 CreditCard card; local
3457 CreditCard card; local
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_autofill_sync_test.cc 467 CreditCard card; local
468 card.SetRawInfo(autofill::CREDIT_CARD_NUMBER,
471 credit_cards.push_back(card);

Completed in 1314 milliseconds

1 2 3 4 56 7 8 91011>>