Home
last modified time | relevance | path

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

12345678910>>...56

/aosp_15_r20/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A 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 …]
/aosp_15_r20/external/coreboot/src/vendorcode/amd/pi/00670F00/
H A DPorting.h99 #define FALSE 0 macro
166 #define FALSE 0 macro
215 #define FALSE 0 macro
246 #define FALSE 0 macro
/aosp_15_r20/external/coreboot/src/vendorcode/amd/include/
H A DPorting.h95 #define FALSE 0 macro
162 #define FALSE 0 macro
211 #define FALSE 0 macro
242 #define FALSE 0 macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/windows/
H A Daarch64.rs10 const FALSE: BOOL = 0; in detect_features() constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/windows/
H A Daarch64.rs10 const FALSE: BOOL = 0; in detect_features() constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/windows/
H A Daarch64.rs10 const FALSE: BOOL = 0; in detect_features() constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/windows/
H A Daarch64.rs10 const FALSE: BOOL = 0; in detect_features() constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/windows/
H A Daarch64.rs10 const FALSE: BOOL = 0; in detect_features() constant
/aosp_15_r20/external/rust/cxx/gen/cmd/src/
Dcfg.rs14 const FALSE: Self = CfgValue::Bool(false); constant
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/
H A Dcfg.rs14 const FALSE: Self = CfgValue::Bool(false); constant
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dconstants.rs17 pub const FALSE: Bool32 = 0; constant
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dtypedefs.h52 #define FALSE false macro
255 #define FALSE 0 macro
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/jar/
H A DPack200.java513 String FALSE = "false"; field
655 String FALSE = "false"; field
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/jar/
DPack200.java513 String FALSE = "false"; field
655 String FALSE = "false"; field
/aosp_15_r20/external/rust/android-crates-io/crates/ciborium-ll/src/
Dlib.rs148 pub const FALSE: u8 = 20; constant
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/jar/
DPack200.java513 String FALSE = "false"; field
655 String FALSE = "false"; field
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/
Dnumbers.rs36 const FALSE: &[u8] = b"false"; constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dmasks.rs43 const FALSE: Self; constant
90 const FALSE: Self = 0; constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dmasks.rs43 const FALSE: Self; constant
90 const FALSE: Self = 0; constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dmasks.rs43 const FALSE: Self; constant
90 const FALSE: Self = 0; constant
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/base/
H A DPredicatesTest.java52 private static final Predicate<@Nullable Integer> FALSE = Predicates.alwaysFalse(); field in PredicatesTest
404 assertEvalsLikeOdd(Predicates.or(isOdd(), FALSE, FALSE)); in testOr_applyTernary() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dmasks.rs43 const FALSE: Self; constant
90 const FALSE: Self = 0; constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dmasks.rs43 const FALSE: Self; constant
90 const FALSE: Self = 0; constant
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/base/
H A DPredicatesTest.java52 private static final Predicate<@Nullable Integer> FALSE = Predicates.alwaysFalse(); field in PredicatesTest
404 assertEvalsLikeOdd(Predicates.or(isOdd(), FALSE, FALSE)); in testOr_applyTernary() local
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/bool/
Dbvec3.rs20 pub const FALSE: Self = Self::splat(false); constant

12345678910>>...56