Searched defs:native (Results 1 - 4 of 4) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
H A DEglSurface.h38 EGLNativeSurfaceType native(){return m_native;} function in class:EglSurface
/sdk/emulator/qtools/
H A Dread_method.cpp62 const char *native = pframe->isNative ? "n" : " "; local
64 native, ii, pframe->time, pframe->addr,
H A Dcheck_stack.cpp185 // Count the number of non-native methods (ie, Java methods) on the
194 // Count the number of Java methods on the native stack
203 // Allow the native stack to have one less Java method because the
204 // native stack might be pushing a native function first.
206 printf("\nDiff at time %llu pid %d: non-native %d numMethods %d\n",
215 // as the Java methods on the native stack.
218 // Ignore native functions on the native stack.
246 const char *native local
[all...]
H A Dtrace_reader.h36 // the name of the native function if the native function is a
1386 const char *native; local
1388 native = method_stack[ii].isNative ? "n" : " ";
1389 fprintf(stream, "%2d: %s 0x%08x\n", ii, native, method_stack[ii].addr);
1421 // If this is a non-native method then the address we are popping should
1423 // address of the native push for some reason.
1432 // If we are popping a native method, then the top-of-stack should also
1433 // be a native method.
1437 "Popping native v
[all...]

Completed in 51 milliseconds