HomeSort by relevance Sort by last modified time
    Searched refs:Wanted (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
fixcid.py 34 # changing the function wanted() you can make a different selection of
91 Wanted = '^[a-zA-Z0-9_]+\.[ch]$'
92 def wanted(name): function
93 return re.match(Wanted, name) >= 0
111 elif wanted(name):
  /external/boringssl/src/util/fipstools/
delocate_test.go 81 t.Errorf("delocated output differed. Wanted:\n%s\nGot:\n%s\n", expected, buf.Bytes())
  /external/python/cpython2/Tools/scripts/
fixcid.py 34 # changing the function wanted() you can make a different selection of
91 Wanted = r'^[a-zA-Z0-9_]+\.[ch]$'
92 def wanted(name): function
93 return re.match(Wanted, name)
111 elif wanted(name):
  /external/python/cpython3/Tools/scripts/
fixcid.py 34 # changing the function wanted() you can make a different selection of
91 Wanted = r'^[a-zA-Z0-9_]+\.[ch]$'
92 def wanted(name): function
93 return re.match(Wanted, name)
111 elif wanted(name):
  /prebuilts/go/darwin-x86/test/
range.go 77 println("Wanted lowercase alphabet; got", s)
  /prebuilts/go/linux-x86/test/
range.go 77 println("Wanted lowercase alphabet; got", s)
  /prebuilts/go/darwin-x86/src/net/http/
serve_test.go 678 return fmt.Errorf("Read = %v, %v, wanted %v, %v", n, err, 0, io.EOF)
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
serve_test.go 678 return fmt.Errorf("Read = %v, %v, wanted %v, %v", n, err, 0, io.EOF)
    [all...]

Completed in 547 milliseconds