| /libcore/luni/src/test/java/libcore/java/lang/reflect/ |
| ReflectionTest.java | 46 assertEquals(Object.class, AbstractCollection.class.getSuperclass()); 47 assertNull(Object.class.getSuperclass()); 107 String fieldThreeRaw = "protected java.lang.Object[] " + classC + ".fieldThree"; 131 Constructor constructorTwo = C.class.getDeclaredConstructor(Map.class, Object.class); 132 String constructorTwoRaw = "protected " + classC + "(java.util.Map,java.lang.Object)"; 315 assertFalse(Object.class.isLocalClass()); 330 assertFalse(Object.class.isAnonymousClass()); 413 private int count(List<?> list, Object element) { 415 for (Object o : list) {
|
| /art/test/100-reflect2/src/ |
| Main.java | 156 private static void show(Object o) { 163 private static Object[] sort(Object[] objects, Comparator<Object> comp) { 169 Comparator<Object> comp = new Comparator<Object>() { 170 public int compare(Object a, Object b) { 173 public boolean equals(Object b) { 189 System.out.println(String.class.isAssignableFrom(Object.class)) [all...] |
| /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/ |
| btDbvtBroadphase.cpp | 683 struct Object 723 btAlignedObjectArray<btBroadphaseBenchmark::Object*> objects; 746 btBroadphaseBenchmark::Object* po=new btBroadphaseBenchmark::Object();
|
| /frameworks/compile/mclinker/include/mcld/LD/ |
| ResolveInfo.h | 51 Object = 1, 86 /// setRegular - set the source of the file is a regular object 89 /// setDynamic - set the source of the file is a dynamic object 93 /// @param pIsDyn is the source from a dynamic object? 244 static const uint32_t object_flag = Object << TYPE_OFFSET;
|
| /toolchain/binutils/binutils-2.25/gold/ |
| object.h | 0 // object.h -- support for an object file for linking in gold -*- C++ -*- 138 // Relocations in an object file. This is read in read_relocs and 167 // Initialize the symtab_xindex_ array, given the object and the 171 initialize_symtab_xindex(Object*, unsigned int symtab_shndx); 177 read_symtab_xindex(Object*, unsigned int xindex_shndx, 180 // Symbol SYMNDX in OBJECT has a section of SHN_XINDEX; return the 183 sym_xindex_to_shndx(Object* object, unsigned int symndx); 330 Object* obj, bool decompress_if_needed) [all...] |
| /external/iproute2/doc/ |
| ip-cref.tex | 45 ip [ OPTIONS ] OBJECT [ COMMAND [ ARGUMENTS ]] 143 \verb|OBJECT| is the object to manage or to get information about. 144 The object types currently understood by \verb|ip| are: 161 \verb|COMMAND| specifies the action to perform on the object. 162 The set of possible actions depends on the object type. 174 The arguments depend on the command and object. There are two types of arguments: 263 \paragraph{Object:} A \verb|link| is a network device and the corresponding 585 \paragraph{Object:} The \verb|address| is a protocol (IP or IPv6) address attached 872 \paragraph{Object:} \verb|neighbour| objects establish bindings between protoco [all...] |
| /external/llvm/lib/Analysis/ |
| BasicAliasAnalysis.cpp | 69 /// Returns true if the pointer is to a function-local object that never 109 /// Returns the size of the object specified by V, or UnknownSize if unknown. 119 /// Returns true if we can prove that the object specified by V is smaller than 124 // Note that the meanings of the "object" are slightly different in the 129 // c1 and c2 share the same meaning; however, the meaning of "object" in c3 130 // refers to the "entire object". 136 // In the context of c1 and c2, the "object" pointed by q refers to the 139 // However, in the context of c3, the "object" refers to the chunk of memory 140 // being allocated. So, the "object" has 100 bytes, and q points to the middle 141 // the "object". In case q is passed to isObjectSmallerThan() as the 1s [all...] |
| /external/pdfium/third_party/lcms2-2.6/src/ |
| cmsio0.c | [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_weakref.py | 36 class Object: 40 return "<Object %r>" % self.arg 42 if isinstance(other, Object): 46 if isinstance(other, Object): 107 # tests that all references to the object are invalidated 110 # for a particular object at a time. 112 def callback(object, self=self): 138 "weak reference to live object should be live") 141 "<ref>() should return original object if live") 151 "ref2 should be dead after deleting object reference" [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_weakref.py | 36 class Object: 40 return "<Object %r>" % self.arg 42 if isinstance(other, Object): 46 if isinstance(other, Object): 107 # tests that all references to the object are invalidated 110 # for a particular object at a time. 112 def callback(object, self=self): 138 "weak reference to live object should be live") 141 "<ref>() should return original object if live") 151 "ref2 should be dead after deleting object reference" [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_weakref.py | 36 class Object: 40 return "<Object %r>" % self.arg 42 if isinstance(other, Object): 46 if isinstance(other, Object): 107 # tests that all references to the object are invalidated 110 # for a particular object at a time. 112 def callback(object, self=self): 138 "weak reference to live object should be live") 141 "<ref>() should return original object if live") 151 "ref2 should be dead after deleting object reference" [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_weakref.py | 36 class Object: 40 return "<Object %r>" % self.arg 42 if isinstance(other, Object): 46 if isinstance(other, Object): 107 # tests that all references to the object are invalidated 110 # for a particular object at a time. 112 def callback(object, self=self): 138 "weak reference to live object should be live") 141 "<ref>() should return original object if live") 151 "ref2 should be dead after deleting object reference" [all...] |
| /external/deqp/modules/egl/ |
| teglGLES2SharingThreadedTests.cpp | 142 class GLES2Context : public tcu::ThreadUtil::Object 165 : tcu::ThreadUtil::Object ("Context", event) 177 class Surface : public tcu::ThreadUtil::Object 192 : tcu::ThreadUtil::Object ("Surface", event) 344 class Object : public tcu::ThreadUtil::Object 347 Object (const char* type, SharedPtr<tcu::ThreadUtil::Event> e, SharedPtr<FenceSync> sync); 348 ~Object (void); 358 Object::Object (const char* type, SharedPtr<tcu::ThreadUtil::Event> e, SharedPtr<FenceSync> sync [all...] |
| /external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/ |
| storage_v1_messages.py | 32 CorsValueListEntry: A CorsValueListEntry object. 54 location: The location of the bucket. Object data for objects in the 75 """A CorsValueListEntry object. 99 RuleValueListEntry: A RuleValueListEntry object. 107 """A RuleValueListEntry object. 131 age: Age of an object (in days). This condition is satisfied when an 132 object reaches the specified age. 135 object is created before midnight of the specified date in UTC. 142 the object. 162 logObjectPrefix: A prefix for log object names 570 object = messages.StringField(10) variable in class:ObjectAccessControl 1127 object = messages.StringField(4, required=True) variable in class:StorageObjectAccessControlsDeleteRequest 1150 object = messages.StringField(4, required=True) variable in class:StorageObjectAccessControlsGetRequest 1167 object = messages.StringField(3, required=True) variable in class:StorageObjectAccessControlsInsertRequest 1183 object = messages.StringField(3, required=True) variable in class:StorageObjectAccessControlsListRequest 1204 object = messages.StringField(4, required=True) variable in class:StorageObjectAccessControlsPatchRequest 1226 object = messages.StringField(4, required=True) variable in class:StorageObjectAccessControlsUpdateRequest 1371 object = messages.MessageField('Object', 12) variable in class:StorageObjectsCopyRequest 1402 object = messages.StringField(7, required=True) variable in class:StorageObjectsDeleteRequest 1447 object = messages.StringField(7, required=True) variable in class:StorageObjectsGetRequest 1526 object = messages.MessageField('Object', 8) variable in class:StorageObjectsInsertRequest 1638 object = messages.StringField(7, required=True) variable in class:StorageObjectsPatchRequest 1748 object = messages.MessageField('Object', 13) variable in class:StorageObjectsRewriteRequest 1821 object = messages.StringField(7, required=True) variable in class:StorageObjectsUpdateRequest [all...] |
| /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/ |
| storage_v1_messages.py | 20 CorsValueListEntry: A CorsValueListEntry object. 42 location: The location of the bucket. Object data for objects in the 63 """A CorsValueListEntry object. 87 RuleValueListEntry: A RuleValueListEntry object. 95 """A RuleValueListEntry object. 119 age: Age of an object (in days). This condition is satisfied when an 120 object reaches the specified age. 123 object is created before midnight of the specified date in UTC. 130 the object. 150 logObjectPrefix: A prefix for log object names 558 object = _messages.StringField(10) variable in class:ObjectAccessControl 1119 object = _messages.StringField(4, required=True) variable in class:StorageObjectAccessControlsDeleteRequest 1142 object = _messages.StringField(4, required=True) variable in class:StorageObjectAccessControlsGetRequest 1159 object = _messages.StringField(3, required=True) variable in class:StorageObjectAccessControlsInsertRequest 1175 object = _messages.StringField(3, required=True) variable in class:StorageObjectAccessControlsListRequest 1196 object = _messages.StringField(4, required=True) variable in class:StorageObjectAccessControlsPatchRequest 1218 object = _messages.StringField(4, required=True) variable in class:StorageObjectAccessControlsUpdateRequest 1363 object = _messages.MessageField('Object', 12) variable in class:StorageObjectsCopyRequest 1394 object = _messages.StringField(7, required=True) variable in class:StorageObjectsDeleteRequest 1439 object = _messages.StringField(7, required=True) variable in class:StorageObjectsGetRequest 1518 object = _messages.MessageField('Object', 8) variable in class:StorageObjectsInsertRequest 1631 object = _messages.StringField(7, required=True) variable in class:StorageObjectsPatchRequest 1741 object = _messages.MessageField('Object', 13) variable in class:StorageObjectsRewriteRequest 1814 object = _messages.StringField(7, required=True) variable in class:StorageObjectsUpdateRequest [all...] |
| /external/guice/extensions/multibindings/test/com/google/inject/multibindings/ |
| MapBinderTest.java | 411 MapBinder<String, Object> mapbinder = 412 MapBinder.newMapBinder(binder(), String.class, Object.class); 418 MapBinder<String, Object> mapbinder = 419 MapBinder.newMapBinder(binder(), String.class, Object.class); 426 MapBinder<String, Object> mapbinder = 427 MapBinder.newMapBinder(binder(), String.class, Object.class); 433 MapBinder.newMapBinder(binder(), String.class, Object.class); 493 public boolean equals(Object obj) { [all...] |
| /external/libchrome/sandbox/win/tools/finder/ |
| ntundoc.h | 169 PVOID Object;
|
| /external/v8/benchmarks/ |
| raytrace.js | 42 Object.extend = function(destination, source) { 357 Flog.RayTracer.Material.Solid.prototype = Object.extend( 382 Flog.RayTracer.Material.Chessboard.prototype = Object.extend( 608 this.options = Object.extend({
|
| /external/v8/src/ic/ |
| ic.cc | 88 void IC::TraceIC(const char* type, Handle<Object> name) { 98 void IC::TraceIC(const char* type, Handle<Object> name, State old_state, 109 Object* maybe_function = 272 bool IC::ShouldRecomputeHandler(Handle<Object> receiver, Handle<String> name) { 300 bool IC::RecomputeHandlerForName(Handle<Object> name) { 313 void IC::UpdateState(Handle<Object> receiver, Handle<Object> name) { 328 MaybeHandle<Object> IC::TypeError(MessageTemplate::Template index, 329 Handle<Object> object, Handle<Object> key) 1388 isolate(), result, Runtime::GetObjectProperty(isolate(), object, key), local 1424 Runtime::GetObjectProperty(isolate(), object, key), local 1433 Handle<Object> object = it->GetReceiver(); local 2091 isolate(), result, Runtime::SetObjectProperty(isolate(), object, key, local 2156 Runtime::SetObjectProperty(isolate(), object, key, local 2527 Handle<Object> object = args.at<Object>(0); local 2543 Handle<Object> object = args.at<Object>(0); local 2563 Handle<Object> object = args.at<Object>(0); local 2815 Handle<Object> object = args.at<Object>(0); local [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| ArrayListTest.java | 41 Object[] objArray; 102 * java.util.ArrayList#add(int, java.lang.Object) 105 // Test for method void java.util.ArrayList.add(int, java.lang.Object) 106 Object o; 107 alist.add(50, o = new Object()); 108 assertTrue("Failed to add Object", alist.get(50) == o); 112 Object oldItem = alist.get(25); 118 alist.add(0, o = new Object()); 119 assertEquals("Failed to add Object", alist.get(0), o); 130 alist.add(-1, new Object()); [all...] |
| /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
| document.h | 75 //! Name-value pair in a JSON object value.
92 //! (Constant) member iterator for a JSON object value
96 \tparam Allocator Allocator type for allocating memory of object, array and string.
338 value in a JSON GenericValue object, if the string's lifetime is known
342 \return GenericStringRef string reference object
355 value in a JSON GenericValue object, if the string's lifetime is known
364 \return GenericStringRef string reference object
373 //! Mark a string object as constant string
374 /*! Mark a string object (e.g. \c std::string) as a "string literal".
376 value in a JSON GenericValue object, if the string's lifetime is known [all...] |
| /prebuilts/sdk/tools/lib/ |
| shrinkedAndroid.jar | |
| /external/libchrome/sandbox/win/src/ |
| nt_internals.h | 566 PVOID Object;
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/ |
| AbstractPreferencesTest.java | 154 assertSame(p.getLock().getClass(), Object.class); [all...] |
| /external/clang/lib/CodeGen/ |
| CGExpr.cpp | 221 // the object on program termination. 358 Address Object = createReferenceTemporary(*this, M, E); 359 if (auto *Var = dyn_cast<llvm::GlobalVariable>(Object.getPointer())) { 360 Object = Address(llvm::ConstantExpr::getBitCast(Var, 362 ->getPointerTo(Object.getAddressSpace())), 363 Object.getAlignment()); 369 LValue RefTempDst = MakeAddrLValue(Object, M->getType(), 378 EmitAggExpr(E, AggValueSlot::forAddr(Object, 387 pushTemporaryCleanup(*this, M, E, Object); 406 Address Object = createReferenceTemporary(*this, M, E) [all...] |