Home
last modified time | relevance | path

Searched refs:Question (Results 1 – 14 of 14) sorted by relevance

/external/golang-protobuf/.github/ISSUE_TEMPLATE/
Dquestion.md2 name: Question
/external/python/cpython3/Parser/
Dasdl.py205 (ConstructorId, TypeId, Equals, Comma, Question, Pipe, Asterisk,
209 '=': Equals, ',': Comma, '?': Question, '|': Pipe, '(': LParen,
337 elif self.cur_token.kind == TokenKind.Question:
/external/python/cpython2/Tools/scripts/
Ddutree.doc4 Subject: Re: The problems of Perl (Re: Question (silly?))
/external/python/cpython3/Tools/scripts/
Ddutree.doc4 Subject: Re: The problems of Perl (Re: Question (silly?))
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h179 int JS_appResponse(const wchar_t* Question,
Dcpdfsdk_formfillenvironment.cpp79 int CPDFSDK_FormFillEnvironment::JS_appResponse(const wchar_t* Question, in JS_appResponse() argument
90 ByteString bsQuestion = WideString(Question).UTF16LE_Encode(); in JS_appResponse()
/external/python/cpython2/Doc/library/
Dwinsound.rst77 | ``'SystemQuestion'`` | Question |
/external/python/cpython3/Doc/library/
Dwinsound.rst74 | ``'SystemQuestion'`` | Question |
/external/pdfium/public/
Dfpdf_formfill.h128 FPDF_WIDESTRING Question,
/external/zlib/src/old/
Dvisual-basic.txt3 Frequently Asked Question:
/external/python/cpython3/Lib/test/
Dtest_enum.py62 Question = Enum('Question', 'who what when where why', module=__name__) variable
64 Question = exc variable
644 if isinstance(Question, Exception):
645 raise Question
646 test_pickle_dump_load(self.assertIs, Question.who)
647 test_pickle_dump_load(self.assertIs, Question)
/external/zlib/src/win32/
DDLL_FAQ.txt317 explained in the answer to Question 14.
342 as explained in the answer to Question 14.
/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h1426 #pragma mark - Question structures
/external/scapy/doc/notebooks/
DScapy in 15 minutes.ipynb793 " |###[ DNS Question Record ]###\n",