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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedGsmCallState.java 394 int callIndex = 0;
397 callIndex = c1 - '1';
399 if (callIndex < 0 || callIndex >= mCalls.length) {
412 if (mCalls[callIndex] == null) {
415 mCalls[callIndex] = null;
424 ret = separateCall(callIndex);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModule.cpp 191 void InjectedScriptCanvasModule::evaluateTraceLogCallArgument(ErrorString* errorString, const TraceLogId& traceLogId, int callIndex, int argumentIndex, const String& objectGroup, RefPtr<RemoteObject>* result, RefPtr<ResourceState>* resourceState)
195 function.appendArgument(callIndex);
InspectorCanvasAgent.cpp 183 void InspectorCanvasAgent::evaluateTraceLogCallArgument(ErrorString* errorString, const TraceLogId& traceLogId, int callIndex, int argumentIndex, const String* objectGroup, RefPtr<RemoteObject>& result, RefPtr<ResourceState>& resourceState)
187 module.evaluateTraceLogCallArgument(errorString, traceLogId, callIndex, argumentIndex, objectGroup ? *objectGroup : String(), &result, &resourceState);
InjectedScriptCanvasModuleSource.js     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 629 int callIndex = ch - '0';
631 if (callIndex >= 1 && callIndex <= GsmCallTracker.MAX_CONNECTIONS) {
634 callIndex);
635 mCT.hangupConnectionByIndex(call, callIndex);
670 int callIndex = ch - '0';
671 GsmConnection conn = mCT.getConnectionByIndex(call, callIndex);
674 if (conn != null && callIndex >= 1 && callIndex <= GsmCallTracker.MAX_CONNECTIONS) {
676 callIndex);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java 461 public Rectangle getDurationBounds(int callIndex, int context, long duration) {
469 int y = (callIndex/mNumCallsPerPixel) + TOP_MARGIN + mHeaderMargin;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CanvasProfileView.js 567 var callIndex = dataGridNode.index;
571 CanvasAgent.evaluateTraceLogCallArgument(this._traceLogId, callIndex, argumentIndex, objectGroupName, showObjectPopover.bind(this));
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 229 milliseconds