OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_application
(Results
1 - 3
of
3
) sorted by null
/external/autotest/frontend/
frontend.wsgi
18
_application
= django.core.handlers.wsgi.WSGIHandler()
23
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
...]
/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
...]
Completed in 1118 milliseconds