HomeSort by relevance Sort by last modified time
    Searched refs:testdata (Results 176 - 200 of 545) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
4-1.c 25 struct testdata { struct
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
types_test.cc 70 std::vector<std::pair<ArrayDataType, ::tflite::TensorType>> testdata = { local
75 for (auto x : testdata) {
169 testdata = {{FusedActivationFunctionType::kNone, local
177 for (auto x : testdata) {
  /packages/apps/TV/tests/common/src/com/android/tv/testing/testdata/
TestData.java 17 package com.android.tv.testing.testdata;
40 public abstract class TestData {
57 public static final TestData DEFAULT_10_CHANNELS =
58 new TestData() {
65 "com.android.tv.testing.testdata",
66 "com.android.tv.testing.testdata.Default10Channels"),
67 "com.android.tv.testing.testdata/.Default10Channels",
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
atomic.go 7 package testdata package
46 x := atomic.AddUint64(&x, 1) // ERROR "declaration of .x. shadows declaration at testdata/atomic.go:16"
  /prebuilts/go/darwin-x86/src/cmd/vet/
vet_test.go 21 dataDir = "testdata"
85 // $(GOROOT)/test/errchk ./testvet -shadow -printfuncs='Warn:1,Warnf:1' testdata/*.go testdata/*.s
89 // TestVet tests self-contained files in testdata/*.go.
137 "testdata/print.go",
175 gos, err := filepath.Glob(filepath.Join("testdata", dir, "*.go"))
215 "testdata/tagtest",
237 cmd := exec.Command("./"+binary, "-v", "-all", "testdata/cgo/cgo3.go")
  /prebuilts/go/darwin-x86/src/debug/plan9obj/
file_test.go 20 "testdata/386-plan9-exec",
31 "testdata/amd64-plan9-exec",
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
atomic.go 7 package testdata package
46 x := atomic.AddUint64(&x, 1) // ERROR "declaration of .x. shadows declaration at testdata/atomic.go:16"
  /prebuilts/go/linux-x86/src/cmd/vet/
vet_test.go 21 dataDir = "testdata"
85 // $(GOROOT)/test/errchk ./testvet -shadow -printfuncs='Warn:1,Warnf:1' testdata/*.go testdata/*.s
89 // TestVet tests self-contained files in testdata/*.go.
137 "testdata/print.go",
175 gos, err := filepath.Glob(filepath.Join("testdata", dir, "*.go"))
215 "testdata/tagtest",
237 cmd := exec.Command("./"+binary, "-v", "-all", "testdata/cgo/cgo3.go")
  /prebuilts/go/linux-x86/src/debug/plan9obj/
file_test.go 20 "testdata/386-plan9-exec",
31 "testdata/amd64-plan9-exec",
  /prebuilts/go/darwin-x86/src/image/jpeg/
reader_test.go 26 "../testdata/video-001",
27 "../testdata/video-001.q50.410",
28 "../testdata/video-001.q50.411",
29 "../testdata/video-001.q50.420",
30 "../testdata/video-001.q50.422",
31 "../testdata/video-001.q50.440",
32 "../testdata/video-001.q50.444",
33 "../testdata/video-005.gray.q50",
34 "../testdata/video-005.gray.q50.2x2",
35 "../testdata/video-001.separate.dc.progression"
    [all...]
  /prebuilts/go/linux-x86/src/image/jpeg/
reader_test.go 26 "../testdata/video-001",
27 "../testdata/video-001.q50.410",
28 "../testdata/video-001.q50.411",
29 "../testdata/video-001.q50.420",
30 "../testdata/video-001.q50.422",
31 "../testdata/video-001.q50.440",
32 "../testdata/video-001.q50.444",
33 "../testdata/video-005.gray.q50",
34 "../testdata/video-005.gray.q50.2x2",
35 "../testdata/video-001.separate.dc.progression"
    [all...]
  /prebuilts/go/darwin-x86/src/debug/dwarf/
type_test.go 84 func TestTypedefsELF(t *testing.T) { testTypedefs(t, elfData(t, "testdata/typedef.elf"), "elf") }
87 testTypedefs(t, machoData(t, "testdata/typedef.macho"), "macho")
90 func TestTypedefsELFDwarf4(t *testing.T) { testTypedefs(t, elfData(t, "testdata/typedef.elf4"), "elf") }
145 d := elfData(t, "testdata/cycle.elf")
164 d := elfData(t, "testdata/cycle.elf")
  /prebuilts/go/linux-x86/src/debug/dwarf/
type_test.go 84 func TestTypedefsELF(t *testing.T) { testTypedefs(t, elfData(t, "testdata/typedef.elf"), "elf") }
87 testTypedefs(t, machoData(t, "testdata/typedef.macho"), "macho")
90 func TestTypedefsELFDwarf4(t *testing.T) { testTypedefs(t, elfData(t, "testdata/typedef.elf4"), "elf") }
145 d := elfData(t, "testdata/cycle.elf")
164 d := elfData(t, "testdata/cycle.elf")
  /prebuilts/go/darwin-x86/src/cmd/go/
go_test.go 279 if strings.HasPrefix(val, "testdata") || strings.HasPrefix(val, "./testdata") {
280 tg.t.Fatalf("internal testsuite error: call to parallel with testdata in environment (%s)", e)
327 if tg.inParallel && (name == "GOROOT" || name == "GOPATH" || name == "GOBIN") && (strings.HasPrefix(val, "testdata") || strings.HasPrefix(val, "./testdata")) {
328 tg.t.Fatalf("internal testsuite error: call to setenv with testdata (%s=%s) after parallel", name, val)
363 if strings.HasPrefix(arg, "testdata") || strings.HasPrefix(arg, "./testdata") {
364 tg.t.Fatal("internal testsuite error: parallel run using testdata")
774 fail := filepath.Join(wd, "testdata/failssh"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
go_test.go 279 if strings.HasPrefix(val, "testdata") || strings.HasPrefix(val, "./testdata") {
280 tg.t.Fatalf("internal testsuite error: call to parallel with testdata in environment (%s)", e)
327 if tg.inParallel && (name == "GOROOT" || name == "GOPATH" || name == "GOBIN") && (strings.HasPrefix(val, "testdata") || strings.HasPrefix(val, "./testdata")) {
328 tg.t.Fatalf("internal testsuite error: call to setenv with testdata (%s=%s) after parallel", name, val)
363 if strings.HasPrefix(arg, "testdata") || strings.HasPrefix(arg, "./testdata") {
364 tg.t.Fatal("internal testsuite error: parallel run using testdata")
774 fail := filepath.Join(wd, "testdata/failssh"
    [all...]
  /prebuilts/go/darwin-x86/src/debug/macho/
file_test.go 22 "testdata/gcc-386-darwin-exec",
48 "testdata/gcc-amd64-darwin-exec",
76 "testdata/gcc-amd64-darwin-exec-debug",
104 "testdata/clang-386-darwin-exec-with-rpath",
128 "testdata/clang-amd64-darwin-exec-with-rpath",
152 "testdata/clang-386-darwin.obj",
187 "testdata/clang-amd64-darwin.obj",
321 ff, err := OpenFat("testdata/fat-gcc-386-amd64-darwin-exec")
353 filename = "testdata/gcc-386-darwin-exec" // not a fat Mach-O
  /prebuilts/go/linux-x86/src/debug/macho/
file_test.go 22 "testdata/gcc-386-darwin-exec",
48 "testdata/gcc-amd64-darwin-exec",
76 "testdata/gcc-amd64-darwin-exec-debug",
104 "testdata/clang-386-darwin-exec-with-rpath",
128 "testdata/clang-amd64-darwin-exec-with-rpath",
152 "testdata/clang-386-darwin.obj",
187 "testdata/clang-amd64-darwin.obj",
321 ff, err := OpenFat("testdata/fat-gcc-386-amd64-darwin-exec")
353 filename = "testdata/gcc-386-darwin-exec" // not a fat Mach-O
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
1-2.c 163 struct testdata { struct
171 struct testdata *td;
320 struct testdata alternativ;
356 * Allocate space for the testdata structure
363 output("Testdata allocated in the process memory.\n");
387 sz = ((sizeof(struct testdata) / ps) + 1) * ps;
405 td = (struct testdata *)mmaped;
409 output("Testdata allocated in shared memory (%ib).\n",
410 sizeof(struct testdata));
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
gcimporter_test.go 97 if outFn := compile(t, "testdata", "exports.go"); outFn != "" {
101 if pkg := testPath(t, "./testdata/exports", "."); pkg != nil {
128 const dir = "./testdata/versions"
311 if f := compile(t, "testdata", "a.go"); f != "" {
314 if f := compile(t, "testdata", "b.go"); f != "" {
319 pkg := importPkg(t, "./testdata/b")
389 if f := compile(t, "testdata", "p.go"); f != "" {
407 if _, err := Import(imports, "./././testdata/p", ".", nil); err != nil {
427 if f := compile(t, "testdata", "issue15920.go"); f != "" {
431 importPkg(t, "./testdata/issue15920"
    [all...]
  /prebuilts/go/darwin-x86/src/internal/trace/
parser_test.go 36 files, err := ioutil.ReadDir("./testdata")
38 t.Fatalf("failed to read ./testdata: %v", err)
41 data, err := ioutil.ReadFile(filepath.Join("./testdata", f.Name()))
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
gcimporter_test.go 97 if outFn := compile(t, "testdata", "exports.go"); outFn != "" {
101 if pkg := testPath(t, "./testdata/exports", "."); pkg != nil {
128 const dir = "./testdata/versions"
311 if f := compile(t, "testdata", "a.go"); f != "" {
314 if f := compile(t, "testdata", "b.go"); f != "" {
319 pkg := importPkg(t, "./testdata/b")
389 if f := compile(t, "testdata", "p.go"); f != "" {
407 if _, err := Import(imports, "./././testdata/p", ".", nil); err != nil {
427 if f := compile(t, "testdata", "issue15920.go"); f != "" {
431 importPkg(t, "./testdata/issue15920"
    [all...]
  /prebuilts/go/linux-x86/src/internal/trace/
parser_test.go 36 files, err := ioutil.ReadDir("./testdata")
38 t.Fatalf("failed to read ./testdata: %v", err)
41 data, err := ioutil.ReadFile(filepath.Join("./testdata", f.Name()))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_normalization.py 44 testdata = open_urlresource(TESTDATAURL, check_version)
47 for line in testdata:
  /external/python/cpython2/Lib/test/
test_normalization.py 44 testdata = open_urlresource(TESTDATAURL, check_version)
47 for line in testdata:
  /external/tensorflow/tensorflow/go/
operation_test.go 103 testdata := []struct {
135 for idx, test := range testdata {

Completed in 685 milliseconds

1 2 3 4 5 6 78 91011>>