HomeSort by relevance Sort by last modified time
    Searched refs:question (Results 51 - 75 of 140) sorted by null

1 23 4 5 6

  /external/tensorflow/tensorflow/contrib/mpi/
README.md 3 1. Follow the regular TF compilation instructions. During configure step, if you want MPI support, answer yes to this question:
  /external/webrtc/
setup_links.py 121 def query_yes_no(question, default=False):
122 """Ask a yes/no question via raw_input() and return their answer.
134 sys.stdout.write(question + prompt)
  /prebuilts/go/darwin-x86/src/runtime/
sigqueue_plan9.go 117 // the signal(s) in question, and here we are just waiting to make sure
  /prebuilts/go/linux-x86/src/runtime/
sigqueue_plan9.go 117 // the signal(s) in question, and here we are just waiting to make sure
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 152 kDNSQClass_UnicastResponse = 0x8000 // Top bit set in a question means "unicast response acceptable"
416 // them to hang around for too long in the cache if the host in question crashes or otherwise goes away.
495 DNSQuestion *question; // For queries member in struct:tcpInfo_t
1652 DNSQuestion question; \/\/ Storage for any active question member in struct:ZoneData_struct
    [all...]
DNSCommon.c     [all...]
DNSCommon.h 242 DNSQuestion *question);
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp     [all...]
  /external/llvm/lib/TableGen/
TGLexer.cpp 114 case '?': return tgtok::question;
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 362 def YesNo(title, question, default):
363 """ Simple Yes/No question box """
364 dlg = wx.MessageDialog(None, question, title, wx.YES_NO | wx.ICON_QUESTION)
372 def YesNoCancel(title, question, default):
373 """ Simple Yes/No question box """
374 dlg = wx.MessageDialog(None, question, title, wx.YES_NO | wx.CANCEL | wx.ICON_QUESTION)
  /external/libevent/test/
regress_dns.c 278 printf("Unexpected question %d %d \"%s\" ",
632 const char *question; local
635 TT_DIE(("Only handling one question at a time; got %d",
638 question = req->questions[0]->name;
640 TT_BLATHER(("got question, %s", question));
696 const char *question; local
708 TT_DIE(("Only handling one question at a time; got %d",
711 question = req->questions[0]->name;
713 if (!evutil_ascii_strcasecmp(question, "google.com"))
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 647 DNSQuestion question; local
651 ptr = getQuestion( &pkt->msg, ptr, ( ( mDNSu8* ) &pkt->msg ) + pkt->len, NULL, &question );
653 AppendDomainName( &zname, &question.qname );
655 exception = ( ( question.qtype == kDNSType_SOA ) || ( question.qtype == kDNSType_NS ) || ( ( question.qtype == kDNSType_SRV ) && IsPublicSRV( self, &question ) ) );
659 DNSQuestion question; local
661 // It's an update. The format of the zone section is the same as the format for the question section
662 // according to RFC 2136, so we'll just treat this as a question so we can get at the zone
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.cpp 75 CurrentToken->is(tok::question))
86 if (CurrentToken->is(tok::question) &&
92 (CurrentToken->isOneOf(tok::colon, tok::question) && InExprContext))
332 tok::question, tok::colon, tok::kw_return,
629 case tok::question:
633 // Question marks before semicolons, colons, etc. indicate optional
    [all...]
ContinuationIndenter.cpp 161 Previous.isNot(tok::question)) ||
531 if (NextNonComment->is(tok::question) ||
532 (PreviousNonComment && PreviousNonComment->is(tok::question)))
727 if (Style.BreakBeforeTernaryOperators && Current.is(tok::question))
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSIncoming.java 497 for (DNSQuestion question : _questions) {
499 buf.append(question);
JmDNSImpl.java     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
text_file.py 23 report physical line number, even if the logical line in question
  /external/python/cpython2/Lib/distutils/
text_file.py 23 report physical line number, even if the logical line in question
  /external/python/cpython3/Lib/distutils/
text_file.py 20 report physical line number, even if the logical line in question
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
text_file.py 23 report physical line number, even if the logical line in question
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
text_file.py 23 report physical line number, even if the logical line in question
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 23 report physical line number, even if the logical line in question
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 23 report physical line number, even if the logical line in question
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
dwinl.go 65 // Look up index in our map, then tack the var in question
120 // this versioning, since DWARF variables in question will be
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
dwinl.go 65 // Look up index in our map, then tack the var in question
120 // this versioning, since DWARF variables in question will be

Completed in 502 milliseconds

1 23 4 5 6