HomeSort by relevance Sort by last modified time
    Searched defs:hasPrefix (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /prebuilts/go/darwin-x86/src/net/
dnsconfig_unix.go 95 case hasPrefix(s, "ndots:"):
103 case hasPrefix(s, "timeout:"):
109 case hasPrefix(s, "attempts:"):
164 func hasPrefix(s, prefix string) bool {
  /prebuilts/go/linux-x86/src/net/
dnsconfig_unix.go 95 case hasPrefix(s, "ndots:"):
103 case hasPrefix(s, "timeout:"):
109 case hasPrefix(s, "attempts:"):
164 func hasPrefix(s, prefix string) bool {
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
QName.java 58 public boolean hasPrefix()
  /frameworks/av/media/libstagefright/
OmxInfoBuilder.cpp 55 bool hasPrefix(const hidl_string& s, const char* prefix) {
71 if (hasPrefix(attribute.key, "feature-") &&
72 !hasPrefix(attribute.key, "feature-bitrate-modes")) {
77 hasPrefix(attribute.value, "1") ? 1 : 0);
155 bool isSoftware = hasPrefix(nodeName, "OMX.google");
  /external/icu/icu4c/source/i18n/
number_modifiers.cpp 230 bool hasPrefix = (prefixLen > 0);
233 if (hasPrefix && hasNumber) {
  /hardware/google/av/media/sfplugin/
Codec2InfoBuilder.cpp 43 bool hasPrefix(const std::string& s, const char* prefix) {
104 if (hasPrefix(trait.name, "c2.vda.")) {
107 if (hasPrefix(trait.name, "c2.android.")) {
124 if (hasPrefix(trait.name, "c2.android.")) {
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
ext_test.go 315 // hasPrefix reports whether any of the space-separated words in the text s
317 func hasPrefix(s string, prefixes ...string) bool {
320 if strings.HasPrefix(s, prefix) {
576 if line == "" || strings.HasPrefix(line, "#") {
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
ext_test.go 291 // hasPrefix reports whether any of the space-separated words in the text s
293 func hasPrefix(s string, prefixes ...string) bool {
296 if strings.HasPrefix(s, prefix) {
497 if line == "" || strings.HasPrefix(line, "#") {
  /prebuilts/go/darwin-x86/src/os/
file_plan9.go 322 // HasPrefix from the strings package.
323 func hasPrefix(s, prefix string) bool {
339 if hasPrefix(newname, dirname) {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
ext_test.go 315 // hasPrefix reports whether any of the space-separated words in the text s
317 func hasPrefix(s string, prefixes ...string) bool {
320 if strings.HasPrefix(s, prefix) {
576 if line == "" || strings.HasPrefix(line, "#") {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
ext_test.go 291 // hasPrefix reports whether any of the space-separated words in the text s
293 func hasPrefix(s string, prefixes ...string) bool {
296 if strings.HasPrefix(s, prefix) {
497 if line == "" || strings.HasPrefix(line, "#") {
  /prebuilts/go/linux-x86/src/os/
file_plan9.go 322 // HasPrefix from the strings package.
323 func hasPrefix(s, prefix string) bool {
339 if hasPrefix(newname, dirname) {
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
ext_test.go 283 // hasPrefix reports whether any of the space-separated words in the text s
285 func hasPrefix(s string, prefixes ...string) bool {
288 if strings.HasPrefix(cur_s, prefix) {
576 if line == "" || strings.HasPrefix(line, "#") {
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 346 // hasPrefix reports whether any of the space-separated words in the text s
348 func hasPrefix(s string, prefixes ...string) bool {
351 if strings.HasPrefix(s, prefix) {
527 if line == "" || strings.HasPrefix(line, "#") {
  /prebuilts/go/darwin-x86/src/runtime/
type.go 115 func hasPrefix(s, prefix string) bool {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
ext_test.go 283 // hasPrefix reports whether any of the space-separated words in the text s
285 func hasPrefix(s string, prefixes ...string) bool {
288 if strings.HasPrefix(cur_s, prefix) {
576 if line == "" || strings.HasPrefix(line, "#") {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 346 // hasPrefix reports whether any of the space-separated words in the text s
348 func hasPrefix(s string, prefixes ...string) bool {
351 if strings.HasPrefix(s, prefix) {
527 if line == "" || strings.HasPrefix(line, "#") {
  /prebuilts/go/linux-x86/src/runtime/
type.go 115 func hasPrefix(s, prefix string) bool {
  /prebuilts/go/darwin-x86/src/regexp/
regexp.go 284 hasPrefix(re *Regexp) bool
309 func (i *inputString) hasPrefix(re *Regexp) bool {
310 return strings.HasPrefix(i.str, re.prefix)
356 func (i *inputBytes) hasPrefix(re *Regexp) bool {
357 return bytes.HasPrefix(i.str, re.prefixBytes)
408 func (i *inputReader) hasPrefix(re *Regexp) bool {
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
regexp.go 284 hasPrefix(re *Regexp) bool
309 func (i *inputString) hasPrefix(re *Regexp) bool {
310 return strings.HasPrefix(i.str, re.prefix)
356 func (i *inputBytes) hasPrefix(re *Regexp) bool {
357 return bytes.HasPrefix(i.str, re.prefixBytes)
408 func (i *inputReader) hasPrefix(re *Regexp) bool {
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
type.go 905 func hasPrefix(s, prefix string) bool {
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 905 func hasPrefix(s, prefix string) bool {
    [all...]
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 

Completed in 2555 milliseconds

1 2 3 4 5