/developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/ |
DialogsItem.java | 22 public class DialogsItem implements Item {
|
ListsItem.java | 22 public class ListsItem implements Item {
|
/developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/ |
DialogsItem.java | 22 public class DialogsItem implements Item {
|
/external/dynamic_depth/internal/dynamic_depth/ |
const.h | 21 static const char* Item();
|
/external/pdfium/xfa/fxfa/parser/ |
cxfa_attachnodelist.h | 24 CXFA_Node* Item(size_t iIndex) override;
|
/external/setupdesign/main/src/com/google/android/setupdesign/items/ |
ItemInflater.java | 21 /** Inflate {@link Item} hierarchies from XML files. */ 30 setDefaultPackage(Item.class.getPackage().getName() + "."); 38 throw new IllegalArgumentException("Cannot add child item to " + parent);
|
ProgressBarItem.java | 24 public class ProgressBarItem extends Item { 36 // This item is not clickable.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
Hash.cpp | 65 for (ulittle32_t Item : Items) { 66 Hash += Item; 71 for (uint8_t Item : Buffer) { 72 Hash += Item;
|
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/ |
Helper.c | 386 STR2INT *Item;
388 for (Item = Map; Item->String != NULL; Item++) {
389 if (StrCmp (Item->String, Str) == 0) {
390 return Item->Integer;
411 STR2INT *Item;
413 for (Item = Map; Item->String != NULL; Item++) { [all...] |
/external/autotest/frontend/client/src/autotest/tko/ |
HeaderField.java | 4 import autotest.common.ui.MultiListSelectPresenter.Item; 94 * @return a MultiListSelectPresenter.Item for this HeaderField. 96 public Item getItem() { 97 return Item.createItem(getName(), getSqlName());
|
/external/deqp/executor/ |
xeTestResultParser.hpp | 84 ri::Item* getCurrentItem (void); 86 void pushItem (ri::Item* item); 106 std::vector<ri::Item*> m_itemStack;
|
/external/dynamic_depth/includes/dynamic_depth/ |
image.h | 9 #include "dynamic_depth/item.h" 43 // is passed to the generated Item element. 45 // - Uri is the case-sensitive Item:DataUri of this Image, and must be 48 // Both data and mime are used to construct a new Container:Item, which will 54 std::vector<std::unique_ptr<Item>>* items); 59 const string& item_uri, std::vector<std::unique_ptr<Item>>* items); 63 const string& mime, std::vector<std::unique_ptr<Item>>* items);
|
/external/v8/src/torque/ |
earley-parser.h | 21 class Item; 161 const Item* completed_item, const LexerResult& tokens) const; 193 const Item* item, const LexerResult& tokens); 208 class Item { 210 Item(const Rule* rule, size_t mark, size_t start, size_t pos) 215 // A complete item has the mark at the right end, which means the input range 222 // The symbol right after the mark is expected at {pos} for this item to 232 // completed item for this parse. 233 // We create a new item, which moves the mark one forward [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
DecClassObject.py | 204 for Item in LineList:
205 ItemList = GetSplitValueList(Item, TAB_SPLIT)
233 # Add a section item
304 # Update all defines item in database
528 for Item in M.Includes:
529 print Item.FilePath, Item.SupArchList
531 for Item in M.GuidDeclarations:
532 print Item.CName, Item.Guid, Item.SupArchList [all...] |
InfClassObject.py | 395 for Item in LineList:
396 ItemList = GetSplitValueList(Item, TAB_SPLIT)
426 # Add a section item
472 for Item in M.Header[Arch].LibraryClass:
473 print Item.LibraryClass, DataType.TAB_VALUE_SPLIT.join(Item.SupModuleList)
477 for Item in self.Module.ExternImages:
478 print '\nEntry_Point = %s, UnloadImage = %s' % (Item.ModuleEntryPoint, Item.ModuleUnloadImage)
479 for Item in self.Module.ExternLibraries: [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
Statistics.java | 29 /** {@code non-null;} data about each type of item */ 40 * Adds the given item to the statistics. 42 * @param item {@code non-null;} the item to add 44 public void add(Item item) { 45 String typeName = item.typeName(); 49 dataMap.put(typeName, new Data(item, typeName)); 51 data.add(item); 61 Collection<? extends Item> items = list.items() [all...] |
MapItem.java | 25 * Class that represents a map item. 34 /** {@code non-null;} item type this instance covers */ 41 * {@code null-ok;} first item covered or {@code null} if this is 44 private final Item firstItem; 47 * {@code null-ok;} last item covered or {@code null} if this is 50 private final Item lastItem; 59 * Constructs a list item with instances of this class representing 82 Item firstItem = null; 83 Item lastItem = null; 86 for (Item item : section.items()) [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
Statistics.java | 28 /** {@code non-null;} data about each type of item */ 39 * Adds the given item to the statistics. 41 * @param item {@code non-null;} the item to add 43 public void add(Item item) { 44 String typeName = item.typeName(); 48 dataMap.put(typeName, new Data(item, typeName)); 50 data.add(item); 60 Collection<? extends Item> items = list.items() [all...] |
MapItem.java | 24 * Class that represents a map item. 33 /** {@code non-null;} item type this instance covers */ 40 * {@code null-ok;} first item covered or {@code null} if this is 43 private final Item firstItem; 46 * {@code null-ok;} last item covered or {@code null} if this is 49 private final Item lastItem; 58 * Constructs a list item with instances of this class representing 81 Item firstItem = null; 82 Item lastItem = null; 85 for (Item item : section.items()) [all...] |
/external/libtextclassifier/actions/ |
lua-utils.h | 58 int Item(const std::vector<Annotation>* annotations, const int64 pos, 63 int Item(const std::vector<Annotation>* annotations, StringPiece key, 72 int AnnotationIterator<ClassificationResult>::Item( 77 int AnnotationIterator<ActionSuggestionAnnotation>::Item( 107 int Item(const std::vector<AnnotatedSpan>* spans, const int64 pos, 143 int Item(const std::vector<ActionSuggestion>* actions, const int64 pos, 172 int Item(const std::vector<ConversationMessage>* messages, const int64 pos,
|
/external/swiftshader/third_party/subzero/src/ |
IceThreading.h | 30 /// that no more entries will be added. A consumer removes an item using 60 void blockingPush(std::unique_ptr<T> Item) { 66 push(std::move(Item)); 71 std::unique_ptr<T> Item; 77 Item = pop(); 83 return Item; 136 void push(std::unique_ptr<T> Item) { 137 WorkItems[Back++ & MaxStaticSizeMask] = std::move(Item); 147 /// item to be emitted, i.e. a function or a set of global declarations and 176 /// Constructor for a WI_Nop work item [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
DecObject.py | 112 # Add sub-item to current object, sub-class should override it if needed
114 # @param Item: Sub-item to be added
117 def AddItem(self, Item, Scope):
120 if not Item:
125 self.ValueDict[Ele[1]].append(Item)
127 self.ValueDict[Ele[1]] = [Item]
129 Item.ArchAndModuleType = ArchModule
147 for Item in self.ValueDict[Arch]:
148 if Item not in Retlst: [all...] |
/external/protobuf/src/google/protobuf/util/internal/ |
protostream_objectwriter.h | 180 // Represents an item in a stack of items used to keep state between 182 class LIBPROTOBUF_EXPORT Item : public BaseElement { 184 // Indicates the type of item. 191 // Constructor for the root item. 192 Item(ProtoStreamObjectWriter* enclosing, ItemType item_type, 196 Item(Item* parent, ItemType item_type, bool is_placeholder, bool is_list); 198 virtual ~Item() {} 207 virtual Item* parent() const { 208 return static_cast<Item*>(BaseElement::parent()) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/ |
MkPkg.py | 261 for Item in FileList:
262 Ext = os.path.splitext(Item)[1]
265 ErrorStringExt % Item)
267 Item = os.path.normpath(Item)
268 Path = mws.join(WorkspaceDir, Item)
270 Logger.Error("\nMkPkg", FILE_NOT_FOUND, ST.ERR_NOT_FOUND % Item)
271 elif Item == Path:
273 ErrorStringFullPath % Item)
274 elif not IsValidPath(Item, WorkspaceDir): [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
ClipboardManagerTest.java | 27 import android.content.ClipData.Item; 134 new Item("Text", intent, uri)); 147 textData.addItem(new Item("More Text")); 148 textData.addItem(new Item(intent)); 149 textData.addItem(new Item(uri)); 174 clipData.addItem(contentResolver, new Item("More Text")); 175 clipData.addItem(contentResolver, new Item(intent)); 176 clipData.addItem(contentResolver, new Item(uri)); 177 clipData.addItem(contentResolver, new Item(contentUri1)); 178 clipData.addItem(contentResolver, new Item(contentUri2)) [all...] |