HomeSort by relevance Sort by last modified time
    Searched full:strict (Results 501 - 525 of 35862) sorted by null

<<21222324252627282930>>

  /external/clang/utils/analyzer/
reducer.pl 2 use strict;
35 use strict;
  /external/libogg/doc/
index.html 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  /external/libvorbis/doc/
index.html 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  /external/v8/test/mjsunit/harmony/
debug-evaluate-blockscopes.js 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34 "use strict";
  /external/v8/test/mjsunit/regress/
regress-create-exception.js 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 "use strict";
  /external/v8/tools/gcmole/
Makefile 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
37 -Woverloaded-virtual -Wcast-qual -fno-strict-aliasing \
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 137 test_HprofData(hprofData, false); // non-strict from here down because of this RI data
211 private void test_HprofData(HprofData hprofData, boolean strict) throws Exception {
212 assertHprofData(hprofData, strict);
214 test_HprofData_binary(hprofData, strict);
220 private void assertHprofData(HprofData hprofData, boolean strict) throws Exception {
239 if (strict) {
271 private void test_HprofData_binary(HprofData hprofData, boolean strict) throws Exception {
296 assertHprofData(hprofData, strict);
  /libcore/dom/src/test/resources/
hc_staff.svg 3 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4 "xhtml1-strict.dtd" [
hc_staff.xhtml 3 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4 "xhtml1-strict.dtd" [
hc_staff.xml 3 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4 "xhtml1-strict.dtd" [
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ModifierTest.java 83 assertTrue(Modifier.isStrict(Modifier.STRICT));
84 assertTrue(!Modifier.isStrict(-1 & ~Modifier.STRICT));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
__init__.py 55 Optional _class and strict are passed to the Parser constructor.
64 Optional _class and strict are passed to the Parser constructor.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
palmos.py 12 def encode(self,input,errors='strict'):
15 def decode(self,input,errors='strict'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py 144 get_config_vars()['CFLAGS'] = ('-fno-strict-aliasing -DNDEBUG -g '
164 get_config_vars()['CFLAGS'] = ('-fno-strict-aliasing -DNDEBUG -g '
181 '-fno-strict-aliasing -fno-common '
189 '-fno-strict-aliasing -fno-common '
197 '-fno-strict-aliasing -fno-common '
204 '-fno-strict-aliasing -fno-common '
211 '-fno-strict-aliasing -fno-common '
220 '-fno-strict-aliasing -fno-common '
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
__init__.py 55 Optional _class and strict are passed to the Parser constructor.
64 Optional _class and strict are passed to the Parser constructor.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
palmos.py 12 def encode(self,input,errors='strict'):
15 def decode(self,input,errors='strict'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py 144 get_config_vars()['CFLAGS'] = ('-fno-strict-aliasing -DNDEBUG -g '
164 get_config_vars()['CFLAGS'] = ('-fno-strict-aliasing -DNDEBUG -g '
181 '-fno-strict-aliasing -fno-common '
189 '-fno-strict-aliasing -fno-common '
197 '-fno-strict-aliasing -fno-common '
204 '-fno-strict-aliasing -fno-common '
211 '-fno-strict-aliasing -fno-common '
220 '-fno-strict-aliasing -fno-common '
  /external/chromium_org/third_party/icu/source/common/unicode/
utf_old.h 37 * - Switch on UTF_SAFE etc. (selection of unsafe/safe/strict default string processing)
57 * for string processing, and among unsafe/safe/strict default macros for that.
62 * and the main reason for the "strict" versions disappeared:
64 * The only other conditions that "strict" checked for were non-characters,
116 * parameter "strict". If strict is FALSE, then only illegal sequences are detected.
128 * the safe/not strict (default) or the safe/strict macro;
131 * <p>It is possible to change the default choice for the general alias macros to be unsafe, safe/not strict or safe/strict
    [all...]
  /external/icu4c/common/unicode/
utf_old.h 34 * - Switch on UTF_SAFE etc. (selection of unsafe/safe/strict default string processing)
54 * for string processing, and among unsafe/safe/strict default macros for that.
59 * and the main reason for the "strict" versions disappeared:
61 * The only other conditions that "strict" checked for were non-characters,
113 * parameter "strict". If strict is FALSE, then only illegal sequences are detected.
125 * the safe/not strict (default) or the safe/strict macro;
128 * <p>It is possible to change the default choice for the general alias macros to be unsafe, safe/not strict or safe/strict
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
base64_unittest.cc 23 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codecs.py 100 'strict' - raise a ValueError error (or a subclass)
114 def encode(self, input, errors='strict'):
120 'strict' handling.
133 def decode(self, input, errors='strict'):
143 'strict' handling.
162 def __init__(self, errors='strict'):
202 def __init__(self, errors='strict'):
235 def __init__(self, errors='strict'):
284 def __init__(self, errors='strict'):
322 def __init__(self, stream, errors='strict')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codecs.py 100 'strict' - raise a ValueError error (or a subclass)
114 def encode(self, input, errors='strict'):
120 'strict' handling.
133 def decode(self, input, errors='strict'):
143 'strict' handling.
162 def __init__(self, errors='strict'):
202 def __init__(self, errors='strict'):
235 def __init__(self, errors='strict'):
284 def __init__(self, errors='strict'):
322 def __init__(self, stream, errors='strict')
    [all...]
  /abi/cpp/src/
array_type_info.cc 23 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
class_type_info.cc 23 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
enum_type_info.cc 23 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

Completed in 1497 milliseconds

<<21222324252627282930>>