/frameworks/base/core/java/android/service/textservice/ |
SpellCheckerService.java | 358 public SentenceTextInfoParams(TextInfo ti, ArrayList<SentenceWordItem> items) { 360 mItems = items; 361 mSize = items.size();
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/ |
DirListActivity.java | 160 public DirListAdapter(Activity context, ListItem[] items) { 161 super(context, R.layout.dirlist_row, items); 164 mItems = items;
|
/gdk/samples/quake/jni/ |
host_cmd.cpp | 1559 sv_player->u.v.items = (int)sv_player->u.v.items | HIT_PROXIMITY_GUN; 1561 sv_player->u.v.items = (int)sv_player->u.v.items | IT_GRENADE_LAUNCHER; 1564 sv_player->u.v.items = (int)sv_player->u.v.items | HIT_LASER_CANNON; 1566 sv_player->u.v.items = (int)sv_player->u.v.items | HIT_MJOLNIR; 1568 sv_player->u.v.items = (int)sv_player->u.v.items | (IT_SHOTGUN << (t[0] - '2')) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLTraceOptionsDialog.java | 225 List<String> items = new ArrayList<String>(devices.length); local 231 items.add(name); 233 mDeviceCombo.setItems(items.toArray(new String[0]));
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
StringIdsSection.java | 53 public Collection<? extends Item> items() { method in class:StringIdsSection
|
/dalvik/dx/src/com/android/dx/dex/file/ |
StringIdsSection.java | 52 public Collection<? extends Item> items() { method in class:StringIdsSection
|
/development/ndk/platforms/android-14/samples/native-media/jni/ |
native-media-jni.c | 306 XAAndroidBufferItem items[1]; local 307 items[0].itemKey = XA_ANDROID_ITEMKEY_DISCONTINUITY; 308 items[0].itemSize = 0; 313 dataCache + i*BUFFER_SIZE, bufferSize, items /*pMsg*/,
|
/external/bison/src/ |
state.h | 29 Each state of the machine is described by a set of items -- 32 state. These symbols at these items are the allowable inputs that 46 Each core contains a vector of NITEMS items which are the indices 47 in the RITEMS vector of the items that are selected in this state. 213 /* Its items. Must be last, since ITEMS can be arbitrarily large. 216 item_number items[1]; member in struct:state 222 /* Create a new state with ACCESSING_SYMBOL for those items. */
|
/external/chromium/chrome/browser/importer/ |
importer_unittest.cc | 105 int items = importer::HISTORY | importer::PASSWORDS | importer::FAVORITES; local 107 items = items | importer::SEARCH_ENGINES; 110 static_cast<Profile*>(NULL), items, make_scoped_refptr(writer), true)); 306 } items[] = { local 319 for (int i = 0; i < arraysize(items); ++i) { 320 HRESULT res = pstore->WriteItem(0, type, subtype, items[i].name, 321 items[i].data_size, reinterpret_cast<BYTE*>(items[i].data), [all...] |
toolbar_importer.h | 38 // This method is called to begin the import process. |items| should only 40 // items this importer supports. 42 uint16 items,
|
/external/chromium/chrome/browser/notifications/ |
balloon_host.h | 92 const std::vector<WebMenuItem>& items,
|
/external/chromium/chrome/browser/tab_contents/ |
background_contents.h | 103 const std::vector<WebMenuItem>& items,
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_view_gtk.h | 74 const std::vector<WebMenuItem>& items,
|
tab_contents_view_touch.h | 74 const std::vector<WebMenuItem>& items,
|
tab_contents_view_views.h | 67 const std::vector<WebMenuItem>& items,
|
/external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/ |
typedUrls.js | 35 // To look for history items visited in the last week, 76 // Ignore items unless the user typed the URL.
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
StringIdsSection.java | 52 public Collection<? extends Item> items() { method in class:StringIdsSection
|
/external/quake/quake/src/QW/progs/ |
progdefs.h | 98 float items;
member in struct:__anon11723
|
/external/quake/quake/src/QW/server/ |
progdefs.h | 117 float items; member in struct:__anon11771
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
domstringlistitem01.js | 78 Check implementation of DOMStringList.item by accessing items 0 and length-1 and expecting 79 a string and accessing items out of range and expecting null.
|
/external/webkit/PerformanceTests/SunSpider/resources/ |
sunspider-compare-results.js | 187 function standardDeviation(mean, items) 190 for (var i = 0; i < items.length; i++) { 191 var delta = items[i] - mean; 194 variance = deltaSquaredSum / (items.length - 1);
|
/external/webkit/Source/WebCore/platform/network/ |
BlobData.h | 161 const BlobDataItemList& items() const { return m_items; } function in class:WebCore::BlobData
|
/external/wpa_supplicant_6/wpa_supplicant/ |
dbus_dict_helpers.h | 93 const char **items,
|
/frameworks/wilhelm/tests/native-media/jni/ |
native-media-jni.c | 317 XAAndroidBufferItem items[1]; local 318 items[0].itemKey = XA_ANDROID_ITEMKEY_DISCONTINUITY; 319 items[0].itemSize = 0; 324 dataCache + i*BUFFER_SIZE, BUFFER_SIZE, items /*pMsg*/,
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
EditEventFragment.java | 506 * the standard menu items. Depends on the menu item ids matching the custom action bar button 573 CharSequence[] items; local 581 items = new CharSequence[1]; 583 items = new CharSequence[2]; 587 items = new CharSequence[2]; 589 items = new CharSequence[3]; 591 items[itemIndex++] = mContext.getText(R.string.modify_event); 593 items[itemIndex++] = mContext.getText(R.string.modify_all); 597 items[itemIndex++] = mContext.getText(R.string.modify_all_following); 606 .setItems(items, new OnClickListener() [all...] |