Searched defs:equiv (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dwindttst.cpp85 UnicodeString equiv = TimeZone::getEquivalentID(zoneID, z); local
87 if (found = uprv_getWindowsTimeZoneInfo(&tzi, equiv.getBuffer(), equiv.length())) {
H A Dsvccoll.cpp579 Locale equiv = Collator::getFunctionalEquivalent("collation", local
583 assertEquals("getFunctionalEquivalent(de)", "root", equiv.getName());
587 equiv = Collator::getFunctionalEquivalent("collation",
591 assertEquals("getFunctionalEquivalent(de_DE)", "root", equiv.getName());
595 equiv = Collator::getFunctionalEquivalent("collation",
599 assertEquals("getFunctionalEquivalent(sv)", "sv", equiv.getName());
603 equiv = Collator::getFunctionalEquivalent("collation",
607 assertEquals("getFunctionalEquivalent(sv_SE)", "sv", equiv.getName());
H A Dtzrulets.cpp1754 UBool equiv = vtz->hasEquivalentTransitions(*otz, time1, time2, FALSE, status); local
1758 if (!equiv) {
/external/sepolicy/tools/sepolicy-analyze/
H A Dtypecmp.c7 fprintf(stderr, "\ttypecmp [-d|--diff] [-e|--equiv]\n");
157 static int analyze_types(policydb_t * policydb, char diff, char equiv) argument
253 if (equiv) {
268 char ch, diff = 0, equiv = 0; local
272 {"equiv", no_argument, NULL, 'e'},
282 equiv = 1;
290 if (!(diff || equiv)) {
294 return analyze_types(policydb, diff, equiv);
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java211 ArrayList equiv = this.equivalences;
212 int n = equiv.size();
213 String name = evalExpectedType2(equiv, n);
217 TypeData td = (TypeData)equiv.get(i);
227 TypeData td = (TypeData)equiv.get(i);
237 private String evalExpectedType2(ArrayList equiv, int n) throws BadBytecode { argument
240 TypeData td = (TypeData)equiv.get(i);
289 ArrayList equiv = equivalences;
290 if (equiv.size() == 1)
376 // ArrayList equiv
[all...]
/external/icu/icu4c/source/i18n/
H A Dwindtfmt.cpp301 UnicodeString equiv = TimeZone::getEquivalentID(icuid, z); local
303 if (found = uprv_getWindowsTimeZoneInfo(tzi, equiv.getBuffer(), equiv.length())) {
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp829 * @param equiv - The instruction that is 16-bit
831 static bool is16BitEquivalent(const char* orig, const char* equiv) { argument
835 if (orig[i] == '\0' && equiv[i] == '\0')
837 if (orig[i] == '\0' || equiv[i] == '\0')
839 if (orig[i] != equiv[i]) {
840 if ((orig[i] == 'Q' || orig[i] == 'L') && equiv[i] == 'W')
842 if ((orig[i] == '6' || orig[i] == '3') && equiv[i] == '1')
844 if ((orig[i] == '4' || orig[i] == '2') && equiv[i] == '6')
/external/selinux/policycoreutils/sepolicy/sepolicy/
H A Dmanpage.py699 equiv = [] variable
702 equiv.append(m)
715 if len(equiv) > 0:
720 for e in equiv:
723 %(domainname)s policy stores data with multiple different file context types under the %(equiv)s directory. If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping. If you wanted to store this data under the /srv dirctory you would execute the following command:
725 .B semanage fcontext -a -e %(equiv)s /srv/%(alt)s
729 """ % {'domainname':self.domainname, 'equiv': e, 'alt': e.split('/')[-1] })
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 427 milliseconds