/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/ |
non-kerned-drawing.cpp | 158 GList* items = pango_itemize(context, buffer, 0, length, NULL, NULL); local 160 if (g_list_length(items) == 1) { 161 PangoItem* item = static_cast<PangoItem*>(items->data); 178 g_list_foreach(items, (GFunc)pango_item_free, NULL); 179 g_list_free(items);
|
/external/webkit/Source/WebKit/chromium/src/ |
WebSearchableFormData.cpp | 193 const Vector<FormDataList::Item>& items = dataList.items(); local 194 if (isTextElement && !items.isEmpty()) { 202 for (Vector<FormDataList::Item>::const_iterator j(items.begin()); j != items.end(); ++j) {
|
WebHistoryItem.cpp | 264 void WebHistoryItem::setChildren(const WebVector<WebHistoryItem>& items) 268 for (size_t i = 0; i < items.size(); ++i) 269 m_private->addChildItem(items[i]);
|
/packages/apps/Nfc/src/com/android/nfc/ |
RegisteredComponentCache.java | 190 ArrayList<String> items = new ArrayList<String>(); local 196 items.add(parser.nextText()); 198 int size = items.size(); 201 techs = items.toArray(techs); 202 items.clear();
|
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/ |
SimpleMenu.java | 82 private static int findInsertIndex(ArrayList<? extends MenuItem> items, int order) { 83 for (int i = items.size() - 1; i >= 0; i--) { 84 MenuItem item = items.get(i);
|
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
DeviceListFragment.java | 103 private List<WifiP2pDevice> items; field in class:DeviceListFragment.WiFiPeerListAdapter 113 items = objects; 125 WifiP2pDevice device = items.get(position);
|
/external/harfbuzz/src/ |
harfbuzz-shaper.h | 151 const HB_ScriptItem *items, hb_uint32 numItems, 156 const HB_ScriptItem *items, hb_uint32 numItems, 161 const HB_ScriptItem *items, hb_uint32 numItems,
|
/external/regex-re2/util/ |
benchmark.cc | 37 static int64 items; variable 55 items = n; 68 items = 0;
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
AXObjectCacheAtk.cpp | 56 // of items with role MenuListOptionRole. 96 AccessibilityObject::AccessibilityChildrenVector items = listObject->children(); local 97 if (changedItemIndex < 0 || changedItemIndex >= static_cast<int>(items.size())) 99 AccessibilityObject* item = items.at(changedItemIndex).get();
|
/external/webkit/Tools/QueueStatusServer/model/ |
attachment.py | 112 return dict([(items.queue.name(), items.display_position_for_attachment(self.id)) for items in all_work_items])
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
SelectionManager.java | 60 // selected items is down to zero. 149 private static void expandMediaSet(ArrayList<Path> items, MediaSet set) { 152 expandMediaSet(items, set.getSubMediaSet(i)); 164 items.add(item.getPath());
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
control_external.h | 170 int (*get_enumerated_info)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned int *items); 187 int (*read_enumerated)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned int *items); 208 int (*write_enumerated)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned int *items);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
control_external.h | 170 int (*get_enumerated_info)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned int *items); 187 int (*read_enumerated)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned int *items); 208 int (*write_enumerated)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned int *items);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
control_external.h | 170 int (*get_enumerated_info)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned int *items); 187 int (*read_enumerated)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned int *items); 208 int (*write_enumerated)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned int *items);
|
/bionic/libc/kernel/tools/ |
kernel.py | 301 self.items = {} 317 if name in self.items: # aarg, duplicate value 320 self.items[name] = value 335 return self.items.copy() 338 return repr(self.items) 341 return str(self.items)
|
/external/chromium/chrome/browser/ui/views/importer/ |
import_progress_dialog_view.cc | 23 uint16 items, 44 items_(items), 286 uint16 items, 292 DCHECK(items != 0); 295 items, 308 source_profile, target_profile, items, new ProfileWriter(target_profile),
|
/external/llvm/utils/Misc/ |
zkill | 205 items = [(v,k) for k,v in kSignals.items()] 206 items.sort() 207 for i in range(0, len(items), 4): 209 for k,v in items[i:i+4]]) 216 name = dict((v,k) for k,v in kSignals.items()).get(signal,None)
|
/external/skia/src/views/ |
SkOSMenu.cpp | 34 void SkOSMenu::getItems(const SkOSMenu::Item* items[]) const { 35 if (NULL != items) { 37 items[i] = fItems[i]; 206 bool SkOSMenu::FindListItems(const SkEvent& evt, SkString items[]) { 207 if (evt.isType(gMenuEventType) && NULL != items) { 214 items[index].set(token, strlen(token));
|
/cts/tests/tests/app/src/android/app/cts/ |
AlertDialog_BuilderTest.java | 360 final CharSequence[] items = mContext.getResources().getTextArray( local 376 assertEquals(items[0], mSelectedItem); 378 assertEquals(items[0], mListView.getItemAtPosition(0)); 383 final CharSequence[] items = mContext.getResources().getTextArray( local 389 mBuilder.setMultiChoiceItems(items, null, mOnMultiChoiceClickListener); 398 assertEquals(items[0], mSelectedItem); 400 assertEquals(items[0], mListView.getItemAtPosition(0)); 428 final CharSequence[] items = mContext.getResources().getTextArray( local 443 assertEquals(items[0], mSelectedItem); 444 assertEquals(items[0], mListView.getItemAtPosition(0)) 481 final CharSequence[] items = mContext.getResources().getTextArray( local 501 final CharSequence[] items = mContext.getResources().getTextArray( local [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
TypeIdsSection.java | 50 public Collection<? extends Item> items() { method in class:TypeIdsSection 187 for (Object i : items()) {
|
/dalvik/dx/src/com/android/dx/dex/file/ |
TypeIdsSection.java | 50 public Collection<? extends Item> items() { method in class:TypeIdsSection 187 for (Object i : items()) {
|
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/ |
AppNavHomeActivity.java | 89 public SampleAdapter(List<SampleInfo> items) { 90 mItems = items;
|
/development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/ |
AppNavHomeActivity.java | 89 public SampleAdapter(List<SampleInfo> items) { 90 mItems = items;
|
/external/chromium/chrome/browser/importer/ |
profile_import_process_host.cc | 32 uint16 items, 58 source_profile, items, localized_strings, import_to_bookmark_bar));
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
TypeIdsSection.java | 50 public Collection<? extends Item> items() { method in class:TypeIdsSection 187 for (Object i : items()) {
|