Searched defs:get1 (Results 1 - 25 of 86) sorted by relevance

1234

/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/openssh/
H A Ded25519.c112 ge25519 get1, get2; local
119 if (ge25519_unpackneg_vartime(&get1, pk)) return -1;
127 ge25519_double_scalarmult_vartime(&get2, &get1, &schram, &ge25519_base, &scs);
/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/clang/test/CXX/drs/
H A Ddr0xx.cpp239 int get1() { return c.n; } // expected-error {{protected member}} function in struct:dr19::D
/external/r8/src/test/examples/multidex002/manymethods/
H A DBig001.java13 public int get1() { method in class:Big001
H A DBig002.java13 public int get1() { method in class:Big002
H A DBig003.java13 public int get1() { method in class:Big003
H A DBig004.java13 public int get1() { method in class:Big004
H A DBig005.java13 public int get1() { method in class:Big005
H A DBig006.java13 public int get1() { method in class:Big006
H A DBig007.java13 public int get1() { method in class:Big007
H A DBig008.java13 public int get1() { method in class:Big008
H A DBig009.java13 public int get1() { method in class:Big009
H A DBig010.java13 public int get1() { method in class:Big010
H A DBig011.java13 public int get1() { method in class:Big011
H A DBig012.java13 public int get1() { method in class:Big012
H A DBig013.java13 public int get1() { method in class:Big013
H A DBig014.java13 public int get1() { method in class:Big014
H A DBig015.java13 public int get1() { method in class:Big015
H A DBig016.java13 public int get1() { method in class:Big016
H A DBig017.java13 public int get1() { method in class:Big017
H A DBig018.java13 public int get1() { method in class:Big018
H A DBig019.java13 public int get1() { method in class:Big019

Completed in 565 milliseconds

1234