Searched refs:object (Results 126 - 150 of 3487) sorted by relevance

1234567891011>>

/external/autotest/server/cros/faft/config/
H A Dpoppy.py8 class Values(object):
H A Drambi.py8 class Values(object):
H A Dreef.py7 class Values(object):
H A Dryu.py8 class Values(object):
H A Dsamus.py8 class Values(object):
H A Dskate.py8 class Values(object):
H A Dsnow.py8 class Values(object):
H A Dspring.py8 class Values(object):
H A Dstrago.py7 class Values(object):
/external/chromium-trace/catapult/systrace/systrace/
H A Dtrace_result.py14 class TraceResult(object):
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DEquator.java26 * @param object
27 * @return a hash code for the object
29 public int getHashCode(Object object); argument
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dmap_data_internal.h36 const Map_Data* object = static_cast<const Map_Data*>(data); local
37 if (object->header_.num_bytes != sizeof(Map_Data) ||
38 object->header_.version != 0) {
45 object->keys, "null key array in map struct", validation_context) ||
46 !ValidateContainer(object->keys, validation_context,
51 if (!ValidatePointerNonNullable(object->values,
54 !ValidateContainer(object->values, validation_context,
59 if (object->keys.Get()->size() != object->values.Get()->size()) {
/external/libnl/include/netlink/
H A Dobject-api.h2 * netlink/object-api.h Object API
17 #include <netlink/object.h>
/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h29 /// immediately compiles each IR module to an object file (each IR Module is
30 /// compiled separately). The resulting set of object files is then added to
31 /// the layer below, which must implement the object layer concept.
34 typedef std::function<object::OwningBinary<object::ObjectFile>(Module &)>
62 std::vector<std::unique_ptr<object::OwningBinary<object::ObjectFile>>>
67 llvm::make_unique<object::OwningBinary<object::ObjectFile>>();
121 object
[all...]
/external/swiftshader/third_party/LLVM/test/MC/ELF/
H A Dundef.s11 .type .Lsym5,@object
12 .type sym6,@object
/external/swiftshader/third_party/LLVM/tools/llvm-nm/
H A DMakefile12 LINK_COMPONENTS = archive bitreader object
/external/swiftshader/third_party/LLVM/tools/llvm-size/
H A DMakefile12 LINK_COMPONENTS = object
/external/webrtc/webrtc/modules/desktop_capture/win/
H A Dscoped_gdi_object.h27 explicit ScopedGDIObject(T object) : handle_(object) {} argument
37 void Set(T object) { argument
38 if (handle_ && object != handle_)
40 handle_ = object;
43 ScopedGDIObject& operator=(T object) { argument
44 Set(object);
49 T object = handle_; local
51 return object;
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_4_5_6.pass.cpp21 // Bullets 4, 5 and 6 handle the case where 'f' is a pointer to member object.
22 // Bullet 4 only handles the cases where t1 is an object of type T or a
28 // 2) The return type is not less cv-qualified that the object that contains it.
29 // 3) The return type is not less cv-qualified than object type.
30 // 4) The call object is perfectly forwarded.
31 // 5) Classes that are publicly derived from 'T' are accepted as the call object
33 // as the call object.
34 // 7) Pointers to T or a type derived from T can be used as the call object.
46 TestMemberObject() : object() {}
47 Tp object; member in struct:TestMemberObject
[all...]
/external/autotest/frontend/client/src/autotest/moblab/rpc/
H A DCloudStorageInfo.java87 public void fromJson(JSONObject object) { argument
88 if (object != null) {
89 botoKey = getStringFieldOrDefault(object, JSON_FIELD_BOTO_KEY_ID, null);
90 botoSecret = getStringFieldOrDefault(object, JSON_FIELD_BOTO_SECRET_KEY, null);
91 imageStorageServer = getStringFieldOrDefault(object, JSON_FIELD_IMAGE_STORAGE_URL, null);
92 resultStorageServer = getStringFieldOrDefault(object, JSON_FIELD_RESULT_STORAGE_URL, null);
94 getBooleanFieldOrDefault(object, JSON_FIELD_USE_EXISTING_BOTO_FILE, false);
100 JSONObject object = new JSONObject();
102 object.put(JSON_FIELD_BOTO_KEY_ID, new JSONString(botoKey));
105 object
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DObjectManager.java21 * an object manager invokes update on its children. ObjectManagers themselves are derived from
52 BaseObject object = mObjects.get(i);
53 object.reset();
62 BaseObject object = (BaseObject)additionsArray[i];
63 mObjects.add(object);
73 BaseObject object = (BaseObject)removalsArray[i];
74 mObjects.remove(object, true);
87 BaseObject object = (BaseObject)objectArray[i];
88 object.update(timeDelta, this);
110 public void add(BaseObject object) { argument
114 remove(BaseObject object) argument
[all...]
/external/v8/src/heap/
H A Dobjects-visiting.h16 // static object visitors used during GC.
18 // two switches on object's instance type to determine object size and layout
98 // can visit object of any size we provide visitors specialized by
99 // object size in words.
207 INLINE(static ReturnType Visit(Map* map, HeapObject* object)) {
208 int object_size = BodyDescriptor::SizeOf(map, object);
209 BodyDescriptor::template IterateBody<StaticVisitor>(object, object_size);
215 static inline ReturnType VisitSpecialized(Map* map, HeapObject* object) {
216 DCHECK(BodyDescriptor::SizeOf(map, object)
230 INLINE(static ReturnType Visit(Map* map, HeapObject* object)) argument
262 INLINE(static void VisitPointers(Heap* heap, HeapObject* object, Object** start, Object** end)) argument
272 VisitCodeEntry(Heap* heap, HeapObject* object, Address entry_address) argument
278 UnreachableVisitor(Map* map, HeapObject* object) argument
283 INLINE(static int VisitByteArray(Map* map, HeapObject* object)) argument
287 INLINE(static int VisitFixedDoubleArray(Map* map, HeapObject* object)) argument
292 INLINE(static int VisitJSObject(Map* map, HeapObject* object)) argument
296 INLINE(static int VisitSeqOneByteString(Map* map, HeapObject* object)) argument
301 INLINE(static int VisitSeqTwoByteString(Map* map, HeapObject* object)) argument
306 INLINE(static int VisitFreeSpace(Map* map, HeapObject* object)) argument
313 VisitSpecialized(Map* map, HeapObject* object) argument
317 INLINE(static int Visit(Map* map, HeapObject* object)) argument
403 VisitSpecialized(Map* map, HeapObject* object) argument
405 INLINE(static void Visit(Map* map, HeapObject* object)) argument
417 VisitSpecialized(Map* map, HeapObject* object) argument
422 INLINE(static void Visit(Map* map, HeapObject* object)) argument
428 INLINE(static void TracePossibleWrapper(HeapObject* object)) argument
[all...]
/external/python/cpython2/Lib/
H A Dinspect.py12 isroutine() - check object types
13 getmembers() - get members of an object that satisfy a given condition
15 getfile(), getsourcefile(), getsource() - find an object's source code
16 getdoc(), getcomments() - get documentation on an object
17 getmodule() - determine the module that an object came from
47 # See Include/object.h
51 def ismodule(object):
52 """Return true if the object is a module.
57 return isinstance(object, types.ModuleType)
59 def isclass(object)
[all...]
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
H A D__init__.py19 class TracingConfig(object):
28 class TracingAgent(object):
/external/clang/test/SemaCXX/
H A Dbuiltin_objc_msgSend.cpp11 inline void TCFReleaseGC(void * object) argument
14 objc_msgSend((id)object, SEL_release);

Completed in 1115 milliseconds

1234567891011>>