Searched defs:Object (Results 51 - 75 of 107) sorted by relevance

12345

/external/v8/benchmarks/
H A Ddeltablue.js49 Object.prototype.inheritsFrom = function (shuper) {
332 var Direction = new Object();
28 Object.prototype.inheritsFrom = function (shuper) { class
/external/deqp/framework/common/
H A DtcuThreadUtil.cpp78 Object::Object (const char* type, SharedPtr<Event> e) function in class:tcu::ThreadUtil::Object
84 Object::~Object (void)
88 void Object::read (SharedPtr<Event> event, std::vector<SharedPtr<Event> >& deps)
97 void Object::modify (SharedPtr<Event> event, std::vector<SharedPtr<Event> >& deps)
263 : Object("DataBlock", event)
278 readObject(SharedPtr<Object>(a));
279 readObject(SharedPtr<Object>(b));
H A DtcuThreadUtil.hpp69 class Object class in namespace:tcu::ThreadUtil
72 Object (const char* type, de::SharedPtr<Event> createEvent);
73 virtual ~Object (void);
86 Object (const Object&);
87 Object& operator= (const Object&);
138 void readObject (de::SharedPtr<Object> object) { object->read(m_event, m_deps); }
139 void modifyObject (de::SharedPtr<Object> object) { object->modify(m_event, m_deps); }
207 class DataBlock : public Object
[all...]
/external/v8/test/webkit/
H A Dfor-in-cached.js36 Object.prototype.y = 2;
38 delete Object.prototype.y;
35 Object.prototype.y = 2; class
/external/libchrome/dbus/
H A Dobject_manager.h18 // Newer D-Bus services implement the Object Manager interface to inform other
105 // interface or from the Object Manager interface. You may also wish to
136 // Object Manager interface, as internal methods, and a public API for
337 struct Object { struct in class:dbus::ObjectManager
338 Object();
339 ~Object();
349 // Maps the object path of an object to the Object structure.
350 typedef std::map<const ObjectPath, Object*> ObjectMap;
H A Dobject_manager.cc25 ObjectManager::Object::Object() function in class:dbus::ObjectManager::Object
29 ObjectManager::Object::~Object() {
62 // Clean up Object structures
65 Object* object = iter->second;
67 for (Object::PropertiesMap::iterator piter = object->properties_map.begin();
104 Object* object = oiter->second;
106 Object::PropertiesMap::iterator piter =
120 Object* objec
[all...]
/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h20 #include "llvm/Object/ObjectFile.h"
69 std::unique_ptr<object::ObjectFile> Object; local
73 std::tie(Object, Buffer) = tryToLoadFromObjectCache(*M).takeBinary();
75 if (!Object) {
76 std::tie(Object, Buffer) = Compile(*M).takeBinary();
81 Objects.push_back(std::move(Object));
/external/llvm/include/llvm/Object/
H A DCOFFYAML.h83 struct Object { struct in namespace:llvm::COFFYAML
88 Object();
216 struct MappingTraits<COFFYAML::Object> {
217 static void mapping(IO &IO, COFFYAML::Object &Obj);
H A DELFYAML.h166 struct Object { struct in namespace:llvm::ELFYAML
308 struct MappingTraits<ELFYAML::Object> {
309 static void mapping(IO &IO, ELFYAML::Object &Object);
H A DSymbolicFile.h17 #include "llvm/Object/Binary.h"
157 createSymbolicFile(MemoryBufferRef Object, sys::fs::file_magic Type,
161 createSymbolicFile(MemoryBufferRef Object) { argument
162 return createSymbolicFile(Object, sys::fs::file_magic::unknown, nullptr);
H A DObjectFile.h18 #include "llvm/Object/SymbolicFile.h"
280 createObjectFile(MemoryBufferRef Object, sys::fs::file_magic Type);
282 createObjectFile(MemoryBufferRef Object) { argument
283 return createObjectFile(Object, sys::fs::file_magic::unknown);
292 createCOFFObjectFile(MemoryBufferRef Object);
295 createELFObjectFile(MemoryBufferRef Object);
298 createMachOObjectFile(MemoryBufferRef Object);
/external/llvm/lib/Object/
H A DELFYAML.cpp14 #include "llvm/Object/ELFYAML.h"
250 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); local
251 assert(Object && "The IO context is not initialized");
254 switch (Object->Header.Machine) {
348 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); local
349 assert(Object && "The IO context is not initialized");
377 switch (Object->Header.Machine) {
405 const auto *Object local
458 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); local
487 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); local
773 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); local
793 mapping(IO &IO, ELFYAML::Object &Object) argument
[all...]
H A DIRObjectFile.cpp14 #include "llvm/Object/IRObjectFile.h"
30 #include "llvm/Object/ObjectFile.h"
38 IRObjectFile::IRObjectFile(MemoryBufferRef Object, std::unique_ptr<Module> Mod) argument
39 : SymbolicFile(Binary::ID_IR, Object), M(std::move(Mod)) {
282 ErrorOr<MemoryBufferRef> IRObjectFile::findBitcodeInMemBuffer(MemoryBufferRef Object) { argument
283 sys::fs::file_magic Type = sys::fs::identify_magic(Object.getBuffer());
286 return Object;
291 ObjectFile::createObjectFile(Object, Type);
302 llvm::object::IRObjectFile::create(MemoryBufferRef Object, argument
304 ErrorOr<MemoryBufferRef> BCOrErr = findBitcodeInMemBuffer(Object);
[all...]
H A DCOFFYAML.cpp14 #include "llvm/Object/COFFYAML.h"
22 Object::Object() { memset(&Header, 0, sizeof(COFF::header)); } function in class:llvm::COFFYAML::Object
495 void MappingTraits<COFFYAML::Object>::mapping(IO &IO, COFFYAML::Object &Obj) {
/external/vulkan-validation-layers/demos/smoke/
H A DSimulation.h87 struct Object { struct in class:Simulation
100 const std::vector<Object> &objects() const { return objects_; }
109 std::vector<Object> objects_;
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
H A Ddistribution.py27 from boto.cloudfront.object import Object, StreamingObject namespace
302 self._object_class = Object
370 self._object_class = Object
417 :rtype: list of :class:`boto.cloudfront.object.Object`
435 :type object: :class:`boto.cloudfront.object.Object`
436 :param enabled: The Object whose ACL is being set
494 :rtype: :class:`boto.cloudfront.object.Object`
/external/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp256 llvm::yaml::MappingNode *Object = dyn_cast<llvm::yaml::MappingNode>(&NextObject); local
257 if (!Object) {
264 for (auto& NextKeyValue : *Object) {
/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cc207 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { argument
218 void *VtablePtr = *reinterpret_cast<void **>(Object);
/external/eigen/unsupported/Eigen/src/BVH/
H A DKdBVH.h71 typedef _Object Object; typedef in class:Eigen::KdBVH
72 typedef std::vector<Object, aligned_allocator<Object> > ObjectList;
78 typedef const Object *ObjectIterator;
82 /** Given an iterator range over \a Object references, constructs the BVH. Requires that bounding_box(Object) return a Volume. */
85 /** Given an iterator range over \a Object references and an iterator range over their bounding boxes, constructs the BVH */
88 /** Given an iterator range over \a Object references, constructs the BVH, overwriting whatever is in there currently.
89 * Requires that bounding_box(Object) return a Volume. */
92 /** Given an iterator range over \a Object reference
[all...]
/external/giflib/
H A Dgifalloc.c42 ColorMapObject *Object; local
50 Object = (ColorMapObject *)malloc(sizeof(ColorMapObject));
51 if (Object == (ColorMapObject *) NULL) {
55 Object->Colors = (GifColorType *)calloc(ColorCount, sizeof(GifColorType));
56 if (Object->Colors == (GifColorType *) NULL) {
57 free(Object);
61 Object->ColorCount = ColorCount;
62 Object->BitsPerPixel = GifBitSize(ColorCount);
63 Object->SortFlag = false;
66 memcpy((char *)Object
77 GifFreeMapObject(ColorMapObject *Object) argument
87 DumpColorMap(ColorMapObject *Object, FILE * fp) argument
[all...]
/external/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp12 #include "llvm/Object/ObjectFile.h"
108 /// Creates an entry in the JIT registry for the buffer @p Object,
111 void NotifyObjectEmitted(const ObjectFile &Object,
114 /// Removes the internal registration of @p Object, and
116 /// Returns true if @p Object was found in ObjectBufferMap.
117 void NotifyFreeingObject(const ObjectFile &Object) override;
160 const ObjectFile &Object,
163 OwningBinary<ObjectFile> DebugObj = L.getObjectForDebug(Object);
172 const char *Key = Object.getMemoryBufferRef().getBufferStart();
193 void GDBJITRegistrationListener::NotifyFreeingObject(const ObjectFile& Object) { argument
159 NotifyObjectEmitted( const ObjectFile &Object, const RuntimeDyld::LoadedObjectInfo &L) argument
[all...]
/external/opencv3/modules/objdetect/include/opencv2/objdetect/
H A Ddetection_based_tracker.hpp135 typedef std::pair<cv::Rect, int> Object; typedef in class:cv::DetectionBasedTracker
137 virtual void getObjects(std::vector<Object>& result) const;
/external/v8/test/mjsunit/harmony/
H A Dproxies.js53 // Getting property descriptors (Object.getOwnPropertyDescriptor).
63 assertEquals(42, Object.getOwnPropertyDescriptor(p, "a").value)
65 assertEquals(42, Object.getOwnPropertyDescriptor(p, 99).value)
107 assertThrowsEquals(() => Object.getOwnPropertyDescriptor(p, "a"), "myexn")
108 assertThrowsEquals(() => Object.getOwnPropertyDescriptor(p, 77), "myexn")
157 var o = Object.create(p, {x: {value: 88}})
210 var o = Object.create(p, {g: {value: function(x) { return x + 88 }}})
274 var o = Object.create(p, {x: {value: 88}, '4': {value: 89}})
455 var o = Object.create(p)
463 Object
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
H A Dbase.js148 * @type {Object}
163 * @param {Object=} opt_objectToExportTo The object to add the path to; default
203 * @param {Object=} opt_obj The object within which to look; default is
205 * @return {Object} The object or, if not found, null.
224 * @param {Object} obj The namespace to globalize.
225 * @param {Object=} opt_global The object to add the properties to.
432 * Object used to keep track of urls that have already been added. This
434 * @type {Object}
444 * @type {Object}
635 // Check these first, so we can avoid calling Object
1001 Object.prototype.clone; class
[all...]
/external/deqp/scripts/khr_util/
H A Dregistry.py37 class Object(object): class in inherits:object
41 class Located(Object):
82 class Interface(Object): pass
219 class Interface(Object):
237 class InterfaceSpec(Object):

Completed in 1265 milliseconds

12345