Searched refs:word (Results 1 – 14 of 14) sorted by relevance
100 fun docContainsWord(doc: String, word: String): Boolean { in docContainsWord()104 if (!doc.contains(word)) { in docContainsWord()109 regexMap[word] in docContainsWord()111 val new = Regex("""\b$word\b""") in docContainsWord()112 regexMap[word] = new in docContainsWord()
61 $(tradefed_dist_zip) : $(SOONG_ZIP) $(foreach f,$(tradefed_dist_copy_pairs),$(call word-colon,1,$(f…64 cp -f $(call word-colon,1,$(f)) $(dir $@)/tmp/$(call word-colon,2,$(f)) &&) true67 $(foreach f,$(PRIVATE_COPY_PAIRS),-f $(dir $@)/tmp/$(call word-colon,2,$(f)))70 …ip),$(filter $(OUT_DIR)/%,$(foreach f,$(tradefed_dist_copy_pairs), $(call word-colon,1,$(f)))),$(t…
59 $(gamecore_dist_zip) : $(SOONG_ZIP) $(foreach p,$(gamecore_dist_copy_pairs),$(call word-colon,1,$(p…64 cp -f $(call word-colon,1,$(p)) $(PRIVATE_STAGING_DIR)/$(call word-colon,2,$(p)) &&) true67 $(foreach p,$(PRIVATE_COPY_PAIRS),-f $(PRIVATE_STAGING_DIR)/$(call word-colon,2,$(p)))70 …ip),$(filter $(OUT_DIR)/%,$(foreach p,$(gamecore_dist_copy_pairs), $(call word-colon,1,$(p)))),$(g…
36 fun longestCommonSuffix(word: CharSequence, pos: Int): Int { in longestCommonSuffix()38 while (word[pos - i] == word[word.length - 1 - i] && i < pos) { in longestCommonSuffix()
60 for word in param.split('&') { in collect_query()61 if let Some(equal) = word.find('=') { in collect_query()62 if result.insert(&word[..equal], &word[equal + 1..]).is_some() { in collect_query()
174 def complete(self, text, word): argument194 def complete(self, text, word): argument
521 word[0].upper() + word[1:].lower()522 for word in test_name_arr523 if word not in ('preset', 'test')
234 foreach my $word (@words) {235 last if ($word =~ m/^#/);236 push (@conf_args, $word);398 foreach my $word (@array) {399 $word =~ s/\s*\n?$//g;400 $word =~ s/^\s*//g;401 $word =~ s/\s+/ /g;402 $word =~ tr/[a-z]/[A-Z]/;404 next if ($word =~ m/^\s*#/);405 next if ($word =~ m/^\s*$/);[all …]
188 # A path to a file that contains private dictionary; one word per line.
7 …terations run by "stress" tests. (Tests that require this always have the word "stress" in the tes…
5 does that word "compatibility" mean? This document details the definitions
35 _NOTE: Some public classes of the library are in packages having the word "internal" in their name.
113 except with the word "Test" appended to the end. <p>
201429 .local v16, "word", java.lang.String