HomeSort by relevance Sort by last modified time
    Searched refs:get1 (Results 1 - 25 of 200) sorted by null

1 2 3 4 5 6 7 8

  /toolchain/binutils/binutils-2.27/gold/testsuite/
icf_string_merge_test.cc 34 const char* get1() function
  /external/clang/test/CXX/basic/basic.link/
p6.cpp 15 constexpr int *get1() { function
22 static_assert(get1() == &same_entity, "failed to find previous decl");
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
MainActivity.java 33 public int get1(boolean condition) { method in class:MainActivity
34 return IntermediateClass.get1(condition);
IntermediateClass.java 20 public static int get1(boolean condition) { method in class:IntermediateClass
21 return new ClassInSecondaryDex(condition).get1();
ClassInSecondaryDex.java 46 public int get1() { method in class:ClassInSecondaryDex
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Bastion.py 105 # 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/python/cpython2/Lib/
Bastion.py 105 # 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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Bastion.py 105 # 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)
  /prebuilts/gdb/linux-x86/lib/python2.7/
Bastion.py 105 # 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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Bastion.py 105 # 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)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Bastion.py 105 # 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)
  /system/core/libutils/tests/
Singleton_test.cpp 53 get_fn_t get1 = reinterpret_cast<get_fn_t>(dlsym(handle1, "singletonGetInstanceContents")); local
54 ASSERT_TRUE(get1 != nullptr) << dlerror();
65 EXPECT_EQ(12345678U, get1());
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/tests/
ActivityTest.java 49 assertEquals(10, getActivity().get1(true));
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Row.java 72 public C1 get1() { method in class:Row
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Row.java 68 public C1 get1() { method in class:Row
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
MainActivity.java 47 int value = new com.android.multidexlegacytestapp.manymethods.Big001().get1()
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
AbstractService.java 130 new com.android.framework.multidexlegacytestservices.manymethods.Big001().get1() +
  /art/runtime/interpreter/
interpreter_intrinsics.cc 27 #define BINARY_INTRINSIC(name, op, get1, get2, set) \
35 result_register->set(op(shadow_frame->get1, shadow_frame->get2)); \
  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocaleMatcher.java 267 ULocale maxLocale = tableKeyValue.get1();
545 && datum.get1().matches(supportedLocale)) {
598 LocalePatternMatcher supported = item.get1();
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
AlphabeticIndexTest.java 509 UI.append("\t ").append(item.get1().toString()).append(ARROW).append(item.get3().toString());
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleMatcher.java 274 ULocale maxLocale = tableKeyValue.get1();
552 && datum.get1().matches(supportedLocale)) {
605 LocalePatternMatcher supported = item.get1();
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
libmach8db.c 40 int (*get1)(Map*, uvlong, uchar*, int); member in struct:Map
48 get1(Map *m, uvlong addr, uchar *p, int n) function
50 return m->get1(m, addr, p, n);
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
libmach8db.c 40 int (*get1)(Map*, uvlong, uchar*, int); member in struct:Map
48 get1(Map *m, uvlong addr, uchar *p, int n) function
50 return m->get1(m, addr, p, n);
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
AlphabeticIndexTest.java 506 UI.append("\t ").append(item.get1().toString()).append(ARROW).append(item.get3().toString());
    [all...]
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/manymethods/
Big001.java 24 public int get1() { method in class:Big001
    [all...]

Completed in 425 milliseconds

1 2 3 4 5 6 7 8