Home
last modified time | relevance | path

Searched full:fake (Results 1 – 25 of 5114) sorted by relevance

12345678910>>...205

/external/tensorflow/tensorflow/compiler/mlir/lite/tests/debuginfo/
Dv1_1.0_224_frozen.wrong_attr.line.part.pbtxt.debug1 files: "fake/user/code/file_A.py"
2 files: "fake/user/code/file_B.py"
3 files: "fake/user/code/file_C.py"
4 files: "fake/user/code/file_D.py"
5 files: "fake/user/code/file_E.py"
6 files: "fake/user/code/file_F.py"
7 files: "fake/user/code/file_G.py"
8 files: "fake/user/code/file_H.py"
9 files: "fake/user/code/file_I.py"
10 files: "fake/user/code/file_J.py"
[all …]
Dv1_1.0_224_frozen.wrong_attr.stack.part.pbtxt.debug1 files: "fake/user/code/file_A.py"
2 files: "fake/user/code/file_B.py"
3 files: "fake/user/code/file_C.py"
4 files: "fake/user/code/file_D.py"
5 files: "fake/user/code/file_E.py"
6 files: "fake/user/code/file_F.py"
7 files: "fake/user/code/file_G.py"
8 files: "fake/user/code/file_H.py"
9 files: "fake/user/code/file_I.py"
10 files: "fake/user/code/file_J.py"
[all …]
/external/autotest/client/deps/fakegudev/src/
Dtest-gudev.sh47 echo "TEST: /dev/fake does not appear in test program output"
49 run_test /dev/fake
64 echo "TEST: /dev/fake appears when specified in FAKEGUDEV_DEVICES"
65 generate_output_file test_files/fake.output
66 run_test /dev/fake test_files/fake.dat
68 echo "TEST: /dev/null appears when /dev/fake is specified in FAKEGUDEV_DEVICES"
70 run_test /dev/null test_files/fake.dat
74 run_test /dev/fake test_files/fake_name.dat
78 run_test /dev/fake test_files/fake_driver.dat
82 run_test /dev/fake test_files/fake_subsystem.dat
[all …]
/external/perfetto/src/trace_processor/db/column/
Dfake_storage_unittest.cc50 auto fake = FakeStorageChain::SearchAll(10); in TEST() local
51 EXPECT_EQ(fake->ValidateSearchConstraints(FilterOp::kEq, SqlValue()), in TEST()
56 auto fake = FakeStorageChain::SearchNone(10); in TEST() local
57 EXPECT_EQ(fake->ValidateSearchConstraints(FilterOp::kEq, SqlValue()), in TEST()
62 auto fake = in TEST() local
64 EXPECT_EQ(fake->ValidateSearchConstraints(FilterOp::kEq, SqlValue()), in TEST()
69 auto fake = FakeStorageChain::SearchSubset(5, BitVector{0, 1, 0, 1, 0}); in TEST() local
70 EXPECT_EQ(fake->ValidateSearchConstraints(FilterOp::kEq, SqlValue()), in TEST()
75 auto fake = FakeStorageChain::SearchSubset(5, Range(1, 4)); in TEST() local
76 EXPECT_EQ(fake->ValidateSearchConstraints(FilterOp::kEq, SqlValue()), in TEST()
[all …]
Dnull_overlay_unittest.cc45 auto fake = FakeStorageChain::SearchSubset(4, std::vector<uint32_t>{1, 2}); in TEST() local
47 auto chain = storage.MakeChain(std::move(fake)); in TEST()
59 auto fake = FakeStorageChain::SearchNone(4); in TEST() local
61 auto chain = storage.MakeChain(std::move(fake)); in TEST()
71 auto fake = FakeStorageChain::SearchAll(4); in TEST() local
73 auto chain = storage.MakeChain(std::move(fake)); in TEST()
83 auto fake = FakeStorageChain::SearchAll(4u); in TEST() local
85 auto chain = storage.MakeChain(std::move(fake)); in TEST()
93 auto fake = FakeStorageChain::SearchAll(5u); in TEST() local
95 auto chain = storage.MakeChain(std::move(fake)); in TEST()
[all …]
Drange_overlay_unittest.cc44 auto fake = FakeStorageChain::SearchSubset( in TEST() local
46 auto chain = storage.MakeChain(std::move(fake)); in TEST()
57 auto fake = FakeStorageChain::SearchAll(10); in TEST() local
58 auto chain = storage.MakeChain(std::move(fake)); in TEST()
67 auto fake = FakeStorageChain::SearchNone(10); in TEST() local
68 auto chain = storage.MakeChain(std::move(fake)); in TEST()
75 auto fake = FakeStorageChain::SearchSubset(10, std::vector<uint32_t>{4}); in TEST() local
78 auto chain = storage.MakeChain(std::move(fake)); in TEST()
85 auto fake = in TEST() local
89 auto chain = storage.MakeChain(std::move(fake)); in TEST()
[all …]
/external/grpc-grpc/test/core/xds/
Dxds_bootstrap_test.cc82 " \"server_uri\": \"fake:///lb1\"," in TEST()
85 " \"type\": \"fake\"," in TEST()
92 " \"server_uri\": \"fake:///lb2\"," in TEST()
95 " \"type\": \"fake\"," in TEST()
109 " \"server_uri\": \"fake:///xds_server\"," in TEST()
112 " \"type\": \"fake\"" in TEST()
118 " \"server_uri\": \"fake:///xds_server2\"," in TEST()
121 " \"type\": \"fake\"" in TEST()
134 " \"server_uri\": \"fake:///xds_server3\"," in TEST()
137 " \"type\": \"fake\"" in TEST()
[all …]
/external/libbrillo/brillo/http/
Dhttp_utils_test.cc27 static void EchoDataHandler(const fake::ServerRequest& request, in EchoDataHandler()
28 fake::ServerResponse* response) { in EchoDataHandler()
35 static void EchoMethodHandler(const fake::ServerRequest& request, in EchoMethodHandler()
36 fake::ServerResponse* response) { in EchoMethodHandler()
43 std::shared_ptr<fake::Transport> transport(new fake::Transport); in TEST()
65 std::shared_ptr<fake::Transport> transport(new fake::Transport); in TEST()
94 std::shared_ptr<fake::Transport> transport(new fake::Transport); in TEST()
116 std::shared_ptr<fake::Transport> transport(new fake::Transport); in TEST()
133 std::shared_ptr<fake::Transport> transport(new fake::Transport); in TEST()
150 std::shared_ptr<fake::Transport> transport(new fake::Transport); in TEST()
[all …]
/external/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/
Dperf_puppeteer_render_skps_test.go26 const fakeNodeBinPath = "/fake/path/to/node/bin"
39 assert.Equal(t, "/fake/path/to/node/bin/npm", cmd.Name)
62 const fakeNodeBinPath = "/fake/path/to/node/bin"
63 const fakeCanvasKitPath = "/fake/path/to/canvaskit"
64 const fakeBenchmarkPath = "/fake/path/to/perf-puppeteer"
82 assert.Equal(t, "/fake/path/to/node/bin/node", cmd.Name)
85 "--canvaskit_js", "/fake/path/to/canvaskit/canvaskit.js",
86 "--canvaskit_wasm", "/fake/path/to/canvaskit/canvaskit.wasm",
89 "--output", "/fake/path/to/perf-puppeteer/out/first_skp.json"}, cmd.Args)
103 const fakeNodeBinPath = "/fake/path/to/node/bin"
[all …]
/external/autotest/client/cros/cellular/
Dmmtest.py17 environment, connected to a fake modem program and talking to a
18 fake (tun) network device.
32 """Start the fakenetwork program and return the fake interface name
37 Returns the name of the fake network interface.
53 Returns the device path of the pty that serves the fake modem, e.g.
73 """Start modemmanager under the control of fake devices.
76 netname -- fake network interface name (e.g. tun0)
77 modemname -- path to pty node device of fake modem (e.g. /dev/pts/4)
89 'driver=fake',
90 'sysfs_path=/sys/devices/fake/tty',
[all …]
/external/mockito/src/test/java/org/mockito/internal/util/collections/
DIdentitySetTest.java27 class Fake { class in IdentitySetTest
37 assertEquals(new Fake(), new Fake()); in shouldWorkEvenIfEqualsTheSame()
38 Fake fake = new Fake(); in shouldWorkEvenIfEqualsTheSame() local
41 set.add(fake); in shouldWorkEvenIfEqualsTheSame()
44 assertTrue(set.contains(fake)); in shouldWorkEvenIfEqualsTheSame()
45 assertFalse(set.contains(new Fake())); in shouldWorkEvenIfEqualsTheSame()
/external/curl/tests/data/
Dtest121817 Set-Cookie: bug=fixed; domain=.example.fake;
33 http://example.fake/c/%TESTNUMBER http://example.fake/c/%TESTNUMBER http://bexample.fake/c/%TESTNUM…
44 GET http://example.fake/c/%TESTNUMBER HTTP/1.1
45 Host: example.fake
50 GET http://example.fake/c/%TESTNUMBER HTTP/1.1
51 Host: example.fake
57 GET http://bexample.fake/c/%TESTNUMBER HTTP/1.1
58 Host: bexample.fake
Dtest43915 Server: test-server/fake
41 …/fake.fake.fake:8000/%TESTNUMBER/?name=me%&noval&aim=b%aad&&&weirdo=*.//-" -u user:secret --aws-si…
50 Host: fake.fake.fake:8000
Dtest121634 http://example.fake/c/%TESTNUMBER http://bexample.fake/c/%TESTNUMBER -b %LOGDIR/injar%TESTNUMBER -x…
37 example.fake FALSE /a FALSE 22139150993 mooo indeed
38 example.fake FALSE /b FALSE 0 moo1 indeed
39 example.fake FALSE /c FALSE 22139150993 moo2 indeed
40 example.fake TRUE /c FALSE 22139150993 moo3 indeed
51 GET http://example.fake/c/%TESTNUMBER HTTP/1.1
52 Host: example.fake
58 GET http://bexample.fake/c/%TESTNUMBER HTTP/1.1
59 Host: bexample.fake
Dtest122815 Set-Cookie: path1=root; domain=.example.fake; path=/;
16 Set-Cookie: path2=depth1; domain=.example.fake; path=/hoge;
32 http://example.fake/hoge/%TESTNUMBER http://example.fake/hogege/ -b nonexisting -x %HOSTIP:%HTTPPORT
43 GET http://example.fake/hoge/%TESTNUMBER HTTP/1.1
44 Host: example.fake
49 GET http://example.fake/hogege/ HTTP/1.1
50 Host: example.fake
/external/angle/build/android/gyp/
Dgcc_preprocess_tests.py23 package org.chromium.fake;
29 self.assertEqual('org.chromium.fake', package_name)
32 package org.chromium.fake;
53 package org.chromium.fake;
67 self.assertEqual('org.chromium.fake', package_name)
70 package org.chromium.fake;
80 package org.chromium.fake;
100 self.assertEqual('org.chromium.fake', package_name)
103 package org.chromium.fake;
114 package org.chromium.fake;
[all …]
/external/tink/java_src/src/main/java/com/google/crypto/tink/integration/android/internal/
DFakeAndroidKeystoreProvider.java45 * Fake implementations of AndroidKeystore that provide all the function needed by Tink's android
50 /** A partial fake implementation of KeyStoreSpi. */
156 /** A partial fake implementation of KeyGeneratorSpi. */
218 super("AndroidKeyStore", 1.0, "Fake AndroidKeyStore"); in FakeProvider()
230 /** Returns a new fake Provider for AndroidKeystore. */
236 * A fake KeyStoreSpi implementation that may raise a NullPointerException in engineContainsAlias.
268 super("AndroidKeyStore", 1.0, "Fake AndroidKeyStore with a bad containsAlias implementation"); in UnreliableFakeProvider()
281 /** Returns a new fake Provider for AndroidKeystore. */
287 * A partial fake implementation of KeyStoreSpi where engineGetKey always throws an exception.
310 super("AndroidKeyStore", 1.0, "Fake AndroidKeyStore that returns null keys"); in FakeProviderWithUnrecoverableKeys()
[all …]
/external/llvm/test/tools/llvm-cov/
Dwarnings.h1 …profdata -filename-equivalence /dev/null | FileCheck %s -allow-empty -check-prefix=FAKE-FILE-STDOUT
2 …_comdat.profdata -filename-equivalence /dev/null 2>&1 | FileCheck %s -check-prefix=FAKE-FILE-STDERR
4 // FAKE-FILE-STDOUT-NOT: warning: The file '{{.*}}' isn't covered.
5 // FAKE-FILE-STDERR: warning: The file '{{.*}}' isn't covered.
7 …ilename-equivalence -name ".*" /dev/null | FileCheck %s -allow-empty -check-prefix=FAKE-FUNC-STDOUT
8 …-filename-equivalence -name-regex ".*" /dev/null 2>&1 | FileCheck %s -check-prefix=FAKE-FUNC-STDERR
10 // FAKE-FUNC-STDOUT-NOT: warning: Could not read coverage for '{{.*}}'.
11 // FAKE-FUNC-STDERR: Could not read coverage for '{{.*}}'.
/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_vs_real_test.py51 """For a given path, return paths in the real and fake filesystems."""
60 """Create a dir, file, or link in both the real fs and the fake."""
98 # so that missing features in the fake don't fall through to the base
124 # the fake FS is optional, but doing it is an extra sanity check.
151 self, method_name, path, real, fake, method_returns_path=False argument
153 """Invoke an os method in both real and fake contexts and compare
157 a fake filesystem method with a path to a fake file and compare the
164 path: potential path to a file in the real and fake file systems,
169 fake: fake_filsystem object or method from a fake_filesystem class
172 must compensate for expected difference between real and fake.
[all …]
/external/skia/infra/bots/task_drivers/perf_puppeteer_canvas/
Dperf_puppeteer_canvas_test.go26 const fakeNodeBinPath = "/fake/path/to/node/bin"
38 assert.Equal(t, "/fake/path/to/node/bin/npm", cmd.Name)
51 const fakeNodeBinPath = "/fake/path/to/node/bin"
52 const fakeCanvasKitPath = "/fake/path/to/canvaskit"
53 const fakeBenchmarkPath = "/fake/path/to/perf-puppeteer"
71 assert.Equal(t, "/fake/path/to/node/bin/node", cmd.Name)
74 "--canvaskit_js", "/fake/path/to/canvaskit/canvaskit.js",
75 "--canvaskit_wasm", "/fake/path/to/canvaskit/canvaskit.wasm",
77 "--output", "/fake/path/to/perf-puppeteer/out/perf.json",
87 const fakeNodeBinPath = "/fake/path/to/node/bin"
[all …]
/external/python/pyfakefs/pyfakefs/pytest_tests/
Dpytest_doctest_test.py14 def make_file_factory(func_name, fake, result): argument
30 command="getfixture('fs')" if fake else "pass",
38 passes = make_file_factory("passes", fake=False, result=True)
39 passes_too = make_file_factory("passes_too", fake=True, result=True)
43 fails = make_file_factory("fails", fake=False, result=False)
47 crashes = make_file_factory("crashes", fake=True, result=False)
48 crashes_too = make_file_factory(") SyntaxError", fake=True, result=False)
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_init.data34 Fake entropy: never returns anything
37 Fake entropy: less than the block size
40 Fake entropy: not enough for a nonce
44 Fake entropy: one block eventually
48 Fake entropy: one block in two steps
52 Fake entropy: more than one block in two steps
56 Fake entropy: two blocks eventually
/external/mbedtls/tests/suites/
Dtest_suite_psa_crypto_init.data34 Fake entropy: never returns anything
37 Fake entropy: less than the block size
40 Fake entropy: not enough for a nonce
44 Fake entropy: one block eventually
48 Fake entropy: one block in two steps
52 Fake entropy: more than one block in two steps
56 Fake entropy: two blocks eventually
/external/angle/build/android/pylib/local/device/
Dlocal_device_test_run_test.py21 '/fake/device/root',
22 local_device_test_run.SubstituteDeviceRoot(None, '/fake/device/root'))
26 '/another/fake/device/path',
27 local_device_test_run.SubstituteDeviceRoot('/another/fake/device/path',
28 '/fake/device/root'))
32 '/fake/device/root/subpath',
34 '/fake/device/root'))
38 '/another/fake/device/path',
40 ['/', 'another', 'fake', 'device', 'path'], '/fake/device/root'))
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/logging/testing/
DFakeEventLogger.java35 /** Fake implementation of {@link EventLogger} for use in tests. */
72 "This method is not implemented in the fake yet.")); in logMddFileGroupStats()
77 throw new UnsupportedOperationException("This method is not implemented in the fake yet."); in logMddApiCallStats()
94 "This method is not implemented in the fake yet.")); in logMddStorageStats()
102 "This method is not implemented in the fake yet.")); in logMddNetworkStats()
107 throw new UnsupportedOperationException("This method is not implemented in the fake yet."); in logMddDataDownloadFileExpirationEvent()
118 throw new UnsupportedOperationException("This method is not implemented in the fake yet."); in logMddNetworkSavings()
124 throw new UnsupportedOperationException("This method is not implemented in the fake yet."); in logMddDownloadResult()
134 throw new UnsupportedOperationException("This method is not implemented in the fake yet."); in logMddAndroidSharingLog()
145 throw new UnsupportedOperationException("This method is not implemented in the fake yet."); in logMddUsageEvent()

12345678910>>...205