Searched refs:object (Results 226 - 250 of 1426) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dhash.h24 #include "wx/object.h"
46 // this is the base class for object hashes: hash tables which contain
352 void Put(long value, wxObject *object) argument
353 { DoPut( value, value, object ); }
354 void Put(long lhash, long value, wxObject *object) argument
355 { DoPut( value, lhash, object ); }
356 void Put(const wxChar *value, wxObject *object) argument
357 { DoPut( value, MakeKey( value ), object ); }
358 void Put(long lhash, const wxChar *value, wxObject *object) argument
359 { DoPut( value, lhash, object ); }
[all...]
H A Dlist.h33 #include "wx/object.h"
161 invalid iterator. We used to use just an uninitialized iterator object
572 wxListBase(void *object, ... /* terminate with NULL */);
595 wxNodeBase *Prepend(void *object) argument
596 { return (wxNodeBase *)wxListBase::Insert(object); }
598 wxNodeBase *Append(void *object);
600 wxNodeBase *Insert(void *object) { return Insert( (wxNodeBase*)NULL, object); } argument
602 wxNodeBase *Insert(size_t pos, void *object) argument
603 { return pos == GetCount() ? Append(object)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86asm.pl80 * ELF - elf object files,
81 * OUT - a.out object files,
82 * BSDI - BSDI style a.out object files
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dacutils.h125 char *acpi_ut_get_node_name(void *object);
127 char *acpi_ut_get_descriptor_name(void *object);
129 const char *acpi_ut_get_reference_name(union acpi_operand_object *object);
239 acpi_ut_update_object_reference(union acpi_operand_object *object, u16 action);
302 void acpi_ut_add_reference(union acpi_operand_object *object);
304 void acpi_ut_remove_reference(union acpi_operand_object *object);
306 void acpi_ut_delete_internal_package_object(union acpi_operand_object *object);
308 void acpi_ut_delete_internal_simple_object(union acpi_operand_object *object);
313 * uteval - object evaluation
367 * utobject - internal object creat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A Dsorttable.js465 // grab the event object (IE uses a global event object)
509 Function.prototype.forEach = function(object, block, context) {
510 for (var key in object) {
512 block.call(context, object[key], key, object);
525 var forEach = function(object, block, context) {
526 if (object) {
528 if (object instanceof Function) {
531 } else if (object
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A Dsorttable.js465 // grab the event object (IE uses a global event object)
509 Function.prototype.forEach = function(object, block, context) {
510 for (var key in object) {
512 block.call(context, object[key], key, object);
525 var forEach = function(object, block, context) {
526 if (object) {
528 if (object instanceof Function) {
531 } else if (object
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_routemap.c198 route_map_object_t type, void *object)
201 struct external_info *ei = object;
248 route_map_object_t type, void *object)
251 struct external_info *ei = object;
295 route_map_object_t type, void *object)
339 route_map_object_t type, void *object)
380 route_map_object_t type, void *object)
387 ei = object;
426 route_map_object_t type, void *object)
435 ei = object;
197 route_match_ip_nexthop(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
247 route_match_ip_next_hop_prefix_list(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
294 route_match_ip_address(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
338 route_match_ip_address_prefix_list(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
379 route_match_interface(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
425 route_set_metric(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
478 route_set_metric_type(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dautoobj.tex3 The {\bf wxAutomationObject} class represents an OLE automation object containing a single data member,
40 object is deleted.
55 Calls an automation method for this object. The first form takes a method name, number of
73 object.CallMethod("ActiveCell.Font.ShowDialog", "My caption");
81 Creates a new object based on the class id, returning true if the object was successfully created,
94 Retrieves the current object associated with a class id, and attaches the IDispatch pointer
95 to this object. Returns true if a pointer was successfully retrieved, false otherwise.
97 Note that this cannot cope with two instances of a given OLE object being active simultaneously,
98 such as two copies of Excel running. Which object i
[all...]
H A Dhtwidget.tex8 wxHtmlWidgetCell is a class that provides a connection between HTML cells and widgets (an object derived
31 \docparam{wnd}{Connected window. It is parent window {\bf must} be the wxHtmlWindow object within
H A Dmutex.tex3 A mutex object is a synchronization object whose state is set to signaled when
6 resource as only one thread at a time can own a mutex object.
64 (because the destructor of the local object {\it lock} is always called). Using
106 Destroys the wxMutex object.
112 Locks the mutex object.
128 Tries to lock the mutex object. If it can't, returns immediately with an error.
144 Unlocks the mutex object.
H A Dtruntime.tex27 Note that these are entirely optional; use them if you wish to check object
36 wxClassInfo object inserts itself into a linked list (accessed through
42 dynamic object of the class in question. A pointer to this function is
43 stored in wxClassInfo, and is used when an object should be created
51 to construct a new object of a given type, by supplying a string name.
52 If you have a pointer to the wxClassInfo object instead, then you
74 constructed dynamically are given a global constructor function which returns a new object.
77 You can get the wxClassInfo for an object using wxObject::GetClassInfo.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-gobject/
H A Dga-enums.h23 #include <glib-object.h>
44 GA_LOOKUP_RESULT_OUR_OWN = AVAHI_LOOKUP_RESULT_OUR_OWN, /**< This service belongs to the same local client as the browser object. Only available in avahi-client, and only for service browsers and only on AVAHI_BROWSER_NEW. */
62 GA_BROWSER_NEW = AVAHI_BROWSER_NEW, /**< The object is new on the network */
63 GA_BROWSER_REMOVE = AVAHI_BROWSER_REMOVE, /**< The object has been removed from the network */
H A Dga-service-browser.h23 #include <glib-object.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dscanner.h78 insert_file(char *name, const char *path, const char *parentID, int object, media_types dir_types);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-enums.h23 #include <glib-object.h>
44 GA_LOOKUP_RESULT_OUR_OWN = AVAHI_LOOKUP_RESULT_OUR_OWN, /**< This service belongs to the same local client as the browser object. Only available in avahi-client, and only for service browsers and only on AVAHI_BROWSER_NEW. */
62 GA_BROWSER_NEW = AVAHI_BROWSER_NEW, /**< The object is new on the network */
63 GA_BROWSER_REMOVE = AVAHI_BROWSER_REMOVE, /**< The object has been removed from the network */
H A Dga-service-browser.h23 #include <glib-object.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3prin.c92 printf("%s\n", OBJ_nid2ln(OBJ_obj2nid(ext->object)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/shlib/
H A Dsco5-shared-gcc.sh18 echo collecting all object files for $clib.so
32 echo collecting all object files for $slib.so
H A Dsco5-shared.sh18 echo collecting all object files for $clib.so
32 echo collecting all object files for $slib.so
H A Dsvr5-shared-gcc.sh18 echo collecting all object files for $clib.so
32 echo collecting all object files for $slib.so
H A Dsvr5-shared.sh18 echo collecting all object files for $clib.so
32 echo collecting all object files for $slib.so
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djmemmac.c88 jpeg_free_small (j_common_ptr cinfo, void * object, size_t sizeofobject) argument
90 DisposePtr((Ptr) object);
108 jpeg_free_large (j_common_ptr cinfo, void FAR * object, size_t sizeofobject) argument
110 DisposePtr((Ptr) object);
198 * Initial opening of a backing-store object.
H A Djmemname.c149 jpeg_free_small (j_common_ptr cinfo, void * object, size_t sizeofobject) argument
151 free(object);
169 jpeg_free_large (j_common_ptr cinfo, void FAR * object, size_t sizeofobject) argument
171 free(object);
243 * Initial opening of a backing-store object.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dogldiag.cpp87 wxShape *object = (wxShape *)current->GetData(); local
88 if (!object->GetParent())
89 object->Draw(dc);
103 // Insert object after addAfter, or at end of list.
104 void wxDiagram::AddShape(wxShape *object, wxShape *addAfter) argument
110 if (!m_shapeList->Member(object))
115 m_shapeList->Insert(nodeAfter->GetNext(), object);
117 m_shapeList->Append(object);
120 m_shapeList->Append(object);
121 object
125 InsertShape(wxShape *object) argument
131 RemoveShape(wxShape *object) argument
165 wxShape *object = (wxShape *)current->GetData(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DTupleBase.java19 * instance. This object has a byte array buffer that is resized when it is
24 * subclasses to take over creation of the TupleOutput object.</p>
80 * @param object is the object to be written to the tuple output, and may
87 protected TupleOutput getTupleOutput(Object object) { argument
98 * output object.
100 * @param output is the source tuple output object.
112 * input object.
114 * @param input is the source tuple input object.
125 * Utility method to create a new tuple input object fo
[all...]

Completed in 301 milliseconds

1234567891011>>