/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/ |
Help.c | 35 @param[in] Item the item to insert.
43 IN CONST CHAR16 *Item
54 if (Item == NULL || *Item == CHAR_NULL || StrLen(Item)==0) {
60 SizeOfAddedNameInBytes = StrSize(Item);
77 (CHAR16 *)Item
80 // The new item goes before this one.
97 StrCpyS(LexicalSpot, SizeOfAddedNameInBytes/sizeof(CHAR16), Item);
[all...] |
/external/llvm/utils/TableGen/ |
SearchableTableEmitter.cpp | 121 for (auto Item : Items) { 122 OS << " " << Item->getValueAsString(EnumNameField); 124 OS << " = " << getInt(Item, EnumValueField); 137 for (auto Item : Items) { 140 OS << primaryRepresentation(Item->getValueInit(FieldNames[i])); 260 for (Record *Item : Items) { 262 Init *SearchVal = Item->getValueInit(SearchFieldNames[i]);
|
/device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/ |
Udp6Impl.c | 101 @param[in] Item Pointer to the NET_MAP_ITEM.
107 is not the same as that in the Item if Arg is not
117 IN NET_MAP_ITEM *Item,
260 @return The point to the item contains the Key, or NULL if Key isn't in the map.
876 @param[in] Item Pointer to the NET_MAP_ITEM contain the pointer to
881 one in the Item.
882 @retval EFI_ACCESS_DENIED The Token duplicates with the one in the Item.
889 IN NET_MAP_ITEM *Item,
897 TokenInItem = (EFI_UDP6_COMPLETION_TOKEN *) Item->Key;
955 NET_MAP_ITEM *Item;
[all...] |
/developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/ |
AbstractCustomVirtualView.java | 74 protected final SparseArray<Item> mVirtualViews = new SparseArray<>(); 97 protected Item getItem(int id) { 98 final Item item = mVirtualViews.get(id); local 99 Preconditions.checkArgument(item != null, "No item for id %s: %s", id, mVirtualViews); 100 return item; 221 protected static final class Item { 234 Item(Line line, int id, String idEntry, String[] hints, int type, CharSequence text, 295 Log.w(TAG, "Item for id " + id + " is not editable: " + this) [all...] |
CustomVirtualViewCompatMode.java | 71 final Item item = getItem(virtualViewId); 72 return item.provideAccessibilityNodeInfo(CustomVirtualViewCompatMode.this, 82 final Item item = getItem(virtualViewId); 83 item.setText(text); 131 final Item item = mVirtualViews.valueAt(i); local 133 Log.d(TAG, "Adding new A11Y child with id " + item.id + ": " + item); [all...] |
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/ |
AbstractCustomVirtualView.java | 74 protected final SparseArray<Item> mVirtualViews = new SparseArray<>(); 97 protected Item getItem(int id) { 98 final Item item = mVirtualViews.get(id); local 99 Preconditions.checkArgument(item != null, "No item for id %s: %s", id, mVirtualViews); 100 return item; 221 protected static final class Item { 234 Item(Line line, int id, String idEntry, String[] hints, int type, CharSequence text, 295 Log.w(TAG, "Item for id " + id + " is not editable: " + this) [all...] |
CustomVirtualViewCompatMode.java | 71 final Item item = getItem(virtualViewId); 72 return item.provideAccessibilityNodeInfo(CustomVirtualViewCompatMode.this, 82 final Item item = getItem(virtualViewId); 83 item.setText(text); 131 final Item item = mVirtualViews.valueAt(i); local 133 Log.d(TAG, "Adding new A11Y child with id " + item.id + ": " + item); [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
GameControllerInput.java | 341 private final SparseArray<Item> mDataItems = new SparseArray<Item>(); 342 private final ArrayList<Item> mVisibleItems = new ArrayList<Item>(); 430 public Item getItem(int position) { 444 private static abstract class Item { 449 public Item(int itemId, int layoutResourceId) { 476 private static class Heading extends Item { 491 private static class TextColumn extends Item {
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
MigrationUtilities.py | 358 ## Add item to a section.
360 # Add an Item with specific CPU architecture to section dictionary.
365 # @param Item The Item to be added to section dictionary.
367 def AddToSection(Section, Arch, Item):
369 if Item not in SectionArch:
370 SectionArch.append(Item)
380 # @param Method A function returning a string item of an object.
389 Item = Method(Object)
390 if Item == "": [all...] |
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
SPIRVUtil.h | 178 std::string Item; 179 while (std::getline(SS, Item, Delim)) 180 Strs.push_back(Item); 188 std::string Item; 189 while (std::getline(SS, Item, Delim)) 190 Strs.insert(Item); 198 std::string Item; 199 while (std::getline(SS, Item, Delim)) 200 Strs.insert(Item);
|
/external/clang/lib/Format/ |
FormatToken.cpp | 105 unsigned Item = 0; 110 // If the previous token was one of our commas, we are now on the next item. 111 if (Item < Commas.size() && State.NextToken->Previous == Commas[Item]) { 113 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item]; 116 ++Item; 174 // The lengths of an item if it is put at the end of the line. This includes 206 // The comma is counted as part of the item when calculating the length. 215 // If there is a trailing comma in the list, the next item will start at the 216 // closing brace. Don't create an extra item for this [all...] |
/external/tensorflow/tensorflow/python/grappler/ |
item_test.py | 28 from tensorflow.python.grappler import item 48 item.Item(mg) 58 grappler_item = item.Item(mg) 71 grappler_item = item.Item(mg) 93 grappler_item = item.Item(mg) 121 grappler_item = item.Item(mg [all...] |
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
AMessage.h | 72 // - an item whose type is not recognized by this function. 74 // Item types set/find function suffixes 195 * Retrieves the item at a specific index. 202 * Finds an item by name. This can be used if the type is unknown. 204 * \param name name of the item 205 * Returns an empty item if no item is present with that name. 210 * Sets an item of arbitrary type. Does nothing if the item value is empty. 212 * \param name name of the item [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
ULocaleTest.java | [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
ULocaleTest.java | [all...] |
/developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/ |
CustomVirtualView.kt | 51 private val items = SparseArray<Item>() 81 // Set the item's text to the text wrapped in the AutofillValue. 84 Log.w(TAG, "Item for autofillId $id is not editable: $this") 99 val item = items.valueAt(i) 100 Log.d(TAG, "Adding new child at index $index: $item") 102 setAutofillId(structure.autofillId, item.id) 103 setAutofillHints(item.hints) 104 setAutofillType(item.type) 105 setDataIsSensitive(!item.sanitized) 106 setAutofillValue(AutofillValue.forText(item.text) [all...] |
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/ |
CustomVirtualView.kt | 51 private val items = SparseArray<Item>() 81 // Set the item's text to the text wrapped in the AutofillValue. 84 Log.w(TAG, "Item for autofillId $id is not editable: $this") 99 val item = items.valueAt(i) 100 Log.d(TAG, "Adding new child at index $index: $item") 102 setAutofillId(structure.autofillId, item.id) 103 setAutofillHints(item.hints) 104 setAutofillType(item.type) 105 setDataIsSensitive(!item.sanitized) 106 setAutofillValue(AutofillValue.forText(item.text) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
StringFuncs.c | 145 UINTN Item;
155 for (Pos = String, Item = 0; Pos < EndOfString; Item++) {
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
DepexSection.py | 95 for Item in ExpGuidDict:
96 self.Expression = self.Expression.replace(Item, ExpGuidDict[Item])
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
InfMisc.py | 116 for Item in SepcialSectionList:
119 ObjList.append(Item)
123 ObjList.append(Item)
|
InfPackagesObject.py | 158 for Item in self.Packages:
159 if Item.GetPackageName() == PackageItemObj.GetPackageName():
160 ItemSupArchList = Item.GetSupArchList()
|
/external/emma/core/java12/com/vladium/emma/report/ |
ClassItem.java | 23 final class ClassItem extends Item 233 private static final Item.ItemMetadata METADATA; // set in <clinit> 237 METADATA = new Item.ItemMetadata (IItemMetadata.TYPE_ID_CLASS, "class",
|
MethodItem.java | 22 final class MethodItem extends Item 206 private static final Item.ItemMetadata METADATA; // set in <clinit> 210 METADATA = new Item.ItemMetadata (IItemMetadata.TYPE_ID_METHOD, "method",
|
/external/llvm/lib/Transforms/Scalar/ |
LoopInstSimplify.cpp | 103 WorklistItem Item = VisitStack.pop_back_val(); 104 BasicBlock *BB = Item.getPointer(); 105 bool IsSubloopHeader = Item.getInt();
|
/external/pdfium/fpdfsdk/pwl/ |
cpwl_list_impl.cpp | 18 CPWL_ListCtrl::Item::Item() 26 CPWL_ListCtrl::Item::~Item() {} 28 void CPWL_ListCtrl::Item::SetFontMap(IPVT_FontMap* pFontMap) { 32 void CPWL_ListCtrl::Item::SetText(const WideString& text) { 36 void CPWL_ListCtrl::Item::SetFontSize(float fFontSize) { 40 float CPWL_ListCtrl::Item::GetItemHeight() const { 44 uint16_t CPWL_ListCtrl::Item::GetFirstChar() const { 52 WideString CPWL_ListCtrl::Item::GetText() const [all...] |