/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | str_replace_benchmark.cc | 56 for (std::string phrase : {"the quick brown fox jumped over the lazy dogs", in SetUpStrings() 60 memcpy(&(*big_string)[r % (big_string->size() - phrase.size())], in SetUpStrings() 61 phrase.data(), phrase.size()); in SetUpStrings()
|
/external/abseil-cpp/absl/strings/ |
D | str_replace_benchmark.cc | 56 for (std::string phrase : {"the quick brown fox jumped over the lazy dogs", in SetUpStrings() 60 memcpy(&(*big_string)[r % (big_string->size() - phrase.size())], in SetUpStrings() 61 phrase.data(), phrase.size()); in SetUpStrings()
|
/external/openscreen/third_party/abseil/src/absl/strings/ |
D | str_replace_benchmark.cc | 56 for (std::string phrase : {"the quick brown fox jumped over the lazy dogs", in SetUpStrings() 60 memcpy(&(*big_string)[r % (big_string->size() - phrase.size())], in SetUpStrings() 61 phrase.data(), phrase.size()); in SetUpStrings()
|
/external/webrtc/third_party/abseil-cpp/absl/strings/ |
D | str_replace_benchmark.cc | 56 for (std::string phrase : {"the quick brown fox jumped over the lazy dogs", in SetUpStrings() 60 memcpy(&(*big_string)[r % (big_string->size() - phrase.size())], in SetUpStrings() 61 phrase.data(), phrase.size()); in SetUpStrings()
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | str_replace_benchmark.cc | 56 for (std::string phrase : {"the quick brown fox jumped over the lazy dogs", in SetUpStrings() 60 memcpy(&(*big_string)[r % (big_string->size() - phrase.size())], in SetUpStrings() 61 phrase.data(), phrase.size()); in SetUpStrings()
|
/external/libtextclassifier/abseil-cpp/absl/strings/ |
D | str_replace_benchmark.cc | 56 for (std::string phrase : {"the quick brown fox jumped over the lazy dogs", in SetUpStrings() 60 memcpy(&(*big_string)[r % (big_string->size() - phrase.size())], in SetUpStrings() 61 phrase.data(), phrase.size()); in SetUpStrings()
|
/external/python/cpython3/Lib/http/ |
D | __init__.py | 24 def __new__(cls, value, phrase, description=''): argument 28 obj.phrase = phrase
|
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/ |
D | PresenceBase.java | 193 protected boolean isInConfigList(int errorNo, String phrase, String[] errorArray) { in isInConfigList() argument 204 if(phrase == null || phrase.isEmpty()) { in isInConfigList() 208 return phrase.toLowerCase().contains(errorPhrase.toLowerCase()); in isInConfigList()
|
/external/libvpx/libvpx/ |
D | keywords.dox | 18 This phrase, or the phrase "SHALL NOT", mean that the 30 This phrase, or the phrase "NOT RECOMMENDED" mean that
|
/external/libaom/libaom/ |
D | keywords.dox | 18 This phrase, or the phrase "SHALL NOT", mean that the 30 This phrase, or the phrase "NOT RECOMMENDED" mean that
|
/external/curl/docs/cmdline-opts/ |
D | proxy-pass.d | 2 Arg: <phrase> 3 Help: Pass phrase for the private key for HTTPS proxy
|
D | pass.d | 2 Arg: <phrase> 3 Help: Pass phrase for the private key
|
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-bengali/utrrs/ |
D | README | 2 …a reference image of a text character, word or phrase with another image of the character, word or…
|
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-oriya/utrrs/ |
D | README | 2 …a reference image of a text character, word or phrase with another image of the character, word or…
|
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-tamil/utrrs/ |
D | README | 2 …a reference image of a text character, word or phrase with another image of the character, word or…
|
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-assamese/utrrs/ |
D | README | 2 …a reference image of a text character, word or phrase with another image of the character, word or…
|
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-kannada/utrrs/ |
D | README | 2 …a reference image of a text character, word or phrase with another image of the character, word or…
|
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-telugu/utrrs/ |
D | README | 2 …a reference image of a text character, word or phrase with another image of the character, word or…
|
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-sinhala/utrrs/ |
D | README | 2 …a reference image of a text character, word or phrase with another image of the character, word or…
|
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-gurmukhi/utrrs/ |
D | README | 2 …a reference image of a text character, word or phrase with another image of the character, word or…
|
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-gujarati/utrrs/ |
D | README | 2 …a reference image of a text character, word or phrase with another image of the character, word or…
|
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-devanagari/utrrs/ |
D | README | 2 …a reference image of a text character, word or phrase with another image of the character, word or…
|
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-malayalam/utrrs/ |
D | README | 2 …a reference image of a text character, word or phrase with another image of the character, word or…
|
/external/skqp/tools/bookmaker/ |
D | mdOut.h | 114 bool phraseContinues(string phrase, string* priorWord, string* priorLink) const; 136 string phrase = fPriorWord + fWord; in setPriorSpaceWord() local 137 if (this->phraseContinues(phrase, &fPriorWord, &fPriorLink)) { in setPriorSpaceWord()
|
/external/python/cpython2/Lib/ |
D | re.py | 314 for phrase, action in lexicon: 316 (SUBPATTERN, (len(p)+1, sre_parse.parse(phrase, flags))),
|