HomeSort by relevance Sort by last modified time
    Searched refs:items (Results 576 - 600 of 692) sorted by null

<<2122232425262728

  /external/libxml2/
xmlIO.c 1034 int items; local
1038 items = fwrite(&buffer[0], len, 1, (FILE *) context);
1039 if ((items == 0) && (ferror((FILE *) context))) {
1043 return(items * len);
    [all...]
  /external/linux-tools-perf/util/
symbol.c 2600 int i, items = 0; local
    [all...]
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 225 for subpath, infos in info_basedir.items():
    [all...]
  /external/quake/quake/src/QW/server/
sv_send.c 542 // stuff the sigil bits into the high bits of items for sbar
543 stats[STAT_ITEMS] = (int)ent->v.items | ((int)pr_global_struct->serverflags << 28);
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.cpp 797 info->items.swap(outputItems);
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.h 238 Eina_List* items; member in struct:_Ewk_Menu
  /external/webkit/Source/WebKit2/Scripts/webkit2/
messages.py 325 forward_declarations = '\n'.join([forward_declarations_for_namespace(namespace, types) for (namespace, types) in sorted(types_by_namespace.items())])
  /external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot.py 146 return self._revision_to_build_map().items()
  /external/webkit/Tools/Scripts/webkitpy/style/
checker_unittest.py 364 for file_path, expected_result in files.items():
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 685 for key, value in kwargs.items():
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 97 // When we are loading pages synchronously, we can't just post the binding of items on the side
215 // Ensure that we don't use the same workspace items data structure on the main thread
216 // by making a copy of workspace items first.
275 // Items are added/removed from the corresponding FolderInfo elsewhere, such
276 // as in Workspace.onDrop. Here, we just add/remove them from the list of items
302 // We store hotseat items in canonical form which is this orientation invariant position
331 // We store hotseat items in canonical form which is this orientation invariant position
380 * Returns an ItemInfo array containing all the items in the LauncherModel.
384 ArrayList<ItemInfo> items = new ArrayList<ItemInfo>(); local
410 items.add(item)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 789 unsigned int items; \/* R: number of items *\/ member in struct:snd_ctl_elem_info::__anon25189::__anon25192
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/bzip2/
bzlib.c 102 void* default_bzalloc ( void* opaque, Int32 items, Int32 size )
104 void* v = malloc ( items * size );
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
sourceentry.js 6 * Each row in the filtered items list is backed by a SourceEntry. This
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar 
  /external/llvm/utils/
llvm-compilers-check 283 for key, value in env.items():
  /external/skia/src/ports/
SkFontHost_win.cpp 568 int items; local
570 SUCCEEDED(ScriptItemize(c, 2, 2, NULL, NULL, si, &items)));
    [all...]
  /external/libsepol/src/
policydb.c 1611 uint32_t buf[2], items; local
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 799 for _, cl in all.items():
1082 # Other parameters are taken in order from items on the command line that
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc 128 ListValue* items = new ListValue; local
142 items->Append(item);
145 return_value->Set("tabs", items);
    [all...]
  /frameworks/base/core/java/android/content/
SyncStorageEngine.java 1307 ArrayList<SyncHistoryItem> items = new ArrayList<SyncHistoryItem>(N); local
    [all...]

Completed in 822 milliseconds

<<2122232425262728