/packages/apps/Contacts/src/com/android/contacts/vcard/ |
ImportVCardActivity.java | 778 final String[] items = new String[ImportTypeSelectedListener.IMPORT_TYPE_SIZE]; local 779 items[ImportTypeSelectedListener.IMPORT_ONE] = 781 items[ImportTypeSelectedListener.IMPORT_MULTIPLE] = 783 items[ImportTypeSelectedListener.IMPORT_ALL] = 785 builder.setSingleChoiceItems(items, ImportTypeSelectedListener.IMPORT_ONE, listener); 799 CharSequence[] items = new CharSequence[size]; local [all...] |
/sdk/traceview/src/com/android/traceview/ |
ProfileView.java | 313 TreeItem[] items = tree.getSelection(); local 314 if (items.length != 0) { 315 tree.setTopItem(items[0]); 317 tree.showItem(items[0]);
|
/dalvik/vm/arch/arm/ |
CallOldABI.S | 120 @ want the first two items in argv to end up in r2/r3. 139 @ safe to load two items out of argv even if we're at the end.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BitSet.cs | 76 public BitSet(IEnumerable<int> items) 78 foreach (int i in items)
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BitSet.cs | 81 public BitSet( IEnumerable<int> items ) 84 foreach ( int i in items )
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/ |
__init__.py | 311 oauth_params = ((k, v) for k, v in self.items() 339 for k, v in self.items(): 369 items = [] 374 # so we unpack sequence values into multiple items for sorting. 376 items.extend((key, item) for item in value) 378 items.append((key, value)) 383 url_items = self._split_url_string(query).items() 385 items.extend(non_oauth_url_items) 387 encoded_str = urllib.urlencode(sorted(items))
|
/external/clang/utils/analyzer/ |
CmpRuns.py | 34 def items(self): member in class:multidict 35 return self.data.items()
|
/external/dbus/test/ |
unused-code-gc.py | 58 for (name, syms) in symbols.items(): 221 for (k, v) in symbols.items():
|
/external/quake/quake/src/WinQuake/ |
sv_main.cpp | 581 int items; local 624 // stuff the sigil bits into the high bits of items for sbar, or else 627 items = (int)ent->u.v.items | ((int)ent->u.v.items2 << 23); 632 items = (int)ent->u.v.items | ((int)val->_float << 23); 634 items = (int)ent->u.v.items | ((int)pr_global_struct->serverflags << 28); 682 MSG_WriteLong (msg, items);
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
TestGrouping.java | 169 private <T> List<T> select(Collection<T> items, Predicate<T> predicate) { 171 for (T item : items) {
|
/gdk/samples/quake/jni/ |
sv_main.cpp | 581 int items; local 624 // stuff the sigil bits into the high bits of items for sbar, or else 627 items = (int)ent->u.v.items | ((int)ent->u.v.items2 << 23); 632 items = (int)ent->u.v.items | ((int)val->_float << 23); 634 items = (int)ent->u.v.items | ((int)pr_global_struct->serverflags << 28); 682 MSG_WriteLong (msg, items);
|
/packages/apps/Stk/src/com/android/stk/ |
StkMenuActivity.java | 262 // Bind list adapter to the items list. 285 mStkMenu.items, mStkMenu.itemsIconSelfExplanatory); 306 item = mStkMenu.items.get(position);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ListViewTest.java | 679 List<String> items = Lists.newArrayList("hello"); local 680 Adapter<String> adapter = new Adapter<String>(mActivity, 0, items); 703 List<String> items = Lists.newArrayList("hello"); local 704 Adapter<String> adapter = new Adapter<String>(mActivity, 0, items); 715 items.remove(0);
|
/external/icu4c/test/cintltst/ |
usettest.c | 36 const char* items); 356 const char* items) { 357 const char* p = items; 376 if (uset_isEmpty(set) != (strlen(items)==0)) { 379 strlen(items)==0 ? "TRUE" : "FALSE"); 394 log_data_err("FAIL: ran out of items iterating %s (Are you missing data?)\n", pat);
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8DOMWindowCustom.cpp | 505 // Search named items in the document. 510 RefPtr<HTMLCollection> items = doc->windowNamedItems(propName); local 511 if (items->length() >= 1) { 512 if (items->length() == 1) 513 return toV8(items->firstItem()); 514 return toV8(items.release());
|
/external/webkit/Source/WebKit/win/ |
WebHistoryItem.cpp | 246 CFStringRef* items = new CFStringRef[size]; local 248 items[i] = redirectURLs->at(i).createCFString(); 249 CFArrayRef result = CFArrayCreate(0, (const void**)items, size, &kCFTypeArrayCallBacks); 251 CFRelease(items[i]); 252 delete[] items;
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DockService.java | 480 CharSequence[] items = initBtSettings(device, state, firstTime); local 486 ab.setMultiChoiceItems(items, mCheckedItems, mMultiClickListener); 598 CharSequence[] items = new CharSequence[numOfProfiles]; local 603 items[0] = getString(R.string.bluetooth_dock_settings_headset); 604 items[1] = getString(R.string.bluetooth_dock_settings_a2dp); 620 items[0] = getString(R.string.bluetooth_dock_settings_a2dp); 630 return items; [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
LogCatPanel.java | 541 saveToLog.setToolTipText("Export Selected Items To Text File.."); 643 t.setName("Saving selected items to logfile.."); 682 // Get items from the table's input as opposed to getting each table item's data. 705 Object[] items = msgList.toArray(); local 706 List<LogCatMessage> filteredItems = new ArrayList<LogCatMessage>(items.length); 709 for (Object item : items) { [all...] |
/bootable/recovery/ |
screen_ui.cpp | 420 void ScreenRecoveryUI::StartMenu(const char* const * headers, const char* const * items, 432 if (items[i-menu_top] == NULL) break; 433 strncpy(menu[i], items[i-menu_top], text_cols-1);
|
recovery.cpp | 433 get_menu_selection(const char* const * headers, const char* const * items, 436 // accidentally trigger menu items. 439 ui->StartMenu(headers, items, initial_selection); 629 const char* items[] = { " No", local 642 int chosen_item = get_menu_selection(title_headers, items, 1, 0, device);
|
/external/chromium/chrome/browser/extensions/ |
extension_context_menu_browsertest.cc | 26 // RenderViewContextMenu where extension items get added and executed. 167 // This gets all the items that any extension has registered for possible 218 // those items to matching pages. 220 ExtensionTestMessageListener listener("created items", false); 224 // Wait for the js test code to create its two items with patterns. 227 // Check that a document url that should match the items' patterns appears. 261 ExtensionMenuItem::List items = GetItems(); local 262 ASSERT_EQ(1u, items.size()); 263 ExtensionMenuItem* item = items.at(0); 287 // In the separators test we build a submenu with items and separators in tw [all...] |
/external/clang/tools/scan-build/ |
c++-analyzer | 159 my @items = quotewords('\s+', 0, $line); 160 my $cmd = shift @items; 162 return \@items;
|
ccc-analyzer | 159 my @items = quotewords('\s+', 0, $line); 160 my $cmd = shift @items; 162 return \@items;
|
/external/libxslt/libxslt/ |
xsltutils.c | 321 if (list->items == NULL) { 324 list->items = (void **) xmlMalloc( 326 if (list->items == NULL) { 335 list->items = (void **) xmlRealloc(list->items, 337 if (list->items == NULL) { 344 list->items[list->number++] = item; 387 if (list->items != NULL) 388 xmlFree(list->items); 402 if (list->items != NULL) [all...] |
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
TypographyDetector.java | 232 NodeList items = child.getChildNodes(); local 233 for (int j = 0, m = items.getLength(); j < m; j++) { 234 Node item = items.item(j);
|