Home
last modified time | relevance | path

Searched refs:phrase (Results 1 – 25 of 106) sorted by relevance

12345

/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstr_replace_benchmark.cc56 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/
Dstr_replace_benchmark.cc56 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/
Dstr_replace_benchmark.cc56 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/
Dstr_replace_benchmark.cc56 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/
Dstr_replace_benchmark.cc56 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/
Dstr_replace_benchmark.cc56 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__.py24 def __new__(cls, value, phrase, description=''): argument
28 obj.phrase = phrase
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
DPresenceBase.java193 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/
Dkeywords.dox18 This phrase, or the phrase "SHALL NOT", mean that the
30 This phrase, or the phrase "NOT RECOMMENDED" mean that
/external/libaom/libaom/
Dkeywords.dox18 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/
Dproxy-pass.d2 Arg: <phrase>
3 Help: Pass phrase for the private key for HTTPS proxy
Dpass.d2 Arg: <phrase>
3 Help: Pass phrase for the private key
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-bengali/utrrs/
DREADME2 …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/
DREADME2 …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/
DREADME2 …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/
DREADME2 …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/
DREADME2 …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/
DREADME2 …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/
DREADME2 …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/
DREADME2 …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/
DREADME2 …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/
DREADME2 …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/
DREADME2 …a reference image of a text character, word or phrase with another image of the character, word or…
/external/skqp/tools/bookmaker/
DmdOut.h114 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/
Dre.py314 for phrase, action in lexicon:
316 (SUBPATTERN, (len(p)+1, sre_parse.parse(phrase, flags))),

12345