/sdk/emulator/qtools/ |
D | callstack.h | 39 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 …]
|
D | q2dm.cpp | 79 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 …]
|
D | stack_dump.cpp | 37 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()
|
D | check_stack.cpp | 109 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()
|
D | coverage.cpp | 25 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/host/tools/emugen/ |
D | README | 42 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/gltrace/model/ |
D | GLCall.java | 86 Function function, boolean hasFb, int contextId, in GLCall() argument 92 mFunction = function; in GLCall()
|
/sdk/emulator/opengl/ |
D | DESIGN | 11 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 282 - EGL/GLES function calls are described through several "specification" 283 files, which describes the types, function signatures and various 296 object, and translates them into function callbacks. 529 The probing happens in the function "fallback_init" which gets called 597 in $QEMU/android/hw-pipe-net.c. Look for the openglesPipe_init() function,
|
D | README | 87 helper GNU Make function is defined in common.mk, and included from the
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | ClientAPIExts.in | 2 // Each extension function should have one of the following
|
/sdk/eclipse/sites/external/web/ |
D | site.xsl | 91 <xsl:when test="function-available('msxsl:node-set')">
|
/sdk/eclipse/sites/internal/web/ |
D | site.xsl | 91 <xsl:when test="function-available('msxsl:node-set')">
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.attrib | 110 #this function is marked as unsupported - it shouldn't be called directly
|
/sdk/files/typos/ |
D | typos-en.txt | 2049 fucntion->function 2059 funtion->function
|