HomeSort by relevance Sort by last modified time
    Searched refs:asfile (Results 1 - 11 of 11) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetools.py 239 def _get(self, _object, asfile=None, _attributes={}):
249 if asfile:
250 _arguments['rtyp'] = mktype(asfile)
259 if asfile:
260 item.__class__ = asfile
applesingle.py 131 asfile = AppleSingle(infile, verbose=verbose)
132 asfile.tofile(outpath, resonly=resonly)
  /external/chromium_org/third_party/npapi/npspy/common/
epmanager.cpp 109 eps->realNPPFuncs.asfile = funcs->asfile;
329 if(!nppfuncs || !nppfuncs->asfile)
332 CallNPP_StreamAsFileProc(nppfuncs->asfile, instance, stream, fname);
np_entry.cpp 82 pFuncs->asfile = NPP_StreamAsFile;
logger.cpp 190 if(pNPPFuncs->asfile)
191 sprintf(szLog11, " asfile = %#08lx\r\n", pNPPFuncs->asfile);
193 sprintf(szLog11, " asfile = not set!\r\n");
  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 85 pluginFuncs->asfile = NPP_StreamAsFile;
142 pluginFuncs->asfile = (NPP_StreamAsFileProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_StreamAsFile);
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 316 DCHECK(npp_functions_->asfile != 0);
317 if (npp_functions_->asfile != 0) {
318 npp_functions_->asfile(npp_, stream, fname);
  /external/chromium_org/content/test/plugin/
plugin_client.cc 29 pFuncs->asfile = NPP_StreamAsFile;
  /external/chromium_org/third_party/npapi/bindings/
npfunctions.h 138 NPP_StreamAsFileProcPtr asfile; member in struct:_NPPluginFuncs
  /external/chromium_org/content/shell/tools/plugin/
main.cpp 122 pluginFuncs->asfile = NPP_StreamAsFile;
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npupp.h 507 NPP_StreamAsFileUPP asfile; member in struct:_NPPluginFuncs

Completed in 1727 milliseconds