/development/testrunner/ |
adb_interface.py | 293 for key, value in instrumentation_args.items():
|
/external/chromium/chrome/browser/resources/ |
new_new_tab.js | 6 // than this many items in the miniview. 168 // Remove all existing items and create new items. 254 // We need to store the recent items so we can update the layout on a resize. 261 // Remove all existing items and create new items. 393 // Ensure the miniview sections don't have any clipped items. 408 // Ensure none of the miniviews have any clipped items. [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
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...] |
/external/v8/tools/ |
js2c.py | 154 for key, value in mapping.items():
|
/frameworks/base/media/libstagefright/rtsp/ |
MyHandler.h | 984 const AString &s, const char *separator, List<AString> *items) [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...] |
/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...] |
/prebuilt/ndk/android-ndk-r5/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-r6/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-r6/platforms/android-3/arch-x86/usr/include/ |
zlib.h | 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); [all...] |
/build/tools/releasetools/ |
common.py | 195 for k, v in sorted(d.items()): 517 def GetPasswords(self, items): 518 """Get passwords corresponding to each string in 'items', 520 values in 'items'.) 533 for i in 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/Tools/DumpRenderTree/gtk/ |
EventSender.cpp | 216 GList* items = gtk_container_get_children(GTK_CONTAINER(gtkMenu)); local 217 JSValueRef arrayValues[g_list_length(items)]; 219 for (GList* item = g_list_first(items); item; item = g_list_next(item)) { [all...] |
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/ |
bugzilla.py | 579 component_items = self.browser.find_control('component').items 684 self.browser.find_control('isobsolete').items[0].selected = True [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
test_expectations.py | 145 for item in TestExpectationsFile.EXPECTATIONS.items(): [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
base.py | 78 for key, value in kwargs.items(): 982 def items(self): member in class:TestConfiguration [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ApplicationInfoPage.java | 249 String[] items = new String[targets.length]; local 251 items[i] = targetLabel(targets[i]); 258 mSdkCombo.setItems(items);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
StylesSidebarPane.js | [all...] |