HomeSort by relevance Sort by last modified time
    Searched defs:npp (Results 1 - 6 of 6) sorted by null

  /development/samples/BrowserPlugin/src/com/android/sampleplugin/
PaintSurface.java 40 private final int npp; field in class:PaintSurface
45 public PaintSurface(Context context, int NPP, int width, int height) {
48 this.npp = NPP;
56 nativeSurfaceChanged(npp, format, width, height);
64 nativeSurfaceCreated(npp);
72 nativeSurfaceDestroyed(npp);
92 private native void nativeSurfaceCreated(int npp);
93 private native void nativeSurfaceChanged(int npp, int format, int width, int height);
94 private native void nativeSurfaceDestroyed(int npp);
    [all...]
  /frameworks/base/tests/BrowserTestPlugin/jni/
PluginObject.h 66 SubPlugin(NPP inst) : m_inst(inst) {}
70 NPP inst() const { return m_inst; }
73 NPP m_inst;
78 NPP npp; member in struct:PluginObject
  /development/samples/BrowserPlugin/jni/
PluginObject.h 49 SubPlugin(NPP inst) : m_inst(inst) {}
57 NPP inst() const { return m_inst; }
60 NPP m_inst;
65 SurfaceSubPlugin(NPP inst) : SubPlugin(inst) { m_context = NULL; }
89 NPP npp; member in struct:PluginObject
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObject.h 52 NPP npp; member in struct:__anon15174
89 extern void testNPRuntime(NPP npp);
90 extern void pluginLog(NPP instance, const char* format, ...);
91 extern void pluginLogWithArguments(NPP instance, const char* format, va_list args);
92 extern bool testDocumentOpen(NPP npp);
93 extern bool testWindowOpen(NPP npp);
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 146 char *npp; local
265 npp = (char *)ph;
266 ph = (struct isakmp_gen *)(npp + ntohs(ph->len));
323 char *npp; local
438 npp = (char *)attr;
439 attr = (struct isakmp_data *)(npp + sizeof(*attr) + alen);
496 char *npp; local
611 npp = (char *)attr;
612 attr = (struct isakmp_data *)(npp + sizeof(*attr) + alen);
664 char *npp; local
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java 7311 int npp = msg.arg2; local
    [all...]

Completed in 255 milliseconds