/external/kernel-headers/original/linux/ |
plist.h | 17 * Based on simple lists (include/linux/list.h). 26 * This list is really a list of lists:
|
/external/srec/tools/grxmlcompile/ |
grxmldoc.h | 84 // Take DOM object and create word graph. Creates SubGraph, rule, tag and label lists. 168 // All these lists also have an internal numeric index which can be used.
|
/external/webkit/WebCore/loader/ |
ImageLoader.cpp | 295 // Remove instances of this loader from both lists. 296 // Use loops because we allow multiple instances to get into the lists.
|
/external/yaffs2/yaffs2/ |
devextras.h | 48 * manipulating whole lists rather than single entries, as 157 * list_splice - join two lists
|
/frameworks/base/core/java/android/widget/ |
AlphabetIndexer.java | 26 * this class provides a way to do fast indexing of large lists using binary search. 215 // lists with custom comparators
|
ExpandableListAdapter.java | 183 * child) that is in this list. Expandable lists require each item (group or 198 * child) that is in this list. Expandable lists require each item (group or
|
/frameworks/base/core/tests/coretests/src/android/util/ |
ScrollViewScenario.java | 19 import com.google.android.collect.Lists; 88 List<ViewFactory> mViewFactories = Lists.newArrayList();
|
/frameworks/base/docs/html/guide/tutorials/notepad/ |
index.jd | 76 <p>The table below lists the tutorial exercises and describes the development 81 table lists the
|
notepad-index.jd | 77 <p>The table below lists the tutorial exercises and describes the development 82 table lists the
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
index.jd | 76 <p>The table below lists the tutorial exercises and describes the development 81 table lists the
|
notepad-index.jd | 77 <p>The table below lists the tutorial exercises and describes the development 82 table lists the
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
TestSuiteBuilder.java | 24 import com.google.android.collect.Lists; 71 this.testCases = Lists.newArrayList();
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppBatch.java | 43 import com.google.android.collect.Lists; 109 mShares = Lists.newArrayList();
|
/packages/apps/IM/src/com/android/im/app/ |
UserPresenceView.java | 25 import com.google.android.collect.Lists; 59 final List<StatusItem> mStatusItems = Lists.newArrayList();
|
/build/tools/droiddoc/templates/assets/ |
android-developer-docs.js | 57 /* loads the lists.js file to the page. 60 var lists = document.createElement("script"); 61 lists.setAttribute("type","text/javascript"); 62 lists.setAttribute("src", toRoot+"reference/lists.js"); 63 document.getElementsByTagName("head")[0].appendChild(lists);
|
/dalvik/dx/src/com/android/dx/ssa/ |
SsaMethod.java | 87 * use and def lists are unavailable. 511 * Removes a given {@code insn} from the use lists for the given 516 * @param oldSources {@code null-ok;} registers whose use lists 533 * Adds an insn to both the use and def lists. For use when adding 544 * Removes an instruction from use and def lists. For use during 831 * use and def lists are unavailable.
|
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ |
ClassCache.java | 287 * this with one of the method lists returned by instances of this class. 312 * Compares two class lists for equality. Empty and 313 * <code>null</code> lists are considered equal. This is useful 320 * @return true if and only if the lists are equal 492 * this with one of the field lists returned by instances of this class.
|
/frameworks/base/cmds/pm/src/com/android/commands/pm/ |
Pm.java | 181 * Lists all the installed packages. 225 * Lists all of the features supported by the current device. 263 * Lists all of the installed instrumentation, or all for a given package 322 * Lists all the known permission groups. 352 * Lists all the permissions in a group. [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
Frame.java | 234 * Merges this frame's subroutine lists with another. The result 236 * two lists). 338 * lists being merged, but the postfix of the resultant list
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
AnnotationParser.java | 123 * @return {@code non-null;} the parsed list of lists of annotations 169 * Parses a list of annotation lists. 172 * @return {@code non-null;} the list of annotation lists read from the attribute
|
/external/bison/lib/ |
bitset_stats.c | 68 bitset_stats_info->types[BITSET_TYPE_ (BSET)].lists++ 81 unsigned int lists; member in struct:bitset_type_info_struct 190 fprintf (file, _("%u bitset_lists\n"), stats->lists);
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
hooks.sgml | 5 support for manipulating lists of hook functions 10 lists of hook functions. Functions can be added and removed from the lists,
|
/external/icu4c/i18n/ |
olsontz.h | 71 * itself, and lists all aliases of this zone. 89 * itself, and lists all aliases of this zone. 95 * cessation lists consist of the month, dowim, dow, time, and time
|
/external/ipsec-tools/src/include-glibc/sys/ |
queue.h | 44 * This file defines four types of data structures: singly-linked lists, 45 * singly-linked tail queues, lists and tail queues. 53 * only be traversed in the forward direction. Singly-linked lists are ideal
|
/external/webkit/WebCore/page/ |
Geolocation.cpp | 317 // This request has failed fatally. Remove it from our lists. 526 // Clear the lists before we make the callbacks, to avoid clearing notifiers 590 // Clear the lists before we make the callbacks, to avoid clearing notifiers
|