Searched refs:Object (Results 1 - 25 of 148) sorted by relevance

123456

/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DQueueListener.java52 public void dataAvailable(Object source);
61 public void dataRequest(Object source);
H A DCompoundTermImpl.java42 private Object term[];
45 * Construct a compound term from an Object array. In this constructor the
53 public CompoundTermImpl(Object[] term)
61 * Construct a compound term from a String and an Object array. User
65 public CompoundTermImpl(String functor, Object[] args)
70 term = new Object[args.length + 1];
81 public CompoundTermImpl(String functor,Object a1)
83 this(new Object[] {functor,a1});
88 public CompoundTermImpl(String functor,Object a1,Object a
[all...]
H A DFail.java38 Object goal;
39 Fail(Object goal)
H A DThrow.java39 Object goal;
40 Throw(Object goal)
H A DEclipseConnection.java185 public CompoundTerm rpc(String functor, Object arg1) throws EclipseException, IOException;
194 public CompoundTerm rpc(String functor, Object arg1,
195 Object arg2) throws EclipseException, IOException;
204 public CompoundTerm rpc(String functor, Object arg1,
205 Object arg2, Object arg3) throws EclipseException, IOException;
214 public CompoundTerm rpc(String functor, Object arg1,
215 Object arg2, Object arg3, Object arg
[all...]
H A DCompoundTerm.java60 public Object arg(int i);
H A DEclipseMultitaskConnectionImpl.java125 public CompoundTerm rpc(String functor, Object arg1) throws EclipseException, IOException {
129 public CompoundTerm rpc(String functor, Object arg1,
130 Object arg2) throws EclipseException, IOException {
134 public CompoundTerm rpc(String functor, Object arg1,
135 Object arg2, Object arg3) throws EclipseException, IOException {
139 public CompoundTerm rpc(String functor, Object arg1,
140 Object arg2, Object arg3, Object arg
[all...]
H A DOutOfProcessEclipse.java399 public CompoundTerm rpc(String functor, Object arg1) throws EclipseException, IOException
404 public CompoundTerm rpc(String functor, Object arg1,
405 Object arg2) throws EclipseException, IOException
410 public CompoundTerm rpc(String functor, Object arg1,
411 Object arg2, Object arg3) throws EclipseException, IOException
416 public CompoundTerm rpc(String functor, Object arg1,
417 Object arg2, Object arg3, Object arg
[all...]
/barrelfish-master/lib/acpica/source/components/utilities/
H A Dutdelete.c130 ACPI_OPERAND_OBJECT *Object);
134 ACPI_OPERAND_OBJECT *Object,
142 * PARAMETERS: Object - Object to be deleted
153 ACPI_OPERAND_OBJECT *Object)
163 ACPI_FUNCTION_TRACE_PTR (UtDeleteInternalObj, Object);
166 if (!Object)
175 switch (Object->Common.Type)
180 Object, Object
152 AcpiUtDeleteInternalObj( ACPI_OPERAND_OBJECT *Object) argument
480 AcpiUtUpdateRefCount( ACPI_OPERAND_OBJECT *Object, UINT32 Action) argument
602 AcpiUtUpdateObjectReference( ACPI_OPERAND_OBJECT *Object, UINT16 Action) argument
809 AcpiUtAddReference( ACPI_OPERAND_OBJECT *Object) argument
847 AcpiUtRemoveReference( ACPI_OPERAND_OBJECT *Object) argument
[all...]
H A Dutcache.c272 * Object - The object to be released
284 void *Object)
292 if (!Cache || !Object)
301 ACPI_FREE (Object);
317 memset (Object, 0xCA, Cache->ObjectSize);
318 ACPI_SET_DESCRIPTOR_TYPE (Object, ACPI_DESC_TYPE_CACHED);
322 ACPI_SET_DESCRIPTOR_PTR (Object, Cache->ListHead);
323 Cache->ListHead = Object;
351 void *Object; local
376 Object
282 AcpiOsReleaseObject( ACPI_MEMORY_LIST *Cache, void *Object) argument
[all...]
H A Dutdecode.c125 * Properties of the ACPI Object Types, both internal and external.
146 ACPI_NS_NORMAL, /* 16 Debug Object */
342 ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, "Null Object Descriptor\n"));
343 return_PTR ("[NULL Object Descriptor]");
367 * PARAMETERS: Object - A namespace node
377 void *Object)
379 ACPI_NAMESPACE_NODE *Node = (ACPI_NAMESPACE_NODE *) Object;
384 if (!Object)
391 if ((Object == ACPI_ROOT_OBJECT) ||
392 (Object
376 AcpiUtGetNodeName( void *Object) argument
452 AcpiUtGetDescriptorName( void *Object) argument
496 AcpiUtGetReferenceName( ACPI_OPERAND_OBJECT *Object) argument
[all...]
H A Dutobject.c172 ACPI_OPERAND_OBJECT *Object; local
182 Object = AcpiUtAllocateObjectDescDbg (
184 if (!Object)
201 AcpiUtDeleteObjectDesc (Object);
210 Object->Common.NextObject = SecondObject;
221 Object->Common.Type = (UINT8) Type;
225 Object->Common.ReferenceCount = 1;
229 return_PTR (Object);
439 * PARAMETERS: Object - Object t
448 AcpiUtValidInternalObject( void *Object) argument
506 ACPI_OPERAND_OBJECT *Object; local
545 AcpiUtDeleteObjectDesc( ACPI_OPERAND_OBJECT *Object) argument
[all...]
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DDebuggingSupport.java31 public static void logMessage(Object obj, Object message)
H A DBooleanGroupPropertyModel.java57 private Object propertyHolder;
60 private Object match;
62 public BooleanGroupPropertyModel(String propertyName, Object propertyHolder,
64 Object match)
90 Object newValue = event.getNewValue();
109 Object[] args = new Object[1];
133 private Object getValue(PropertyDescriptor pd)
136 Object[] args = new Object[
[all...]
H A DViewerSetXScaleCommand.java40 Object getNewValue() {
H A DViewletRange.java43 public Object clone() throws CloneNotSupportedException;
H A DViewletRangeCollection.java44 public Object clone() {
H A DSpreadSheetSelectionViewletRange.java76 public Object next() {
83 //Object o = model.getValueAt(rows[r],columns[c]);
115 public Object clone() throws CloneNotSupportedException {
134 public Object[] toArray() {
138 public Object[] toArray(Object[] array) {
146 public boolean remove(Object o) {
158 public boolean contains(Object o) {
162 public boolean add(Object o) {
H A DBooleanPropertyModel.java57 private Object propertyHolder;
59 public BooleanPropertyModel(String propertyName, Object propertyHolder,
102 Object[] args = new Object[1];
124 Object[] args = new Object[0];
H A DSymRefCommand.java40 public Object lookupSymRef() {
H A DViewerSetPropagationStepsCommand.java42 Object getNewValue() {
H A DViewerSetPropertyCommand.java35 protected static Class objectClass = (new Object()).getClass();
45 abstract Object getNewValue() ;
80 Object[] args = new Object[1];
H A DViewletSelection.java51 public Object clone() throws CloneNotSupportedException;
/barrelfish-master/lib/acpica/source/components/namespace/
H A Dnsobject.c131 * Object - Object to be attached
138 * name whose ACPI_HANDLE is passed. If Object is NULL
150 ACPI_OPERAND_OBJECT *Object,
172 if (!Object && (ACPI_TYPE_ANY != Type))
192 if (Node->Object == Object)
196 Object, Node));
203 if (!Object)
213 else if ((ACPI_GET_DESCRIPTOR_TYPE (Object)
148 AcpiNsAttachObject( ACPI_NAMESPACE_NODE *Node, ACPI_OPERAND_OBJECT *Object, ACPI_OBJECT_TYPE Type) argument
[all...]
/barrelfish-master/lib/acpica/source/components/dispatcher/
H A Ddsmthdat.c138 ACPI_OPERAND_OBJECT *Object,
238 if (WalkState->LocalVariables[Index].Object)
241 Index, WalkState->LocalVariables[Index].Object));
253 if (WalkState->Arguments[Index].Object)
256 Index, WalkState->Arguments[Index].Object));
408 * Object - Object to be inserted into the stack entry
422 ACPI_OPERAND_OBJECT *Object,
433 "NewObj %p Type %2.2X, Refs=%u [%s]\n", Object,
434 Type, Object
419 AcpiDsMethodDataSetValue( UINT8 Type, UINT32 Index, ACPI_OPERAND_OBJECT *Object, ACPI_WALK_STATE *WalkState) argument
486 ACPI_OPERAND_OBJECT *Object; local
598 ACPI_OPERAND_OBJECT *Object; local
821 ACPI_OPERAND_OBJECT *Object; local
[all...]

Completed in 273 milliseconds

123456