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

1 2 3 4 5 6 7

  /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
Test.java 35 assertEquals(10, getActivity().get1(true));
  /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)
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1387.js 36 var get1 = Object.getOwnPropertyDescriptor(foo(), "caller").get;
38 assertEquals(get1, get2);
  /bootable/recovery/minzip/
Bits.h 17 INLINE unsigned char get1(unsigned const char* pSrc) function
  /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 124 int value = new com.android.framework.multidexlegacytestservices.manymethods.Big001().get1() +
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/manymethods/
Big001.java 24 public int get1() { method in class:Big001
    [all...]
Big002.java 24 public int get1() { method in class:Big002
    [all...]
Big003.java 24 public int get1() { method in class:Big003
    [all...]
Big004.java 24 public int get1() { method in class:Big004
    [all...]
Big005.java 24 public int get1() { method in class:Big005
    [all...]
Big006.java 24 public int get1() { method in class:Big006
    [all...]
Big007.java 24 public int get1() { method in class:Big007
    [all...]
Big008.java 24 public int get1() { method in class:Big008
    [all...]
Big009.java 24 public int get1() { method in class:Big009
    [all...]
Big010.java 24 public int get1() { method in class:Big010
    [all...]
Big011.java 24 public int get1() { method in class:Big011
    [all...]
Big012.java 24 public int get1() { method in class:Big012
    [all...]
Big013.java 24 public int get1() { method in class:Big013
    [all...]
Big014.java 24 public int get1() { method in class:Big014
    [all...]

Completed in 1531 milliseconds

1 2 3 4 5 6 7