Home
last modified time | relevance | path

Searched refs:Retrieve (Results 1 – 25 of 95) sorted by relevance

1234

/external/google-breakpad/src/processor/
Daddress_map_unittest.cc84 ASSERT_FALSE(test_map.Retrieve(0, &entry, &address)); in DoAddressMapTest()
85 ASSERT_FALSE(test_map.Retrieve(INT_MIN, &entry, &address)); in DoAddressMapTest()
86 ASSERT_FALSE(test_map.Retrieve(INT_MAX, &entry, &address)); in DoAddressMapTest()
92 ASSERT_TRUE(test_map.Retrieve(1, &entry, &address)); in DoAddressMapTest()
98 ASSERT_FALSE(test_map.Retrieve(0, &entry, &address)); in DoAddressMapTest()
99 ASSERT_FALSE(test_map.Retrieve(INT_MIN, &entry, &address)); in DoAddressMapTest()
100 ASSERT_FALSE(test_map.Retrieve(INT_MAX, &entry, &address)); in DoAddressMapTest()
105 ASSERT_FALSE(test_map.Retrieve(9, &entry, &address)); in DoAddressMapTest()
106 ASSERT_TRUE(test_map.Retrieve(10, &entry, &address)); in DoAddressMapTest()
110 ASSERT_TRUE(test_map.Retrieve(11, &entry, &address)); in DoAddressMapTest()
[all …]
Dstatic_address_map-inl.h46 bool StaticAddressMap<AddressType, EntryType>::Retrieve( in Retrieve() function
Dstatic_address_map.h62 bool Retrieve(const AddressType &address,
Dstatic_address_map_unittest.cc102 found = addr_map[testcase].Retrieve(target, &entry, &address); in CompareRetrieveResult()
104 test_map[testcase].Retrieve(target, entry_cstring, &address_test); in CompareRetrieveResult()
Daddress_map.h63 bool Retrieve(const AddressType &address,
Daddress_map-inl.h63 bool AddressMap<AddressType, EntryType>::Retrieve( in Retrieve() function
Dfast_source_line_resolver.cc101 } else if (public_symbols_.Retrieve(address, in LookupAddress()
232 if (public_symbols_.Retrieve(address, public_symbol_ptr, &public_address) && in FindWindowsFrameInfo()
Dbasic_source_line_resolver.cc220 } else if (public_symbols_.Retrieve(address, in LookupAddress()
269 if (public_symbols_.Retrieve(address, &public_symbol, &public_address) && in FindWindowsFrameInfo()
/external/libbrillo/brillo/glib/
Dobject_unittest.cc16 using brillo::glib::Retrieve;
26 EXPECT_TRUE(Retrieve(tmp, &result)); in SetRetrieveTest()
39 EXPECT_TRUE(Retrieve(y, &result)); in MutableRegularTestValue()
43 EXPECT_TRUE(!(Retrieve(y, &result) && result == x)); in MutableRegularTestValue()
45 EXPECT_TRUE(Retrieve(y, &result)); in MutableRegularTestValue()
49 EXPECT_TRUE(!(Retrieve(y, &result) && result == x)); in MutableRegularTestValue()
Dobject.h291 bool Retrieve(const ::GValue& x, T* result) {
303 inline bool Retrieve(const ::GValue& x, Value* result) {
472 bool Retrieve(const char* key, T* result) const {
480 return glib::Retrieve(*static_cast< ::GValue*>(ptr), result);
/external/flatbuffers/tests/MyGame/Example/
DMonsterStorage_grpc.go18 Retrieve(ctx context.Context, in *flatbuffers.Builder, methodSpec
38 func (c *monsterStorageClient) Retrieve(ctx context.Context, in *flatbuffers.Builder, func
66 Retrieve(*Stat, MonsterStorage_RetrieveServer) error methodSpec
93 return srv.(MonsterStorageServer).Retrieve(m, &monsterStorageRetrieveServer{stream})
/external/flatbuffers/tests/
Dmonster_test.grpc.fb.h38 …std::unique_ptr< ::grpc::ClientReaderInterface< flatbuffers::BufferRef<Monster>>> Retrieve(::grpc:… in Retrieve() function
56 …std::unique_ptr< ::grpc::ClientReader< flatbuffers::BufferRef<Monster>>> Retrieve(::grpc::ClientCo… in Retrieve() function
78 …virtual ::grpc::Status Retrieve(::grpc::ServerContext* context, const flatbuffers::BufferRef<Stat>…
112 …::grpc::Status Retrieve(::grpc::ServerContext* context, const flatbuffers::BufferRef<Stat>* reques… in Retrieve() function
150 …::grpc::Status Retrieve(::grpc::ServerContext* context, const flatbuffers::BufferRef<Stat>* reques… in Retrieve() function
Dmonster_test.grpc.fb.cc62 std::mem_fn(&MonsterStorage::Service::Retrieve), this))); in Service()
75 ::grpc::Status MonsterStorage::Service::Retrieve(::grpc::ServerContext* context, const flatbuffers:… in Retrieve() function in MyGame::Example::MonsterStorage::Service
Dmonster_test.fbs74 Retrieve(Stat):Monster (streaming: "server", idempotent);
/external/flatbuffers/grpc/tests/
Dgo_test.go31 func (s *server) Retrieve(context context.Context, in *Example.Stat) (*flatbuffers.Builder, error) { func
62 out, err := c.Retrieve(context.Background(), b)
Dgrpctest.cpp45 virtual ::grpc::Status Retrieve(::grpc::ServerContext *context, in Retrieve() function in ServiceImpl
/external/python/cpython2/Doc/library/
Dstringio.rst32 Retrieve the entire contents of the "file" at any time before the
51 # Retrieve file contents -- this will be
120 # Retrieve file contents -- this will be
/external/python/cpython2/Doc/c-api/
Dslice.rst33 Retrieve the start, stop and step indices from the slice object *slice*,
54 Usable replacement for :c:func:`PySlice_GetIndices`. Retrieve the start,
/external/libmojo/third_party/markupsafe/
DREADME.chromium24 Retrieve or update by executing markupsafe/get_markupsafe.sh from third_party.
/external/libmojo/third_party/jinja2/
DREADME.chromium25 Retrieve or update by executing jinja2/get_jinja2.sh from third_party.
/external/mockftpserver/tags/2.0/src/site/apt/
Dfakeftpserver-features.apt38 * Retrieve existing file (RETR) from the server
/external/mockftpserver/tags/2.0-rc1/src/site/apt/
Dfakeftpserver-features.apt38 * Retrieve existing file (RETR) from the server
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/site/apt/
Dfakeftpserver-features.apt38 * Retrieve existing file (RETR) from the server
/external/mockftpserver/tags/2.0.1/src/site/apt/
Dfakeftpserver-features.apt38 * Retrieve existing file (RETR) from the server
/external/mockftpserver/tags/2.0.2/src/site/apt/
Dfakeftpserver-features.apt38 * Retrieve existing file (RETR) from the server

1234