/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)) 603 ClipData.Item item = clip.getItemAt(i); local 719 ClipData.Item item = clip.getItemAt(i); local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_pair_regalloc.c | 364 struct rc_reader * r = readers->Item; 564 rc_variable_compute_live_intervals(var_ptr->Item); 566 class_index = variable_get_class(var_ptr->Item, rc_class_list); 646 struct rc_variable * var_a = a->Item; 648 struct rc_variable * var_b = b->Item; 670 struct rc_variable * var = var_ptr->Item; 694 struct rc_variable * var = var_ptr->Item;
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_pair_regalloc.c | 364 struct rc_reader * r = readers->Item; 564 rc_variable_compute_live_intervals(var_ptr->Item); 566 class_index = variable_get_class(var_ptr->Item, rc_class_list); 646 struct rc_variable * var_a = a->Item; 648 struct rc_variable * var_b = b->Item; 670 struct rc_variable * var = var_ptr->Item; 694 struct rc_variable * var = var_ptr->Item;
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
OffsettedItem.java | 23 * An item in a Dalvik file which is referenced by absolute offset. 25 public abstract class OffsettedItem extends Item 35 * {@code null-ok;} section the item was added to, or {@code null} if 41 * {@code >= -1;} assigned offset of the item from the start of its section, 47 * Gets the absolute offset of the given item, returning {@code 0} 50 * @param item {@code null-ok;} the item in question 51 * @return {@code >= 0;} the item's absolute offset, or {@code 0} 52 * if {@code item == null} 54 public static int getAbsoluteOffsetOr0(OffsettedItem item) { [all...] |
StringIdsSection.java | 53 public Collection<? extends Item> items() {
|
TypeIdsSection.java | 50 public Collection<? extends Item> items() { 158 TypeIdItem item = typeIds.get(type); local 160 if (item == null) { 164 return item.getIndex();
|
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/ |
OffsettedItem.java | 23 * An item in a Dalvik file which is referenced by absolute offset. 25 public abstract class OffsettedItem extends Item 35 * {@code null-ok;} section the item was added to, or {@code null} if 41 * {@code >= -1;} assigned offset of the item from the start of its section, 47 * Gets the absolute offset of the given item, returning {@code 0} 50 * @param item {@code null-ok;} the item in question 51 * @return {@code >= 0;} the item's absolute offset, or {@code 0} 52 * if {@code item == null} 54 public static int getAbsoluteOffsetOr0(OffsettedItem item) { [all...] |
StringIdsSection.java | 51 public Collection<? extends Item> items() {
|
TypeIdsSection.java | 53 public Collection<? extends Item> items() { 163 TypeIdItem item = typeIds.get(type); local 165 if (item == null) { 169 return item.getIndex();
|
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...] |
/external/chromium_org/chrome/browser/ui/views/ |
new_avatar_menu_button_browsertest.cc | 109 const AvatarMenu::Item& menu_item_before =
|
/external/chromium_org/tools/gn/ |
target.h | 18 #include "tools/gn/item.h" 28 class Target : public Item { 49 // Item overrides.
|
/external/chromium_org/webkit/browser/blob/ |
blob_storage_host.cc | 42 const std::string& uuid, const BlobData::Item& data_item) {
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
OffsettedItem.java | 23 * An item in a Dalvik file which is referenced by absolute offset. 25 public abstract class OffsettedItem extends Item 35 * {@code null-ok;} section the item was added to, or {@code null} if 41 * {@code >= -1;} assigned offset of the item from the start of its section, 47 * Gets the absolute offset of the given item, returning {@code 0} 50 * @param item {@code null-ok;} the item in question 51 * @return {@code >= 0;} the item's absolute offset, or {@code 0} 52 * if {@code item == null} 54 public static int getAbsoluteOffsetOr0(OffsettedItem item) { [all...] |
StringIdsSection.java | 52 public Collection<? extends Item> items() {
|
TypeIdsSection.java | 50 public Collection<? extends Item> items() { 158 TypeIdItem item = typeIds.get(type); local 160 if (item == null) { 164 return item.getIndex();
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
AnnotationItem.java | 35 public class AnnotationItem extends Item<AnnotationItem> { 43 * @param dexFile The <code>DexFile</code> that this item belongs to 51 * @param dexFile The <code>DexFile</code> that this item belongs to 65 * @param dexFile The <code>DexFile</code> that this item belongs to
|
AnnotationSetRefList.java | 36 public class AnnotationSetRefList extends Item<AnnotationSetRefList> { 43 * @param dexFile The <code>DexFile</code> that this item belongs to 51 * @param dexFile The <code>DexFile</code> that this item belongs to 62 * @param dexFile The <code>DexFile</code> that this item belongs to
|
MapItem.java | 35 * This item represents a map_list item from the dex specification. It contains a 39 public class MapItem extends Item<MapItem> { 41 * This item is read in immediately after the HeaderItem, and the section info contained 42 * by this item is added to the ReadContext object, which is used when reading in the other 45 * This item should be placed last. It depends on the fact that the other sections 51 * @param dexFile The <code>DexFile</code> that this item belongs to
|
StringDataItem.java | 36 public class StringDataItem extends Item<StringDataItem> { 43 * @param dexFile The <code>DexFile</code> that this item belongs to 51 * @param dexFile The <code>DexFile</code> that this item belongs to 52 * @param stringValue The string value that this item represents 63 * @param dexFile The <code>DexFile</code> that this item belongs to 64 * @param value The string value that this item represents 130 * Get the string value of this item as a <code>String</code> 131 * @return the string value of this item as a String 164 //"getInterned..." style methods to make new items, and any item created
|
StringIdItem.java | 37 public class StringIdItem extends Item<StringIdItem> { 42 * @param dexFile The <code>DexFile</code> that this item belongs to 50 * @param dexFile The <code>DexFile</code> that this item belongs to 61 * @param dexFile The <code>DexFile</code> that this item will belong to 62 * @param stringValue The string value that this item represents 172 //"getInterned..." style methods to make new items, and any item created
|
TypeIdItem.java | 36 public class TypeIdItem extends Item<TypeIdItem> { 41 * @param dexFile The <code>DexFile</code> that this item belongs to 49 * @param dexFile The <code>DexFile</code> that this item will belong to 61 * @param dexFile The <code>DexFile</code> that this item will belong to 75 * @param dexFile The <code>DexFile</code> that this item will belong to 206 //"getInterned..." style methods to make new items, and any item created
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UT_element.java | 110 _RS_ASSERT("complexElem.getSizeBytes() == ScriptField_ComplexStruct.Item.sizeof", 111 complexElem.getBytesSize() == ScriptField_ComplexStruct.Item.sizeof);
|
/build/tools/releasetools/ |
ota_from_target_files | 142 class Item: 156 self.parent = Item.Get(os.path.dirname(name), dir=True) 177 cls.ITEMS[name] = Item(name, dir=dir) 227 sets the best_subtree of each directory Item to the (uid, gid, 229 descendants of that Item. 275 def recurse(item, current): 277 # item (and all its children) have already been set to. We only 280 if item.dir: 281 if current != item.best_subtree: 282 script.SetPermissionsRecursive("/"+item.name, *item.best_subtree [all...] |