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

1 2 3 4 5 6 7 8

  /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");
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
AbstractTriangle.java 40 public abstract Vector3f get1(); method in class:AbstractTriangle
Plane.java 216 setPlanePoints(t.get1(), t.get2(), t.get3());
Triangle.java 97 public Vector3f get1() { method in class:Triangle
  /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);
ClassInSecondaryDex.java 46 public int get1() { method in class:ClassInSecondaryDex
IntermediateClass.java 20 public static int get1(boolean condition) { method in class:IntermediateClass
21 return new ClassInSecondaryDex(condition).get1();
  /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/jmonkeyengine/engine/src/tools/jme3tools/optimize/
OCTTriangle.java 61 public Vector3f get1(){ method in class:OCTTriangle
  /external/openssh/
ed25519.c 112 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/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHTriangle.java 53 public Vector3f get1(){ method in class:BIHTriangle
BIHNode.java 210 tree.getTriangle(i, t.get1(), t.get2(), t.get3());
212 worldMatrix.mult(t.get1(), t.get1());
  /bootable/recovery/minzip/
Bits.h 17 INLINE unsigned char get1(unsigned const char* pSrc) function
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Row.java 66 public C1 get1() { method in class:Row
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
BresenhamTerrainPicker.java 171 store.set(gridTriA.get1(), gridTriA.get2(), gridTriA.get3());
175 store.set(gridTriB.get1(), gridTriB.get2(), gridTriB.get3());
208 gridTriA.set1(t[0].get1());
212 gridTriB.set1(t[1].get1());
  /external/clang/test/CXX/drs/
dr0xx.cpp 239 int get1() { return c.n; } // expected-error {{protected member}} function in struct:dr19::D
  /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...]

Completed in 874 milliseconds

1 2 3 4 5 6 7 8