/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlertDialogSamples.java | 125 String[] items = getResources().getStringArray(R.array.select_dialog_items); 127 .setMessage("You selected: " + which + " , " + items[which]) 280 /* Display a list of items */
|
/external/oprofile/libpopt/ |
popt.c | 1127 poptItem * items, item; local 1132 items = &con->execs; 1136 items = &con->aliases; 1144 *items = realloc((*items), ((*nitems) + 1) * sizeof(**items)); 1145 if ((*items) == NULL) 1148 item = (*items) + (*nitems); [all...] |
popthelp.c | 468 * @param items alias/exec array 474 /*@null@*/ poptItem items, int nitems, size_t left, 482 if (items != NULL) 483 for (i = 0, item = items; i < nitems; i++, item++) {
|
/external/webkit/WebKitTools/CodeCoverage/ |
regenerate-coverage-display | 316 for f, covinfo in per_file.items(): 318 for f, covinfo in per_dir.items():
|
/external/v8/tools/ |
tickprocessor.py | 167 known_funcs_items = self.known_funcs.items(); 466 items = region_ticks.items() 467 items.sort(key=lambda e: e[1][1], reverse=True) 468 for (name, ticks) in items: 483 all_stacks_items = all_stacks.items();
|
consarray.js | 33 * when concatenating on large (10K items) arrays due to memory copying.
|
/external/libxml2/ |
xmlschemas.c | 354 void **items; /* used for dynamic addition of schemata */ member in struct:_xmlSchemaItemList 4012 xmlSchemaTreeItemPtr *items = (xmlSchemaTreeItemPtr *) list->items; local 20726 xmlSchemaTreeItemPtr item, *items; local [all...] |
/external/chromium/third_party/icu/source/i18n/ |
dtptngen.cpp | 457 UnicodeString field = fp->items[i]; [all...] |
/external/icu4c/i18n/ |
dtptngen.cpp | 452 UnicodeString field = fp->items[i]; [all...] |
/external/clearsilver/python/examples/base/ |
odb.py | 132 for name, tbl in self._tables.items(): 174 for attrname, tbl in self._tables.items(): 188 for attrname, tbl in self._tables.items(): 189 for indexName, (columns, unique) in tbl.getIndices().items(): 197 for attrname, tbl in self._tables.items(): 352 for colname, row in dbcolumns.items(): 590 for k,v in enum_values.items(): 1341 def items(self): member in class:Row [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
ListViewTest.java | 314 @ToBeFixed(bug="2031502", explanation="setItemChecked(i,false) always unchecks all items") 989 List<String> items = Lists.newArrayList("hello"); local 990 Adapter<String> adapter = new Adapter<String>(mActivity, 0, items); 1025 List<String> items = Lists.newArrayList("hello"); local [all...] |
/external/clearsilver/python/ |
neo_cgi.c | 692 PyObject *items; local 697 items = PyObject_GetAttrString(wrap->p_env, "items"); 698 if (items == NULL) 700 ne_warn ("p_iterenv: Unable to get items method"); 704 env_list = PyEval_CallObject(items, NULL); 705 Py_DECREF(items); 708 ne_warn ("p_iterenv: Unable to call items method");
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8DOMWindowCustom.cpp | 740 // Search named items in the document. 745 RefPtr<HTMLCollection> items = doc->windowNamedItems(propName); local 746 if (items->length() >= 1) { 747 if (items->length() == 1) 748 return toV8(items->firstItem()); 749 return toV8(items.release());
|
/external/webkit/WebKitTools/Scripts/ |
prepare-ChangeLog | [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
regress-111557.js | [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
png.c | 154 png_zalloc(voidpf png_ptr, uInt items, uInt size) 162 if (items > PNG_UINT_32_MAX/size) 167 num_bytes = (png_uint_32)items * size; 352 /* free text item num or (if num == -1) all text items */
|
/external/qemu/ |
monitor.c | 236 monitor_printf(mon, "Log items (comma separated):\n"); 516 static void do_log(Monitor *mon, const char *items) 520 if (!strcmp(items, "none")) { 523 mask = cpu_str_to_log_mask(items); [all...] |
loader.c | 373 static void *zalloc(void *x, unsigned items, unsigned size) 377 size *= items;
|
/external/quake/quake/src/WinQuake/ |
cl_parse.cpp | 544 if (cl.items != i) 548 if ( (i & (1<<j)) && !(cl.items & (1<<j))) 550 cl.items = i;
|
/external/wpa_supplicant/ |
dbus_dict_helpers.c | 567 * @param items The array of strings 574 const char **items, 582 if (!items && (num_items != 0)) 592 items[i]))
|
/external/wpa_supplicant_6/wpa_supplicant/ |
dbus_dict_helpers.c | 565 * @param items The array of strings 572 const char **items, 580 if (!items && (num_items != 0)) 590 items[i]))
|
/packages/apps/Calendar/src/com/android/calendar/ |
EditEvent.java | 1031 CharSequence[] items; local [all...] |
/packages/apps/Stk/src/com/android/stk/ |
StkAppService.java | 748 for (Item item : menu.items) { 758 if (mCurrentMenu.items.size() == 1 && 759 mCurrentMenu.items.get(0) == null) { 763 StkLog.d(this, "Unable to get Menu's items size");
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
DevicePanel.java | 725 TreeItem[] items = mTree.getSelection(); local 730 if (items.length == 1) { 731 Object object = items[0].getData();
|
/external/quake/quake/src/QW/server/ |
sv_ccmds.c | 271 sv_player->v.items = (int)sv_player->v.items | IT_SHOTGUN<< (t[0] - '2');
|