Home
last modified time | relevance | path

Searched refs:_false (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/xml/sax/
D__init__.py57 _false = 0 variable
58 if _false:
/external/protobuf/csharp/src/Google.Protobuf/
DJsonToken.cs41 private static readonly JsonToken _false = new JsonToken(TokenType.False); field in Google.Protobuf.JsonToken
50 internal static JsonToken False { get { return _false; } }
/external/python/cpython2/Lib/plat-riscos/
Driscospath.py38 [_false, _true]= range(2)
50 _allowMOSFSNames= _false
241 return _false
/external/clang/test/CodeGenCXX/
Dmangle-ms-templates.cpp90 BoolTemplate<false> _false; in template_mangling() local
/external/python/cpython2/Lib/
Dcodecs.py1101 _false = 0 variable
1102 if _false:
/external/llvm/docs/tutorial/
DLangImpl07.rst80 if statement (cond\_true/cond\_false). In order to merge the incoming
83 from the cond\_false block, X.2 gets the value of X.1. Alternatively, if
DOCamlLangImpl7.rst80 if statement (cond\_true/cond\_false). In order to merge the incoming
83 from the cond\_false block, X.2 gets the value of X.1. Alternatively, if