HomeSort by relevance Sort by last modified time
    Searched defs:object (Results 251 - 275 of 595) sorted by null

<<11121314151617181920>>

  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSD.cpp 17 CComObject<CDNSSDService> * object = NULL; local
36 object = new CComObject<CDNSSDService>();
40 object = NULL;
43 require_action( object != NULL, exit, err = kDNSServiceErr_NoMemory );
44 hr = object->FinalConstruct();
46 object->AddRef();
48 err = DNSServiceBrowse( &sref, flags, ifIndex, regtypeUTF8.c_str(), domainUTF8.c_str(), ( DNSServiceBrowseReply ) &BrowseReply, object );
51 object->SetServiceRef( sref );
52 object->SetListener( listener );
54 err = object->Run();
72 CComObject<CDNSSDService> * object = NULL; local
130 CComObject<CDNSSDService> * object = NULL; local
176 CComObject<CDNSSDService> * object = NULL; local
249 CComObject<CDNSSDService> * object = NULL; local
301 CComObject<CDNSSDService> * object = NULL; local
353 CComObject<CDNSSDService> * object = NULL; local
395 CComObject<CDNSSDService> * object = NULL; local
    [all...]
  /external/oj-libjdwp/src/share/back/
inStream.c 167 * Read an object from the stream. The ID used in the wire protocol
202 * Read a raw object id from the stream. This should be used rarely.
216 jobject object = inStream_readObjectRef(env, stream); local
217 if (object == NULL) {
224 if (!isClass(object)) {
228 return object;
234 jobject object = inStream_readObjectRef(env, stream); local
235 if (object == NULL) {
242 if (!isThread(object)) {
246 return object;
252 jobject object = inStream_readObjectRef(env, stream); local
270 jobject object = inStream_readObjectRef(env, stream); local
288 jobject object = inStream_readObjectRef(env, stream); local
306 jobject object = inStream_readObjectRef(env, stream); local
    [all...]
invoker.c 76 if (*tagPtr == JDWP_TAG(OBJECT)) {
148 if ((argumentTag == JDWP_TAG(OBJECT)) ||
181 if ((argumentTag == JDWP_TAG(OBJECT)) ||
226 (returnTypeTag(request->methodSignature) == JDWP_TAG(OBJECT)) ||
258 if ((argumentTag == JDWP_TAG(OBJECT)) ||
378 jobject object; local
381 object = JNI_FUNC_PTR(env,NewObjectA)(env, request->clazz,
385 if (object != NULL) {
386 saveGlobalRef(env, object, &(request->returnValue.l));
394 case JDWP_TAG(OBJECT)
396 jobject object; local
485 jobject object; local
573 jobject object; local
    [all...]
  /external/python/cpython2/Mac/Modules/app/
appsupport.py 17 OBJECTPREFIX = OBJECTNAME + 'Obj' # The prefix for object methods
110 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE) variable
111 module.addobject(object)
129 for f in methods: object.add(f)
  /external/python/cpython2/Mac/Modules/drag/
dragsupport.py 16 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods
209 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE) variable
210 module.addobject(object)
223 for f in methods: object.add(f)
  /external/python/cpython2/Mac/Modules/win/
winsupport.py 16 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods
87 /* Return the object corresponding to the window, or NULL */
174 Output("""sprintf(buf, "<Window object at 0x%%8.8x for 0x%%8.8x>", (unsigned)self, (unsigned)self->ob_itself);""")
184 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE) variable
185 module.addobject(object)
208 f.docstring = lambda : "Resolve an integer WindowPtr address to a Window object"
220 for f in methods: object.add(f)
  /external/python/cpython3/Include/
pyerrors.h 40 PyObject *object; member in struct:__anon37106
389 /* create a UnicodeDecodeError object */
392 const char *object,
399 /* create a UnicodeEncodeError object */
403 const Py_UNICODE *object,
411 /* create a UnicodeTranslateError object */
414 const Py_UNICODE *object,
421 PyObject *object,
432 /* get the object attribute */
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectCollisionSystem.java 70 * Adds a game object, and its related volumes, to the dynamic collision world for one frame.
71 * Once registered for collisions the object may damage other objects via attack volumes or
73 * @param object The object to consider for collision.
76 * @param boundingVolume A volume that describes the game object in space. It should encompass
82 public void registerForCollisions(GameObject object,
88 if (record != null && object != null && boundingVolume != null
90 record.object = object;
107 final Vector2 position = record.object.getPosition()
279 public GameObject object; field in class:GameObjectCollisionSystem.CollisionVolumeRecord
    [all...]
LifetimeComponent.java 96 // the position of this object is off the screen, destroy!
145 GameObject object = factory.spawn(mSpawnOnDeathType, parentObject.getPosition().x, local
148 if (object != null && manager != null) {
149 manager.add(object);
TheSourceComponent.java 105 GameObject object = local
110 if (object != null) {
111 manager.add(object);
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
CommonSuperclassTest.java 45 // object tree:
46 // object
62 TestUtils.makeClassDef("Ljava/lang/Object;", null),
63 TestUtils.makeClassDef("Ltest/one;", "Ljava/lang/Object;"),
64 TestUtils.makeClassDef("Ltest/two;", "Ljava/lang/Object;"),
75 TestUtils.makeClassDef("Liface/classiface1;", "Ljava/lang/Object;", "Liface/iface1;"),
86 TestUtils.makeClassDef("Liface/classsub1;", "Ljava/lang/Object;", "Liface/sub1;"),
87 TestUtils.makeClassDef("Liface/classsub2;", "Ljava/lang/Object;", "Liface/sub2;"),
88 TestUtils.makeClassDef("Liface/classsub3;", "Ljava/lang/Object;", "Liface/sub3;",
90 TestUtils.makeClassDef("Liface/classsub4;", "Ljava/lang/Object;", "Liface/sub3;"
118 String object = "Ljava\/lang\/Object;"; local
216 String object = "Ljava\/lang\/Object;"; local
275 String object = "Ljava\/lang\/Object;"; local
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/extensions/compactnotation/
CompactConstructor.java 38 * Construct a custom Java instance out of a compact object notation format.
48 protected Object constructCompactFormat(ScalarNode node, CompactData data) {
50 Object obj = createInstance(node, data);
51 Map<String, Object> properties = new HashMap<String, Object>(data.getProperties());
59 protected Object createInstance(ScalarNode node, CompactData data) throws Exception {
72 protected void setProperties(Object bean, Map<String, Object> data) throws Exception {
74 throw new NullPointerException("Data for Compact Object Notation cannot be null.");
76 for (Map.Entry<String, Object> entry : data.entrySet())
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
COFF.h 1 //===- COFF.h - COFF object file implementation -----------------*- C++ -*-===//
17 #include "llvm/Object/ObjectFile.h"
22 namespace object { namespace in namespace:llvm
135 COFFObjectFile(MemoryBuffer *Object, error_code &ec);
ObjectFile.h 1 //===- ObjectFile.h - File format independent object file -------*- C++ -*-===//
17 #include "llvm/Object/Binary.h"
25 namespace object { namespace in namespace:llvm
82 /// the list of symbols in the object file.
96 ST_External, // Defined in another object file
116 /// Returns true for symbols that are internal to the object file format such
129 /// relocation in the list of relocations in the object file.
164 /// the list of sections in the object file.
203 /// ObjectFile - This class is the base class for all object file types.
204 /// Concrete instances of this object are created by createObjectFile, whic
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 33 namespace object { namespace in namespace:llvm
37 } // end namespace object
130 static JITSymbolFlags fromObjectSymbol(const object::BasicSymbolRef &Symbol);
151 const object::BasicSymbolRef &Symbol);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
Archive.h 20 #include "llvm/Object/Binary.h"
33 namespace object { namespace in namespace:llvm
286 } // end namespace object
Binary.h 18 #include "llvm/Object/Error.h"
30 namespace object { namespace in namespace:llvm
49 // Object and children.
215 } // end namespace object
ELF.h 1 //===- ELF.h - ELF object file implementation -------------------*- C++ -*-===//
21 #include "llvm/Object/ELFTypes.h"
22 #include "llvm/Object/Error.h"
32 namespace object { namespace in namespace:llvm
40 getElfArchType(StringRef Object) {
41 if (Object.size() < ELF::EI_NIDENT)
44 return std::make_pair((uint8_t)Object[ELF::EI_CLASS],
45 (uint8_t)Object[ELF::EI_DATA]);
92 ELFFile(StringRef Object);
125 static Expected<ELFFile> create(StringRef Object);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
COFFImportFile.cpp 14 #include "llvm/Object/COFFImportFile.h"
16 #include "llvm/Object/Archive.h"
17 #include "llvm/Object/ArchiveWriter.h"
18 #include "llvm/Object/COFF.h"
27 using namespace llvm::object;
31 namespace object { namespace in namespace:llvm
134 // This class constructs various small object files necessary to support linking
154 // Creates an Import Descriptor. This is a small object file which contains a
160 // Creates a NULL import descriptor. This is a small object file whcih
165 // Create a NULL Thunk Entry. This is a small object file which contains
    [all...]
COFFModuleDefinition.cpp 18 #include "llvm/Object/COFFModuleDefinition.h"
21 #include "llvm/Object/COFF.h"
22 #include "llvm/Object/COFFImportFile.h"
23 #include "llvm/Object/Error.h"
32 namespace object { namespace in namespace:llvm
368 } // namespace object
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
llvm-pdbutil.h 23 namespace object { namespace in namespace:llvm
32 typedef llvm::PointerUnion<object::COFFObjectFile *, pdb::PDBFile *>
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ObjDumper.h 17 #include "llvm/Object/ObjectFile.h"
20 namespace object { namespace in namespace:llvm
91 void printSectionAsString(const object::ObjectFile *Obj, StringRef SecName);
92 void printSectionAsHex(const object::ObjectFile *Obj, StringRef SecName);
98 std::error_code createCOFFDumper(const object::ObjectFile *Obj,
102 std::error_code createELFDumper(const object::ObjectFile *Obj,
106 std::error_code createMachODumper(const object::ObjectFile *Obj,
110 std::error_code createWasmDumper(const object::ObjectFile *Obj,
114 void dumpCOFFImportFile(const object::COFFImportFile *File,
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
object_tracker_jni.cc 41 CHECK_ALWAYS(object_tracker != NULL, "null object tracker!");
148 LOGI("Initializing object tracker. %dx%d @%p", width, height, thiz);
250 const TrackedObject* const object = local
253 jstring model_name = env->NewStringUTF(object->GetModel()->GetName().c_str());
301 TimeLog("Starting object tracker");
322 // Add the frame to the object tracker object.
  /external/v8/src/builtins/
builtins-conversion-gen.cc 130 TNode<Object> input = CAST(Parameter(Descriptor::kArgument));
355 Node* object = Parameter(Descriptor::kArgument); local
360 GotoIf(TaggedIsSmi(object), &if_smi);
362 Node* map = LoadMap(object);
390 StoreObjectField(js_value, JSValue::kValueOffset, object);
398 Return(object);
403 Node* object = Parameter(Descriptor::kObject); local
405 Return(Typeof(object));
setup-builtins-internal.cc 24 Object* Builtin_##Name(int argc, Object** args, Isolate* isolate);
232 Object* object = rinfo->target_object(); local
233 if (!object->IsCode()) continue;
234 Code* target = Code::cast(object);

Completed in 2708 milliseconds

<<11121314151617181920>>