Home
last modified time | relevance | path

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

12

/external/protobuf/.github/ISSUE_TEMPLATE/
Dquestion.md2 name: Question
/external/golang-protobuf/.github/ISSUE_TEMPLATE/
Dquestion.md2 name: Question
/external/llvm-project/clang/lib/Format/
DFormatTokenLexer.cpp330 auto &Question = *(Tokens.end() - 2); in tryMergeCSharpNullConditional() local
332 if (!Question->is(tok::question) || in tryMergeCSharpNullConditional()
335 Question->TokenText = in tryMergeCSharpNullConditional()
336 StringRef(Question->TokenText.begin(), in tryMergeCSharpNullConditional()
337 PeriodOrLSquare->TokenText.end() - Question->TokenText.begin()); in tryMergeCSharpNullConditional()
338 Question->ColumnWidth += PeriodOrLSquare->ColumnWidth; in tryMergeCSharpNullConditional()
341 Question->Tok.setKind(tok::question); // no '?[' in clang tokens. in tryMergeCSharpNullConditional()
342 Question->setType(TT_CSharpNullConditionalLSquare); in tryMergeCSharpNullConditional()
344 Question->Tok.setKind(tok::question); // no '?.' in clang tokens. in tryMergeCSharpNullConditional()
345 Question->setType(TT_CSharpNullConditional); in tryMergeCSharpNullConditional()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/.github/ISSUE_TEMPLATE/
D90-question.md2 name: Question
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/
Dbert_question_answerer.md5 documentation for the Question-Answer model
21 …[TensorFlow Lite Model Maker for BERT Question Answer](https://www.tensorflow.org/lite/tutorials/m…
129 Question: "Where is Amazon rainforest?"
/external/tensorflow/tensorflow/lite/g3doc/models/bert_qa/
Doverview.md1 # BERT Question and Answer
45 [SQuAD](https://rajpurkar.github.io/SQuAD-explorer/), or Stanford Question
117 ### Question (Input)
/external/python/cpython3/Parser/
Dasdl.py214 (ConstructorId, TypeId, Equals, Comma, Question, Pipe, Asterisk,
218 '=': Equals, ',': Comma, '?': Question, '|': Pipe, '(': LParen,
346 elif self.cur_token.kind == TokenKind.Question:
/external/exoplayer/tree/.github/ISSUE_TEMPLATE/
Dquestion.md2 name: Question
32 ### [REQUIRED] Question
/external/exoplayer/.github/ISSUE_TEMPLATE/
Dquestion.md2 name: Question
32 ### [REQUIRED] Question
/external/python/cpython3/Doc/library/
Dtkinter.messagebox.rst33 **Question message boxes**
Dwinsound.rst74 | ``'SystemQuestion'`` | Question |
/external/python/pybind11/.github/ISSUE_TEMPLATE/
Dquestion.md2 name: Question
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dmodel_maker.md18 BERT Question Answer [guide](https://www.tensorflow.org/lite/tutorials/model_maker_question_answer)…
/external/python/cpython3/Tools/scripts/
Ddutree.doc4 Subject: Re: The problems of Perl (Re: Question (silly?))
/external/python/cpython2/Tools/scripts/
Ddutree.doc4 Subject: Re: The problems of Perl (Re: Question (silly?))
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h118 int JS_appResponse(const WideString& Question,
Dcpdfsdk_formfillenvironment.cpp184 int CPDFSDK_FormFillEnvironment::JS_appResponse(const WideString& Question, in JS_appResponse() argument
195 ByteString bsQuestion = Question.ToUTF16LE(); in JS_appResponse()
/external/tflite-support/tensorflow_lite_support/examples/task/text/desktop/
DREADME.md6 ## Bert Question Answerer
/external/python/enum34/enum/
Dtest.py74 Question = Enum('Question', 'who what when where why', module=__name__) variable
76 Question = sys.exc_info()[1] variable
635 if isinstance(Question, Exception):
636 raise Question
637 test_pickle_dump_load(self.assertTrue, Question.who)
638 test_pickle_dump_load(self.assertTrue, Question)
/external/python/cpython2/Doc/library/
Dwinsound.rst77 | ``'SystemQuestion'`` | Question |
/external/openscreen/docs/
Ddiscovery.md85 * [Duplicate Question Suppression](https://tools.ietf.org/html/rfc6762#section-7.3)
/external/rust/crates/syn/src/
Dtoken.rs739 "?" pub struct Question/1 /// `?`
858 [?] => { $crate::token::Question };
/external/pdfium/public/
Dfpdf_formfill.h137 FPDF_WIDESTRING Question,
/external/rust/crates/libz-sys/src/zlib/old/
Dvisual-basic.txt3 Frequently Asked Question:
/external/oboe/docs/
DFAQ.md41 …elow but there is no programmatic way of knowing whether yours is one. [Question on StackOverflow]…

12