/external/qemu/ |
loader.c | 373 static void *zalloc(void *x, unsigned items, unsigned size) 377 size *= items;
|
/external/quake/quake/src/QW/server/ |
sv_ccmds.c | 271 sv_player->v.items = (int)sv_player->v.items | IT_SHOTGUN<< (t[0] - '2');
|
/external/v8/tools/ |
consarray.js | 33 * when concatenating on large (10K items) arrays due to memory copying.
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
StkService.java | 547 if (menu.items.size() == 1 && menu.items.get(0) == null) { 551 StkLog.d(this, "Unable to get Menu's items size");
|
CommandParamsFactory.java | 524 menu.items.add(ValueParser.retrieveItem(ctlv)); 531 if (menu.items.size() == 0) { 537 // STK items are listed 1...n while list start at 0, need to 580 // Create a new array for all the icons (title and items).
|
/prebuilt/common/eclipse/ |
org.eclipse.jface_3.4.2.M20090107-0800.jar | |
/external/bison/src/ |
LR0.c | 116 /* See comments before new_itemsets. All the vectors of items 117 live inside KERNEL_ITEMS. The number of active items after 166 | record which items would be active after that shift. Uses the | 275 /* Find and count the active items that represent ends of rules. */ 358 now. itemset gets a vector of all the items that could be 360 closure (s->items, s->nitems);
|
/external/protobuf/python/ |
ez_setup.py | 252 data = [" %r: %r,\n" % it for it in md5_data.items()]
|
/external/quake/quake/src/WinQuake/ |
view.cpp | 444 if (cl.items & IT_QUAD) 451 else if (cl.items & IT_SUIT) 458 else if (cl.items & IT_INVISIBILITY) 465 else if (cl.items & IT_INVULNERABILITY)
|
/external/webkit/WebKit/mac/WebView/ |
WebViewInternal.h | 109 - (NSMenu *)_menuForElement:(NSDictionary *)element defaultItems:(NSArray *)items;
|
WebPDFView.mm | 340 // Start with the menu items supplied by PDFKit, with WebKit tags applied 341 NSMutableArray *items = [self _menuItemsFromPDFKitForEvent:theEvent]; 358 [items insertObject:item atIndex:0]; 361 [items insertObject:[NSMenuItem separatorItem] atIndex:1]; 363 // pass the items off to the WebKit context menu mechanism 366 NSMenu *menu = [webView _menuForElement:[self elementAtPoint:[self convertPoint:[theEvent locationInWindow] fromView:nil]] defaultItems:items]; 368 // The delegate has now had the opportunity to add items to the standard PDF-related items, or to 369 // remove or modify some of the PDF-related items. In 10.4, the PDF context menu did not go through 370 // the standard WebKit delegate path, and so the standard PDF-related items always appeared. Fo [all...] |
/external/webkit/WebKitTools/Scripts/ |
validate-committer-lists | 212 authors_and_last_commits = self._last_commit_by_author().items()
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
bugzilla_unittest.py | 206 for key, expected_value in expected.items():
|
/frameworks/base/media/libstagefright/rtsp/ |
MyHandler.h | 892 const AString &s, const char *separator, List<AString> *items) { 893 items->clear(); 899 items->push_back(AString(s, start, s.size() - start)); 903 items->push_back(AString(s, start, offset - start)); [all...] |
/packages/apps/Contacts/src/com/android/contacts/ui/ |
ContactsPreferencesActivity.java | 242 String[] items = new String[] { local 249 .setSingleChoiceItems(items, -1, new DialogInterface.OnClickListener() { 260 String[] items = new String[] { 267 .setSingleChoiceItems(items, -1, new DialogInterface.OnClickListener() { [all...] |
/external/webkit/WebCore/inspector/front-end/ |
StylesSidebarPane.js | [all...] |
/development/ndk/platforms/android-3/include/ |
zlib.h | 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); [all...] |
/development/testrunner/ |
adb_interface.py | 290 for key, value in instrumentation_args.items():
|
/external/chromium/sdch/open-vcdiff/src/ |
zlib.h | 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); [all...] |
/external/chromium/third_party/icu/source/i18n/ |
dtptngen_impl.h | 138 UnicodeString items[MAX_DT_TOKEN]; member in class:FormatParser
|
/external/chromium/third_party/zlib/ |
zlib.h | 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); [all...] |
/external/icu4c/i18n/ |
dtptngen_impl.h | 138 UnicodeString items[MAX_DT_TOKEN]; member in class:FormatParser
|
/external/qemu/distrib/zlib-1.2.3/ |
zlib.h | 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
zlib.h | 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
zlib.h | 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); [all...] |