HomeSort by relevance Sort by last modified time
    Searched defs:thisObject (Results 1 - 16 of 16) 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/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8MutationCallback.cpp 71 v8::Handle<v8::Object> thisObject = v8::Handle<v8::Object>::Cast(observerHandle);
76 ScriptController::callFunction(executionContext(), m_callback.newLocal(isolate), thisObject, WTF_ARRAY_LENGTH(argv), argv, isolate);
ScriptFunctionCall.cpp 129 ScriptFunctionCall::ScriptFunctionCall(const ScriptValue& thisObject, const String& name)
130 : ScriptCallArgumentHandler(thisObject.scriptState())
131 , m_thisObject(thisObject)
142 v8::Handle<v8::Object> thisObject = v8::Handle<v8::Object>::Cast(m_thisObject.v8Value());
143 v8::Local<v8::Value> value = thisObject->Get(v8String(m_scriptState->isolate(), m_name));
158 v8::Local<v8::Value> result = V8ScriptRunner::callFunction(function, m_scriptState->executionContext(), thisObject, m_arguments.size(), info.get(), m_scriptState->isolate());
179 v8::Handle<v8::Object> thisObject = v8::Handle<v8::Object>::Cast(m_thisObject.v8Value());
180 v8::Local<v8::Value> value = thisObject->Get(v8String(m_scriptState->isolate(), m_name));
V8LazyEventListener.cpp 187 v8::Local<v8::Object> thisObject = v8::Object::New(isolate());
188 if (thisObject.IsEmpty())
190 if (!thisObject->ForceSet(v8::Integer::New(isolate(), 0), nodeWrapper))
192 if (!thisObject->ForceSet(v8::Integer::New(isolate(), 1), formWrapper))
194 if (!thisObject->ForceSet(v8::Integer::New(isolate(), 2), documentWrapper))
198 v8::Local<v8::Value> innerValue = V8ScriptRunner::callInternalFunction(intermediateFunction, thisObject, 0, 0, isolate());
  /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/chromium_org/third_party/WebKit/Source/core/inspector/
JavaScriptCallFrame.cpp 129 v8::Handle<v8::Value> JavaScriptCallFrame::thisObject() const
131 return m_callFrame.newLocal(m_isolate)->Get(v8AtomicString(m_isolate, "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/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.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 122 milliseconds