HomeSort by relevance Sort by last modified time
    Searched refs:Item (Results 351 - 375 of 895) sorted by null

<<11121314151617181920>>

  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
ClosedCaptionFragment.java 41 private List<Item> mItems;
59 protected List<Item> getItemList() {
75 ClosedCaptionOptionItem item = new ClosedCaptionOptionItem( local
79 mSelectedItem = item;
81 item.setChecked(true);
83 mItems.add(item);
86 item = new ClosedCaptionOptionItem(getLabel(track),
89 item.setChecked(true);
90 mSelectedItem = item;
92 mItems.add(item);
    [all...]
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
SubRatingsFragment.java 30 import com.android.tv.ui.sidepanel.Item;
59 protected List<Item> getItemList() {
60 List<Item> items = new ArrayList<>();
110 for (SubRatingItem item : mSubRatingItems) {
111 item.setChecked(true);
112 item.setEnabled(false);
117 for (SubRatingItem item : mSubRatingItems) {
118 item.setEnabled(true);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.c 75 struct rc_reader * reader = readers->Item;
301 for (var = list_ptr->Item; var; var = var->Friend) {
415 struct rc_reader * b = temp->Item;
481 struct rc_variable * var = list_ptr->Item;
512 rc_variable_readers_union(writer_list->Item);
radeon_pair_regalloc.c 364 struct rc_reader * r = readers->Item;
564 rc_variable_compute_live_intervals(var_ptr->Item);
566 class_index = variable_get_class(var_ptr->Item, rc_class_list);
646 struct rc_variable * var_a = a->Item;
648 struct rc_variable * var_b = b->Item;
670 struct rc_variable * var = var_ptr->Item;
694 struct rc_variable * var = var_ptr->Item;
  /packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java 39 import com.android.internal.telephony.cat.Item;
46 * SELECT ITEM menus. This activity is started multiple times with different
138 Item item = getSelectedItem(position); local
139 if (item == null) {
140 CatLog.d(LOG_TAG, "Item is null");
144 CatLog.d(LOG_TAG, "onListItemClick Id: " + item.id + ", mState: " + mState);
150 sendResponse(StkAppService.RES_ID_MENU_SELECTION, item.id, false);
248 * etc.. occur during SELECT ITEM ongoing session,
332 public boolean onOptionsItemSelected(MenuItem item) {
464 Item item = null; local
    [all...]
  /system/bt/osi/test/
leaky_bonded_queue_test.cc 35 class Item {
37 Item(int i) { index = i; }
38 virtual ~Item() {}
42 class MockItem : public Item {
44 MockItem(int i) : Item(i) {}
  /system/chre/platform/slpi/
platform_sensor.cc 826 sensorRequest->Item[0].SensorId = sensorId;
827 sensorRequest->Item[0].DataType = dataType;
828 sensorRequest->Item[0].Decimation = SNS_SMGR_DECIMATION_RECENT_SAMPLE_V01;
829 sensorRequest->Item[0].Calibration = calType;
830 sensorRequest->Item[0].SamplingRate =
838 sensorRequest->Item[1].SensorId = sensorId;
839 sensorRequest->Item[1].DataType = SNS_SMGR_DATA_TYPE_PRIMARY_V01;
840 sensorRequest->Item[1].Decimation = SNS_SMGR_DECIMATION_RECENT_SAMPLE_V01;
841 sensorRequest->Item[1].Calibration = SNS_SMGR_CAL_SEL_FULL_CAL_V01
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfBinaryObject.py 258 for Item in self.Binaries:
259 if Item.GetFileName() == InfBianryVerItemObj.GetFileName():
260 ItemSupArchList = Item.GetSupArchList()
293 for Item in CommonBinary:
295 ItemContent = Item[0]
296 ItemComment = Item[1]
297 CurrentLineOfItem = Item[2]
507 # for Item in self.Binaries:
508 # if Item.GetFileName() == InfBianryCommonItemObj.GetFileName():
509 # ItemSupArchList = Item.GetSupArchList()
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Impl.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
IsaIo.c 439 EFI_ISA_ACPI_RESOURCE *Item;
461 Item = IsaIoDevice->IsaIo.ResourceList->ResourceItem;
462 while (Item->Type != EfiIsaAcpiResourceEndOfList) {
463 if ((Type == IsaAccessTypeMem && Item->Type == EfiIsaAcpiResourceMemory) ||
464 (Type == IsaAccessTypeIo && Item->Type == EfiIsaAcpiResourceIo)) {
465 if (Offset >= Item->StartRange && (Offset + Count * (UINT32)(1 << Width)) - 1 <= Item->EndRange) {
469 if (Offset >= Item->StartRange && Offset <= Item->EndRange) {
474 Item++;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
IsaIo.c 105 EFI_ISA_ACPI_RESOURCE *Item;
127 Item = IsaIoDevice->IsaIo.ResourceList->ResourceItem;
128 while (Item->Type != EfiIsaAcpiResourceEndOfList) {
129 if ((Type == IsaAccessTypeMem && Item->Type == EfiIsaAcpiResourceMemory) ||
130 (Type == IsaAccessTypeIo && Item->Type == EfiIsaAcpiResourceIo)) {
131 if (Offset >= Item->StartRange && (Offset + Count * (UINT32)(1 << Width)) - 1 <= Item->EndRange) {
135 if (Offset >= Item->StartRange && Offset <= Item->EndRange) {
140 Item++;
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapFolder.java 268 if (fp.contains(FetchProfile.Item.FLAGS)) {
271 if (fp.contains(FetchProfile.Item.ENVELOPE)) {
276 if (fp.contains(FetchProfile.Item.STRUCTURE)) {
280 if (fp.contains(FetchProfile.Item.BODY_SANE)) {
283 if (fp.contains(FetchProfile.Item.BODY)) {
322 if (fp.contains(FetchProfile.Item.FLAGS)) {
337 if (fp.contains(FetchProfile.Item.ENVELOPE)) {
355 if (fp.contains(FetchProfile.Item.STRUCTURE)) {
366 if (fp.contains(FetchProfile.Item.BODY) || fp.contains(FetchProfile.Item.BODY_SANE))
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py 657 Item = PcdList[Count]
662 if (int(Item.TokenValue, 0) == int(ItemNext.TokenValue, 0)):
664 SameTokenValuePcdList.append(Item)
668 if int(PcdList[len(PcdList) - RemainPcdListLength + ValueSameCount].TokenValue, 0) == int(Item.TokenValue, 0):
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
CommentParsing.py 83 for Item in CommentList:
84 Line = Item[0]
85 LineNo = Item[1]
88 Logger.Error("\nUPT", FORMAT_INVALID, ST.ERR_INVALID_COMMENT_FORMAT, FileName, Item[1])
182 for Item in GenericComment:
183 CommentLine = Item[0]
376 # @param TailCommentList: Tail comment list of Pcd, item of format (Comment, LineNum)
  /external/libjpeg-turbo/doc/html/search/
search.js 55 function getXPos(item)
58 if (item.offsetWidth)
60 while (item && item!=document.body)
62 x += item.offsetLeft;
63 item = item.offsetParent;
69 function getYPos(item)
72 if (item.offsetWidth)
74 while (item && item!=document.body
    [all...]
  /frameworks/compile/slang/
slang_rs_pragma_handler.cpp 42 void handleItem(const std::string &Item) {
43 mContext->addPragma(this->getName(), Item);
44 mContext->addExportType(Item);
345 void handleItem(const std::string &Item) {
346 mContext->addPragma(this->getName(), Item);
347 mContext->setLicenseNote(Item);
  /frameworks/base/tools/aapt2/link/
ReferenceLinker.cpp 111 // Now verify that the type of this item is compatible with the
118 // The actual type of this item is incompatible with the attribute.
150 std::unique_ptr<Item> ParseValueWithAttribute(std::unique_ptr<Item> value,
153 std::unique_ptr<Item> transformed =
  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
CopyPasteTest.java 102 ClipData.Item item = clip.getItemAt(0); local
103 if (item == null) {
106 CharSequence text = item.getText();
  /cts/tests/tests/content/src/android/content/cts/
ReadableFileReceiverActivity.java 20 import android.content.ClipData.Item;
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
OffsettedItem.java 23 * An item in a Dalvik file which is referenced by absolute offset.
25 public abstract class OffsettedItem extends Item
35 * {@code null-ok;} section the item was added to, or {@code null} if
41 * {@code >= -1;} assigned offset of the item from the start of its section,
47 * Gets the absolute offset of the given item, returning {@code 0}
50 * @param item {@code null-ok;} the item in question
51 * @return {@code >= 0;} the item's absolute offset, or {@code 0}
52 * if {@code item == null}
54 public static int getAbsoluteOffsetOr0(OffsettedItem item) {
    [all...]
StringIdsSection.java 53 public Collection<? extends Item> items() {
TypeIdsSection.java 50 public Collection<? extends Item> items() {
158 TypeIdItem item = typeIds.get(type); local
160 if (item == null) {
164 return item.getIndex();
  /dalvik/dx/src/com/android/dx/dex/file/
OffsettedItem.java 23 * An item in a Dalvik file which is referenced by absolute offset.
25 public abstract class OffsettedItem extends Item
35 * {@code null-ok;} section the item was added to, or {@code null} if
41 * {@code >= -1;} assigned offset of the item from the start of its section,
47 * Gets the absolute offset of the given item, returning {@code 0}
50 * @param item {@code null-ok;} the item in question
51 * @return {@code >= 0;} the item's absolute offset, or {@code 0}
52 * if {@code item == null}
54 public static int getAbsoluteOffsetOr0(OffsettedItem item) {
    [all...]
StringIdsSection.java 51 public Collection<? extends Item> items() {
TypeIdsSection.java 52 public Collection<? extends Item> items() {
164 TypeIdItem item = typeIds.get(type); local
166 if (item == null) {
170 return item.getIndex();

Completed in 1905 milliseconds

<<11121314151617181920>>