Home
last modified time | relevance | path

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

12345

/external/python/cpython3/Lib/http/
D__init__.py20 def __new__(cls, value, phrase, description=''): argument
24 obj.phrase = phrase
/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/ims/rcs/rcsservice/src/com/android/service/ims/presence/
DPresenceBase.java160 protected boolean isInConfigList(int errorNo, String phrase, int configId) { in isInConfigList() argument
172 if(phrase == null || phrase.isEmpty()) { in isInConfigList()
176 return phrase.toLowerCase().contains(errorPhrase.toLowerCase()); in isInConfigList()
DPresenceSubscriber.java362 String phrase = pSipResponse.getReasonPhrase(); in handleSipResponse() local
363 if(isInConfigList(sipCode, phrase, in handleSipResponse()
365 logger.print("volte provision sipCode=" + sipCode + " phrase=" + phrase); in handleSipResponse()
369 } else if(isInConfigList(sipCode, phrase, in handleSipResponse()
371 logger.print("rcs provision sipCode=" + sipCode + " phrase=" + phrase); in handleSipResponse()
399 task.mSipReasonPhrase = phrase; in handleSipResponse()
/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-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-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-malayalam/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-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-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-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-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-gurmukhi/utrrs/
DREADME2 …a reference image of a text character, word or phrase with another image of the character, word or…
/external/skia/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/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))),
/external/python/cpython3/Lib/
Dre.py339 for phrase, action in lexicon:
342 (SUBPATTERN, (gid, 0, 0, sre_parse.parse(phrase, flags))),
/external/python/cpython3/Lib/test/test_email/
Dtest__header_value_parser.py928 phrase = self._test_get_x(parser.get_phrase,
934 self.assertEqual(phrase.token_type, 'phrase')
937 phrase = self._test_get_x(parser.get_phrase,
943 self.assertEqual(phrase[0][0].comments, ['A'])
944 self.assertEqual(phrase[0][2].comments, ['in (my|your)'])
947 phrase = self._test_get_x(parser.get_phrase,
953 self.assertEqual(len(phrase), 7)
954 self.assertEqual(phrase[3].comments, ['weird'])
957 phrase = self._test_get_x(parser.get_phrase,
963 self.assertEqual(len(phrase), 3)
[all …]
/external/python/cpython2/Doc/reference/
Dintroduction.rst112 repetitions, and a phrase enclosed in square brackets (``[ ]``) means zero or
113 one occurrences (in other words, the enclosed phrase is optional). The ``*``
126 character in the given (inclusive) range of ASCII characters. A phrase between
/external/python/cpython3/Doc/reference/
Dintroduction.rst109 repetitions, and a phrase enclosed in square brackets (``[ ]``) means zero or
110 one occurrences (in other words, the enclosed phrase is optional). The ``*``
121 character in the given (inclusive) range of ASCII characters. A phrase between

12345