HomeSort by relevance Sort by last modified time
    Searched defs:Object (Results 176 - 200 of 253) sorted by null

1 2 3 4 5 6 78 91011

  /external/python/cpython3/Modules/
overlapped.c 252 "RegisterWaitWithQueue(Object, CompletionPort, Overlapped, Timeout)\n"
254 "Register wait for Object; when complete CompletionPort is notified.\n");
260 HANDLE Object;
265 &Object,
281 &NewWaitObject, Object, (WAITORTIMERCALLBACK)PostToQueueCallback,
519 * A Python object wrapping an OVERLAPPED structure and other useful data
525 "Overlapped object");
    [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties.cc 51 typedef ShapeHandle Object;
58 typedef int64 Object;
163 const typename HandleToObject<Handle>::Object GetMergedValue(Handle value);
175 typename HandleToObject<Handle>::Object value;
189 const typename HandleToObject<Handle>::Object
    [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/flatbuffers/include/flatbuffers/
flexbuffers.h 198 class Object {
200 Object(const uint8_t *data, uint8_t byte_width)
209 class Sized : public Object {
211 Sized(const uint8_t *data, uint8_t byte_width) : Object(data, byte_width) {}
283 class FixedTypedVector : public Object {
287 : Object(data, byte_width), type_(element_type), len_(len) {}
    [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/python/cpython3/Lib/test/
test_weakref.py 41 class Object:
45 return "<Object %r>" % self.arg
47 if isinstance(other, Object):
51 if isinstance(other, Object):
148 # tests that all references to the object are invalidated
151 # for a particular object at a time.
153 def callback(object, self=self):
183 "weak reference to live object should be live")
186 "<ref>() should return original object if live")
196 "ref2 should be dead after deleting object reference"
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVInstruction.h     [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/darwin/lib/
shrinkedAndroid.jar 
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /prebuilts/sdk/tools/linux/lib/
shrinkedAndroid.jar 
  /prebuilts/sdk/tools/windows/lib/
shrinkedAndroid.jar 
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java     [all...]
  /external/v8/src/ic/
ic.cc 70 void IC::TraceIC(const char* type, Handle<Object> name) {
86 Object* maybe_script = frame->function()->shared()->script();
109 void IC::TraceIC(const char* type, Handle<Object> name, State old_state,
142 Object* maybe_function =
361 bool IC::RecomputeHandlerForName(Handle<Object> name) {
374 void IC::UpdateState(Handle<Object> receiver, Handle<Object> name) {
389 MaybeHandle<Object> IC::TypeError(MessageTemplate::Template index,
390 Handle<Object> object, Handle<Object> key)
1630 isolate(), result, Runtime::GetObjectProperty(isolate(), object, key), local
1668 Runtime::GetObjectProperty(isolate(), object, key), local
1677 Handle<Object> object = it->GetReceiver(); local
2440 isolate(), result, Runtime::SetObjectProperty(isolate(), object, key, local
2501 Runtime::SetObjectProperty(isolate(), object, key, local
2709 Handle<Object> object = args.at(3); local
2723 Handle<Object> object = args.at(0); local
3020 Handle<Object> object = args.at(0); local
    [all...]
  /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 222 // the object on program termination.
359 Address Object = createReferenceTemporary(*this, M, E);
360 if (auto *Var = dyn_cast<llvm::GlobalVariable>(Object.getPointer())) {
361 Object = Address(llvm::ConstantExpr::getBitCast(Var,
363 ->getPointerTo(Object.getAddressSpace())),
364 Object.getAlignment());
373 return MakeAddrLValue(Object, M->getType(), AlignmentSource::Decl);
377 LValue RefTempDst = MakeAddrLValue(Object, M->getType(),
386 EmitAggExpr(E, AggValueSlot::forAddr(Object,
395 pushTemporaryCleanup(*this, M, E, Object);
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
TreeTransform.h 96 /// \brief Private RAII object that helps us forget and then re-remember
136 /// \brief Retrieves a reference to the semantic analysis object used for
173 /// \brief RAII object that temporarily sets the base location and entity
490 /// access expression, this is the type of the object whose member template
702 /// \brief Build an Objective-C object type.
704 /// By default, performs semantic analysis when building the object type.
716 /// \brief Build a new Objective-C object pointer type given the pointee type.
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 972 Object,
  /external/v8/include/
v8.h 88 class Object;
149 class Object;
191 * An object reference managed by the v8 garbage collector.
196 * point directly to an object. Instead, all objects are stored in
198 * whenever an object moves. Handles should always be passed by value
209 * It is safe to extract the object stored in the handle by
210 * dereferencing the handle (for instance, to extract the Object* from
211 * a Local<Object>); the value will still be governed by a handle
252 internal::Object** a = reinterpret_cast<internal::Object**>(this->val_)
    [all...]

Completed in 928 milliseconds

1 2 3 4 5 6 78 91011