Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DGLCallGroups.java147 List<GLCall> calls = trace.getGLCalls(); in constructCallHierarchy() local
153 GLCall c = calls.get(i); in constructCallHierarchy()
195 List<GLCall> calls = trace.getGLCalls(); in flatHierarchy() local
197 items.add(new GLLeafNode(calls.get(i))); in flatHierarchy()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DTraceFileParserTask.java226 private List<GLFrame> createFrames(List<GLCall> calls) { in createFrames() argument
231 for (int i = 0; i < calls.size(); i++) { in createFrames()
232 GLCall c = calls.get(i); in createFrames()
/sdk/
Dchanges.txt45 * Find Android API calls that require a version of Android higher
50 calls
89 * Finds method calls to java.lang.Math where a float variable is
93 * Finds calls to a getter on the same class where a field could be
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
DFrameSummaryViewPage.java254 final List<GLCall> calls = mTrace.getGLCallsForFrame(frame); in updateFrameStats() local
265 for (GLCall c: calls) { in updateFrameStats()
/sdk/eclipse/
Dchanges.txt57 files and preferences, look for calls to