HomeSort by relevance Sort by last modified time
    Searched refs:inList (Results 1 - 21 of 21) sorted by null

  /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);
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CollectAPI.java 68 boolean inList = false;
90 if (inList) {
92 inList = false;
101 if (inList) {
103 inList = false;
112 if (inList) {
114 inList = false;
120 if (!inList) {
122 inList = true;
129 if (inList) {
    [all...]
  /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) {
  /build/soong/cc/
util.go 43 func inList(s string, list []string) bool {
55 if inList(l, filter) {
x86_darwin_host.go 139 if !inList(selected, darwinSupportedSdkVersions) {
cc.go 801 if !found && !inList(n, ctx.GetMissingDependencies()) {
    [all...]
  /external/doclava/src/com/google/doclava/
SampleCode.java 153 if (inList(path, IMAGES) || inList(path, VIDEOS) || inList(path, TEMPLATED)) {
211 if (inList(path, IMAGES)) {
225 } else if (inList(path, VIDEOS)) {
239 } else if (inList(path, TEMPLATED)) {
541 public static boolean inList(String s, String[] list) {
MethodInfo.java 386 private boolean inList(ClassInfo item, ThrowsTagInfo[] list) {
409 if (documented == null || !inList(cl, documented)) {
PageMetadata.java 482 public static boolean inList(String s, String[] list) {
503 if ((url != null) && (!url.equals("")) && (!inList(url, IMAGE_EXCLUDE))) {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
usettest.c 27 const char* inList,
222 * inList, and does not contain those in outList. Also verifies that
225 * @param inList list of set contents, in iteration order. Format is
231 * inList.
236 const char* inList,
247 expectContainment(set, inList, TRUE);
249 expectItems(set, inList);
  /build/soong/androidmk/cmd/androidmk/
android.go 277 inList := func(s string) bool {
296 if inList("windows") {
300 if !inList("linux") && err == nil {
304 if !inList("darwin") && err == nil {
  /build/soong/java/
java.go 247 } else if inList(otherName, defaultJavaLibraries) {
249 } else if inList(otherName, j.properties.Java_libs) {
251 } else if inList(otherName, j.properties.Java_static_libs) {
597 func inList(s string, l []string) bool {
  /external/opencv3/modules/calib3d/src/
rho.cpp     [all...]
  /external/icu/icu4c/source/i18n/
rbnf.cpp 319 UBool inList(UChar c, const UChar* list) const {
507 while (p < e && !inList(*p, terminators)) ++p;
    [all...]
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-compat-3.2.1.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 3289 milliseconds