Home
last modified time | relevance | path

Searched refs:function (Results 1 – 19 of 19) sorted by relevance

/sdk/emulator/qtools/
Dcallstack.h39 symbol_type *function; // the symbol for the function we entered variable
57 void updateStack(BBEvent *event, symbol_type *function);
79 Action getAction(BBEvent *event, symbol_type *function);
80 void doMethodAction(BBEvent *event, symbol_type *function);
82 void doSimplePush(symbol_type *function, uint32_t addr,
85 void doPush(BBEvent *event, symbol_type *function);
86 void doPop(BBEvent *event, symbol_type *function, Action methodAction);
161 CallStack<FRAME, BASE>::updateStack(BBEvent *event, symbol_type *function) in updateStack() argument
166 if (function->vm_sym != NULL) in updateStack()
167 function = function->vm_sym; in updateStack()
[all …]
Dq2dm.cpp79 function->id, function->addr, function->name); in push()
88 fstack->push(function); in push()
90 dmtrace->addFunctionEntry(function->id, time, pid); in push()
101 function->id, function->addr, function->name); in pop()
111 if (sym != NULL && sym != function) { in pop()
119 dmtrace->addFunctionExit(function->id, time, pid); in pop()
171 symbol_type *function; in main() local
173 if (GetNextValidEvent(trace, &event, &ignored, &function)) in main()
179 event.time, event.pid, function->name); in main()
184 uint32_t flags = function->region->flags; in main()
[all …]
Dstack_dump.cpp37 if (function->region->flags & region_type::kIsKernelRegion) in getFrameType()
39 if (function->flags & symbol_type::kIsVectorTable) in getFrameType()
54 printf(" 0x%08x %s\n", addr, function->name); in push()
68 printf(" 0x%08x %s\n", addr, function->name); in pop()
120 symbol_type *function; in main() local
122 if (GetNextValidEvent(trace, &event, &ignored, &function)) in main()
139 pStack->updateStack(&event, function); in main()
Dcheck_stack.cpp109 symbol_type *function; in main() local
142 if (GetNextValidEvent(etrace, &event, &ignored, &function)) in main()
159 eStack->updateStack(&event, function); in main()
221 uint32_t addr = eFrames[ii].function->addr; in compareStacks()
222 addr += eFrames[ii].function->region->vstart; in compareStacks()
257 uint32_t addr = eFrames[ii].function->addr; in dumpStacks()
258 addr += eFrames[ii].function->region->vstart; in dumpStacks()
268 eFrames[ii].function->name); in dumpStacks()
Dcoverage.cpp25 function->numCalls += 1; in push()
96 symbol_type *function; in main() local
98 if (GetNextValidEvent(trace, &event, &ignored, &function)) in main()
113 pStack->updateStack(&event, function); in main()
/sdk/emulator/opengl/system/renderControl_enc/
DREADME10 This function queries the host renderer version number.
13 This function queries the host renderer for the EGL version
17 This function queries the host for EGL string (.i.e EGL_EXTENSIONS).
25 The function returns the number of supported configs and returns in
29 This function queries the host for the all set of supported configs
35 of required bytes is returned otherwise the function returns the number
43 This function triggers an eglChooseConfig on the host, to get a list of
56 This function creates a rendering context on the host and returns its
63 This function destroys a rendering context on the host.
67 This function creates a 'window' surface on the host which can be then
[all …]
/sdk/emulator/opengl/host/tools/emugen/
DREADME42 consider the following function call:
95 retval // sizeof(int) - the return value of the function;
121 retvalType - The function return value type
122 FuncName - function name
173 defined by the protocol. this File also includes a function call
174 ‘setContextAccessor(void *(*f)()). This function should be used to
175 provide a callback function that is used by the functions to access
186 api_client_context.cpp - defines an initialization function for
215 api_server_context.cpp - dispatch table initialization function
219 an intiailization function that uses a user provided callback to
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DMessageData.java41 final Function function = msg.getFunction(); in MessageData() local
42 if (function != Message.Function.ACK && msg.getType() != Type.BeforeCall) in MessageData()
44 builder.append(columns[0] = function.name()); in MessageData()
64 switch (function) { in MessageData()
DBreakpointOption.java80 void setBreakpoint(final int contextId, final Function function, final boolean enabled) { in setBreakpoint() argument
87 builder.setArg0(function.getNumber()); in setBreakpoint()
90 breakpoints[function.getNumber()] = enabled; in setBreakpoint()
DMessageParser.java139 Function function = Function.valueOf(t[t.length - 1]); in parse() local
140 builder.setFunction(function); in parse()
141 switch (function) { in parse()
DShaderEditor.java221 final Function function = builder.getFunction(); in exchangeMessage() local
226 assert msg.getFunction() == function; in exchangeMessage()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
DGLCall.java91 Image thumbnailImage, Function function, boolean hasFb, int contextId, in GLCall() argument
98 mFunction = function; in GLCall()
/sdk/emulator/opengl/system/egl/
DClientAPIExts.in2 // Each extension function should have one of the following
5 // -or- (if the function has a return value)
/sdk/emulator/opengl/
DDESIGN11 GLES 2.0 ABIs defined by Khronos, and translate the corresponding function
35 They collect the sequence of EGL/GLES function calls and translate then
271 - EGL/GLES function calls are described through several "specification"
272 files, which describes the types, function signatures and various
285 object, and translates them into function callbacks.
509 The probing happens in the function "fallback_init" which gets called
576 in $QEMU/android/hw-pipe-net.c. Look for the openglesPipe_init() function,
DREADME85 helper GNU Make function is defined in common.mk, and included from the
/sdk/emulator/opengl/host/libs/Translator/EGL/
DClientAPIExts.in2 // Each extension function should have one of the following
/sdk/eclipse/sites/external/web/
Dsite.xsl91 <xsl:when test="function-available('msxsl:node-set')">
/sdk/eclipse/sites/internal/web/
Dsite.xsl91 <xsl:when test="function-available('msxsl:node-set')">
/sdk/emulator/opengl/system/GLESv1_enc/
Dgl.attrib110 #this function is marked as unsupported - it shouldn't be called directly