/external/vulkan-validation-layers/libs/vkjson/ |
H A D | vkjson_unittest.cc | 93 VkImageFormatProperties props2 = {0}; local 94 result = VkJsonImageFormatPropertiesFromJson(json, &props2, &errors); 99 EXPECT(!memcmp(&props, &props2, sizeof(props)));
|
/external/openfst/src/include/fst/ |
H A D | union.h | 62 uint64 props2 = fst2.Properties(kFstProperties, false); local 66 if (props2 & kError) fst1->SetProperties(kError, kError); 93 fst1->SetProperties(props2, kCopyProperties); 105 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties);
|
H A D | concat.h | 63 uint64 props2 = fst2.Properties(kFstProperties, false); local 67 if (props2 & kError) fst1->SetProperties(kError, kError); 101 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties); 128 uint64 props2 = fst2->Properties(kFstProperties, false); local 160 fst2->SetProperties(ConcatProperties(props1, props2), kFstProperties);
|
H A D | rational.h | 124 uint64 props2 = fst2.Properties(kFstProperties, false); local 138 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); 146 uint64 props2 = fst2.Properties(kFstProperties, false); local 161 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); 197 uint64 props2 = fst.Properties(kFstProperties, false); local 207 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); 215 uint64 props2 = fst.Properties(kFstProperties, false); local 228 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties);
|
H A D | test-properties.h | 46 inline bool CompatProperties(uint64 props1, uint64 props2) { argument 48 uint64 known_props2 = KnownProperties(props2); 50 uint64 incompat_props = (props1 & known_props) ^ (props2 & known_props); 57 << ", props2 = " << (props2 & prop ? "true" : "false"); 241 << " (stored: props1, computed: props2)";
|
H A D | expectation-weight.h | 110 uint64 props2 = W2::Properties(); local 111 return props1 & props2 & (kLeftSemiring | kRightSemiring |
|
H A D | product-weight.h | 75 uint64 props2 = W2::Properties(); local 76 return props1 & props2 & (kLeftSemiring | kRightSemiring |
|
H A D | state-table.h | 394 uint64 props2 = kIDeterministic | kNoIEpsilons; local 396 fst2.Properties(props2, true) != props2) { 436 uint64 props2 = kString; local 438 fst2.Properties(props2, true) != props2) {
|
H A D | lexicographic-weight.h | 114 uint64 props2 = W2::Properties(); local 115 return props1 & props2 & (kLeftSemiring | kRightSemiring | kPath |
|
H A D | compose.h | 568 int64 props2 = fst2.Properties(kUnweighted, true); local 569 if (!(props1 & kUnweighted) && !(props2 & kUnweighted)) {
|
/external/lzma/C/ |
H A D | LzmaEnc.h | 35 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2);
|
H A D | LzmaEnc.c | 88 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2)
argument 90 CLzmaEncProps props = *props2;
402 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2)
argument 405 CLzmaEncProps props = *props2;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar | ... .util.Properties props1
java.util.Properties props2
java.util.Iterator iterator
String key
String prop1 ... |