HomeSort by relevance Sort by last modified time
    Searched refs:fake (Results 251 - 275 of 391) sorted by null

<<111213141516

  /external/clang/tools/scan-build-py/libscanbuild/
analyze.py 417 help="""When '%(prog)s' analyzes a project by interposing a "fake
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
AbstractFakeFileSystem.java 16 package org.mockftpserver.fake.filesystem;
140 * @see org.mockftpserver.fake.filesystem.FileSystem#delete(java.lang.String)
158 * @see org.mockftpserver.fake.filesystem.FileSystem#exists(java.lang.String)
171 * @see org.mockftpserver.fake.filesystem.FileSystem#isDirectory(java.lang.String)
185 * @see org.mockftpserver.fake.filesystem.FileSystem#isFile(java.lang.String)
201 * @see org.mockftpserver.fake.filesystem.FileSystem#listFiles(java.lang.String)
229 * @see org.mockftpserver.fake.filesystem.FileSystem#listNames(java.lang.String)
  /external/python/cpython3/Lib/test/
test_pulldom.py 229 """A fake sax parser that calls some of the harder-to-reach sax methods to
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cgi.py 326 Content-Disposition: form-data; name="upload"; filename="fake.txt"
329 this is the content of the fake file
341 'upload': 'this is the content of the fake file\n'
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cgi.py 326 Content-Disposition: form-data; name="upload"; filename="fake.txt"
329 this is the content of the fake file
341 'upload': 'this is the content of the fake file\n'
  /prebuilts/go/darwin-x86/src/net/http/
client_test.go 705 Redirect(w, r, "http://secondhost.fake/secondpath", 302)
715 _, err := c.Get("http://firsthost.fake/")
719 _, err = c.Get("http://firsthost.fake/nosetcookie")
724 want := `Cookies("http://firsthost.fake/")
725 SetCookie("http://firsthost.fake/", [name=val])
726 Cookies("http://secondhost.fake/secondpath")
727 SetCookie("http://secondhost.fake/secondpath", [namesecondpath=valsecondpath])
728 Cookies("http://firsthost.fake/nosetcookie")
    [all...]
transport_test.go 1154 // to ensure that it is configured to use the fake root CA from testcert.go.
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
client_test.go 705 Redirect(w, r, "http://secondhost.fake/secondpath", 302)
715 _, err := c.Get("http://firsthost.fake/")
719 _, err = c.Get("http://firsthost.fake/nosetcookie")
724 want := `Cookies("http://firsthost.fake/")
725 SetCookie("http://firsthost.fake/", [name=val])
726 Cookies("http://secondhost.fake/secondpath")
727 SetCookie("http://secondhost.fake/secondpath", [namesecondpath=valsecondpath])
728 Cookies("http://firsthost.fake/nosetcookie")
    [all...]
transport_test.go 1154 // to ensure that it is configured to use the fake root CA from testcert.go.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cgi.py 326 Content-Disposition: form-data; name="upload"; filename="fake.txt"
329 this is the content of the fake file
341 'upload': 'this is the content of the fake file\n'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cgi.py 326 Content-Disposition: form-data; name="upload"; filename="fake.txt"
329 this is the content of the fake file
341 'upload': 'this is the content of the fake file\n'
  /external/linux-kselftest/tools/testing/selftests/x86/
mpx-mini-test.c 885 static long fake = 722122311; local
886 fake += 563792075;
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
AbstractFileSystemTestCase.groovy 16 package org.mockftpserver.fake.filesystem
  /external/robolectric-shadows/
run_robotests.mk 67 LOCAL_BUILT_MODULE_STEM := test.fake
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
flowgraph_generator1.go 12 // make fake flow graph.
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
gofmt_test.go 79 // fake flag - pretend input is from stdin
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
binutils_test.go 246 cmd := filepath.Join("testdata", "fake-llvm-symbolizer")
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
webui_test.go 140 // Implement fake object file support.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
flowgraph_generator1.go 12 // make fake flow graph.
  /prebuilts/go/linux-x86/src/cmd/gofmt/
gofmt_test.go 79 // fake flag - pretend input is from stdin
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
binutils_test.go 246 cmd := filepath.Join("testdata", "fake-llvm-symbolizer")
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
webui_test.go 140 // Implement fake object file support.
  /prebuilts/misc/common/robolectric/3.4.2/
run_robotests.mk 70 LOCAL_MODULE_CLASS := FAKE
72 LOCAL_BUILT_MODULE_STEM := test.fake
  /prebuilts/misc/common/robolectric/3.5.1/
run_robotests.mk 70 LOCAL_MODULE_CLASS := FAKE
72 LOCAL_BUILT_MODULE_STEM := test.fake
  /prebuilts/misc/common/robolectric/3.6.1/
run_robotests.mk 72 LOCAL_BUILT_MODULE_STEM := test.fake

Completed in 4281 milliseconds

<<111213141516