Home
last modified time | relevance | path

Searched defs:Question (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Ddnsclient_unix.go58 func newRequest(q dnsmessage.Question, ad bool) (id uint16, udpReq, tcpReq []byte, err error) {
95 func checkResponse(reqID uint16, reqQues dnsmessage.Question, respHdr dnsmessage.Header, respQues d…
108 func dnsPacketRoundTrip(c Conn, id uint16, query dnsmessage.Question, b []byte) (dnsmessage.Parser,…
135 func dnsStreamRoundTrip(c Conn, id uint16, query dnsmessage.Question, b []byte) (dnsmessage.Parser,…
168 func (r *Resolver) exchange(ctx context.Context, server string, q dnsmessage.Question, timeout time…
Dresolverdialfunc_test.go126 Question func(dnsmessage.Header, dnsmessage.Question) member
/aosp_15_r20/external/openthread/src/core/net/
H A Dmdns.hpp1345 struct Question : public Clearable<Question> struct in ot::Dns::Multicast::Core::RxMessage
1347 Question(void) { Clear(); } in Question() argument
1350 Entry *mEntry; // Entry which can provide answer (if any).
1351 uint16_t mNameOffset; // Offset to start of question name.
1352 uint16_t mRrType; // The question record type.
1353 bool mIsRrClassInternet : 1; // Is the record class Internet or Any.
1354 …ol mIsProbe : 1; // Is a probe (contains a matching record in Authority section).
1355 bool mUnicastResponse : 1; // Is QU flag set (requesting a unicast response).
1356 bool mCanAnswer : 1; // Can provide answer for this question
1357 bool mIsUnique : 1; // Is unique record (vs a shared record).
[all …]
H A Ddns_types.hpp2882 class Question class
2895 explicit Question(uint16_t aType, uint16_t aClass = ResourceRecord::kClassInternet) in Question() function in ot::Dns::Question
/aosp_15_r20/tools/netsim/rust/http-proxy/src/
H A Ddns.rs327 struct Question { struct
336 impl Question { impl
337 fn split_once(cursor: &mut impl CursorExt) -> Result<Question> { in split_once()
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/
H A DQuestion.java15 public class Question { class
32 public Question( in Question() method in Question
55 public Question( in Question() method in Question
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/dns/dnsmessage/
Dmessage.go644 func (p *Parser) Question() (Question, error) { func
1342 func (b *Builder) Question(q Question) error { func
2147 type Question struct { struct
2165 return "dnsmessage.Question{" +
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h942 EFI_IFR_QUESTION_HEADER Question; member
957 EFI_IFR_QUESTION_HEADER Question; member
963 EFI_IFR_QUESTION_HEADER Question; member
970 EFI_IFR_QUESTION_HEADER Question; member
978 EFI_IFR_QUESTION_HEADER Question; member
987 EFI_IFR_QUESTION_HEADER Question; member
998 EFI_IFR_QUESTION_HEADER Question; member
1004 EFI_IFR_QUESTION_HEADER Question; member
1009 EFI_IFR_QUESTION_HEADER Question; member
1050 EFI_IFR_QUESTION_HEADER Question; member
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h947 EFI_IFR_QUESTION_HEADER Question; member
962 EFI_IFR_QUESTION_HEADER Question; member
968 EFI_IFR_QUESTION_HEADER Question; member
975 EFI_IFR_QUESTION_HEADER Question; member
983 EFI_IFR_QUESTION_HEADER Question; member
992 EFI_IFR_QUESTION_HEADER Question; member
1003 EFI_IFR_QUESTION_HEADER Question; member
1009 EFI_IFR_QUESTION_HEADER Question; member
1014 EFI_IFR_QUESTION_HEADER Question; member
1055 EFI_IFR_QUESTION_HEADER Question; member
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h942 EFI_IFR_QUESTION_HEADER Question; member
957 EFI_IFR_QUESTION_HEADER Question; member
963 EFI_IFR_QUESTION_HEADER Question; member
970 EFI_IFR_QUESTION_HEADER Question; member
978 EFI_IFR_QUESTION_HEADER Question; member
987 EFI_IFR_QUESTION_HEADER Question; member
998 EFI_IFR_QUESTION_HEADER Question; member
1004 EFI_IFR_QUESTION_HEADER Question; member
1009 EFI_IFR_QUESTION_HEADER Question; member
1050 EFI_IFR_QUESTION_HEADER Question; member
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h940 EFI_IFR_QUESTION_HEADER Question; member
955 EFI_IFR_QUESTION_HEADER Question; member
961 EFI_IFR_QUESTION_HEADER Question; member
968 EFI_IFR_QUESTION_HEADER Question; member
976 EFI_IFR_QUESTION_HEADER Question; member
985 EFI_IFR_QUESTION_HEADER Question; member
996 EFI_IFR_QUESTION_HEADER Question; member
1002 EFI_IFR_QUESTION_HEADER Question; member
1007 EFI_IFR_QUESTION_HEADER Question; member
1048 EFI_IFR_QUESTION_HEADER Question; member
[all …]
/aosp_15_r20/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
H A DMainActivity.java212 private static class Question implements Comparable<Question> { class in MainActivity
219 public Question(String question, int questionIndex, String[] answers, in Question() method in MainActivity.Question
/aosp_15_r20/developers/samples/android/deprecated/wearable/wear/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
DMainActivity.java212 private static class Question implements Comparable<Question> { class in MainActivity
219 public Question(String question, int questionIndex, String[] answers, in Question() method in MainActivity.Question
/aosp_15_r20/developers/build/prebuilts/gradle/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
H A DMainActivity.java212 private static class Question implements Comparable<Question> { class in MainActivity
219 public Question(String question, int questionIndex, String[] answers, in Question() method in MainActivity.Question
/aosp_15_r20/external/googleapis/google/cloud/dataqna/v1alpha/
H A Dquestion.proto37 message Question { message
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp432 static const char *const Question = "?"; in getIntervalInfo() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCAsmMacro.h49 Question, Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCAsmMacro.h49 Question, Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCAsmMacro.h49 Question, Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCAsmMacro.h49 Question, Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/aosp_15_r20/external/python/enum34/enum/
Dtest.py74 Question = Enum('Question', 'who what when where why', module=__name__) variable
76 Question = sys.exc_info()[1] variable
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dcpdfsdk_formfillenvironment.cpp201 const WideString& Question, in JS_appResponse()
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dmybusinessqanda.v1.json451 "Question": { object
/aosp_15_r20/external/aws-sdk-java-v2/services/mturk/src/main/resources/codegen-resources/
H A Dservice-2.json848 "Question":{ object
958 "Question":{ object
1352 "Question":{ object
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_enum.py96 Question = Enum('Question', 'who what when where why', module=__name__) variable
98 Question = exc variable

12