Searched refs:Strict (Results 1 – 22 of 22) sorted by relevance
/external/v8/test/mjsunit/ |
D | debug-receiver.js | 79 function Strict() { "use strict"; debugger; } class 82 Strict.call(receiver);
|
D | strict-mode.js | 143 function Strict() { class in NotStrict
|
/external/llvm/include/llvm/Target/ |
D | TargetOptions.h | 37 Strict // Never fuse FP-ops. enumerator
|
/external/qemu/distrib/jpeg-6b/ |
D | makeproj.mac | 51 Set Preferences of panel "C/C++ Compiler" to {ANSI Strict:true} 115 Set Preferences of panel "C/C++ Compiler" to {ANSI Strict:true} 150 Set Preferences of panel "C/C++ Compiler" to {ANSI Strict:true} 185 Set Preferences of panel "C/C++ Compiler" to {ANSI Strict:true}
|
/external/jpeg/ |
D | makeproj.mac | 51 Set Preferences of panel "C/C++ Compiler" to {ANSI Strict:true} 115 Set Preferences of panel "C/C++ Compiler" to {ANSI Strict:true} 150 Set Preferences of panel "C/C++ Compiler" to {ANSI Strict:true} 185 Set Preferences of panel "C/C++ Compiler" to {ANSI Strict:true}
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 165 clEnumValN(FPOpFusion::Strict, "off",
|
/external/markdown/tests/markdown-test/ |
D | markdown-documentation-basics.txt | 291 If you want your page to validate under XHTML 1.0 Strict, 300 <p>If you want your page to validate under XHTML 1.0 Strict,
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Markdown Documentation - Basics.text | 291 If you want your page to validate under XHTML 1.0 Strict, 300 <p>If you want your page to validate under XHTML 1.0 Strict,
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Markdown Documentation - Basics.text | 291 If you want your page to validate under XHTML 1.0 Strict, 300 <p>If you want your page to validate under XHTML 1.0 Strict,
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 438 Options.AllowFPOpFusion = llvm::FPOpFusion::Strict; in CreateTargetMachine()
|
/external/llvm/tools/lto/ |
D | LTOModule.cpp | 104 clEnumValN(FPOpFusion::Strict, "off",
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
D | geshi-doc.txt | 58 o 3.10 Using Strict Mode 94 + 4.3.9 Contextual Highlighting and Strict Mode 740 3.10: Using Strict Mode 1671 4.3.9: Contextual Highlighting and Strict Mode 1674 …ighlighted! So how do you tell GeSHi not to highlight in that case? You do it with "Strict Blocks". 1700 What is strict mode? Strict mode says that highlighting only occurs inside the blocks you specify. … 1703 …o GESHI_ALWAYS: Strict mode always applies for all of the blocks you specify. Users of your langua… 1704 …o GESHI_NEVER: Strict mode is never used. Users of your language file cannot turn strict mode on. … 1705 …o GESHI_MAYBE: Strict mode *sometimes* applies. It defaults to "off". Users can turn strict mode o…
|
D | CHANGES | 152 - Various improvements to Strict Block Handling (BenBE, milian) 153 * Added support for RegExp-based Strict Blocks (BenBE)
|
/external/icu4c/ |
D | aclocal.m4 | 437 # Strict compilation options.
|
/external/llvm/docs/ |
D | SourceLevelDebugging.rst | 1690 * Strict rules for the contents of tables
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2011-02-16 | 5156 Strict mode restrictions on arguments and eval usage aren't complete 11810 … Strict mode: Functions created with the function constructor don't implement strict mode semantics 11824 Strict mode: |this| should be undefined if it is not explicitly provided 11861 Strict mode: JIT doesn't check for |this| being an immediate before dereferencing 11922 Strict mode: arguments is not valid as the base expression for pre- or post-fix expressions 11934 …Strict mode: Assignment that would create a global should be a late ReferenceError, not a syntax f… 12574 * Strict mode actually requires a degree of AST knowledge to validate
|
/external/v8/ |
D | ChangeLog | 1454 Implement assignment to undefined reference in ES5 Strict Mode.
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 4916 if (TM.Options.AllowFPOpFusion != FPOpFusion::Strict && in visitIntrinsicCall()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2003-10-25 | 11998 Missed another "Almost Strict" spot. 12038 Fix "Almost Strict" mode to not match @konq-quirks. 13573 parseMode to use it, so that AlmostStrict and Strict modes will
|
D | ChangeLog-2006-05-10 | 1506 Strict mode erroneously triggered by a broken comment
|
D | ChangeLog-2007-10-14 | 789 fast/dom/compatMode-Strict.html
|
D | ChangeLog-2008-08-10 | 48994 an extra set of 'Strict' toInt functions were added that have this behavior.
|