HomeSort by relevance Sort by last modified time
    Searched defs:thisObject (Results 1 - 17 of 17) sorted by null

  /frameworks/wilhelm/src/itf/
IDynamicSource.c 38 IObject *thisObject = InterfaceToIObject(thiz);
39 object_lock_exclusive(thisObject);
42 object_unlock_exclusive(thisObject);
I3DCommit.c 27 IObject *thisObject = InterfaceToIObject(thiz);
28 object_lock_exclusive(thisObject);
33 object_cond_wait(thisObject);
36 object_unlock_exclusive(thisObject);
48 IObject *thisObject = InterfaceToIObject(thiz);
49 object_lock_exclusive(thisObject);
51 object_unlock_exclusive(thisObject);
I3DGrouping.c 38 IObject *thisObject = InterfaceToIObject(thiz);
39 unsigned id = thisObject->mInstanceID;
IMuteSolo.c 27 IObject *thisObject = thiz->mThis;
28 if (SL_OBJECTID_AUDIOPLAYER != IObjectToObjectID(thisObject)) {
31 CAudioPlayer *ap = (CAudioPlayer *) thisObject;
66 IObject *thisObject = thiz->mThis;
67 if (SL_OBJECTID_AUDIOPLAYER != IObjectToObjectID(thisObject)) {
70 CAudioPlayer *ap = (CAudioPlayer *) thisObject;
99 IObject *thisObject = thiz->mThis;
100 if (SL_OBJECTID_AUDIOPLAYER != IObjectToObjectID(thisObject)) {
103 CAudioPlayer *ap = (CAudioPlayer *) thisObject;
138 IObject *thisObject = thiz->mThis
    [all...]
IDynamicInterfaceManagement.c 31 IObject *thisObject = InterfaceToIObject(thiz);
32 assert(NULL != thisObject);
34 const ClassTable *clazz = thisObject->mClass;
38 SLuint8 *interfaceStateP = &thisObject->mInterfaceStates[index];
42 object_lock_exclusive(thisObject);
50 object_unlock_exclusive(thisObject);
55 void *thisItf = (char *) thisObject + offset;
65 object_lock_exclusive(thisObject);
94 object_unlock_exclusive(thisObject);
115 IObject *thisObject = InterfaceToIObject(thiz)
    [all...]
IOutputMixExt.c 177 IObject *thisObject = thiz->mThis;
179 object_lock_exclusive(thisObject);
183 IEngine *thisEngine = &thisObject->mEngine->mEngine;
185 assert(&thisEngine->mOutputMix->mObject == thisObject);
191 object_cond_broadcast(thisObject);
325 object_unlock_exclusive(thisObject);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
ThisObjectTest.java 37 * JDWP Unit test for StackFrame.ThisObject command.
48 * This testcase exercises StackFrame.ThisObject command.
50 * checks if StackFrame.ThisObject command returns correct data for each stack frame
120 // get ThisObject
121 logWriter.println("==> Send StackFrame::ThisObject command...");
131 TaggedObject thisObject = reply.getNextValueAsTaggedObject();
132 logWriter.println("==> thisObject:");
133 logWriter.println("==> tag=" + thisObject.tag + "("
134 + JDWPConstants.Tag.getName(thisObject.tag) + ")");
135 logWriter.println("==> id=" + thisObject.objectID)
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DisposeDuringInvokeDebuggee.java 31 public static final String THIS_FIELD_NAME = "thisObject";
34 public static DisposeDuringInvokeDebuggee thisObject;
69 thisObject = this;
  /external/pdfium/xfa/src/fxjse/src/
dynprop.cpp 285 v8::Local<v8::Object> thisObject = info.This();
293 lpThisValue->ForceSetValue(thisObject);
308 v8::Local<v8::Object> thisObject = info.This();
316 lpThisValue->ForceSetValue(thisObject);
328 v8::Local<v8::Object> thisObject = info.This();
334 lpThisValue->ForceSetValue(thisObject);
347 v8::Local<v8::Object> thisObject = info.This();
353 lpThisValue->ForceSetValue(thisObject);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
jdimodel.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 522 milliseconds