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

<<11121314151617181920>>

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
FieldIdsSection.java 50 public Collection<? extends Item> items() {
129 FieldIdItem item = fieldIds.get(ref); local
131 if (item == null) {
135 return item.getIndex();
MethodIdsSection.java 50 public Collection<? extends Item> items() {
129 MethodIdItem item = methodIds.get(ref); local
131 if (item == null) {
135 return item.getIndex();
ProtoIdsSection.java 50 public Collection<? extends Item> items() {
121 ProtoIdItem item = protoIds.get(prototype); local
123 if (item == null) {
127 return item.getIndex();
  /dalvik/dx/src/com/android/dx/dex/file/
FieldIdsSection.java 50 public Collection<? extends Item> items() {
129 FieldIdItem item = fieldIds.get(ref); local
131 if (item == null) {
135 return item.getIndex();
MethodIdsSection.java 50 public Collection<? extends Item> items() {
129 MethodIdItem item = methodIds.get(ref); local
131 if (item == null) {
135 return item.getIndex();
ProtoIdsSection.java 50 public Collection<? extends Item> items() {
136 ProtoIdItem item = protoIds.get(prototype); local
138 if (item == null) {
142 return item.getIndex();
  /device/linaro/bootloader/edk2/OvmfPkg/Include/Library/
QemuFwCfgLib.h 81 Selects a firmware configuration item for reading.
83 Following this call, any data read from this item will start from
84 the beginning of the configuration item's data.
86 @param[in] QemuFwCfgItem - Firmware Configuration item to read
101 item where the previous read ended.
120 item where the previous write ended.
137 @return Value of Firmware Configuration item read
150 @return Value of Firmware Configuration item read
163 @return Value of Firmware Configuration item read
176 @return Value of Firmware Configuration item read
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
package.cpp 377 return (int32_t)strcmp(((Item *)left)->name, ((Item *)right)->name);
509 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */
523 /* offset of the last item plus at least 20 bytes for its header */
532 /* do not modify the package length variable until the last item's length is set */
548 /* swap the item name strings */
552 // don't include padding bytes at the end of the item names
558 fprintf(stderr, "icupkg: total length of item name strings too long\n");
565 fprintf(stderr, "icupkg failed to swap the input .dat package item name strings\n");
570 // reset the Item entrie
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 293 // Look for existing attribute item
294 if (AttributeItem *Item = getAttributeItem(Attribute)) {
297 Item->Type = AttributeItem::NumericAttribute;
298 Item->IntValue = Value;
302 // Create new attribute item
303 AttributeItem Item = {
309 Contents.push_back(Item);
314 // Look for existing attribute item
315 if (AttributeItem *Item = getAttributeItem(Attribute)) {
318 Item->Type = AttributeItem::TextAttribute
    [all...]
  /frameworks/base/tools/aapt2/unflatten/
BinaryResourceParser.h 66 std::unique_ptr<Item> ParseValue(const ResourceNameRef& name, const ConfigDescription& config,
  /frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/items/
SwitchItem.java 29 * An item that is displayed with a switch, with methods to manipulate and listen to the checked
34 public class SwitchItem extends Item implements CompoundButton.OnCheckedChangeListener {
37 void onCheckedChange(SwitchItem item, boolean isChecked);
74 * Toggle the checked state of the switch, without invalidating the entire item.
76 * @param view The root view of this item, typically from the argument of onItemClick.
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_element.java 99 _RS_ASSERT("complexElem.getSizeBytes() == ScriptField_ComplexStruct.Item.sizeof",
100 complexElem.getBytesSize() == ScriptField_ComplexStruct.Item.sizeof);
  /packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
AppItem.java 31 * An {@link Item} for apps that supports some picking actions like
34 class AppItem extends Item {
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
RatingsFragment.java 36 import com.android.tv.ui.sidepanel.Item;
102 protected List<Item> getItemList() {
103 List<Item> items = new ArrayList<>();
124 RatingItem item = rating.getSubRatings().isEmpty() ? local
127 items.add(item);
129 ratingItems.add(item);
160 // Although we set the attribution item at the end of the item list non-focusable, we do get
162 // non-focusable item at the end of the list. See b/17387103.
179 for (RatingItem item : ratingItems)
    [all...]
  /system/extras/simpleperf/
SampleDisplayer.h 187 struct Item {
198 Item item; local
199 item.name = name;
200 item.width = name.size();
201 item.func = func;
202 item.func_with_info = nullptr;
203 display_v_.push_back(item);
208 Item item; local
231 auto& item = display_v_[i]; local
242 auto& item = display_v_[i]; local
    [all...]
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.kt 49 private val mItems = SparseArray<Item>()
96 val item = mItems.get(id)
97 if (item == null) {
98 Log.w(TAG, "No item for id " + id)
101 if (!item.editable) {
102 Log.w(TAG, "Item for id $id is not editable: $item")
105 // Set the item's text to the text wrapped in the AutofillValue.
106 item.text = value.textValue
119 val item = mItems.valueAt(i
    [all...]
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.kt 45 private val mItems = SparseArray<Item>()
81 mItems[id]?.let { item ->
82 if (item.editable) {
83 // Set the item's text to the text wrapped in the AutofillValue.
84 item.text = value.textValue
86 Log.w(TAG, "Item for autofillId $id is not editable: $item")
101 val item = mItems.valueAt(i)
102 Log.d(TAG, "Adding new child at index $index: $item")
104 child.setAutofillId(structure.getAutofillId(), item.id
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
MetaDataParser.py 121 for Item in CommentList:
122 Line = Item[0]
123 LineNo = Item[1]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Capsule.py 186 for Item in self.TokensDict.keys():
188 Item + \
190 self.TokensDict.get(Item) + \
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
BuildClassObject.py 81 for Item in self.SkuInfoList.values():
82 Rtn = Rtn + 'SkuId=' + Item.SkuId + ', ' + 'SkuIdName=' + Item.SkuIdName
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Impl.c     [all...]
  /external/deqp/framework/randomshaders/
rsgVariableManager.hpp 118 template <typename Item, typename Iterator, class Filter>
119 class FilteredIterator : public std::iterator<std::input_iterator_tag, Item>
162 const Item& operator* (void)
  /external/emma/core/java12/com/vladium/emma/report/
SrcFileItem.java 23 final class SrcFileItem extends Item
110 // coverage computation dependent on the order of how item
290 private static final Item.ItemMetadata METADATA; // set in <clinit>
294 METADATA = new Item.ItemMetadata (IItemMetadata.TYPE_ID_SRCFILE, "srcfile",
  /frameworks/base/tools/aapt2/link/
XmlCompatVersioner.cpp 156 static inline std::unique_ptr<Item> CloneIfNotNull(const std::unique_ptr<Item>& src,
161 return std::unique_ptr<Item>(src->Clone(out_string_pool));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ValueParser.java 104 * Retrieves Item information from the COMPREHENSION-TLV object.
107 * @return An Item
110 static Item retrieveItem(ComprehensionTlv ctlv) throws ResultException {
111 Item item = null; local
124 item = new Item(id, text);
130 return item;
134 * Retrieves Item id information from the COMPREHENSION-TLV object.
137 * @return An Item i
    [all...]

Completed in 776 milliseconds

<<11121314151617181920>>