HomeSort by relevance Sort by last modified time
    Searched defs:STRICT (Results 1 - 25 of 182) sorted by null

1 2 3 4 5 6 7 8

  /libcore/ojluni/src/main/java/java/time/format/
ResolverStyle.java 58 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
82 * Using strict resolution will ensure that all parsed values are within
87 * system using strict mode will ensure that the day-of-month is valid
90 STRICT,
95 * field, which may be the same as strict, the same as lenient, or a third
  /development/host/windows/usb/adb_winapi_test/
stdafx.h 37 #ifndef STRICT
38 #define STRICT
  /external/mdnsresponder/mDNSWindows/DLLX/
stdafx.h 24 #ifndef STRICT
26 #define STRICT
  /external/swiftshader/src/OpenGL/compiler/
osinclude.h 36 #define STRICT
  /development/host/windows/usb/api/
stdafx.h 25 #ifndef STRICT
26 #define STRICT
  /development/host/windows/usb/winusb/
stdafx.h 25 #ifndef STRICT
26 #define STRICT
  /external/v8/src/base/
win32-headers.h 74 #undef STRICT
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 67 # if !defined (STRICT)
68 # define STRICT
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 67 # if !defined (STRICT)
68 # define STRICT
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 67 # if !defined (STRICT)
68 # define STRICT
  /external/javassist/src/main/javassist/
Modifier.java 43 public static final int STRICT = AccessFlag.STRICT;
168 return (mod & STRICT) != 0;
  /external/javassist/src/main/javassist/bytecode/
AccessFlag.java 36 public static final int STRICT = 0x0800;
  /external/easymock/src/org/easymock/internal/
MocksControl.java 33 NICE, DEFAULT, STRICT
75 behavior.checkOrder(type == MockType.STRICT);
91 type = MockType.STRICT;
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
WireFormat.java 27 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
187 STRICT {
  /libcore/ojluni/src/main/java/java/lang/reflect/
Modifier.java 194 return (mod & STRICT) != 0;
244 if ((mod & STRICT) != 0) sb.append("strictfp ");
327 public static final int STRICT = 0x00000800;
383 Modifier.STRICT;
391 Modifier.ABSTRACT | Modifier.STATIC | Modifier.STRICT;
408 Modifier.SYNCHRONIZED | Modifier.NATIVE | Modifier.STRICT;
  /cts/tools/dasm/src/dasm/
sym.java 53 static final int STRICT = 55;
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 27 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
614 STRICT = 0, // Parsing will fail if non UTF-8 data is in string fields.
623 return STRICT;
640 case STRICT: {
  /libcore/ojluni/src/test/java/time/test/java/time/format/
TestReducedParser.java 56 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
96 private static final boolean STRICT = true;
138 // Parse data and values that are consistent whether strict or lenient
214 // Parse data and values in strict and lenient modes.
216 // Strict Pair(endPos, value), Lenient Pair(endPos, value)
222 {YEAR, 2, 2, 2010, "3", 0, strict(0, null), lenient(1, 3)},
223 {YEAR, 2, 2, 2010, "4", 0, strict(0, null), lenient(1, 4)},
224 {YEAR, 2, 2, 2010, "5", 1, strict(1, null), lenient(1, null)},
225 {YEAR, 2, 2, 2010, "6-2", 0, strict(0, null), lenient(1, 6)},
226 {YEAR, 2, 2, 2010, "9", 0, strict(0, null), lenient(1, 9)}
498 private static Pair strict(int parseLen, Integer parseVal) { method in class:TestReducedParser
508 private final boolean strict; field in class:TestReducedParser.Pair
    [all...]
  /external/icu/icu4c/source/tools/genrb/
genrb.cpp 72 STRICT,
97 UOPTION_DEF("strict", 'k', UOPT_NO_ARG), /* 14 */
213 "\t-k or --strict use pedantic parsing of syntax\n"
242 if(options[STRICT].doesOccur) {
  /external/javassist/src/main/javassist/compiler/
TokenId.java 66 int STRICT = 347;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
minwindef.h 10 #if !defined (STRICT) && !defined (NO_STRICT)
11 #define STRICT 1
  /external/harfbuzz_ng/src/
hb-private.hh 165 # ifndef STRICT
166 # define STRICT 1
  /external/libpng/contrib/libtests/
pngimage.c 525 #define STRICT 0x020 /* Fail on warnings as well as errors */
535 * warnings (--relaxes) or nothing worse than information (--strict)
    [all...]
pngstest.c 329 #define STRICT 4 /* fail on warnings too */
347 if (!(opts & STRICT))
776 (image->opts & GBG_ERROR) != 0 : (image->opts & STRICT) != 0))
778 " --fault-gbg-warning" : " --strict", "");
    [all...]
  /external/libpng/contrib/tools/
pngcp.c 27 * IF this causes problems THEN compile with a strict ANSI C compiler and let
135 #define STRICT 0x010 /* Fail on warnings as well as errors */
152 * warnings (--relaxes) or nothing worse than information (--strict)
296 S(strict, STRICT)
    [all...]

Completed in 997 milliseconds

1 2 3 4 5 6 7 8