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

1 2 3 4 5 67 8 91011>>

  /external/llvm/tools/llvm-pdbdump/
LinePrinter.cpp 23 bool IsItemExcluded(llvm::StringRef Item,
26 if (Item.empty())
29 auto match_pred = [Item](llvm::Regex &R) { return R.match(Item); };
32 // filters, and none of them include this item, them item is gone.
LinePrinter.h 62 inline raw_ostream &operator<<(LinePrinter &Printer, const T &Item) {
63 Printer.getStream() << Item;
  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 87 1. Item 1, graf one.
89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
92 2. Item 2.
94 3. Item 3.
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 87 1. Item 1, graf one.
89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
92 2. Item 2.
94 3. Item 3.
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 87 1. Item 1, graf one.
89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
92 2. Item 2.
94 3. Item 3.
  /frameworks/base/tools/aapt2/
ResourceUtils.h 136 std::unique_ptr<Item> TryParseNullOrEmpty(const android::StringPiece& str);
188 * Try to convert a string to an Item for the given attribute. The attribute
191 * The callback function on_create_reference is called when the parsed item is a
194 std::unique_ptr<Item> TryParseItemForAttribute(
198 std::unique_ptr<Item> TryParseItemForAttribute(
219 std::unique_ptr<Item> ParseBinaryResValue(const ResourceType& type, const ConfigDescription& config,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Menu.java 27 * Container class for CAT menu (SET UP MENU, SELECT ITEM) parameters.
31 public List<Item> items;
44 items = new ArrayList<Item>();
61 items = new ArrayList<Item>();
64 Item item = in.readParcelable(null); local
65 items.add(item);
  /frameworks/rs/tests/lldb/java/Reduction/src/com/android/rs/lldbreductiontest/
MainActivity.java 85 ScriptField_MinUserType.Item val = new ScriptField_MinUserType.Item();
99 ScriptField_MinUserType.Item val = new ScriptField_MinUserType.Item();
  /frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
TabLayoutPreselectedUsage.java 75 // Setup the initially checked item
100 // Setup the initially checked item
141 final Item item = (Item) object; local
142 final int index = mCheeses.indexOf(item.cheese);
155 Item item = new Item(); local
156 item.cheese = mCheeses.get(position)
163 final Item item = (Item) object; local
174 final Item item = (Item) object; local
    [all...]
TabLayoutUsage.java 87 // Setup the initially checked item
112 // Setup the initially checked item
160 final Item item = (Item) object; local
161 final int index = mCheeses.indexOf(item.cheese);
174 Item item = new Item(); local
175 item.cheese = mCheeses.get(position)
182 final Item item = (Item) object; local
193 final Item item = (Item) object; local
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
SpacerItem.java 27 * Dummy {@link Item} for dividers between different types of {@link Item}s.
29 class SpacerItem extends Item {
51 if (DEBUG) Log.d(TAG, "Ignoring click/hover on spacer item.");
  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 99 List<PickAdapter.Item> items = getItems();
107 * Handle clicking of dialog item by passing back
126 * method that calls through to {@link PickAdapter.Item#getIntent(Intent)}.
129 PickAdapter.Item item = (PickAdapter.Item) mAdapter.getItem(position); local
130 return item.getIntent(mBaseIntent);
140 protected List<PickAdapter.Item> getItems() {
142 List<PickAdapter.Item> items = new ArrayList<PickAdapter.Item>();
311 Item item = (Item) getItem(position); local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
StrGather.py 133 for Item in Ascii:
134 List.append('0x%2X' % ord(Item))
148 for Item in H_C_FILE_HEADER:
149 Str = WriteLine(Str, Item)
226 for Item in H_C_FILE_HEADER:
227 Str = WriteLine(Str, Item)
237 for Item in Array:
238 BinBuffer.write(pack("B", int(Item, 16)))
242 # Use ',' to join each item in an array, and break an new line when reaching the width (default is 16)
255 for Item in Array:
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_widgetmgr.cpp 34 m_mapWidgetItem[nullptr] = pdfium::MakeUnique<Item>();
43 Item* pItem = GetWidgetMgrItem(pWidget);
48 Item* pItem = GetWidgetMgrItem(pWidget);
53 Item* pItem = GetWidgetMgrItem(pWidget);
64 Item* pItem = GetWidgetMgrItem(pWidget);
69 Item* pItem = GetWidgetMgrItem(pWidget);
74 Item* pItem = GetWidgetMgrItem(pWidget);
79 Item* pItem = GetWidgetMgrItem(pWidget);
90 Item* pItem = GetWidgetMgrItem(pWidget);
100 Item* pItem = GetWidgetMgrItem(pWidget)
175 auto item = pdfium::MakeUnique<Item>(pParent); local
185 auto item = pdfium::MakeUnique<Item>(pChild); local
224 auto item = pdfium::MakeUnique<Item>(pOwner); local
234 auto item = pdfium::MakeUnique<Item>(pOwned); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardData.java 35 * Description about data list used in the DashboardAdapter. In the data list each item can be
38 * ItemsData has inner class Item, which represents the Item in data list.
52 private final List<Item> mItems;
85 public List<Item> getItemList() {
94 for (final Item item : mItems) {
95 if (item.id == id) {
96 return item.entity;
133 final Object item = mItems.get(i).entity local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignment.py 134 # Should only have one ArchString Item.
399 for Item in SpecialCommentsList[Key]:
401 Hob.SetHobType(Item.GetHobType())
402 Hob.SetUsage(Item.GetUsage())
403 Hob.SetSupArchList(Item.GetSupArchList())
404 if Item.GetHelpString():
408 HelpTextObj.SetString(Item.GetHelpString())
414 for Item in SpecialCommentsList[Key]:
416 Event.SetEventType(Item.GetEventType())
417 Event.SetUsage(Item.GetUsage())
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DscClassObject.py 212 # Update all defines item in database
    [all...]
Dictionary.py 68 # @param key: The key of the item to be printed
75 for Item in List:
76 print Item
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
TableEotReport.py 75 for Item in self.Cur:
76 return Item[0
  /external/clang/test/Analysis/
malloc.cpp 57 void push_back(void *Item) {
58 storage[length++] = Item;
  /external/compiler-rt/lib/esan/
esan_circular_buffer.h 58 void push_back(const T &Item) {
61 Data[ArrayIdx] = Item;
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIADataStream.cpp 42 StreamData->Item(Index, 0, &RecordSize, nullptr);
47 if (S_OK != StreamData->Item(Index, RecordSize, &RecordSize, &Record[0]))
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_list.c 35 struct rc_list * rc_list(struct memory_pool * pool, void * item)
38 new->Item = item;
86 fprintf(stderr, "%p->", list->Item);
  /external/pdfium/core/fpdfapi/edit/
editint.h 21 struct Item {
36 std::vector<Item> m_Items;
  /external/skia/experimental/iOSSampleApp/Shared/
SkOptionsTableViewController.h 8 const SkOSMenu::Item* fItem;
10 @property (nonatomic, assign) const SkOSMenu::Item* fItem;

Completed in 867 milliseconds

1 2 3 4 5 67 8 91011>>