HomeSort by relevance Sort by last modified time
    Searched full:cards (Results 51 - 75 of 614) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/page/
SettingsIconPresenter.java 19 import android.support.v17.leanback.supportleanbackshowcase.cards.presenters.ImageCardViewPresenter;
25 * Simple presenter implementation to represent settings icon as cards.
  /packages/apps/Car/Stream/src/com/android/car/stream/
StreamServiceConstants.java 24 * The id that should be used for all media cards. Using a common id for all media cards
  /art/runtime/gc/accounting/
card_table.h 74 // Visit and clear cards within memory range, only visits dirty cards.
96 * visitor: The visitor which modifies the cards. Returns the new value for a card given an old
99 * us to know which cards got cleared.
108 // specified argument. Returns how many cards the visitor was run on.
124 // Clear a range of cards that covers start to end, start and end must be aligned to kCardSize.
card_table-inl.h 68 // Handle any unaligned cards at the start.
94 // TODO: Investigate if processing continuous runs of dirty cards with a single bitmap visit is
110 // Handle any unaligned cards at the end.
131 * visitor: The visitor which modifies the cards. Returns the new value for a card given an old
134 * us to know which cards got cleared.
146 // Handle any unaligned cards at the start.
159 // Handle unaligned cards at the end.
mod_union_table_test.cc 75 // Since the test doesn't have an image, the class of the object array keeps cards live
197 // Create some fake objects and put the main space and dirty cards in the non moving space.
206 // Dirty some cards.
211 // Dirty some more cards to objects in another space.
227 // obj1, obj2 cards should still be in mod union table since they have references to other
231 // obj3, obj4 don't have a reference to any object in the other space, their cards should have
243 // Set all the cards, then verify.
245 // TODO: Check that the cards are actually set.
250 // Visit again and make sure the cards got cleared back to their sane state.
  /hardware/qcom/audio/hal/audio_extn/
sndmonitor.c 83 struct listnode cards; member in struct:__anon43539
144 list_add_tail(&sndmonitor.cards, &s->node);
150 const char* cards = "/proc/asound/cards"; local
163 if ((fp = fopen(cards, "r")) == NULL) {
164 ALOGE("Cannot open %s file to get list of sound cards", cards);
176 // the output format of /proc/asound/cards
188 // Limit to sound cards associated with ADSP
255 while (!list_empty(&sndmonitor.cards)) {
    [all...]
  /system/extras/tests/audio/alsa/
pcmtest.cpp 49 static unsigned int cards; variable
107 cards++;
170 testPrintI(" DEVICES = PCMS:%u CARDS:%u MIXERS:%u TIMERS:%u",
171 pcms, cards, mixers, timers);
185 ASSERT_EQ(mixers, cards);
  /external/llvm/lib/Target/AMDGPU/
R600Schedule.td 10 // R600 has a VLIW architecture. On pre-cayman cards there are 5 instruction
11 // slots ALU.X, ALU.Y, ALU.Z, ALU.W, and TRANS. For cayman cards, the TRANS
  /external/ltp/testcases/kernel/security/mmc_security/
force_erase.sh 28 #* lost when using this option! It only works for _locked_ cards. *#
51 echo "erase operation on locked cards."
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/values/
styles.xml 21 <!-- Various movie card styles. Used in cards example. -->
76 <!-- Squared Title/Content card style. Used in cards example. -->
92 <!-- SideInfo. used in cards example -->
98 <!-- TextCardView. used in cards example -->
124 <!-- A default card style. Used in cards example. -->
139 <!-- Game card styles with custom Badge icon. Used in cards example. -->
160 <!-- Squared single line card with colored footer style. Used in cards example. -->
189 <!-- Icon card style with custom focus handler. Used in cards example. -->
  /developers/build/prebuilts/gradle/CardReader/Application/src/main/res/values/
base-strings.xml 24 This sample demonstrates how to implement a low-level NFC card reader, for reading cards
  /developers/samples/android/connectivity/nfc/CardReader/
template-params.xml 31 This sample demonstrates how to implement a low-level NFC card reader, for reading cards
  /development/samples/browseable/CardReader/res/values/
base-strings.xml 24 This sample demonstrates how to implement a low-level NFC card reader, for reading cards
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DriverSupportedEfiVersion.h 5 cards.
  /external/kernel-headers/original/uapi/linux/
b1lli.h 44 * struct for adding new cards
hysdn_if.h 3 * Linux driver for HYSDN cards
tty.h 24 /* cards about SMS messages */
  /external/libese/tools/ese_relay/
ese_relay_pn80t_nq_nci.c 22 * http://stackoverflow.com/questions/27074551/how-to-list-applets-on-jcop-cards
ese_relay_pn80t_spidev.c 23 * http://stackoverflow.com/questions/27074551/how-to-list-applets-on-jcop-cards
  /external/syslinux/gpxe/src/include/gpxe/
spi_bit.h 24 * transmitted first on the wire), but some cards
  /frameworks/base/core/java/com/android/internal/alsa/
LineTokenizer.java 20 * Breaks lines in an ALSA "cards" or "devices" file into tokens.
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/cards/
CardExampleActivity.java 15 package android.support.v17.leanback.supportleanbackshowcase.app.cards;
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/cards/presenters/
SingleLineCardPresenter.java 15 package android.support.v17.leanback.supportleanbackshowcase.cards.presenters;
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/layout/
activity_cards_example.xml 23 android:name="android.support.v17.leanback.supportleanbackshowcase.app.cards.CardExampleFragment"
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/raw/
grid_example.json 2 "cards": [

Completed in 519 milliseconds

1 23 4 5 6 7 8 91011>>