Home
last modified time | relevance | path

Searched refs:bAll (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcfxjse_nodehelper.cpp25 bool bAll = false; in CreateNodeForCondition() local
40 bAll = true; in CreateNodeForCondition()
43 if (bAll) { in CreateNodeForCondition()
Dcfxjse_resolveprocessor.cpp589 bool bAll = false; in ConditionArray() local
598 bAll = true; in ConditionArray()
602 if (bAll) { in ConditionArray()
/external/icu/icu4c/source/tools/tzcode/
Dicuzdump.cpp214 ZoneIterator(UBool bAll = false) { in ZoneIterator() argument
215 if (bAll) { in ZoneIterator()
293 UBool bAll = false; in main() local
323 bAll = options[kOptAllZones].doesOccur; in main()
359 if (bAll) { in main()
/external/cronet/third_party/icu/source/tools/tzcode/
Dicuzdump.cpp214 ZoneIterator(UBool bAll = false) { in ZoneIterator() argument
215 if (bAll) { in ZoneIterator()
293 UBool bAll = false; in main() local
323 bAll = options[kOptAllZones].doesOccur; in main()
359 if (bAll) { in main()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue82/
DPropOrderInfluenceWhenAliasedInGenericCollectionTest.java64 public Collection<Account> bAll; field in PropOrderInfluenceWhenAliasedInGenericCollectionTest.CustomerBA
305 customerBA.bAll = all; in testBA()
312 assertEquals(2, parsed.bAll.size()); in testBA()
314 assertFalse(parsed.bAll.equals(parsed.aGeneral)); in testBA()