/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
SmartDialMatchPosition.java | 49 * @param inList ArrayList of SmartDialMatchPositions to modify. 52 public static void advanceMatchPositions(ArrayList<SmartDialMatchPosition> inList, 54 for (int i = 0; i < inList.size(); i++) { 55 inList.get(i).advance(toAdvance);
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
AccountUtils.java | 34 * @param inList List of accounts. 41 public static List<Account> mergeAccountLists(List<Account> inList, Account[] accounts, 46 if (inList != null) { 47 for (Account account : inList) {
|
/external/srec/portable/src/ |
pmemory_ext.c | 147 int inList = FALSE; /* TRUE when found in list */ 153 inList = TRUE; 157 PORT_ASSERT(inList == TRUE); /* MUST be in list */
|
/external/doclava/src/com/google/doclava/ |
SampleCode.java | 153 if (inList(path, IMAGES) || inList(path, VIDEOS) || inList(path, TEMPLATED)) { 206 if (inList(path, IMAGES)) { 220 } else if (inList(path, VIDEOS)) { 234 } else if (inList(path, TEMPLATED)) { 529 public static boolean inList(String s, String[] list) {
|
MethodInfo.java | 380 private boolean inList(ClassInfo item, ThrowsTagInfo[] list) { 403 if (documented == null || !inList(cl, documented)) {
|
PageMetadata.java | 435 public static boolean inList(String s, String[] list) { 456 if ((url != null) && (!url.equals("")) && (!inList(url, IMAGE_EXCLUDE))) {
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
usettest.c | 28 const char* inList, 223 * inList, and does not contain those in outList. Also verifies that 226 * @param inList list of set contents, in iteration order. Format is 232 * inList. 237 const char* inList, 248 expectContainment(set, inList, TRUE); 250 expectItems(set, inList);
|
/external/icu/icu4c/source/test/cintltst/ |
usettest.c | 28 const char* inList, 223 * inList, and does not contain those in outList. Also verifies that 226 * @param inList list of set contents, in iteration order. Format is 232 * inList. 237 const char* inList, 248 expectContainment(set, inList, TRUE); 250 expectItems(set, inList);
|
/external/chromium_org/third_party/icu/source/i18n/ |
rbnf.cpp | 315 UBool inList(UChar c, const UChar* list) const { 501 while (p < e && !inList(*p, terminators)) ++p; [all...] |
/external/icu/icu4c/source/i18n/ |
rbnf.cpp | 318 UBool inList(UChar c, const UChar* list) const { 506 while (p < e && !inList(*p, terminators)) ++p; [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
earley-boyer.js | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-earley-boyer.js | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-earley-boyer.js | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-earley-boyer.js | [all...] |
/external/chromium_org/v8/benchmarks/ |
earley-boyer.js | [all...] |
/frameworks/base/core/java/android/widget/ |
AbsListView.java | [all...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
maven-compat-3.2.1.jar | |
/external/robolectric/lib/main/ |
h2-1.2.147.jar | |