Searched refs:Object (Results 51 - 75 of 148) sorted by relevance

123456

/barrelfish-master/lib/acpica/source/include/
H A Dacutils.h248 /* Object reference counts */
334 void *Object);
338 void *Object);
342 ACPI_OPERAND_OBJECT *Object);
383 * utcopy - Object construction and conversion interfaces
421 * utcreate - Object creation
425 ACPI_OPERAND_OBJECT *Object,
551 * utdelete - Object deletion and reference counts
555 ACPI_OPERAND_OBJECT *Object);
559 ACPI_OPERAND_OBJECT *Object);
[all...]
H A Dacpixf.h246 * Optionally enable output from the AML Debug Object.
349 /* Optionally enable timer output with Debug Object output */
608 ACPI_HANDLE Object))
686 ACPI_HANDLE Object,
700 ACPI_HANDLE Object,
707 ACPI_HANDLE Object,
713 ACPI_HANDLE Object,
727 * Object manipulation and enumeration
732 ACPI_HANDLE Object,
740 ACPI_HANDLE Object,
[all...]
H A Dacdebug.h262 ACPI_OBJECT *Object);
268 ACPI_OBJECT *Object);
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/jdotview/
H A DFileWatcher.java57 Object[] listeners = listenerList.toArray();
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DViewletAction.java53 public boolean equals(Object obj)
H A DViewletImpl.java59 protected Object elementReference;
67 public void setElementReference(Object elementReference)
H A DScenario.java46 private Object viewableName;
68 public void add(Object obj, int state) {
113 public Object getViewableName() {
H A DIntegerSpreadSheetModel.java57 public Object getValueAt(int row, int col) {
H A DSpreadSheet.java220 // Object o = null;
266 public Object getValueAt(int row, int col) {
295 Object value,
H A DWrappedMultiViewletDataStore.java243 public Object getValueAt(int row, int col) {
264 public void setValueAt(Object o, int r, int c) {
/barrelfish-master/lib/acpica/source/components/debugger/
H A Ddbmethod.c264 ObjDesc = Node->Object;
311 ObjDesc = WalkState->Arguments[Index].Object;
335 ObjDesc = WalkState->LocalVariables[Index].Object;
422 ACPI_ERROR ((AE_INFO, "%s (%s): Object must be a control method",
427 ObjDesc = Method->Object;
H A Ddbnames.c835 ACPI_OPERAND_OBJECT *Object; local
858 Node = (ACPI_NAMESPACE_NODE *) Node->Object;
868 AcpiOsPrintf ("Invalid Object Type for Node %p, Type = %X\n",
879 Object = AcpiNsGetAttachedObject (Node);
880 if (Object)
883 if (ACPI_GET_DESCRIPTOR_TYPE (Object) != ACPI_DESC_TYPE_OPERAND)
885 AcpiOsPrintf ("Invalid Descriptor Type for Object %p [%s]\n",
886 Object, AcpiUtGetDescriptorName (Object));
952 AcpiOsPrintf ("Object i
[all...]
/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DAbstractCompoundTerm.java77 * Overrides <code>equals()</code> in <i>java.lang.Object</i>. Returns true
78 * iff the parameter Object implements CompoundTerm and its functor and arity
83 public boolean equals(Object obj)
108 // overrides Object: two of these which are equals will have equals functors
H A DRemoteEclipse.java253 Object presponse = readControl();
337 Object result = null;
845 void sendGoal(Object goal) throws IOException
855 Object receiveGoal() throws IOException
882 Object result = readControl();
896 Object result = readControl();
911 Object result = readControl();
1082 private void writeControl(Object message) throws IOException
1096 private void writeRPC(Object message) throws IOException
1110 private Object readContro
[all...]
H A DEXDROutputStream.java40 * Use the method {@link EXDROutputStream#write(Object)} to convert
121 * Write an Object to the underlying stream in EXDR format. The Object (or if it is
142 public synchronized void write(Object o) throws IOException
183 void writeSub(Object o) throws IOException
/barrelfish-master/usr/skb/programs/
H A Dobjects3.pl25 get_object(Name, AList, CList, Object) :-
28 get_by_name(Name, SConstraints, Object)
30 get_by_constraints(Name, SConstraints, Object)
33 get_first_object(Name, AList, CList, Object) :-
36 get_by_name(Name, SConstraints, Object)
38 get_by_constraints(Name, SConstraints, Object)
41 get_by_constraints(Name, Constraints, Object) :-
47 match_object(Candidate, Constraints, Object).
49 get_by_name(Name, Constraints, Object) :-
51 match_object(Name, Constraints, Object)
[all...]
/barrelfish-master/lib/acpica/source/components/utilities/
H A Dutmisc.c279 * PARAMETERS: Object - Object to be added to the new state
291 ACPI_OPERAND_OBJECT *Object,
303 if (!Object)
308 State = AcpiUtCreateUpdateState (Object, Action);
461 * PARAMETERS: Type - Object type of the node
290 AcpiUtCreateUpdateStateAndPush( ACPI_OPERAND_OBJECT *Object, UINT16 Action, ACPI_GENERIC_STATE **StateList) argument
/barrelfish-master/lib/acpica/source/components/namespace/
H A Dnssearch.c143 * Type - Object type to match
215 Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Node->Object);
253 * Type - Object type to match
349 * Type - Object type to match
432 AcpiUtRemoveReference ((*ReturnNode)->Object);
433 (*ReturnNode)->Object = NULL;
H A Dnsarguments.c223 /* Object requires args, must be implemented as a method */
226 "Object (%s) must be a control method with %u arguments",
231 /* Object requires no args and no return value, must be a method */
234 "Object (%s) must be a control method "
252 AmlParamCount = Node->Object->Method.ParamCount;
329 AmlParamCount = Node->Object->Method.ParamCount;
/barrelfish-master/lib/acpica/source/components/executer/
H A Dexresop.c133 void *Object);
140 * PARAMETERS: TypeNeeded Object type needed
142 * Object Object pointer
154 void *Object)
174 (((ACPI_OPERAND_OBJECT *) Object)->Common.Flags &
186 AcpiUtGetTypeName (ThisType), Object));
151 AcpiExCheckObjectType( ACPI_OBJECT_TYPE TypeNeeded, ACPI_OBJECT_TYPE ThisType, void *Object) argument
H A Dexstore.c243 RefDesc->Reference.Object,
269 "**** Write to Debug Object: Object %p [%s] ****:\n\n",
333 * The parent package object is at IndexDesc->Reference.Object
363 IndexDesc->Reference.Object)->Common.ReferenceCount;
376 IndexDesc->Reference.Object)->Common.ReferenceCount;
399 ObjDesc = IndexDesc->Reference.Object;
H A Dexmisc.c177 ReferencedObj = ObjDesc->Reference.Object;
212 ReferenceObj->Reference.Object = ReferencedObj;
216 "Object %p Type [%s], returning Reference %p\n",
/barrelfish-master/lib/acpica/source/components/dispatcher/
H A Ddsobject.c253 Op->Common.Node->Object);
267 AcpiUtAddReference (Op->Common.Node->Object);
879 &ObjDesc->Reference.Object));
894 &ObjDesc->Reference.Object));
898 default: /* Object name or Debug object */
907 ObjDesc->Reference.Object = Op->Common.Node->Object;
/barrelfish-master/usr/eclipseclp/Opium/
H A Dpce_new.pl49 pce_read(message(Object, Behaviour, Value)),
50 untraced_call( handle_pce_message(Object, Behaviour, Value), kegi),
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/viewers/
H A DTableViewerFactory.java85 Object argInstances[] = {changeable};

Completed in 116 milliseconds

123456