Top "Native-code" questions

Machine code and assembly code is sometimes called native code when referring to platform-dependent parts of language features or libraries.

Where can I find javascript native functions source code?

where can I find the source code of native js functions, for example I want to look at eval() function

javascript function native-code
Exporting a native C function from a .net DLL?

I have a .net assembly written in C#, and I'm looking to export a native C function from the assembly. …

c# .net plugins interop native-code
Android : can native code get broadcast intent from android system?

Recently i've seen a funny app - Photo Wonder. When this app is uninstalled, it shows a web survey page …

android android-intent native-code
Profiling C# and mscorlib.ni.dll

I am currently profiling a console application with CPU sampling. The OS is Windows 8 Enterprise 64 bit with Microsoft Visual Studio …

c# .net visual-studio-2012 profiling native-code
Android Native NDK OpenGL ES: unimplemented API

I am working to implement an OpenGL ES 2.0 fully in C++ for Android. Currently our program runs without JNI or …

c++ opengl-es android-ndk setup-deployment native-code