HomeSort by relevance Sort by last modified time
    Searched defs:thisObject (Results 1 - 14 of 14) 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/v8/
V8MutationCallback.cpp 76 v8::Handle<v8::Object> thisObject = v8::Handle<v8::Object>::Cast(observerHandle);
81 ScriptController::callFunctionWithInstrumentation(scriptExecutionContext(), callback, thisObject, 2, argv);
ScriptFunctionCall.cpp 109 ScriptFunctionCall::ScriptFunctionCall(const ScriptObject& thisObject, const String& name)
110 : ScriptCallArgumentHandler(thisObject.scriptState())
111 , m_thisObject(thisObject)
120 v8::Handle<v8::Object> thisObject = m_thisObject.v8Object();
121 v8::Local<v8::Value> value = thisObject->Get(v8String(m_name, m_scriptState->isolate()));
136 v8::Local<v8::Value> result = V8ScriptRunner::callFunction(function, getScriptExecutionContext(), thisObject, m_arguments.size(), args.get());
155 v8::Handle<v8::Object> thisObject = m_thisObject.v8Object();
156 v8::Local<v8::Value> value = thisObject->Get(v8String(m_name, m_scriptState->isolate()));
V8LazyEventListener.cpp 183 v8::Local<v8::Object> thisObject = v8::Object::New();
184 if (thisObject.IsEmpty())
186 if (!thisObject->ForceSet(v8::Integer::New(0, isolate), nodeWrapper))
188 if (!thisObject->ForceSet(v8::Integer::New(1, isolate), formWrapper))
190 if (!thisObject->ForceSet(v8::Integer::New(2, isolate), documentWrapper))
194 v8::Local<v8::Value> innerValue = V8ScriptRunner::callInternalFunction(intermediateFunction, thisObject, 0, 0, isolate);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
JavaScriptCallFrame.cpp 117 v8::Handle<v8::Value> JavaScriptCallFrame::thisObject() const
119 return m_callFrame.newLocal(m_isolate)->Get(v8::String::NewSymbol("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 
  /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 409 milliseconds