Searched refs:get1 (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/CXX/basic/basic.link/
H A Dp6.cpp15 constexpr int *get1() { function
22 static_assert(get1() == &same_entity, "failed to find previous decl");
/external/python/cpython2/Lib/
H A DBastion.py105 # Note: we define *two* ad-hoc functions here, get1 and get2.
108 # from the object and calling the filter) is done in get1.
109 # Why can't we pass get1 to the bastion? Because the user
117 def get1(name, object=object, filter=filter): function in function:Bastion
125 def get2(name, get1=get1):
127 return get1(name)
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DRow.java72 public C1 get1() { method in class:Row
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRow.java68 public C1 get1() { method in class:Row
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DLocaleMatcher.java267 ULocale maxLocale = tableKeyValue.get1();
545 && datum.get1().matches(supportedLocale)) {
598 LocalePatternMatcher supported = item.get1();
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DAlphabeticIndexTest.java509 UI.append("\t ").append(item.get1().toString()).append(ARROW).append(item.get3().toString());
669 myName = myRecord.get1();
677 String myName = myRecord.get1();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocaleMatcher.java274 ULocale maxLocale = tableKeyValue.get1();
552 && datum.get1().matches(supportedLocale)) {
605 LocalePatternMatcher supported = item.get1();
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DAlphabeticIndexTest.java506 UI.append("\t ").append(item.get1().toString()).append(ARROW).append(item.get3().toString());
666 myName = myRecord.get1();
674 String myName = myRecord.get1();
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DXLocaleDistance.java888 String supportedRaw = info.get1();
904 List<String> supported = item2.get1();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXLocaleDistance.java884 String supportedRaw = info.get1();
900 List<String> supported = item2.get1();
/external/clang/test/CXX/drs/
H A Ddr0xx.cpp239 int get1() { return c.n; } // expected-error {{protected member}} function in struct:dr19::D
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 437 milliseconds