HomeSort by relevance Sort by last modified time
    Searched full:_application (Results 1 - 10 of 10) sorted by null

  /external/autotest/frontend/
frontend.wsgi 18 _application = django.core.handlers.wsgi.WSGIHandler()
23 return _application(environ, start_response)
  /external/autotest/site_utils/stats/
apache_error_log_example.txt 6 [Mon Apr 17 16:30:26.142259 2017] [:warn] [pid 4177] return _application(environ, start_response)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h 37 typedef struct _Application _Application;
175 typedef _Application *PAPPLICATION;
176 typedef _Application **PPAPPLICATION;
351 struct _Application : public IDispatch {
369 HRESULT (WINAPI *QueryInterface)(_Application *This,REFIID riid,void **ppvObject);
370 ULONG (WINAPI *AddRef)(_Application *This);
371 ULONG (WINAPI *Release)(_Application *This);
372 HRESULT (WINAPI *GetTypeInfoCount)(_Application *This,UINT *pctinfo);
373 HRESULT (WINAPI *GetTypeInfo)(_Application *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo)
    [all...]
  /compatibility/cdd/12_document-changelog/
12_0_intro.md 13 1. [Application Packaging](https://android.googlesource.com/platform/compatibility/cdd/+log/CURRENT_BRANCH/4_application-packaging?pretty=full&no-merges)
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 47 private String _application; field in class:ServiceInfoImpl
190 this._application = map.get(Fields.Application);
216 this._application = info.getApplication();
705 return (_application != null ? _application : "");
    [all...]
  /external/python/cpython2/Doc/library/
framework.rst 118 .. _application-objects: