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

  /sdk/emulator/qtools/
dmtrace.cpp 126 void DmTrace::addFunctionEntry(int functionId, uint32_t cycle, uint32_t pid)
128 writeDataRecord(fData, pid, functionId, cycle);
131 void DmTrace::addFunctionExit(int functionId, uint32_t cycle, uint32_t pid)
133 writeDataRecord(fData, pid, functionId | 1, cycle);
136 void DmTrace::addFunction(int functionId, const char *name)
139 rec->id = functionId;
144 void DmTrace::addFunction(int functionId, const char *clazz,
153 addFunction(functionId, name);
156 void DmTrace::parseAndAddFunction(int functionId, const char *name)
171 addFunction(functionId, name)
    [all...]
dmtrace.h 24 void addFunction(int functionId, const char *name);
25 void addFunction(int functionId, const char *clazz, const char *method,
27 void parseAndAddFunction(int functionId, const char *name);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScript.h 82 void getFunctionDetails(ErrorString*, const String& functionId, RefPtr<TypeBuilder::Debugger::FunctionDetails>* result);
InjectedScript.cpp 165 void InjectedScript::getFunctionDetails(ErrorString* errorString, const String& functionId, RefPtr<FunctionDetails>* result)
168 function.appendArgument(functionId);
InspectorDebuggerAgent.h 108 virtual void getFunctionDetails(ErrorString*, const String& functionId, RefPtr<TypeBuilder::Debugger::FunctionDetails>&);
InspectorDebuggerAgent.cpp 639 void InspectorDebuggerAgent::getFunctionDetails(ErrorString* errorString, const String& functionId, RefPtr<FunctionDetails>& details)
641 InjectedScript injectedScript = m_injectedScriptManager->injectedScriptForObjectId(functionId);
646 injectedScript.getFunctionDetails(errorString, functionId, &details);
    [all...]
InjectedScriptSource.js 370 * @param {string} functionId
373 getFunctionDetails: function(functionId)
375 var parsedFunctionId = this._parseObjectId(functionId);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
RemoteObject.js 563 DebuggerAgent.setVariableValue(this._scopeRef.number, name, newValue, this._scopeRef.callFrameId, this._scopeRef.functionId, setVariableValueCallback.bind(this));
589 * Either callFrameId or functionId (exactly one) must be defined.
593 * @param {string=} functionId
595 WebInspector.ScopeRef = function(number, callFrameId, functionId)
599 this.functionId = functionId;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8NPObject.cpp 69 static void npObjectInvokeImpl(const v8::FunctionCallbackInfo<v8::Value>& info, InvokeFunctionType functionId)
119 switch (functionId) {
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 990 /// @param functionId output id used for printing
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1154 milliseconds