/frameworks/ex/common/tools/ |
D | make-iana-tld-pattern.py | 58 self.words=[] 62 if (len(self.words) == 0) and (len(self.letters) == 0): 65 self.words.sort() 78 if len(self.words) != 0: 85 for word in self.words: 94 if len(self.words) > 0 and len(self.letters) > 0: 107 if len(self.words) != 0: 125 self.words.append(line)
|
/frameworks/native/libs/ftl/ |
D | small_vector_test.cpp | 271 SmallVector words = ftl::init::list<Word>("colored")("velour"); in TEST() local 275 const Word& word = words.replace(words.last(), words.back().str.substr(0, 3) + "vet"); in TEST() 280 EXPECT_FALSE(words.dynamic()); in TEST() 282 words.emplace_back("cake"); in TEST() 283 EXPECT_TRUE(words.dynamic()); in TEST() 286 const Word& word = words.replace(words.begin(), words.front().str.substr(4)); in TEST() 290 EXPECT_EQ(words, (SmallVector{Word("red"), Word("velvet"), Word("cake")})); in TEST()
|
D | static_vector_test.cpp | 261 StaticVector words = ftl::init::list<Word>("red")("velour")("cake"); in TEST() local 264 const auto it = words.begin() + 1; in TEST() 265 const Word& word = words.replace(it, it->str.substr(0, 3) + "vet"); in TEST()
|
/frameworks/base/core/java/android/widget/ |
D | SimpleAdapter.java | 393 String[] words = str.split(" "); in performFiltering() local 394 int wordCount = words.length; in performFiltering() 397 String word = words[k]; in performFiltering()
|
D | ArrayAdapter.java | 596 final String[] words = valueText.split(" "); in performFiltering() local 597 for (String word : words) { in performFiltering()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | SuggestedLocaleAdapter.java | 285 final String[] words = valueText.split(" "); in wordMatches() local 287 for (String word : words) { in wordMatches()
|
/frameworks/base/core/java/android/app/ |
D | LauncherActivity.java | 216 String[] words = item.label.toString().toLowerCase().split(" "); in performFiltering() local 217 int wordCount = words.length; in performFiltering() 220 final String word = words[k]; in performFiltering()
|
/frameworks/opt/localepicker/src/com/android/localepicker/ |
D | SuggestedLocaleAdapter.java | 294 final String[] words = valueText.split(" "); in wordMatches() local 296 for (String word : words) { in wordMatches()
|
/frameworks/base/cmds/incident_helper/src/ |
D | ih_util.cpp | 62 static void split(const std::string& line, std::vector<std::string>& words, in split() argument 64 words.clear(); // clear the buffer before split in split() 73 words.push_back(word); in split()
|
/frameworks/proto_logging/stats/enums/stats/textclassifier/ |
D | textclassifier_enums.proto | 29 // Smart selection triggered spanning multiple tokens (words).
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 66 In other words, the hysteresis gap applies only when the measured orientation
|
/frameworks/layoutlib/validator/resources/ |
D | strings.properties | 67 result_message_brief_banned_word = Consider removing inappropriate words from this item\'s text 102 …ich is lower than the recommended score of %2$.0f. Consider using simpler words or sentences to ma…
|
/frameworks/proto_logging/stats/enums/app/ |
D | tvsettings_enums.proto | 188 // Google Assistant > Block offensive words (toggle) 1065 // Block offensive words
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 4770 // FIELD: text select start offset in words (as defined by the ICU BreakIterator), stored as two 4776 // FIELD: smart text selection start offset in words (as defined by the ICU BreakIterator), 5185 // FIELD: text select start offset in words (as defined by the ICU BreakIterator). 5190 // FIELD: text select end offset in words (as defined by the ICU BreakIterator). 5195 // FIELD: smart text selection start offset in words (as defined by the ICU BreakIterator), 5201 // FIELD: smart text selection end offset in words (as defined by the ICU BreakIterator),
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 285 # When enabled doxygen tries to link words that correspond to documented 1206 # words in the documentation. The HTML workshop also contains a viewer for
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 306 # When enabled doxygen tries to link words that correspond to documented 1272 # words in the documentation. The HTML workshop also contains a viewer for
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 315 # When enabled doxygen tries to link words that correspond to documented 1322 # words in the documentation. The HTML workshop also contains a viewer for
|
/frameworks/native/docs/ |
D | Doxyfile | 25 # The PROJECT_NAME tag is a single word (or sequence of words) that should 265 # When enabled doxygen tries to link words that correspond to documented classes,
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 25 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 6124 * Note that the data is expected to be sliced into more dimensions in future. In other words,
|