/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
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 | 51 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 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...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
FvImage.py | 145 for Item in EotGlobalData.gArchProtocolGuids:
146 if Item.lower() not in EotGlobalData.gProtocolList:
164 Item = Depex.Expression[Index]
165 if Item == 0x00:
170 elif Item == 0x01:
175 elif Item == 0x02:
185 elif Item == 0x03 or Item == 0x04:
186 DepexStack.append(eval(str(DepexStack.pop()) + ' ' + Depex._OPCODE_STRING_[Item].lower() + ' ' + str(DepexStack.pop())))
187 DepexList.append(str(DepexList.pop()) + ' ' + Depex._OPCODE_STRING_[Item].upper() + ' ' + str(DepexList.pop())) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/ |
IniToXml.py | 461 for Item in Maps:
462 Map = Item[1]
469 IniParseError(ST.ERR_KEYWORD_MANDATORY % (Item[0] + '.FileList'), IniFile, LastIndex+1)
472 IniParseError(ST.ERR_KEYWORD_MANDATORY % (Item[0] + '.Name'), IniFile, LastIndex+1)
|
/external/dynamic_depth/includes/dynamic_depth/ |
camera.h | 86 // refers to the JPEG container image. An Item element is generated for the 93 std::vector<std::unique_ptr<Item>>* items);
|
depth_map.h | 10 #include "dynamic_depth/item.h" 93 const DepthMapParams& params, std::vector<std::unique_ptr<Item>>* items);
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
CapabilityPolling.java | 115 int item = intent.getIntExtra(ImsConfig.EXTRA_CHANGED_ITEM, -1); 116 if ((ImsConfig.ConfigConstants.CAPABILITIES_POLL_INTERVAL == item) || 117 (ImsConfig.ConfigConstants.CAPABILITIES_CACHE_EXPIRATION == item)) { 119 } else if ((ImsConfig.ConfigConstants.VLT_SETTING_ENABLED == item) || 120 (ImsConfig.ConfigConstants.LVC_SETTING_ENABLED == item) || 121 (ImsConfig.ConfigConstants.EAB_SETTING_ENABLED == item)) { 472 List<Contacts.Item> list = null; 494 list = new ArrayList<Contacts.Item>(); 503 Contacts.Item item = new Contacts.Item(id) local 602 Contacts.Item item = new Contacts.Item(id); local [all...] |
/external/libtextclassifier/actions/ |
lua-actions.cc | 42 int LuaActionsSuggestions::TensorViewIterator::Item(
|
/external/pdfium/fxjs/xfa/ |
cjx_list.cpp | 21 {"item", item_static}, 74 CJS_Return CJX_List::item(CJS_V8* runtime, function in class:CJX_List 85 GetXFAList()->Item(cast_index),
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
DebugLinesSubsection.h | 74 LineColumnEntry &Item);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
LinePrinter.cpp | 32 bool IsItemExcluded(llvm::StringRef Item, 35 if (Item.empty()) 38 auto match_pred = [Item](llvm::Regex &R) { return R.match(Item); }; 41 // filters, and none of them include this item, them item is gone.
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
RandomAccessVisitorTest.cpp | 60 static size_t length(const CVType &Item) { return Item.length(); } 61 static ArrayRef<uint8_t> bytes(const CVType &Item) { return Item.data(); } 292 // * Don't visit the last item in one chunk, ensuring that visitation stops 382 // Figure out the byte offset of the second item.
|
/external/swiftshader/third_party/subzero/src/ |
IceRegAlloc.h | 81 /// Move an item from the From set to the To set. From[Index] is pushed onto 82 /// the end of To[], then the item is efficiently removed from From[] by 83 /// effectively swapping it with the last item in From[] and then popping it 113 void dumpLiveRangeTrace(const char *Label, const Variable *Item);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
VfrUtilityLib.cpp | 475 SConfigItem *Item;
483 for (Item = mItemListHead; Item != NULL; Item = Item->mNext) {
484 if (Item->mId != NULL || Item->mInfoStrList == NULL) {
487 fprintf (pFile, "\nunsigned char %s%sBlockName[] = {", BaseName, Item->mName);
490 for (Info = Item->mInfoStrList; Info != NULL; Info = Info->mNext) {
495 for (Info = Item->mInfoStrList; Info != NULL; Info = Info->mNext) { [all...] |
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
ConstraintTest.java | 86 new ClipData.Item(mFirstUri)); 88 new ClipData.Item(mSecondUri));
|
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/ |
ConstraintTest.java | 90 new ClipData.Item(mFirstUri)); 92 new ClipData.Item(mSecondUri));
|
/developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/ |
CustomVirtualView.java | 103 Item item = mVirtualViews.get(id); local 105 if (item == null) { 106 Log.w(TAG, "No item for id " + id); 110 if (!item.editable) { 111 showError(context.getString(R.string.message_autofill_readonly, item.text)); 118 + ": expectedType=" + Util.getAutofillTypeAsString(item.type) 119 + "(" + item.type + "), value=" + value); 122 if (value.isText() && item.type == AUTOFILL_TYPE_TEXT) { 123 item.text = value.getTextValue() 153 Item item = mVirtualViews.valueAt(i); local [all...] |
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/ |
CustomVirtualView.java | 103 Item item = mVirtualViews.get(id); local 105 if (item == null) { 106 Log.w(TAG, "No item for id " + id); 110 if (!item.editable) { 111 showError(context.getString(R.string.message_autofill_readonly, item.text)); 118 + ": expectedType=" + Util.getAutofillTypeAsString(item.type) 119 + "(" + item.type + "), value=" + value); 122 if (value.isText() && item.type == AUTOFILL_TYPE_TEXT) { 123 item.text = value.getTextValue() 153 Item item = mVirtualViews.valueAt(i); local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
ClipboardSample.java | 146 ClipData.Item item = clip.getItemAt(0); local 147 if (item.getHtmlText() != null) { 149 } else if (item.getText() != null) { 151 } else if (item.getIntent() != null) { 153 } else if (item.getUri() != null) { 164 ClipData.Item item = clip.getItemAt(0); local 170 mDataText.setText(item.getText()); 173 mDataText.setText(item.getHtmlText()) [all...] |
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/QemuFwCfgLib/ |
QemuFwCfgLib.c | 181 Selects a firmware configuration item for reading.
183 Following this call, any data read from this item will start from the
184 beginning of the configuration item's data.
186 @param[in] QemuFwCfgItem Firmware Configuration item to read
311 the firmware configuration item where the previous read ended.
335 of the firmware configuration item where the previous write ended.
361 @return Value of Firmware Configuration item read
380 @return Value of Firmware Configuration item read
399 @return Value of Firmware Configuration item read
418 @return Value of Firmware Configuration item read [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
TargetTxtClassObject.py | 158 # @param key: The key of the item to be printed
165 for Item in List:
166 print Item
|