Home
last modified time | relevance | path

Searched refs:words (Results 1 – 20 of 20) sorted by relevance

/frameworks/ex/common/tools/
Dmake-iana-tld-pattern.py58 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/
Dsmall_vector_test.cpp271 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()
Dstatic_vector_test.cpp261 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/
DSimpleAdapter.java393 String[] words = str.split(" "); in performFiltering() local
394 int wordCount = words.length; in performFiltering()
397 String word = words[k]; in performFiltering()
DArrayAdapter.java596 final String[] words = valueText.split(" "); in performFiltering() local
597 for (String word : words) { in performFiltering()
/frameworks/base/core/java/com/android/internal/app/
DSuggestedLocaleAdapter.java285 final String[] words = valueText.split(" "); in wordMatches() local
287 for (String word : words) { in wordMatches()
/frameworks/base/core/java/android/app/
DLauncherActivity.java216 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/
DSuggestedLocaleAdapter.java294 final String[] words = valueText.split(" "); in wordMatches() local
296 for (String word : words) { in wordMatches()
/frameworks/base/cmds/incident_helper/src/
Dih_util.cpp62 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/
Dtextclassifier_enums.proto29 // Smart selection triggered spanning multiple tokens (words).
/frameworks/base/tools/orientationplot/
DREADME.txt66 In other words, the hysteresis gap applies only when the measured orientation
/frameworks/layoutlib/validator/resources/
Dstrings.properties67 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/
Dtvsettings_enums.proto188 // Google Assistant > Block offensive words (toggle)
1065 // Block offensive words
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto4770 // 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/
DDoxyfile29 # 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/
Ddoxygen.config29 # 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/
DDoxyfile29 # 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/
DDoxyfile25 # 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/
DDoxyfile25 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
/frameworks/proto_logging/stats/
Datoms.proto6124 * Note that the data is expected to be sliced into more dimensions in future. In other words,