Searched refs:None (Results 1 - 25 of 620) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDeflater.cs69 err = deflate(ref _ztream, (int)FlushTypes.None);
74 err = deflate(ref _ztream, (int)FlushTypes.None);
H A DDotZLib.cs24 None, Partial, Sync, Full, Finish, Block enumerator in enum:DotZLib.FlushTypes
70 None = 0, enumerator in enum:DotZLib.CompressLevel
H A DInflater.cs67 err = inflate(ref _ztream, (int)FlushTypes.None);
72 err = inflate(ref _ztream, (int)FlushTypes.None);
/external/skia/src/gpu/gl/unix/
H A DSkNativeGLContext_unix.cpp82 None
215 None
/external/skia/src/sfnt/
H A DSkOTTable_glyf.h159 struct None { } none; struct in union:SkOTTableGlyphData::Composite::Component::Transform::Matrix
H A DSkPanose.h92 ((None, 2))
279 ((None, 2))
420 ((None, 2))
477 ((None, 2))
/external/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp91 None
98 SkASSERT(None == msaaAtt[kAttCount - 1]);
103 msaaAtt[kAttCount + 3] = None;
352 glXMakeCurrent(fUnixWindow.fDisplay, None, NULL);
/external/skia/tools/
H A Dgit-sync-deps45 def usage(deps_file_path = None):
186 thread = threading.Thread(None, function, None, args)
/external/smack/src/org/xbill/DNS/
H A DIPSECKEYRecord.java29 public static final int None = 0; field in class:IPSECKEYRecord.Gateway
66 case Gateway.None:
104 case Gateway.None:
129 case Gateway.None:
160 case Gateway.None:
215 case Gateway.None:
/external/skia/
H A Dgyp_skia96 vs2013_runtime_dll_dirs = None
/external/regex-re2/re2/testing/
H A Dtester.cc255 o.set_option(PCRE::None);
/external/regex-re2/util/
H A Dpcre.cc76 Init(pattern, None, 0, 0, true);
82 Init(pattern.c_str(), None, 0, 0, true);
H A Dpcre.h215 None = 0x0000, enumerator in enum:re2::PCRE::Option
531 PCRE_Options() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {}
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
H A DXF86DGA2.c712 xk->subwindow = None;
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11events.c367 XWarpPointer(SDL_Display, None, SDL_Window, 0, 0, 0, 0,
415 && XFilterEvent(&xevent, None) ) {
H A DSDL_x11gl.c204 attribs[i++] = None;
210 attribs[i-3] = None;
321 this->gl_data->glXMakeCurrent(GFX_Display, None, NULL);
360 int glx_attrib = None;
H A DSDL_x11modes.c338 XWarpPointer(SDL_Display, None, SDL_Root, 0, 0, 0, 0, x, y);
H A DSDL_x11mouse.c181 XWarpPointer(SDL_Display, None, SDL_Window, 0, 0, 0, 0, x, y);
H A DSDL_x11video.c838 if ( WM_HINTS != None ) {
857 if ( WM_HINTS != None ) {
869 if ( WM_HINTS != None ) {
892 if ( WM_HINTS != None ) {
898 if ( WM_HINTS != None ) {
904 if ( WM_HINTS != None ) {
H A DSDL_x11wm.c51 Window icon_window = None;
231 if(icon_window != None) {
495 SDL_Window, None, CurrentTime);
H A DSDL_x11yuv.c285 if ( a != None ) {
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary150 VALUE Framed-Routing None 0
157 VALUE Framed-Compression None 0
228 VALUE Auth-Type None 254
H A Ddictionary.ascend171 VALUE Ascend-Handle-IPX Handle-IPX-None 0
190 VALUE Ascend-TS-Idle-Mode TS-Idle-None 0
193 VALUE Ascend-Send-Auth Send-Auth-None 0
197 VALUE Ascend-Link-Compression Link-Comp-None 0
266 VALUE Ascend-DBA-Monitor DBA-None 2
277 VALUE Ascend-User-Acct-Type Ascend-User-Acct-None 0
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-type-util.h100 struct None {}; struct in namespace:testing::internal
712 // will appear as Types<int, None, None, ..., None> in the compiler
720 template <typename T1 = internal::None, typename T2 = internal::None,
721 typename T3 = internal::None, typename T4 = internal::None,
722 typename T5 = internal::None, typename T6 = internal::None,
[all...]
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 548 milliseconds

1234567891011>>