/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
CommandParams.java | 139 for (Item item : menu.items) {
|
/external/dbus/bus/ |
connection.c | [all...] |
/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/clearsilver/python/examples/base/ |
hdfhelp.py | 93 for col_name,value in self.items(): 115 for k,v in translate_dict.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);
|
client.h | 159 int items; // inventory bit flags member in struct:__anon6969
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
TestGrouping.java | 167 private <T> List<T> select(Collection<T> items, Predicate<T> predicate) { 169 for (T item : 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);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceChooser.java | 243 ResourceItem[] items = repo.getResources(mResourceType); local 245 for (ResourceItem item : items) {
|
/device/samsung/crespo/alsa-utils/amixer/ |
amixer.c | 588 unsigned int items = snd_ctl_elem_info_get_items(info); local 589 printf(",items=%u\n", items); 590 for (item = 0; item < items; item++) { 753 int i, items; local 756 items = snd_mixer_selem_get_enum_items(elem); 757 printf(" Items:"); 758 for (i = 0; i < items; i++) { 1181 int items, i, len; local 1400 int items, i, len; local [all...] |
/external/chromium/third_party/icu/source/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/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/WebKit/win/ |
WebHistoryItem.cpp | 250 CFStringRef* items = new CFStringRef[size]; local 252 items[i] = redirectURLs->at(i).createCFString(); 253 CFArrayRef result = CFArrayCreate(0, (const void**)items, size, &kCFTypeArrayCallBacks); 255 CFRelease(items[i]); 256 delete[] items;
|
/device/samsung/crespo/alsa-utils/alsactl/ |
init_parse.c | 345 unsigned int idx, idx2, count, items; local 379 items = pos ? pos - value : strlen(value); 380 if (items > 1 && value[items-1] == '%') { 383 } else if (items > 2 && value[items-2] == 'd' && value[items-1] == 'B') { 434 items = snd_ctl_elem_info_get_items(space->ctl_info); 435 for (idx2 = 0; idx2 < items; idx2++) { 448 if (idx2 >= items) { 633 unsigned int idx, items; local [all...] |
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DockService.java | 422 CharSequence[] items = initBtSettings(service, device, state, firstTime); local 428 ab.setMultiChoiceItems(items, mCheckedItems, service); 512 CharSequence[] items = new CharSequence[numOfProfiles]; local 516 items[0] = service.getString(R.string.bluetooth_dock_settings_headset); 517 items[1] = service.getString(R.string.bluetooth_dock_settings_a2dp); 533 items[0] = service.getString(R.string.bluetooth_dock_settings_a2dp); 544 return items; [all...] |
/bootable/recovery/ |
ui.c | 428 void ui_start_menu(char** headers, char** items, int initial_selection) { 439 if (items[i-menu_top] == NULL) break; 440 strncpy(menu[i], items[i-menu_top], text_cols-1);
|
recovery.c | 435 get_menu_selection(char** headers, char** items, int menu_only, 438 // accidentally trigger menu items. 441 ui_start_menu(headers, items, initial_selection); 614 char* items[] = { " No", local 627 int chosen_item = get_menu_selection(title_headers, items, 1, 0);
|
/external/clearsilver/scripts/ |
document.py | 186 for name, f in self._funcs.items(): 231 if not self._funcs.items(): return 232 for name, f in self._funcs.items():
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
GridLayer.java | 536 // In that case, we need to commit the respective Display Items when the 606 // The delta has changed, we have to compute the display items 635 ArrayList<MediaItem> items = set.getItems(); local 642 // ArrayUtils.computeSortedIntersection(items, 646 ArrayUtils.computeSortedIntersection(visibleItems, items, MAX_ITEMS_PER_SLOT, bestItems, mTempHash); 655 MediaItem item = items.get(currItemPos); 720 ArrayList<MediaItem> items = set.getItems(); local 721 int numItems = items.size(); 723 String itemUri = items.get(j).mContentUri; 1078 ArrayList<MediaItem> items = set.getItems(); local 1289 ArrayList<MediaItem> items = set.getItems(); local [all...] |
/external/webkit/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | 1180 Implements: function(items){ 1181 $splat(items).each(function(item){ 1295 One of the most important items in MooTools. Contains the dollar function, the dollars function, and an handful of cross-browser, 1319 var items = [], elements = true; 1322 items.push(returns); 1325 return (elements) ? new Elements(items) : items; [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
ClassDefsSection.java | 57 public Collection<? extends Item> items() { method in class:ClassDefsSection
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
main.py | 155 for obj_name, json_name in self.__FIELD_MAP.items():
|
/external/bison/src/ |
print_graph.c | 53 item_number *sitems = s->items; 56 /* Output all the items of a state, not only its kernel. */ 175 /* The labels of the nodes are their the items. */
|
/external/webkit/WebCore/inspector/front-end/ |
ProfilesPanel.js | 117 this.profileViewStatusBarItemsContainer.id = "profile-view-status-bar-items"; 142 var items = [this.enableToggleButton.element]; variable 150 items.push(button.element); 153 items.push(this.profileViewStatusBarItemsContainer); 154 return items;
|
/external/webkit/WebKit/qt/Api/ |
qwebpage_p.h | 70 QMenu* createContextMenu(const WebCore::ContextMenu* webcoreMenu, const QList<WebCore::ContextMenuItem>* items, QBitArray* visitedWebActions);
|