Searched refs:object (Results 276 - 300 of 1426) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dproc-sa1100.S196 .type sa1100_crval, #object
210 .type sa1100_processor_functions, #object
225 .type cpu_arch_name, #object
230 .type cpu_elf_name, #object
235 .type cpu_sa1100_name, #object
240 .type cpu_sa1110_name, #object
249 .type __sa1100_proc_info,#object
272 .type __sa1110_proc_info,#object
H A Dtlb-v3.S47 .type v3_tlb_fns, #object
H A Dtlb-v4.S60 .type v4_tlb_fns, #object
H A Dproc-sa110.S184 .type sa110_crval, #object
195 .type sa110_processor_functions, #object
210 .type cpu_arch_name, #object
215 .type cpu_elf_name, #object
220 .type cpu_sa110_name, #object
229 .type __sa110_proc_info,#object
H A Dproc-arm740.S122 .type arm740_processor_functions, #object
137 .type cpu_arch_name, #object
142 .type cpu_elf_name, #object
147 .type cpu_arm740_name, #object
155 .type __arm740_proc_info,#object
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_type.c120 result = OBJ_cmp(a->value.object, b->value.object);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddcclipper.tex14 \helpref{wxDC}{wxdc} and unsetting it automatically. An object of wxDCClipper
16 when the object goes out of scope. A typical usage example:
61 The clipping region is automatically unset when this object is destroyed.
H A Dddeservr.tex3 A wxDDEServer object represents the server part of a client-server DDE
28 Constructs a server object.
45 member to intercept this message and return a connection object of
H A Dobject.tex7 wxObject is the hub of a dynamic object creation
44 Pointer to an object which is the object's reference-counted data.
75 the object.
105 \docparam{info}{A pointer to a class information object, which may be obtained
123 Returns \true if this object has the same data pointer as \arg{obj}. Notice
133 Makes this object refer to the data in {\it clone}.
137 \docparam{clone}{The object to `clone'.}
182 Ensure that this object's data is not shared with any other object
[all...]
H A Dtcpservr.tex3 A wxTCPServer object represents the server part of a client-server conversation.
27 Constructs a server object.
44 member to intercept this message and return a connection object of
H A Dwupdlock.tex52 Creates an object preventing the updates of the specified \arg{win}. The
54 wxWindowUpdateLocker object itself.
61 Destructor reenables updates for the window this object is associated with.
H A Ddatespan.tex70 Constructs the date span object for the given number of years, months, weeks
82 Returns the sum of two date spans. The first version returns a new object, the
83 second and third ones modify this object in place.
90 Returns a date span object corresponding to one day.
101 Returns a date span object corresponding to the given number of days.
161 Returns a date span object corresponding to one month.
172 Returns a date span object corresponding to the given number of months.
190 The first version returns a new object, the second and third ones modify this
191 object in place.
259 object, th
[all...]
H A Dprocess.tex4 \helpref{wxExecute}{wxexecute} function. When a wxProcess object is passed to
12 parent, it is responsible for deleting the wxProcess object which sent it.
13 However, if it is not processed, the object will delete itself and so the
50 Constructs a process object. {\it id} is only used in the case you want to
51 use wxWidgets events. It identifies this object, or another window that will
58 The second constructor creates an object without any associated parent (and
76 Destroys the wxProcess object.
91 Normally, a wxProcess object is deleted by its parent when it receives the
93 parent object is destroyed before the external process is terminated (e.g. a
95 and in this case it {\bf should not delete} the wxProcess object, bu
[all...]
H A Dipcclint.tex3 A wxClient object represents the client part of a client-server
40 Constructs a client object.
49 server allows a connection, a wxConnection object will be
53 member to return your own derived connection object.
70 default this simply returns a new wxConnection object. Override
H A Dsound.tex28 Constructs a wave object from a file or, under Windows, from a Windows
43 Destroys the wxSound object.
50 Constructs a wave object from a file or resource.
67 Returns \true if the object contains a successfully loaded file or resource, \false otherwise.
87 to delete the object which is being asynchronously played any time after
H A Dfilehist.tex78 Adds a file to the file history list, if the object has a pointer to an appropriate file menu.
85 Appends the files in the history list, to all menus managed by the file history object.
124 Returns the list of menus that are managed by this file history object.
135 Loads the file history from the given config object. This function should be called explicitly by the application.
152 Removes this menu from the list of those managed by this object.
159 Saves the file history into the given config object. This must be called
178 Adds this menu to the list of those menus that are managed by this file history object.
H A Dprevwin.tex104 Gets the print preview object associated with the control bar.
148 Constructor. Pass a print preview object plus other normal frame arguments.
149 The print preview object will be destroyed by the frame when it closes.
162 a user-defined preview control bar object to be created.
169 a user-defined preview canvas object to be created.
187 object, implicitly deleting any printout objects associated with the print
188 preview object.
H A Dtapp.tex50 Note the use of IMPLEMENT\_APP(appClass), which allows wxWidgets to dynamically create an instance of the application object
52 to rely on the creation of a global application object, but this is no longer recommended,
53 because required global initialization may not have been performed at application object
57 a reference to the application object. Otherwise you can only use the global
78 its internal structures. You should delete all wxWidgets object that you
93 The reason for that is that {\tt m\_helpCtrl} is a member object and is
94 thus destroyed from MyApp destructor. But MyApp object is deleted after
H A Dtrefcount.tex7 This means that when an object is assigned to another, no copying really takes place:
8 only the reference count on the shared object data is incremented and both objects
13 others. As data copying only happens when the object is written to, this is
17 transparently to the class users and that whether an object is shared or not
42 When a COW object destructor is called, it may not delete the data: if it's shared,
45 Only when the destructor of the last object owning the data is called, the data is really
96 eventually sharing your object's data.
H A Drichtextattr.tex8 When setting up a wxRichTextAttr object, pass a bitlist mask to \helpref{SetFlags}{wxrichtextattrsetflags} to
12 wxRichTextAttr stores attributes without a wxFont object, so is a more
13 efficient way to query styles than using a \helpref{wxTextAttr}{wxtextattr} or \helpref{wxTextAttrEx}{wxtextattrex} object.
162 Applies the attributes in {\it style} to the original object, but not those attributes from {\it style} that are the same as those in {\it compareWith} (if passed).
164 See also \helpref{wxRichTextAttr::Combine}{wxrichtextattrcombine} for a function that does almost the same but returns a new object instead of modifying the original object.
171 A wxRichTextAttr object is returned and the original object is not changed.
173 See also \helpref{wxRichTextAttr::Apply}{wxrichtextattrapply} for a function that does almost the same but modifies the original object instead of returning a new one.
380 Returns \true if the attribute object specifie
[all...]
H A Dipcconn.tex3 A wxConnection object represents the connection between a client
5 \helpref{wxClient}{wxclient} object, or by the acceptance of a
6 connection by a\rtfsp \helpref{wxServer}{wxserver} object. The
8 controlled by calling members in a {\bf wxConnection} object or
68 Constructs a connection object. If no user-defined connection
69 object is to be derived from wxConnection, then the constructor
71 object will be provided on requesting (or accepting) a
73 connection object, the \helpref{wxServer::OnAcceptConnection}{wxserveronacceptconnection}\rtfsp
76 connection object.
79 the wxConnection object manage
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-1111 <object>filesel</object>
123 <object>testwin</object>
136 <object>druidwin</object>
155 <object>closebox</object>
196 <object>textbox</object>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/gameport/
H A Dgameport.c230 void *object; member in struct:gameport_event
240 static int gameport_queue_event(void *object, struct module *owner, argument
257 if (event->object == object) {
280 event->object = object;
305 if (event->object == e->object) {
356 gameport_add_port(event->object);
360 gameport_attach_driver(event->object);
375 gameport_remove_pending_events(void *object) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp_negotiate.c284 ASN1_OBJECT *object = NULL; local
296 object = OBJ_txt2obj("1.2.840.113554.1.2.2", 1);
297 if(!object) {
302 if(!makeSpnegoInitialToken(object,
308 ASN1_OBJECT_free(object);
313 ASN1_OBJECT_free(object);
320 ASN1_OBJECT_free(object);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/serial/test/
H A DSerialBindingTest.java193 public FastOutputStream getSerialOutput(Object object) { argument
194 FastOutputStream fos = super.getSerialOutput(object);
234 public FastOutputStream getSerialOutput(Object object) { argument
254 public Object objectToKey(Object object) { argument
256 String s = (String) object;
265 public Object objectToData(Object object) { argument
267 String s = (String) object;

Completed in 103 milliseconds

<<11121314151617181920>>