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

1 2 3 4 5 6 7 891011>>

  /packages/apps/Messaging/tests/src/com/android/messaging/
FakeFactory.java 69 final FakeContext fake) {
80 factory.mFakeContext = fake;
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
traceback.go 9 // We use a fake traceback, and a symbolizer that dumps a string we recognize.
tracebackctxt.go 10 // Use fake context, traceback, and symbolizer functions.
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
traceback.go 9 // We use a fake traceback, and a symbolizer that dumps a string we recognize.
tracebackctxt.go 10 // Use fake context, traceback, and symbolizer functions.
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /external/valgrind/exp-dhat/
dh_main.c 131 Block fake; local
132 fake.payload = a;
133 fake.req_szB = 1;
137 &foundkey, &foundval, (UWord)&fake );
145 tl_assert(res != &fake);
157 Block fake; local
158 fake.payload = a;
159 fake.req_szB = 1;
161 NULL, NULL, (Addr)&fake );
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
resolver.go 139 // or fake (dummy packages for failed imports). Incomplete but
140 // non-fake packages do require an import to complete them.
150 imp.fake = true
171 imp = nil // create fake package below
176 // create a new fake package
188 imp.fake = true // avoid follow-up lookup failures
192 // package should be complete or marked fake, but be cautious
193 if imp.complete || imp.fake {
  /prebuilts/go/linux-x86/src/go/types/
resolver.go 139 // or fake (dummy packages for failed imports). Incomplete but
140 // non-fake packages do require an import to complete them.
150 imp.fake = true
171 imp = nil // create fake package below
176 // create a new fake package
188 imp.fake = true // avoid follow-up lookup failures
192 // package should be complete or marked fake, but be cautious
193 if imp.complete || imp.fake {
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
AbstractFakeFileSystemTestCase.groovy 16 package org.mockftpserver.fake.filesystem
161 * @see org.mockftpserver.fake.filesystem.AbstractFileSystemTestCase#verifyFileContents(FileSystem,String,String )
  /prebuilts/go/darwin-x86/src/sync/atomic/
value.go 57 // GC does not see the fake type accidentally.
  /prebuilts/go/linux-x86/src/sync/atomic/
value.go 57 // GC does not see the fake type accidentally.
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
GTestXmlResultParserTest.java 263 CollectingOutputReceiver fake = new CollectingOutputReceiver() { local
283 resultParser.parseResult(contents, fake);
  /external/python/cpython2/Lib/test/
test_urllib.py 204 # Monkey patch os.environ, start with empty fake environment
236 """Test urlopen() opening a fake http connection."""
501 """Test urllib.urlretrieve() using fake http connections"""
    [all...]
test_cgi.py 286 Content-Disposition: form-data; name="upload"; filename="fake.txt"
359 Content-Disposition: form-data; name="upload"; filename="fake.txt"
362 this is the content of the fake file
374 'upload': 'this is the content of the fake file\n'
  /external/perf_data_converter/src/
perf_data_handler.cc 251 std::unique_ptr<PerfDataHandler::Mapping> fake; local
263 fake.reset(new PerfDataHandler::Mapping(&comm_it->second->comm(),
265 context.main_mapping = fake.get();
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
ITestSuiteTest.java 366 IConfiguration fake =
370 fake.setTest(new StubCollectingTest(new DeviceUnresponsiveException()));
371 testConfig.put(TEST_CONFIG_NAME, fake);
415 IConfiguration fake =
419 fake.setTest(new StubCollectingTest(new RuntimeException()));
420 testConfig.put(TEST_CONFIG_NAME, fake);
    [all...]
  /external/elfutils/libdw/
dwarf_getmacros.c 273 Dwarf_Macro_Op_Table fake = { .offset = macoff, .sec_index = sec_index }; local
274 Dwarf_Macro_Op_Table **found = tfind (&fake, &dbg->macro_ops,
355 /* A fake CU with bare minimum data to fool dwarf_formX into
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
PartialClasses.cs 41 // We fake it by defaulting to -1.
  /external/tensorflow/tensorflow/python/debug/lib/
debug_data_test.py 285 gfile, "Glob", side_effect=fake_gfile_glob, autospec=True) as fake:
304 fake.assert_has_calls(expected_calls, any_order=True)
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
disasm_test.go 103 // fake objdump script.
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
disasm_test.go 103 // fake objdump script.
  /external/autotest/site_utils/
lab_inventory_unittest.py 52 """Return a fake host object with a hostname."""
84 fake = _FakeHostHistory('zebra', lab_inventory.SPARE_POOL, status)
85 self.histories.record_host(fake)
164 fake = _FakeHostHistory('zebra', pool, status)
165 self._pool_histories.record_host(fake)
    [all...]
  /external/curl/tests/server/
getpart.c 31 /* just to please curl_base64.h we create a fake struct */
33 int fake; member in struct:Curl_easy
  /external/libbrillo/brillo/http/
http_transport_fake.h 21 namespace fake { namespace in namespace:brillo::http
28 // A fake implementation of http::Transport that simulates HTTP communication
115 // Fake error to be returned from CreateConnection method.
245 // of fake::Connection.
247 // Helper for fake::Connection::GetResponseStatusCode().
249 // Helper for fake::Connection::GetResponseStatusText().
251 // Helper for fake::Connection::GetProtocolVersion().
261 } // namespace fake

Completed in 753 milliseconds

1 2 3 4 5 6 7 891011>>