/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
H A D | NekoLand.java | 105 Cat[] cats; in updateCats() local 107 cats = new Cat[50]; in updateCats() 108 for (int i = 0; i < cats.length; i++) { in updateCats() 109 cats[i] = Cat.create(this); in updateCats() 124 cats = list.toArray(new Cat[0]); in updateCats() 126 mAdapter.setCats(cats); in updateCats() 127 return cats.length; in updateCats() 181 public void setCats(Cat[] cats) { in setCats() argument 182 mCats = cats; in setCats()
|
H A D | NekoService.java | 104 List<Cat> cats = prefs.getCats(); in triggerFoodResponse() local 113 if (cats.size() == 0 || rng.nextFloat() <= new_cat_prob) { in triggerFoodResponse() 140 final List<Cat> cats = prefs.getCats(); in getExistingCat() local 141 if (cats.size() == 0) return null; in getExistingCat() 142 return cats.get(new Random().nextInt(cats.size())); in getExistingCat()
|
H A D | PrefState.java | 58 ArrayList<Cat> cats = new ArrayList<>(); in getCats() local 65 cats.add(cat); in getCats() 68 return cats; in getCats()
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/ |
H A D | ParsedIntentInfoUtils.java | 146 final StringBuilder cats = new StringBuilder("Intent d="); in parseIntentInfo() local 147 cats.append(intentInfo.isHasDefault()); in parseIntentInfo() 148 cats.append(", cat="); in parseIntentInfo() 153 cats.append(' '); in parseIntentInfo() 154 cats.append(it.next()); in parseIntentInfo() 157 Slog.d(TAG, cats.toString()); in parseIntentInfo()
|
/aosp12/bionic/libc/upstream-netbsd/lib/libc/regex/ |
H A D | regcomp.c | 1612 cat_t *cats; in categorize() local 1620 cats = g->categories; in categorize() 1627 if (cats[c] == 0 && isinsets(g, c)) { in categorize() 1631 cats[c] = cat; in categorize() 1633 if (cats[c2] == 0 && samesets(g, c, c2)) in categorize() 1634 cats[c2] = cat; in categorize()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | PackageParser.java | 5876 final StringBuilder cats = new StringBuilder("Intent d="); in parseIntent() local 5877 cats.append(outInfo.hasDefault); in parseIntent() 5878 cats.append(", cat="); in parseIntent() 5883 cats.append(' '); in parseIntent() 5884 cats.append(it.next()); in parseIntent() 5887 Slog.d(TAG, cats.toString()); in parseIntent()
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | Intent.java | 8031 HashSet<String> cats = new HashSet<String>(baseIntent.getCategories()); in parseCommandArgs() local 8032 for (String c : cats) { in parseCommandArgs()
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
H A D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |
H A D | tr_wordlist.combined.gz | 1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ... |
/aosp12/frameworks/base/native/graphics/jni/fuzz/corpus/ |
H A D | sample_raf.raf | 34920 …>�sc�#?4F?�3b��>F6;��c�3>F�=�3c��=*�:�#b�s=<�<�e�;,F?��b��>OF?�d��=VF;�cats;�=�sdo�=�<�sd��<*…
|