HomeSort by relevance Sort by last modified time
    Searched refs:whether (Results 201 - 225 of 1322) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/test/fixedbugs/
issue13273.go 9 // know after parsing x whether <-x is a receive operation
  /test/vts/utils/python/systrace/
systrace_controller.py 36 is_valid: boolean, whether the current environment setting for
60 ''''returns whether the current environment setting is valid'''
80 ''''returns whether output file exists and not empty.
  /prebuilts/go/darwin-x86/src/archive/tar/
strconv.go 15 // hasNUL reports whether the NUL character exists within s.
20 // isASCII reports whether the input is an ASCII C-style string.
81 // fitsInBase256 reports whether x can be encoded into n bytes using base-256
190 // fitsInOctal reports whether the integer x fits in a field n-bytes long
307 // validPAXRecord reports whether the key-value pair is valid where each
  /prebuilts/go/darwin-x86/src/cmd/vet/
types.go 38 // isNamedType reports whether t is the named type path.name.
200 // If it's pointer to struct, that's equivalent in our analysis to whether we can print the struct.
212 // Whether any particular verb is valid depends on the argument.
287 // hasBasicType reports whether x's type is a types.Basic with the given kind.
297 // matchStructArgType reports whether all the elements of the struct match the expected
313 // hasMethod reports whether the type contains a method with the given name.
  /prebuilts/go/darwin-x86/src/go/types/
predicates.go 74 // IsInterface reports whether typ is an interface type.
80 // Comparable reports whether values of type T are comparable.
102 // hasNil reports whether a type includes the nil value.
113 // Identical reports whether x and y are identical types.
119 // IdenticalIgnoreTags reports whether x and y are identical types if tags are ignored.
  /prebuilts/go/linux-x86/src/archive/tar/
strconv.go 15 // hasNUL reports whether the NUL character exists within s.
20 // isASCII reports whether the input is an ASCII C-style string.
81 // fitsInBase256 reports whether x can be encoded into n bytes using base-256
190 // fitsInOctal reports whether the integer x fits in a field n-bytes long
307 // validPAXRecord reports whether the key-value pair is valid where each
  /prebuilts/go/linux-x86/src/cmd/vet/
types.go 38 // isNamedType reports whether t is the named type path.name.
200 // If it's pointer to struct, that's equivalent in our analysis to whether we can print the struct.
212 // Whether any particular verb is valid depends on the argument.
287 // hasBasicType reports whether x's type is a types.Basic with the given kind.
297 // matchStructArgType reports whether all the elements of the struct match the expected
313 // hasMethod reports whether the type contains a method with the given name.
  /prebuilts/go/linux-x86/src/go/types/
predicates.go 74 // IsInterface reports whether typ is an interface type.
80 // Comparable reports whether values of type T are comparable.
102 // hasNil reports whether a type includes the nil value.
113 // Identical reports whether x and y are identical types.
119 // IdenticalIgnoreTags reports whether x and y are identical types if tags are ignored.
  /prebuilts/go/darwin-x86/src/net/
ip.go 111 // IsUnspecified reports whether ip is an unspecified address, either
117 // IsLoopback reports whether ip is a loopback address.
125 // IsMulticast reports whether ip is a multicast address.
133 // IsInterfaceLocalMulticast reports whether ip is
139 // IsLinkLocalMulticast reports whether ip is a link-local
148 // IsLinkLocalUnicast reports whether ip is a link-local
157 // IsGlobalUnicast reports whether ip is a global unicast
372 // Equal reports whether ip and x are the same IP address.
467 // Contains reports whether the network includes ip.
  /prebuilts/go/linux-x86/src/net/
ip.go 111 // IsUnspecified reports whether ip is an unspecified address, either
117 // IsLoopback reports whether ip is a loopback address.
125 // IsMulticast reports whether ip is a multicast address.
133 // IsInterfaceLocalMulticast reports whether ip is
139 // IsLinkLocalMulticast reports whether ip is a link-local
148 // IsLinkLocalUnicast reports whether ip is a link-local
157 // IsGlobalUnicast reports whether ip is a global unicast
372 // Equal reports whether ip and x are the same IP address.
467 // Contains reports whether the network includes ip.
  /prebuilts/go/darwin-x86/src/crypto/rsa/
pkcs1v15.go 67 // Note that whether this function returns an error or not discloses secret
69 // learn whether each instance returned an error then they can decrypt and
101 // attacker to brute-force it. If they can do that then they can learn whether
103 // and thus whether the padding was correct. This defeats the point of this
131 // rand is not nil. It returns one or zero in valid that indicates whether the
133 // returned in em so that it may be read independently of whether it was valid
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar.go 50 // PublicSuffixList is the public suffix list that determines whether
115 // shouldSend determines whether e's cookie qualifies to be included in a
145 // hasDotSuffix reports whether s ends in "."+suffix.
312 // hasPort reports whether host contains a port number. host may be a host
356 // isIP reports whether host is an IP address.
379 // remove records whether the jar should delete this cookie, as it has already
  /prebuilts/go/darwin-x86/src/strconv/
quote.go 188 // CanBackquote reports whether the string s can be represented
229 // 2) multibyte, a boolean indicating whether the decoded character requires a multibyte UTF-8 representation;
419 // contains reports whether the string contains the byte c.
465 // IsPrint reports whether the rune is defined as printable by Go, with
511 // IsGraphic reports whether the rune is defined as a Graphic by Unicode. Such
521 // isInGraphicList reports whether the rune is in the isGraphic list. This separation
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack.go 44 // IsPseudo reports whether the header field is an http2 pseudo header.
45 // That is, it reports whether it starts with a colon.
83 emitEnabled bool // whether calls to emit are enabled
130 // SetEmitEnabled controls whether the emitFunc provided to NewDecoder
139 // EmitEnabled reports whether calls to the emitFunc provided to NewDecoder
450 // wantStr is whether s will be used. If false, decompression and
  /prebuilts/go/linux-x86/src/crypto/rsa/
pkcs1v15.go 67 // Note that whether this function returns an error or not discloses secret
69 // learn whether each instance returned an error then they can decrypt and
101 // attacker to brute-force it. If they can do that then they can learn whether
103 // and thus whether the padding was correct. This defeats the point of this
131 // rand is not nil. It returns one or zero in valid that indicates whether the
133 // returned in em so that it may be read independently of whether it was valid
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
jar.go 50 // PublicSuffixList is the public suffix list that determines whether
115 // shouldSend determines whether e's cookie qualifies to be included in a
145 // hasDotSuffix reports whether s ends in "."+suffix.
312 // hasPort reports whether host contains a port number. host may be a host
356 // isIP reports whether host is an IP address.
379 // remove records whether the jar should delete this cookie, as it has already
  /prebuilts/go/linux-x86/src/strconv/
quote.go 188 // CanBackquote reports whether the string s can be represented
229 // 2) multibyte, a boolean indicating whether the decoded character requires a multibyte UTF-8 representation;
419 // contains reports whether the string contains the byte c.
465 // IsPrint reports whether the rune is defined as printable by Go, with
511 // IsGraphic reports whether the rune is defined as a Graphic by Unicode. Such
521 // isInGraphicList reports whether the rune is in the isGraphic list. This separation
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack.go 44 // IsPseudo reports whether the header field is an http2 pseudo header.
45 // That is, it reports whether it starts with a colon.
83 emitEnabled bool // whether calls to emit are enabled
130 // SetEmitEnabled controls whether the emitFunc provided to NewDecoder
139 // EmitEnabled reports whether calls to the emitFunc provided to NewDecoder
450 // wantStr is whether s will be used. If false, decompression and
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 69 restrictions on versions, and an indication whether these required modules are
86 whether they are likely to be fixed in an upcoming release.
  /external/iptables/iptables/
iptables-apply 44 by iptables-restore) to iptables, then prompt the user whether the changes
  /external/llvm/test/MC/ARM/
eh-directive-text-section-multiple-func.s 4 @ Check whether the section is switched back or not.
  /external/ltp/testcases/realtime/
00_Descriptions.txt 110 - Tests whether the priority inheritance feature is present in kernel
113 - Priority inheritance under two different scenarios. It checks whether the
  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
variational_sgd_optimizer.py 69 use_single_learning_rate: Boolean Indicates whether one single learning
  /frameworks/rs/tests/lldb/
config.py 94 '''Flag to indicate whether to store extra output in the logs.'''
  /prebuilts/go/darwin-x86/src/cmd/go/internal/cfg/
cfg.go 141 // isSameDir reports whether dir1 and dir2 are the same directory.
151 // isGOROOT reports whether path looks like a GOROOT.

Completed in 444 milliseconds

1 2 3 4 5 6 7 891011>>