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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
FvImage.py 145 for Item in EotGlobalData.gArchProtocolGuids:
146 if Item.lower() not in EotGlobalData.gProtocolList:
164 Item = Depex.Expression[Index]
165 if Item == 0x00:
170 elif Item == 0x01:
175 elif Item == 0x02:
185 elif Item == 0x03 or Item == 0x04:
186 DepexStack.append(eval(str(DepexStack.pop()) + ' ' + Depex._OPCODE_STRING_[Item].lower() + ' ' + str(DepexStack.pop())))
187 DepexList.append(str(DepexList.pop()) + ' ' + Depex._OPCODE_STRING_[Item].upper() + ' ' + str(DepexList.pop()))
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
IniToXml.py 461 for Item in Maps:
462 Map = Item[1]
469 IniParseError(ST.ERR_KEYWORD_MANDATORY % (Item[0] + '.FileList'), IniFile, LastIndex+1)
472 IniParseError(ST.ERR_KEYWORD_MANDATORY % (Item[0] + '.Name'), IniFile, LastIndex+1)
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
CapabilityPolling.java 115 int item = intent.getIntExtra(ImsConfig.EXTRA_CHANGED_ITEM, -1);
116 if ((ImsConfig.ConfigConstants.CAPABILITIES_POLL_INTERVAL == item) ||
117 (ImsConfig.ConfigConstants.CAPABILITIES_CACHE_EXPIRATION == item)) {
119 } else if ((ImsConfig.ConfigConstants.VLT_SETTING_ENABLED == item) ||
120 (ImsConfig.ConfigConstants.LVC_SETTING_ENABLED == item) ||
121 (ImsConfig.ConfigConstants.EAB_SETTING_ENABLED == item)) {
472 List<Contacts.Item> list = null;
494 list = new ArrayList<Contacts.Item>();
503 Contacts.Item item = new Contacts.Item(id) local
602 Contacts.Item item = new Contacts.Item(id); local
    [all...]
  /frameworks/base/tools/aapt2/
ResourceParser.h 75 * Parses the XML subtree and returns an Item.
76 * The type of Item that can be parsed is denoted by the `type_mask`.
78 * Item, then a
81 std::unique_ptr<Item> ParseXml(xml::XmlPullParser* parser, const uint32_t type_mask,
ResourceValues.cpp 538 const Item* value) {
583 bool Attribute::Matches(const Item* item, DiagMessage* out_msg) const {
585 item->Flatten(&val);
591 BuildAttributeMismatchMessage(out_msg, this, item);
599 *out_msg << *item << " is less than minimum integer " << min_int;
604 *out_msg << *item << " is greater than maximum integer " << max_int;
682 style->entries.push_back(Entry{entry.key, std::unique_ptr<Item>(entry.value->Clone(new_pool))});
770 [](const std::unique_ptr<Item>& a,
771 const std::unique_ptr<Item>& b) -> bool
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewFocusRecoveryTest.java 44 * represent the same item in the adapter. Keeping a focused view visible is up-to-the
135 // waiting for RV's ItemAnimator to finish the animation of the removed item
175 // waiting for RV's ItemAnimator to finish the animation of the removed item
203 // waiting for RV's ItemAnimator to finish the animation of the removed item
236 // waiting for RV's ItemAnimator to finish the animation of the removed item
261 mAdapter.mItems.add(0, new Item(0, TestAdapter.DEFAULT_ITEM_PREFIX));
267 // waiting for RV's ItemAnimator to finish the animation of the removed item
292 Item item = mAdapter.mItems.get(6);
293 item.setFocusable(false)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrUtilityLib.cpp 475 SConfigItem *Item;
483 for (Item = mItemListHead; Item != NULL; Item = Item->mNext) {
484 if (Item->mId != NULL || Item->mInfoStrList == NULL) {
487 fprintf (pFile, "\nunsigned char %s%sBlockName[] = {", BaseName, Item->mName);
490 for (Info = Item->mInfoStrList; Info != NULL; Info = Info->mNext) {
495 for (Info = Item->mInfoStrList; Info != NULL; Info = Info->mNext) {
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
AccessPermissionWithDiffSigTest.java 88 ClipData.Item item = clip.getItemAt(i); local
89 Uri uri = item.getUri();
93 Intent intent = item.getIntent();
178 ClipData.Item item = clip.getItemAt(i); local
179 Uri uri = item.getUri();
183 Intent intent = item.getIntent();
268 new ClipData.Item(uri));
278 new ClipData.Item(grantClip1Uri))
626 ClipData.Item item = clip.getItemAt(i); local
742 ClipData.Item item = clip.getItemAt(i); local
    [all...]
  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
ConstraintTest.java 90 new ClipData.Item(mFirstUri));
92 new ClipData.Item(mSecondUri));
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MixedItemSection.java 38 * <b>Note:</b> It is invalid for an item in an instance of this class to
100 public Collection<? extends Item> items() {
113 public int getAbsoluteItemOffset(Item item) {
114 OffsettedItem oi = (OffsettedItem) item;
162 * Adds an item to this instance. This will in turn tell the given item
164 * same item to more than one instance, nor to add the same items
167 * @param item {@code non-null;} the item to ad
256 OffsettedItem item = entry.getValue(); local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
MixedItemSection.java 37 * <b>Note:</b> It is invalid for an item in an instance of this class to
99 public Collection<? extends Item> items() {
112 public int getAbsoluteItemOffset(Item item) {
113 OffsettedItem oi = (OffsettedItem) item;
161 * Adds an item to this instance. This will in turn tell the given item
163 * same item to more than one instance, nor to add the same items
166 * @param item {@code non-null;} the item to ad
255 OffsettedItem item = entry.getValue(); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ClipboardSample.java 146 ClipData.Item item = clip.getItemAt(0); local
147 if (item.getHtmlText() != null) {
149 } else if (item.getText() != null) {
151 } else if (item.getIntent() != null) {
153 } else if (item.getUri() != null) {
164 ClipData.Item item = clip.getItemAt(0); local
170 mDataText.setText(item.getText());
173 mDataText.setText(item.getHtmlText())
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/QemuFwCfgLib/
QemuFwCfgLib.c 151 Selects a firmware configuration item for reading.
153 Following this call, any data read from this item will start from the
154 beginning of the configuration item's data.
156 @param[in] QemuFwCfgItem Firmware Configuration item to read
281 the firmware configuration item where the previous read ended.
305 of the firmware configuration item where the previous write ended.
331 @return Value of Firmware Configuration item read
350 @return Value of Firmware Configuration item read
369 @return Value of Firmware Configuration item read
388 @return Value of Firmware Configuration item read
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
TargetTxtClassObject.py 158 # @param key: The key of the item to be printed
165 for Item in List:
166 print Item
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignmentMisc.py 179 for Item in BinaryData:
180 ItemObj = BinaryObj[Item][0][0]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpImpl.h 234 Check whether the token specified by Arg matches the token in Item.
237 @param[in] Item Pointer to the NET_MAP_ITEM.
242 token in Item.
244 Item.
251 IN NET_MAP_ITEM *Item,
256 Cancel the token specified by Arg if it matches the token in Item.
259 @param[in, out] Item Pointer to the NET_MAP_ITEM.
263 @retval EFI_SUCCESS The Arg is NULL, and the token in Item is cancelled,
264 or the Arg isn't NULL, and the token in Item is
266 @retval EFI_ABORTED The Arg isn't NULL, the token in Item mathces the
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Impl.h 561 @param[in] Item Pointer to the NET_MAP_ITEM contain the pointer to
566 one in the Item.
567 @retval EFI_ACCESS_DENIED The Token duplicates with the one in the Item.
574 IN NET_MAP_ITEM *Item,
615 @param[in] Item Pointer to the NET_MAP_ITEM.
628 IN NET_MAP_ITEM *Item,
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpImpl.c 573 @param[in] Item Object container for one HTTP token and token's wrap.
576 @retval EFI_SUCCESS Continue to check the next Item.
584 IN NET_MAP_ITEM *Item,
596 // Return EFI_SUCCESS to check the next item in the map if
599 if ((Token != NULL) && (Token != Item->Key)) {
603 Wrap = (HTTP_TOKEN_WRAP *) Item->Value;
610 NetMapRemoveItem (Map, Item, NULL);
643 // If only one item is to be cancel, return EFI_ABORTED to stop
839 NET_MAP_ITEM *Item;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
Udp6Impl.h 475 @param[in] Item Pointer to the NET_MAP_ITEM contain the pointer to
480 one in the Item.
481 @retval EFI_ACCESS_DENIED The Token duplicates with the one in the Item.
488 IN NET_MAP_ITEM *Item,
530 @param[in] Item Pointer to the NET_MAP_ITEM.
544 IN NET_MAP_ITEM *Item,
  /external/deqp/executor/
xeTestResultParser.cpp 224 return (ri::Type)getEnumValue("result item type", s_resultItemMap, DE_LENGTH_OF_ARRAY(s_resultItemMap), elemName);
392 ri::Item* TestResultParser::getCurrentItem (void)
407 for (vector<ri::Item*>::reverse_iterator i = m_itemStack.rbegin(); i != m_itemStack.rend(); i++)
409 ri::Item* item = *i; local
410 ri::Type type = item->getType();
413 m_curItemList = &static_cast<ri::ImageSet*>(item)->images;
415 m_curItemList = &static_cast<ri::Section*>(item)->items;
417 m_curItemList = &static_cast<ri::EglConfigSet*>(item)->configs;
419 m_curItemList = &static_cast<ri::ShaderProgram*>(item)->shaders
474 ri::Item* item = DE_NULL; local
    [all...]
  /external/mdnsresponder/mDNSWindows/SystemService/
Firewall.cpp 145 err = fwApps->Item(fwBstrProcessImageFileName, &fwApp);
327 err = fwServices->Item(NET_FW_SERVICE_FILE_AND_PRINT, &fwService);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
CompactConstructorExampleTest.java 139 Item top = box.getTop();
143 Item bottom = box.getBottom();
  /frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
BallsRS.java 48 ScriptField_VpConsts.Item i = new ScriptField_VpConsts.Item();
  /frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
RSTestCore.java 122 ScriptField_ListAllocs_s.Item listElem = new ScriptField_ListAllocs_s.Item();
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
RSTestCore.java 112 ScriptField_ListAllocs_s.Item listElem = new ScriptField_ListAllocs_s.Item();

Completed in 1577 milliseconds

<<11121314151617181920>>