HomeSort by relevance Sort by last modified time
    Searched full:list (Results 426 - 450 of 20302) sorted by null

<<11121314151617181920>>

  /external/tinyxml/docs/
files.html 7 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindexHL" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a></div>
8 <h1>TinyXml File List</h1>Here is a list of all documented files with brief descriptions:<table>
  /external/v8/src/
frame-element.cc 7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
36 static ZoneObjectList list(10);
37 return &list;
  /external/webkit/WebCore/svg/
SVGFontFaceSrcElement.cpp 43 RefPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
46 list->append(static_cast<SVGFontFaceUriElement*>(child)->srcValue());
48 list->append(static_cast<SVGFontFaceNameElement*>(child)->srcValue());
50 return list;
  /external/webkit/WebKit/android/plugins/
PluginTimer.h 9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
39 PluginTimer(PluginTimer** list, NPP instance, bool repeat,
47 static PluginTimer* Find(PluginTimer* list, uint32 timerID);
  /external/webkit/WebKit/gtk/po/
POTFILES 0 # List of source files which contain translatable strings.
  /external/webkit/WebKitTools/Scripts/webkitpy/
__init__.py 5 # List our third-party library dependencies here and where they can be
  /frameworks/base/core/tests/coretests/src/android/os/
IAidlTest.aidl 30 inout List<AidlTest.TestParcelable> list, int index);
32 inout List<AidlTest.TestParcelable> list, int index);
  /frameworks/base/test-runner/src/junit/runner/
excluded.properties 2 # The list of excluded package paths for the TestCaseClassLoader
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
key.h 16 #include <linux/list.h>
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
types.h 18 #include <linux/list.h>
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
key.h 16 #include <linux/list.h>
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
types.h 18 #include <linux/list.h>
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
key.h 16 #include <linux/list.h>
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
types.h 18 #include <linux/list.h>
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
key.h 16 #include <linux/list.h>
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
types.h 18 #include <linux/list.h>
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
key.h 16 #include <linux/list.h>
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
types.h 18 #include <linux/list.h>
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
key.h 16 #include <linux/list.h>
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
types.h 18 #include <linux/list.h>
  /packages/apps/Gallery/src/com/android/camera/gallery/
ImageListUber.java 31 * <code>IImageList</code> into one list and sort them according to the
65 IImageList list = mSubList[i]; local
66 MergeSlot slot = new MergeSlot(list, i);
73 for (IImageList list : mSubList) {
74 hashMap.putAll(list.getBucketIds());
170 * Modify the skip list when an image is deleted by finding
189 IImageList list = image.getContainer(); local
190 if (list != null && list.removeImage(image)) {
208 IImageList list = image.getContainer() local
    [all...]
  /packages/apps/IM/src/com/android/im/
IChatSessionManager.aidl 29 * of the user's contact lists, it will be added to the temporary list.
45 * Get a list of all active ChatSessions.
47 * @return a list of IBinders of all active ChatSessions.
49 List getActiveChatSessions();
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps2D.java 258 public void setApps(ArrayList<ApplicationInfo> list) {
260 addApps(list);
263 public void addApps(ArrayList<ApplicationInfo> list) {
264 // Log.d(TAG, "addApps: " + list.size() + " apps: " + list.toString());
266 final int N = list.size();
269 final ApplicationInfo item = list.get(i);
280 public void removeApps(ArrayList<ApplicationInfo> list) {
281 final int N = list.size();
283 final ApplicationInfo item = list.get(i)
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkMenuAdapter.java 29 import java.util.List;
32 * Icon list view adapter to show the list of STK items.
38 public StkMenuAdapter(Context context, List<Item> items,
  /build/target/product/
languages_full.mk 17 # This is a build configuration that just contains a list of languages.
18 # It helps in situations where laugnages must come first in the list,
19 # mostly because screen densities interfere with the list of locales and

Completed in 240 milliseconds

<<11121314151617181920>>