HomeSort by relevance Sort by last modified time
    Searched defs:get_object (Results 1 - 9 of 9) sorted by null

  /external/autotest/frontend/afe/feeds/
feed.py 57 def get_object(self, bits): member in class:JobFeed
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_pool.py 46 def get_object(bucket, name): function
90 spawn(get_object, bucket, name)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/
sdbmanager.py 456 obj = self.get_object(cls, item.name, item)
499 def get_object(self, cls, id, a=None): member in class:SDBManager
521 return self.get_object(None, id)
xmlmanager.py 330 def get_object(self, cls, id): member in class:XMLManager
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 454 cJSON* get_object() const { return object_; } function in class:__anon27358::JsonWriterVisitor
661 char* output = cJSON_Print(visitor.get_object());
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
connection.py 1188 def get_object(self, action, params, cls, path='\/', member in class:AWSQueryConnection
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 444 reference_const_type get_impl() const { return dereference(get_object(), is_reference_predicate() ) ; }
445 reference_type get_impl() { return dereference(get_object(), is_reference_predicate() ) ; }
447 pointer_const_type get_ptr_impl() const { return cast_ptr(get_object(), is_reference_predicate() ) ; }
448 pointer_type get_ptr_impl() { return cast_ptr(get_object(), is_reference_predicate() ) ; }
455 internal_type const* get_object() const function in class:boost::optional_detail::optional_base
460 internal_type * get_object() function in class:boost::optional_detail::optional_base
466 internal_type const* get_object() const { return static_cast<internal_type const*>(m_storage.address()); } function in class:boost::optional_detail::optional_base
467 internal_type * get_object() { return static_cast<internal_type *> (m_storage.address()); } function in class:boost::optional_detail::optional_base
  /toolchain/binutils/binutils-2.25/gold/
incremental.h 327 get_object(unsigned int n) function in class:gold::Incremental_script_entry
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtmlc.h 27187 HRESULT (WINAPI *get_object)(IHTMLObjectElement *This,IDispatch **p); member in struct:IHTMLObjectElementVtbl
    [all...]

Completed in 307 milliseconds