/external/chromium/chrome/browser/tab_contents/ |
render_view_context_menu.h | 101 // This is a helper function to append items for one particular extension. 106 // Used for recursively adding submenus of extension items. 108 const std::vector<ExtensionMenuItem*>& items,
|
tab_contents_view_gtk.h | 71 const std::vector<WebMenuItem>& items,
|
tab_contents_view_mac.h | 87 const std::vector<WebMenuItem>& items,
|
/external/chromium/chrome/browser/ui/views/importer/ |
import_progress_dialog_view.h | 30 // |items| is a bitmask of importer::ImportItem being imported. 34 uint16 items, 83 // Items to import from the other browser
|
/external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/ |
sample.js | 33 // Create some radio items.
46 // Create some checkbox items.
|
/external/chromium/googleurl/ |
PRESUBMIT.py | 107 items=cr_files))
|
/external/clang/utils/ |
CaptureCmd | 49 env = os.environ.items()
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
FieldIdsSection.java | 50 public Collection<? extends Item> items() { method in class:FieldIdsSection
|
MethodIdsSection.java | 50 public Collection<? extends Item> items() { method in class:MethodIdsSection
|
Section.java | 25 * of items of some sort or other. 219 * Gets the collection of all the items in this section. 222 * @return {@code non-null;} the items 224 public abstract Collection<? extends Item> items(); method in class:Section
|
/external/icu4c/tools/toolutil/ |
package.h | 57 * but the items are left unswapped. 61 * Write a .dat package file with the items in this object. 65 * Also, the items themselves are swapped in-place 74 // find the item in items[], return the non-negative index if found, else the binary-not of the insertion point 79 * indexes for items whose names match the pattern. 122 * @param check will be called with context and any missing items 153 Item *items; member in class:Package
|
/external/webkit/PerformanceTests/SunSpider/resources/ |
sunspider-analyze-results.js | 124 function standardDeviation(mean, items) 127 for (var i = 0; i < items.length; i++) { 128 var delta = items[i] - mean; 131 variance = deltaSquaredSum / (items.length - 1);
|
/external/webkit/Source/WebCore/dom/ |
Clipboard.h | 98 virtual PassRefPtr<DataTransferItems> items() = 0;
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebContextMenu.cpp | 70 const Vector<ContextMenuItem>& coreItems = menu->items();
|
/frameworks/base/tools/aidl/ |
aidl_language.h | 141 void (*document)(document_item_type* items);
|
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/ |
PhoneNumberInteractionTest.java | 222 List<PhoneItem> items = interaction.mPhoneList; local 223 assertNotNull(items); 224 assertEquals(2, items.size()); 226 PhoneItem item = items.get(0);
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
SharePopup.java | 242 ArrayList<HashMap<String, Object>> items = new ArrayList<HashMap<String, Object>>(); local 248 items.add(map); 255 mShareList.setNumColumns(items.size()); 260 SimpleAdapter listItemAdapter = new MySimpleAdapter(mContext, items,
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
RequesterTestActivity.java | 258 final CharSequence[] items = new CharSequence[peerList.size()]; local 261 items[i++] = dev.deviceName; 267 .setItems(items, new android.content.DialogInterface.OnClickListener() {
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
TitlesFragment.java | 146 /** Attaches an adapter to the fragment's ListView to populate it with items */ 149 String[] items = new String[cat.getEntryCount()]; local 151 items[i] = cat.getEntry(i).getName(); 154 R.layout.title_list_item, items)); 184 /** This defines how the draggable list items appear during a drag event */
|
/development/scripts/app_engine_server/gae_shell/ |
shell.py | 249 for name, val in session.globals_dict().items(): 276 for name, val in statement_module.__dict__.items(): 290 for name, val in new_globals.items():
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
BitSet.java | 61 public BitSet(List items) { 63 for (int i = 0; i < items.size(); i++) { 64 Integer v = (Integer) items.get(i);
|
/external/chromium/chrome/browser/importer/ |
importer_list.cc | 40 uint16 items = importer::NONE; local 41 if (!SafariImporter::CanImport(base::mac::GetUserLibraryPath(), &items)) 49 safari->services_supported = items;
|
/external/chromium/net/disk_cache/ |
stats.cc | 192 void Stats::GetItems(StatsItems* items) { 197 items->push_back(item); 203 items->push_back(item);
|
/external/libselinux/src/ |
label_android_property.c | 87 int items, len; local 103 items = sscanf(line_buf, "%255s %255s", prop, context); 104 if (items != 2) {
|
/external/markdown/markdown/ |
odict.py | 57 def items(self): member in class:OrderedDict 78 for k, v in dict_.items(): 112 return '{%s}' % ', '.join(['%r: %r' % (k, v) for k, v in self.items()])
|