Home
last modified time | relevance | path

Searched defs:FALSE (Results 1 – 25 of 156) sorted by relevance

1234567

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java285 theFeatures.put(namespacePrefixesFeature, Boolean.FALSE); in theFeatures.put()
286 theFeatures.put(externalGeneralEntitiesFeature, Boolean.FALSE); in theFeatures.put()
287 theFeatures.put(externalParameterEntitiesFeature, Boolean.FALSE); in theFeatures.put()
288 theFeatures.put(isStandaloneFeature, Boolean.FALSE); in theFeatures.put()
290 Boolean.FALSE); in theFeatures.put()
293 theFeatures.put(useAttributes2Feature, Boolean.FALSE); in theFeatures.put()
294 theFeatures.put(useLocator2Feature, Boolean.FALSE); in theFeatures.put()
295 theFeatures.put(useEntityResolver2Feature, Boolean.FALSE); in theFeatures.put()
296 theFeatures.put(validationFeature, Boolean.FALSE); in theFeatures.put()
297 theFeatures.put(xmlnsURIsFeature, Boolean.FALSE); in theFeatures.put()
[all …]
/external/google-breakpad/src/third_party/mac_headers/mach/
Dboolean.h85 #define FALSE 0 macro
/external/selinux/checkpolicy/
Dpolicy_define.h13 #define FALSE 0 macro
/external/tpm2-tss/src/tss2-esys/
Desys_mu.h14 #define FALSE 0 macro
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/reference/include/
Dbool.h48 #define FALSE ((BOOL)0) macro
/external/icu/icu4c/source/tools/toolutil/
Dtoolutil.h30 # define FALSE 0 macro
/external/mesa3d/src/mesa/program/
Dprogram_parse.y101 #define FALSE 0 macro
/external/squashfs-tools/squashfs-tools/
Drestore.c46 #define FALSE 0 macro
Dread_file.c34 #define FALSE 0 macro
/external/icu/icu4c/source/tools/ctestfw/unicode/
Dtesttype.h46 # define FALSE 0 macro
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue311/
DBooleanEnum.java20 TRUE(true), FALSE(false), UNKNOWN(); enumConstant
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DOptBoolean.java29 FALSE, enumConstant
/external/cbor-java/src/main/java/co/nstant/in/cbor/model/
DSimpleValueType.java5 FALSE(20), enumConstant
DSimpleValue.java9 public static final SimpleValue FALSE = new SimpleValue( field in SimpleValue
/external/libpng/contrib/gregbook/
Dreadpng.h58 # define FALSE 0 macro
/external/ltp/testcases/network/tcp_cmds/include/
Dnetdefs.h70 #define FALSE 0 macro
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
Ddata_types.h24 #define FALSE 0 macro
/external/ltp/testcases/kernel/syscalls/clone/
Dclone07.c34 #define FALSE 0 macro
/external/e2fsprogs/lib/ss/
Dtest_ss.c30 #define FALSE 0 macro
/external/libcups/scheduler/
Dcupsd.h62 # define FALSE 0 macro
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmisc-static-assert.cpp17 #define FALSE 0 macro
/external/ipsec-tools/src/racoon/
Dvar.h55 #define FALSE 0 macro
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/
DBooleanNode.java22 public final static BooleanNode FALSE = new BooleanNode(false); field in BooleanNode
/external/apache-commons-bcel/src/examples/Mini/
DMiniParserConstants.java32 int FALSE = 23; field
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
DASN1Boolean.java24 public static final ASN1Boolean FALSE = new ASN1Boolean(FALSE_VALUE); field in ASN1Boolean

1234567