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:__anon13699
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 148 char *npp; local
267 npp = (char *)ph;
268 ph = (struct isakmp_gen *)(npp + ntohs(ph->len));
325 char *npp; local
440 npp = (char *)attr;
441 attr = (struct isakmp_data *)(npp + sizeof(*attr) + alen);
497 char *npp; local
612 npp = (char *)attr;
613 attr = (struct isakmp_data *)(npp + sizeof(*attr) + alen);
665 char *npp; local
    [all...]
  /external/pcre/
pcretest.c 2303 uschar *npp = copynamesptr; local
2373 uschar *npp = getnamesptr; local
    [all...]

Completed in 2248 milliseconds