/prebuilt/ndk/android-ndk-r4/platforms/android-5/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-5/arch-x86/usr/include/ |
zlib.h | 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/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-8/arch-x86/usr/include/ |
zlib.h | 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); [all...] |
/build/tools/releasetools/ |
common.py | 163 for k, v in sorted(d.items()): 481 def GetPasswords(self, items): 482 """Get passwords corresponding to each string in 'items', 484 values in 'items'.) 497 for i in items:
|
check_target_files_signatures | 367 for (old, new), packages in sorted(by_certpair.items()):
|
/external/libpng/ |
png.c | 158 png_zalloc(voidpf png_ptr, uInt items, uInt size) 167 if (items > PNG_UINT_32_MAX/size) 172 num_bytes = (png_uint_32)items * size; 367 /* Free text item num or (if num == -1) all text items */
|
/external/sonivox/jet_tools/JetCreator/ |
JetFile.py | 267 for option, value in config.items(section):
349 for jetevent, location in config.items(segment_name):
355 for jetevent, location in config.items(segment_name):
[all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/ |
bugzilla.py | 603 component_items = self.browser.find_control('component').items 694 self.browser.find_control('isobsolete').items[0].selected = True 782 possible_bug_statuses = map(lambda item: item.name, bug_status.items)
|
/frameworks/base/core/java/android/content/ |
SyncManager.java | 1206 ArrayList<SyncStorageEngine.SyncHistoryItem> items local [all...] |
/external/libxml2/ |
xpath.c | 406 void **items; member in struct:_xmlPointerList 419 if (list->items == NULL) { 422 list->items = (void **) xmlMalloc( 424 if (list->items == NULL) { 433 list->items = (void **) xmlRealloc(list->items, 435 if (list->items == NULL) { 442 list->items[list->number++] = item; 483 if (list->items != NULL) 484 xmlFree(list->items); [all...] |
/device/samsung/crespo/alsa-lib/src/alisp/ |
alisp_snd.c | 591 unsigned int items, item; local 592 items = snd_ctl_elem_info_get_items(info); 593 p1 = add_cons(instance, p1, 1, "items", p2 = new_object(instance, ALISP_OBJ_CONS)); 594 for (item = 0; item < items; item++) {
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteDatabaseTest.java | 1261 ArrayList<String> items = new ArrayList<String>(); local [all...] |
/device/samsung/crespo/alsa-lib/src/control/ |
control_ext.c | 161 ret = ext->callback->get_enumerated_info(ext, key, &info->value.enumerated.items); 601 the number of enum items must be filled. Additionally, the enum control has to define
|
/external/bison/src/ |
print.c | 76 item_number *sitems = s->items; 80 /* Output all the items of a state, not only its kernel. */
|
/external/clearsilver/python/examples/trans/ |
trans.py | 340 for (s, locs) in uniq.items(): 347 for (s, locs) in uniq.items():
|
/external/webkit/WebKit/chromium/src/ |
ChromeClientImpl.cpp | 659 info->items.swap(outputItems);
|
/external/zlib/ |
zlib.h | 80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); [all...] |
/packages/apps/Gallery3D/src/com/cooliris/cache/ |
CacheService.java | 365 Log.e(TAG, "Error loading items for album " + set.mName); 371 Log.d(TAG, "No items found for album " + set.mName); 384 Log.d(TAG, "Refreshing Cache for all items"); 390 Log.d(TAG, "Refreshing Cache for dirty items"); 1185 final ArrayList<MediaItem> items = set.getItems(); local [all...] |
/packages/apps/Music/src/com/android/music/ |
VerticalTextSpinner.java | 91 VerticalTextSpinner spinner, int oldPos, int newPos, String[] items); 411 * Called every time the text items or current position
|
/external/protobuf/python/ |
mox.py | 618 ['%s=%r' % x for x in sorted((self._named_params or {}).items())]) [all...] |
/external/webkit/WebCore/platform/chromium/ |
PopupMenuChromium.cpp | 125 // Moves selection down/up the given number of items, scrolling if necessary. 127 // [0, numItems), and non-option items will be skipped. 130 // Returns the number of items in the list. 144 const Vector<PopupItem*>& items() const { return m_items; } function in class:WebCore::PopupListBox 175 // Disabled items, or labels cannot be selected. 207 // Called when the user presses a text key. Does a prefix-search of the items. 516 return m_listBox->items(); 732 // The user is likely trying to cycle through all the items starting with this character, so just search on the character [all...] |
/external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/ |
DumpRenderTreeSupport_wrapTiger.c | 1039 if ((items < 1) || (items > 1)) {
|
/external/zlib/contrib/pascal/ |
zlibpas.pas | 16 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SearchWidgetProvider.java | 394 Object[] items = spannedHint.getSpans(0, spannedHint.length(), Object.class); local 395 for (Object item : items) {
|