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

  /frameworks/wilhelm/src/itf/
I3DCommit.cpp 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);
IDynamicInterfaceManagement.cpp 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...]
IDynamicSource.cpp 38 IObject *thisObject = InterfaceToIObject(thiz);
39 object_lock_exclusive(thisObject);
42 object_unlock_exclusive(thisObject);
IMuteSolo.cpp 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...]
I3DGrouping.cpp 38 IObject *thisObject = InterfaceToIObject(thiz);
39 unsigned id = thisObject->mInstanceID;
IOutputMixExt.cpp 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;
71 thisObject = this;
  /external/v8/src/inspector/
v8-function-call.cc 77 v8::Local<v8::Object> thisObject = v8::Local<v8::Object>::Cast(m_value);
79 if (!thisObject->Get(m_context, m_name).ToLocal(&value))
100 m_context, thisObject, static_cast<int>(m_arguments.size()), info.get());
debugger-script.js 270 var thisObject = frameDetails.receiver();
393 "this": thisObject,
521 "thisObject": thisObject,
debugger_script_externs.js 50 thisObject: !Object,
  /external/guice/extensions/persist/src/com/google/inject/persist/jpa/
JpaPersistModule.java 122 public Object invoke(final Object thisObject, final Method method, final Object[] args)
142 return method.invoke(thisObject, args);
  /external/pdfium/fxjs/
cfxjse_class.cpp 229 v8::Local<v8::Object> thisObject = info.This();
238 lpThisValue->ForceSetValue(thisObject);
250 v8::Local<v8::Object> thisObject = info.This();
259 lpThisValue->ForceSetValue(thisObject);
267 v8::Local<v8::Object> thisObject = info.This();
274 lpThisValue->ForceSetValue(thisObject);
285 v8::Local<v8::Object> thisObject = info.This();
292 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/com/google/testing/compile/compile-testing/0.9/
compile-testing-0.9.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-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 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.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 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-reflect.jar 

Completed in 1592 milliseconds