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

<<21222324252627282930>>

  /frameworks/base/tools/aapt2/
ResourceParser.cpp 415 if (resource_type == "item") {
418 // The default format for <item> is any. If a format attribute is present, that one will
427 << "<item> must have a 'type' attribute");
477 // This is an item, record its type and format and start parsing.
570 * Reads the entire XML subtree and attempts to parse it as some Item,
573 * an Item. If allowRawValue is false, nullptr is returned in this
576 std::unique_ptr<Item> ResourceParser::ParseXml(xml::XmlPullParser* parser,
606 std::unique_ptr<Item> processed_item =
1219 std::unique_ptr<Item> item = ParseXml(parser, typeMask, kNoRawString); local
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LinearLayoutManagerBaseConfigSetTest.java 76 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
RecyclerViewAnimationsTest.java 380 // This LM does not layout the additional item so it does predictive wrong.
381 // We should still handle it and animate persistence for this item
522 // TODO TEST ITEM INVALIDATION OR TYPE CHANGE IN BETWEEN
523 // TODO TEST ITEM IS RECEIVED FROM RECYCLER BUT NOT RE-ADDED
524 // TODO TEST ITEM ANIMATOR IS CALLED TO GET NEW INFORMATION ABOUT LOCATION
583 // now delete that item.
591 assertEquals("only 1 item is deleted", 1, animator.mRemoveVHs.size());
599 // Adapter binding the item to the initial accessibility option.
610 // Set up with 1 item.
629 // now delete that item
    [all...]
ItemAnimatorV2ApiTest.java 66 // changed item should not be laid out and should just receive disappear
127 // changed item should not be laid out and should just receive disappear
170 // changed item should not be laid out and should just receive disappear
495 adapter.mItems.add(2, new Item(2, "custom 1"));
496 adapter.mItems.add(3, new Item(3, "custom 2"));
694 public void endAnimation(RecyclerView.ViewHolder item) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtctl.h     [all...]
  /system/bt/stack/btm/
btm_ble_gap.cc 112 struct Item {
117 Item(uint8_t addr_type, BD_ADDR addr, std::vector<uint8_t> data)
123 std::list<Item>::iterator Find(uint8_t addr_type, BD_ADDR addr) {
135 std::list<Item> items;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/BPDG/
GenVpd.py 220 ValueList = [item.strip() for item in ValueList]
236 "The value item %s in byte array %s is an invalid HEX value.(File: %s Line: %s)" % \
244 "The value item %s in byte array %s is an invalid DECIMAL value.(File: %s Line: %s)" % \
249 "The value item %s in byte array %s do not in range 0 ~ 0xFF(File: %s Line: %s)" % \
561 # Delete the item's offset that has been fixed and added into fixed offset list
564 # After item added, should enlarge the length of fixed pcd offset list
609 # Delete the item's offset that has been fixed and added into fixed offset list
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
String.py 630 # Replace "'" with "''" in each item of StringList
657 for Item in List:
658 Str = Str + Item + Split
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
NetLib.h 823 Allocate an item to save the <Key, Value> pair to the head of the netmap.
825 Allocate an item to save the <Key, Value> pair and add corresponding node entry
835 @retval EFI_OUT_OF_RESOURCES Failed to allocate the memory for the item.
836 @retval EFI_SUCCESS The item is inserted to the head.
848 Allocate an item to save the <Key, Value> pair to the tail of the netmap.
850 Allocate an item to save the <Key, Value> pair and add corresponding node entry
860 @retval EFI_OUT_OF_RESOURCES Failed to allocate the memory for the item.
861 @retval EFI_SUCCESS The item is inserted to the tail.
873 Finds the key in the netmap and returns the point to the item containing the Key.
875 Iterate the Used doubly linked list of the netmap to get every item. Compare the key of every
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Input.c     [all...]
  /external/guava/guava-testlib/src/com/google/common/testing/
ClassSanityTester.java 40 import com.google.common.testing.RelationshipTester.Item;
585 // Each group is a List of items, each item has a list of factory args.
589 @Override String reportItem(Item<?> item) {
590 List<Object> factoryArgs = argGroups.get(item.groupNumber).get(item.itemNumber);
    [all...]
  /external/jarjar/lib/
asm-4.0.jar 
asm-commons-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-3.3.jar 
asm-commons-3.3.jar 
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorResult.java     [all...]
  /prebuilts/devtools/tools/lib/
asm-4.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
mop_test.go 1754 type Item struct {
1757 i := Item{}
1758 go func(p *Item) {
1759 *p = Item{}
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
mop_test.go 1754 type Item struct {
1757 i := Item{}
1758 go func(p *Item) {
1759 *p = Item{}
  /prebuilts/misc/common/asm/
asm-commons-5.2.jar 
  /prebuilts/misc/common/robolectric/lib/
asm-commons-5.0.1.jar 
  /prebuilts/tools/common/asm-tools/
asm-3.3.1.jar 
asm-4.0.jar 
asm-commons-4.0.jar 

Completed in 3293 milliseconds

<<21222324252627282930>>