HomeSort by relevance Sort by last modified time
    Searched refs:Retrieve (Results 1 - 17 of 17) sorted by null

  /external/google-breakpad/src/processor/
address_map_unittest.cc 84 ASSERT_FALSE(test_map.Retrieve(0, &entry, &address));
85 ASSERT_FALSE(test_map.Retrieve(INT_MIN, &entry, &address));
86 ASSERT_FALSE(test_map.Retrieve(INT_MAX, &entry, &address));
92 ASSERT_TRUE(test_map.Retrieve(1, &entry, &address));
98 ASSERT_FALSE(test_map.Retrieve(0, &entry, &address));
99 ASSERT_FALSE(test_map.Retrieve(INT_MIN, &entry, &address));
100 ASSERT_FALSE(test_map.Retrieve(INT_MAX, &entry, &address));
105 ASSERT_FALSE(test_map.Retrieve(9, &entry, &address));
106 ASSERT_TRUE(test_map.Retrieve(10, &entry, &address));
110 ASSERT_TRUE(test_map.Retrieve(11, &entry, &address))
    [all...]
static_address_map-inl.h 46 bool StaticAddressMap<AddressType, EntryType>::Retrieve(
static_address_map.h 33 // std::map. StaticAddressMap provides read-only Retrieve() operation, similar
50 // EntryType could be a complex type, so we retrieve its pointer instead.
62 bool Retrieve(const AddressType &address,
address_map.h 63 bool Retrieve(const AddressType &address,
address_map-inl.h 63 bool AddressMap<AddressType, EntryType>::Retrieve(
66 BPLOG_IF(ERROR, !entry) << "AddressMap::Retrieve requires |entry|";
fast_source_line_resolver.cc 101 } else if (public_symbols_.Retrieve(address,
232 if (public_symbols_.Retrieve(address, public_symbol_ptr, &public_address) &&
static_address_map_unittest.cc 102 found = addr_map[testcase].Retrieve(target, &entry, &address);
104 test_map[testcase].Retrieve(target, entry_cstring, &address_test);
basic_source_line_resolver.cc 220 } else if (public_symbols_.Retrieve(address,
269 if (public_symbols_.Retrieve(address, &public_symbol, &public_address) &&
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
csharphead.swg 173 SWIGPendingException.Set(new System.ApplicationException(message, SWIGPendingException.Retrieve()));
176 SWIGPendingException.Set(new System.ArithmeticException(message, SWIGPendingException.Retrieve()));
179 SWIGPendingException.Set(new System.DivideByZeroException(message, SWIGPendingException.Retrieve()));
182 SWIGPendingException.Set(new System.IndexOutOfRangeException(message, SWIGPendingException.Retrieve()));
185 SWIGPendingException.Set(new System.InvalidCastException(message, SWIGPendingException.Retrieve()));
188 SWIGPendingException.Set(new System.InvalidOperationException(message, SWIGPendingException.Retrieve()));
191 SWIGPendingException.Set(new System.IO.IOException(message, SWIGPendingException.Retrieve()));
194 SWIGPendingException.Set(new System.NullReferenceException(message, SWIGPendingException.Retrieve()));
197 SWIGPendingException.Set(new System.OutOfMemoryException(message, SWIGPendingException.Retrieve()));
200 SWIGPendingException.Set(new System.OverflowException(message, SWIGPendingException.Retrieve()));
    [all...]
  /external/libbrillo/brillo/glib/
object_unittest.cc 16 using brillo::glib::Retrieve;
26 EXPECT_TRUE(Retrieve(tmp, &result));
39 EXPECT_TRUE(Retrieve(y, &result));
43 EXPECT_TRUE(!(Retrieve(y, &result) && result == x));
45 EXPECT_TRUE(Retrieve(y, &result));
49 EXPECT_TRUE(!(Retrieve(y, &result) && result == x));
object.h 128 // \brief Value (and Retrieve) support using std::string as well as const char*
282 // \brief Retrieve gets a value from a GValue.
291 bool Retrieve(const ::GValue& x, T* result) {
293 LOG(WARNING) << "GValue retrieve failed. Expected: "
303 inline bool Retrieve(const ::GValue& x, Value* result) {
434 // key value pair, only to retrieve the keys and values and individual elements.
440 // success = Retrieve(table[key], &value);
443 // For now I implemented a Retrieve member function to follow the pattern
446 // bool success = Retrieve(key, &x);
448 // This is also a template to retrieve the corect type from the stored GValu
    [all...]
dbus.h 376 // interface, the RetrieveProperty() call will retrieve a property of the
412 return glib::Retrieve(value, result);
  /external/v8/tools/release/
releases.py 24 "BRANCHNAME": "retrieve-v8-releases",
134 MESSAGE = "Retrieve all V8 releases."
302 # Retrieve the full release history.
308 # Retrieve history for a specified branch.
339 MESSAGE = "Retrieve V8 releases from Chromium DEPS."
386 MESSAGE = "Retrieve Chromium branch information."
557 "BRANCHNAME": "retrieve-v8-releases",
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 207 ;;; Retrieve the function arguments. r8d will hold cur_match
  /external/zlib/src/contrib/masmx86/
match686.asm 209 ;;; Retrieve the function arguments. ecx will hold cur_match
  /ndk/build/core/
definitions.mk 516 # Retrieve the class of module $1
519 # Retrieve built location of module $1
600 # Use module-get-static-dependencies to retrieve final list.
612 # Use modulge-get-shared-dependencies to retrieve final list.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iads.h     [all...]

Completed in 777 milliseconds