Searched refs:_boolean (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/tools/gyp/pylib/gyp/ |
D | MSVSSettings.py | 219 _boolean = _Boolean() variable 337 _msvs_validators[tool.msvs_name][msvs_name] = _boolean.ValidateMSVS 358 msbuild_validator = _boolean.ValidateMSBuild 523 _Same(_compile, 'BufferSecurityCheck', _boolean) # /GS 524 _Same(_compile, 'DisableLanguageExtensions', _boolean) # /Za 526 _Same(_compile, 'EnableFiberSafeOptimizations', _boolean) # /GT 527 _Same(_compile, 'EnablePREfast', _boolean) # /analyze Visible='false' 528 _Same(_compile, 'ExpandAttributedSource', _boolean) # /Fx 529 _Same(_compile, 'FloatingPointExceptions', _boolean) # /fp:except 530 _Same(_compile, 'ForceConformanceInForLoopScope', _boolean) # /Zc:forScope [all …]
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
D | object_prototype_tostring.js | 31 var _boolean = new Boolean(true); variable 32 _boolean.toString = Object.prototype.toString;
|
D | object_prototype_tostring-expected.txt | 31 PASS _boolean.toString() is "[object Boolean]"
|
/external/llvm/docs/ |
D | CommandLine.rst | 1546 .. _boolean flags:
|