/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
String.py | 731 # 1. Replace "'" with "''" in each item of StringList
782 for Item in List:
783 Str = Str + Item + Split
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
ScrollController.java | 73 * Align center of the item 78 * Align left/top of the item 83 * Align right/bottom of the item 133 * fixed 0, but mScrollCenter is still decreasing, so we can move focus from the item which 146 * last item of ListAdapter and set the value to center of last child 213 public static class Item { 220 public Item() { 240 /** set low bound, high bound and index for the item */ [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-site-plugin/3.3/ |
maven-site-plugin-3.3.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-site-plugin/3.3/ |
maven-site-plugin-3.3.jar | |
/dalvik/dx/src/com/android/dx/cf/code/ |
BasicBlocker.java | 355 ByteCatchList.Item item = catches.get(i); local 356 int start = item.getStartPc(); 357 int end = item.getEndPc(); 361 addWorkIfNecessary(item.getHandlerPc(), true);
|
/dalvik/dx/src/com/android/dx/command/dump/ |
BlockDumper.java | 258 ByteCatchList.Item one = catches.get(j);
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NoteEditor.java | 330 // implement the ALTERNATIVE_ACTION for our data, adding a menu item 364 * This method is called when a menu item is selected. Android passes in the selected item. 368 * @param item The selected MenuItem 369 * @return True to indicate that the item was processed, and no further work is necessary. False 373 public boolean onOptionsItemSelected(MenuItem item) { 375 switch (item.getItemId()) { 389 return super.onOptionsItemSelected(item); 412 // Gets the first item from the clipboard data 413 ClipData.Item item = clip.getItemAt(0) local [all...] |
/external/webrtc/talk/media/devices/ |
win32devicemanager.cc | 290 hr = devices->Item(i, &device);
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
StaggeredGridLayoutManagerTest.java | 126 assertEquals("first completely visible item from span 0 should be 0", 0, into[0]); 127 assertEquals("first completely visible item from span 1 should be 1", 1, into[1]); 129 assertEquals("last completely visible item from span 0 should be 4", 4, into[0]); 130 assertEquals("last completely visible item from span 1 should be 1", 1, into[1]); 231 final Map<Item, Rect> desiredPositions = mLayoutManager.collectChildCoordinates(); 242 // item should be positioned properly 274 Item item = mItems.get(position); 275 holder.mBoundItem = item; 277 item.mText + " (" + item.mId + ")") [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
AddItemActivity.java | 169 ClipData data = new ClipData(description, new ClipData.Item("")); 187 WidgetItem item = new WidgetItem(shortcutInfo); local 189 mWidgetCell.applyFromCellItem(item, mApp.getWidgetCache()); 210 WidgetItem item = new WidgetItem(widgetInfo, getPackageManager(), mIdp); local 212 mWidgetCell.applyFromCellItem(item, mApp.getWidgetCache());
|
/packages/apps/Nfc/src/com/android/nfc/ |
BeamShareActivity.java | 159 ClipData.Item item = clipData.getItemAt(i); local 161 Uri uri = item.getUri(); 164 plainText = item.coerceToText(this).toString();
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mmdeviceapi.h | 464 virtual HRESULT STDMETHODCALLTYPE Item( 493 HRESULT (STDMETHODCALLTYPE *Item)( 512 #define IMMDeviceCollection_Item(This,nDevice,ppdevice) (This)->lpVtbl->Item(This,nDevice,ppdevice) 529 return This->lpVtbl->Item(This,nDevice,ppdevice); [all...] |
msinkaut.h | 563 virtual HRESULT STDMETHODCALLTYPE Item( 565 IInkExtendedProperty **Item) = 0; 641 HRESULT (STDMETHODCALLTYPE *Item)( 644 IInkExtendedProperty **Item); 684 #define IInkExtendedProperties_Item(This,Identifier,Item) (This)->lpVtbl->Item(This,Identifier,Item) 720 static FORCEINLINE HRESULT IInkExtendedProperties_Item(IInkExtendedProperties* This,VARIANT Identifier,IInkExtendedProperty **Item) { 721 return This->lpVtbl->Item(This,Identifier,Item); [all...] |
xmltrnsf.h | 266 virtual HRESULT WINAPI Item(BSTR strObjectPath,__LONG32 iFlags,IXMLDOMDocument **ppXMLDocument) = 0; 282 HRESULT (WINAPI *Item)(ISWbemXMLDocumentSet *This,BSTR strObjectPath,__LONG32 iFlags,IXMLDOMDocument **ppXMLDocument); 300 #define ISWbemXMLDocumentSet_Item(This,strObjectPath,iFlags,ppXMLDocument) (This)->lpVtbl->Item(This,strObjectPath,iFlags,ppXMLDocument)
|
msimcsdk.h | [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
DragDropTest.java | 78 private static boolean equal(ClipData.Item i1, ClipData.Item i2) { 133 return new ClipData(createClipDescription(), new ClipData.Item("TestText"));
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_optimize.c | 791 for (var = writer_list->Item; var; var = var->Friend) { 818 for (var = writer_list->Item; var; var = var->Friend) { 819 struct rc_variable * writer = writer_list->Item;
|
/external/pdfium/xfa/fxfa/parser/ |
xfa_object.h | 718 virtual CXFA_Node* Item(int32_t iIndex) = 0; [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
MetaFileParser.py | 288 for Item in GetSplitValueList(self._CurrentLine[1:-1], TAB_COMMA_SPLIT):
289 if Item == '':
291 ItemList = GetSplitValueList(Item, TAB_SPLIT)
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
InfDefineObject.py | 477 for Item in TypeList:
478 if Item not in DT.MODULE_LIST:
479 ErrorInInf(ST.ERR_INF_PARSER_DEFINE_FROMAT_INVALID%(Item),
[all...] |
/external/protobuf/src/google/protobuf/ |
wire_format_unittest.cc | 445 raw.item(0).type_id()); 448 raw.item(1).type_id()); 449 EXPECT_EQ(kUnknownTypeId, raw.item(2).type_id()); 452 EXPECT_TRUE(message1.ParseFromString(raw.item(0).message())); 456 EXPECT_TRUE(message2.ParseFromString(raw.item(1).message())); 459 EXPECT_EQ("bar", raw.item(2).message()); 518 unittest::RawMessageSet::Item* item = raw.add_item(); local 519 item->set_type_id( 523 message.SerializeToString(item->mutable_message()) 527 unittest::RawMessageSet::Item* item = raw.add_item(); local 536 unittest::RawMessageSet::Item* item = raw.add_item(); local [all...] |
/art/dexlayout/ |
dex_visualize.cc | 105 void DumpAddressRange(const dex_ir::Item* item, int class_index) { 106 if (item != nullptr) { 107 DumpAddressRange(item->GetOffset(), item->GetSize(), class_index); 270 // TODO(jeffhao): get TypeList from class_def to use Item interface.
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
GenPcdDb.py | 275 # The class holds the Pcd database items. ItemSize if not zero should match the item datum type in the C structure.
391 # The only variable table is stringtable, it is not Composite item, should not reach here
608 ## Find the index in two list where the item matches the key separately
[all...] |
/external/webrtc/webrtc/modules/audio_device/win/ |
audio_device_core_win.cc | [all...] |
/frameworks/base/tools/aapt2/ |
Debug.cpp | 113 void VisitItem(Item* item) override { item->Print(&std::cout); }
|