Home
last modified time | relevance | path

Searched refs:Strict (Results 1 – 22 of 22) sorted by relevance

/external/v8/test/mjsunit/
Ddebug-receiver.js79 function Strict() { "use strict"; debugger; } class
82 Strict.call(receiver);
Dstrict-mode.js143 function Strict() { class in NotStrict
/external/llvm/include/llvm/Target/
DTargetOptions.h37 Strict // Never fuse FP-ops. enumerator
/external/qemu/distrib/jpeg-6b/
Dmakeproj.mac51 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/
Dmakeproj.mac51 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/
DCommandFlags.h165 clEnumValN(FPOpFusion::Strict, "off",
/external/markdown/tests/markdown-test/
Dmarkdown-documentation-basics.txt291 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/
DMarkdown Documentation - Basics.text291 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/
DMarkdown Documentation - Basics.text291 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/
DBackendUtil.cpp438 Options.AllowFPOpFusion = llvm::FPOpFusion::Strict; in CreateTargetMachine()
/external/llvm/tools/lto/
DLTOModule.cpp104 clEnumValN(FPOpFusion::Strict, "off",
/external/libvpx/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt58 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…
DCHANGES152 - Various improvements to Strict Block Handling (BenBE, milian)
153 * Added support for RegExp-based Strict Blocks (BenBE)
/external/icu4c/
Daclocal.m4437 # Strict compilation options.
/external/llvm/docs/
DSourceLevelDebugging.rst1690 * Strict rules for the contents of tables
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-165156 Strict mode restrictions on arguments and eval usage aren't complete
11810Strict 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
11934Strict 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/
DChangeLog1454 Implement assignment to undefined reference in ES5 Strict Mode.
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4916 if (TM.Options.AllowFPOpFusion != FPOpFusion::Strict && in visitIntrinsicCall()
/external/webkit/Source/WebCore/
DChangeLog-2003-10-2511998 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
DChangeLog-2006-05-101506 Strict mode erroneously triggered by a broken comment
DChangeLog-2007-10-14789 fast/dom/compatMode-Strict.html
DChangeLog-2008-08-1048994 an extra set of 'Strict' toInt functions were added that have this behavior.