HomeSort by relevance Sort by last modified time
    Searched refs:strict (Results 201 - 225 of 1406) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
httplib.py 327 # strict: If true, raise BadStatusLine if the status line can't be
335 def __init__(self, sock, debuglevel=0, strict=0, method=None, buffering=False):
348 self.strict = strict
385 if self.strict:
689 strict = 0 variable in class:HTTPConnection
691 def __init__(self, host, port=None, strict=None,
705 if strict is not None:
706 self.strict = strict
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_check.py 42 # now with the strict mode, we should
44 self.assertRaises(DistutilsSetupError, self._run, {}, **{'strict': 1})
47 cmd = self._run(metadata, strict=1)
85 # let's see if we have an error with strict=1
91 **{'strict': 1, 'restructuredtext': 1})
95 cmd = self._run(metadata, strict=1, restructuredtext=1)
102 {}, **{'strict': 1,
test_register.py 207 cmd.strict = 1
218 cmd.strict = 1
225 cmd.strict = 1
234 # strict is not by default
254 cmd.strict = 1
272 cmd.strict = True
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 327 # strict: If true, raise BadStatusLine if the status line can't be
335 def __init__(self, sock, debuglevel=0, strict=0, method=None, buffering=False):
348 self.strict = strict
385 if self.strict:
689 strict = 0 variable in class:HTTPConnection
691 def __init__(self, host, port=None, strict=None,
705 if strict is not None:
706 self.strict = strict
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_check.py 42 # now with the strict mode, we should
44 self.assertRaises(DistutilsSetupError, self._run, {}, **{'strict': 1})
47 cmd = self._run(metadata, strict=1)
85 # let's see if we have an error with strict=1
91 **{'strict': 1, 'restructuredtext': 1})
95 cmd = self._run(metadata, strict=1, restructuredtext=1)
102 {}, **{'strict': 1,
test_register.py 207 cmd.strict = 1
218 cmd.strict = 1
225 cmd.strict = 1
234 # strict is not by default
254 cmd.strict = 1
272 cmd.strict = True
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 327 # strict: If true, raise BadStatusLine if the status line can't be
335 def __init__(self, sock, debuglevel=0, strict=0, method=None, buffering=False):
348 self.strict = strict
385 if self.strict:
689 strict = 0 variable in class:HTTPConnection
691 def __init__(self, host, port=None, strict=None,
705 if strict is not None:
706 self.strict = strict
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-api/3.2.1/
maven-plugin-api-3.2.1.jar 
  /device/google/contexthub/firmware/build/
common_config.mk 31 -fno-strict-aliasing \
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
header.makefile 50 BUILD_CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -c -g
52 BUILD_CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-unused-result -nostdlib -c -g
  /device/linaro/hikey/wpan/uim/
Makefile 12 CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration
  /external/flac/include/share/grabbag/
replaygain.h 66 FLAC__bool grabbag__replaygain_load_from_vorbiscomment(const FLAC__StreamMetadata *block, FLAC__bool album_mode, FLAC__bool strict, double *reference, double *gain, double *peak);
  /external/icu/icu4j/perf-tests/
Dataset.pm 12 use strict;
  /external/iproute2/genl/
Makefile 6 CFLAGS += -fno-strict-aliasing
  /external/selinux/
Makefile 7 export CFLAGS = -g3 -O0 -gdwarf-2 -fno-strict-aliasing -Wall -Wshadow -Werror
  /external/syslinux/gpxe/src/include/gpxe/efi/
import.pl 7 use strict;
  /external/syslinux/gpxe/src/util/
catrom.pl 4 use strict;
parserom.pl 8 use strict;
  /external/valgrind/helgrind/tests/
filter_xml 20 use strict;
  /prebuilts/go/darwin-x86/src/net/http/cgi/testdata/
test.cgi 8 use strict;
  /prebuilts/go/linux-x86/src/net/http/cgi/testdata/
test.cgi 8 use strict;
  /system/iot/attestation/atap/
Android.mk 33 -fno-strict-aliasing
  /external/python/cpython3/Lib/distutils/tests/
test_register.py 217 cmd.strict = 1
228 cmd.strict = 1
235 cmd.strict = 1
244 # strict is not by default
264 cmd.strict = 1
282 cmd.strict = True
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
httplib.py 327 # strict: If true, raise BadStatusLine if the status line can't be
335 def __init__(self, sock, debuglevel=0, strict=0, method=None, buffering=False):
348 self.strict = strict
383 if self.strict:
678 strict = 0 variable in class:HTTPConnection
680 def __init__(self, host, port=None, strict=None,
694 if strict is not None:
695 self.strict = strict
    [all...]
  /external/python/cpython2/Lib/
httplib.py 356 # strict: If true, raise BadStatusLine if the status line can't be
364 def __init__(self, sock, debuglevel=0, strict=0, method=None, buffering=False):
377 self.strict = strict
414 if self.strict:
719 strict = 0 variable in class:HTTPConnection
721 def __init__(self, host, port=None, strict=None,
733 if strict is not None:
734 self.strict = strict
    [all...]

Completed in 357 milliseconds

1 2 3 4 5 6 7 891011>>