Searched refs:object (Results 151 - 175 of 1426) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djinclude.h80 #define SIZEOF(object) ((size_t) sizeof(object))
H A Djmemansi.c42 jpeg_free_small (j_common_ptr cinfo, void * object, size_t sizeofobject) argument
44 free(object);
62 jpeg_free_large (j_common_ptr cinfo, void FAR * object, size_t sizeofobject) argument
64 free(object);
133 * Initial opening of a backing-store object.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dclientdc.tex5 This should normally be constructed as a temporary stack object; don't store
6 a wxClientDC object.
8 To draw on a window from within {\bf OnPaint}, construct a \helpref{wxPaintDC}{wxpaintdc} object.
10 To draw on the whole window including decorations, construct a \helpref{wxWindowDC}{wxwindowdc} object
H A Dthreadh.tex8 that is needed when the original object in the main thread needs to
9 synchronize with its worker thread in its own wxThread derived object.
15 Ordinarily, a \helpref{wxThread}{wxthread} derived object would be created
18 calculation, the frame object would often to pass a pointer to itself to the
19 thread object. Similarly, the frame object would hold a pointer to the
20 thread object. Shared data and synchronization objects could be stored in
21 either object though the object without the data would have to access the
24 However, with wxThreadHelper, the frame object an
[all...]
H A Dhtmlhlpf.tex47 <li> <object type="text/sitemap">
51 </object>
52 <li> <object type="text/sitemap">
56 </object>
71 <li> <object type="text/sitemap">
74 </object>
76 <li> <object type="text/sitemap">
79 </object>
83 <li> <object type="text/sitemap">
86 </object>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/serial/
H A DTestSerial.java49 public boolean equals(Object object) { argument
52 TestSerial o = (TestSerial) object;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_exten.c65 ASN1_SIMPLE(X509_EXTENSION, object, ASN1_OBJECT),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dutils.h60 FLAC__bool flac__utils_set_channel_mask_tag(FLAC__StreamMetadata *object, FLAC__uint32 channel_mask);
61 FLAC__bool flac__utils_get_channel_mask_tag(const FLAC__StreamMetadata *object, FLAC__uint32 *channel_mask);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djinclude.h80 #define SIZEOF(object) ((size_t) sizeof(object))
H A Djmemansi.c42 jpeg_free_small (j_common_ptr cinfo, void * object, size_t sizeofobject) argument
44 free(object);
62 jpeg_free_large (j_common_ptr cinfo, void FAR * object, size_t sizeofobject) argument
64 free(object);
133 * Initial opening of a backing-store object.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/factorytest/
H A Dfactorytest.cpp4 Test client for remote object factory
8 access the remote factory. The remote object interfaces are declared
10 client programs cam be developed to access remote object factories.
69 Root(const char *factory, enum t__object object, char *name);
80 Root::Root(const char *factory, enum t__object object, char *name) argument
86 if (soap_call_ns__lookup(soap, endpoint, "", object, name, status))
90 { if (soap_call_ns__create(soap, endpoint, "", object, name, status))
119 Adder(const char *factory, enum t__object object, char *name) : Root(factory, object, name) {}; argument
152 Counter(const char *factory, enum t__object object, cha argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/factorytest/
H A Dfactorytest.cpp4 Test client for remote object factory
8 access the remote factory. The remote object interfaces are declared
10 client programs cam be developed to access remote object factories.
69 Root(const char *factory, enum t__object object, char *name);
80 Root::Root(const char *factory, enum t__object object, char *name) argument
86 if (soap_call_ns__lookup(soap, endpoint, "", object, name, status))
90 { if (soap_call_ns__create(soap, endpoint, "", object, name, status))
119 Adder(const char *factory, enum t__object object, char *name) : Root(factory, object, name) {}; argument
152 Counter(const char *factory, enum t__object object, cha argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp51 Prototype *construct_block(::FLAC__StreamMetadata *object) argument
54 switch(object->type) {
56 ret = new StreamInfo(object, /*copy=*/false);
59 ret = new Padding(object, /*copy=*/false);
62 ret = new Application(object, /*copy=*/false);
65 ret = new SeekTable(object, /*copy=*/false);
68 ret = new VorbisComment(object, /*copy=*/false);
71 ret = new CueSheet(object, /*copy=*/false);
74 ret = new Picture(object, /*copy=*/false);
77 ret = new Unknown(object, /*cop
85 clone(const Prototype *object) argument
124 Prototype(const Prototype &object) argument
131 Prototype(const ::FLAC__StreamMetadata &object) argument
137 Prototype(const ::FLAC__StreamMetadata *object) argument
144 Prototype(::FLAC__StreamMetadata *object, bool copy) argument
163 operator =(const Prototype &object) argument
172 operator =(const ::FLAC__StreamMetadata &object) argument
180 operator =(const ::FLAC__StreamMetadata *object) argument
189 assign_object(::FLAC__StreamMetadata *object, bool copy) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleIPV4Address.h29 #include <wx/object.h> // Needed by wx/sckaddr.h
H A DUserEvents.cpp119 const void* object,
128 command.Replace( wxT("%SENDER"), *((wxString*)object) );
144 void CUserEvents::ProcessEvent(enum EventType event, const void* object) argument
147 wxASSERT(object != NULL);
151 ExecuteCommand(event, object, s_EventList[event].core_command);
156 ExecuteCommand(event, object, s_EventList[event].gui_command);
117 ExecuteCommand( enum CUserEvents::EventType event, const void* object, const wxString& cmd) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Ddswstate.c61 * PARAMETERS: Object - Where to return the popped object
66 * DESCRIPTION: Pop an object off the top of this walk's result stack
71 acpi_ds_result_pop(union acpi_operand_object **object, argument
102 /* Return object of the top element and clean that top element result stack */
107 *object = state->results.obj_desc[index];
108 if (!*object) {
124 "Obj=%p [%s] Index=%X State=%p Num=%X\n", *object,
125 acpi_ut_get_object_type_name(*object),
135 * PARAMETERS: Object - Where to return the popped object
140 * DESCRIPTION: Push an object ont
145 acpi_ds_result_push(union acpi_operand_object * object, struct acpi_walk_state * walk_state) argument
309 acpi_ds_obj_stack_push(void *object, struct acpi_walk_state * walk_state) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dxtixml.h47 // start of writing an object having the passed in ID
48 virtual void DoBeginWriteObject(const wxObject *object, const wxClassInfo *classInfo, int objectID , wxxVariantArray &metadata ) ;
50 // end of writing an toplevel object name param is used for unique identification within the container
51 virtual void DoEndWriteObject(const wxObject *object, const wxClassInfo *classInfo, int objectID ) ;
65 // insert an object reference to an already written object
72 virtual void DoWriteDelegate( const wxObject *object, const wxClassInfo* classInfo , const wxPropertyInfo *propInfo ,
89 // Reads a component from XML. The return value is the root object ID, which can
90 // then be used to ask the depersister about that object
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DSampleViews.java40 // key/data entry pair to a combined data object. For keys, however,
168 * to a combined data object (entity).
173 * Construct the binding object.
196 public Object objectToKey(Object object) { argument
198 Part part = (Part) object;
205 public Object objectToData(Object object) { argument
207 Part part = (Part) object;
215 * supplier to a combined data object (entity).
220 * Construct the binding object.
243 public Object objectToKey(Object object) { argument
252 objectToData(Object object) argument
290 objectToKey(Object object) argument
300 objectToData(Object object) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_glue.c50 return ttm_mem_global_init(ref->object);
55 ttm_mem_global_release(ref->object);
76 dev_priv->mem_global_ref.object;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/windows/
H A Dmakedef35 for object in "$@"; do
36 if [ ! -f "$object" ]; then
37 echo "Object does not exist: ${object}" >&2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/registry/
H A Dreg_perfcount.c633 /* At this point we require that the parent object exist.
635 DEBUG(3, ("_reg_perfcount_add_counter: Could not find parent object [%d] for counter [%d].\n",
940 PERF_OBJECT_TYPE *object; local
947 object = block->objects;
950 object[obj].TotalByteLength = 0;
951 object[obj].DefinitionLength = 0;
952 instance = object[obj].instances;
953 counter = object[obj].counters;
954 for(cnt = 0; cnt < object[obj].NumCounters; cnt++)
956 object[ob
1135 _reg_perfcount_marshall_perf_counters(prs_struct *ps, PERF_OBJECT_TYPE object, int depth) argument
1202 _reg_perfcount_marshall_perf_instances(prs_struct *ps, PERF_OBJECT_TYPE object, int depth) argument
1247 PERF_OBJECT_TYPE object; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-gobject/
H A Dga-record-browser.c75 /* allocate any data required by the object here */
78 static void ga_record_browser_dispose(GObject * object);
79 static void ga_record_browser_finalize(GObject * object);
81 static void ga_record_browser_set_property(GObject * object, argument
84 GaRecordBrowser *browser = GA_RECORD_BROWSER(object);
109 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec);
114 static void ga_record_browser_get_property(GObject * object, argument
117 GaRecordBrowser *browser = GA_RECORD_BROWSER(object);
140 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec);
268 void ga_record_browser_dispose(GObject * object) { argument
290 ga_record_browser_finalize(GObject * object) argument
[all...]
H A Dga-service-browser.c78 /* allocate any data required by the object here */
86 static void ga_service_browser_dispose(GObject * object);
87 static void ga_service_browser_finalize(GObject * object);
89 static void ga_service_browser_set_property(GObject * object, argument
92 GaServiceBrowser *browser = GA_SERVICE_BROWSER(object);
113 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec);
118 static void ga_service_browser_get_property(GObject * object, argument
121 GaServiceBrowser *browser = GA_SERVICE_BROWSER(object);
141 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec);
258 void ga_service_browser_dispose(GObject * object) { argument
280 ga_service_browser_finalize(GObject * object) argument
[all...]
H A Dga-service-resolver.c82 /* allocate any data required by the object here */
91 static void ga_service_resolver_dispose(GObject * object);
92 static void ga_service_resolver_finalize(GObject * object);
94 static void ga_service_resolver_set_property(GObject * object, argument
97 GaServiceResolver *resolver = GA_SERVICE_RESOLVER(object);
125 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec);
130 static void ga_service_resolver_get_property(GObject * object, argument
133 GaServiceResolver *resolver = GA_SERVICE_RESOLVER(object);
160 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec);
268 void ga_service_resolver_dispose(GObject * object) { argument
291 ga_service_resolver_finalize(GObject * object) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-record-browser.c75 /* allocate any data required by the object here */
78 static void ga_record_browser_dispose(GObject * object);
79 static void ga_record_browser_finalize(GObject * object);
81 static void ga_record_browser_set_property(GObject * object, argument
84 GaRecordBrowser *browser = GA_RECORD_BROWSER(object);
109 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec);
114 static void ga_record_browser_get_property(GObject * object, argument
117 GaRecordBrowser *browser = GA_RECORD_BROWSER(object);
140 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec);
268 void ga_record_browser_dispose(GObject * object) { argument
290 ga_record_browser_finalize(GObject * object) argument
[all...]

Completed in 293 milliseconds

1234567891011>>