OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getA
(Results
1 - 25
of
44
) sorted by null
1
2
/dalvik/dx/src/com/android/dx/io/instructions/
OneRegisterDecodedInstruction.java
45
public int
getA
() {
RegisterRangeDecodedInstruction.java
50
public int
getA
() {
ThreeRegisterDecodedInstruction.java
53
public int
getA
() {
TwoRegisterDecodedInstruction.java
49
public int
getA
() {
FiveRegisterDecodedInstruction.java
61
public int
getA
() {
FourRegisterDecodedInstruction.java
57
public int
getA
() {
DecodedInstruction.java
249
public int
getA
() {
289
int a =
getA
();
303
int a =
getA
();
317
int a =
getA
();
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
OneRegisterDecodedInstruction.java
45
public int
getA
() {
RegisterRangeDecodedInstruction.java
50
public int
getA
() {
ThreeRegisterDecodedInstruction.java
53
public int
getA
() {
TwoRegisterDecodedInstruction.java
49
public int
getA
() {
FiveRegisterDecodedInstruction.java
61
public int
getA
() {
FourRegisterDecodedInstruction.java
57
public int
getA
() {
DecodedInstruction.java
249
public int
getA
() {
289
int a =
getA
();
303
int a =
getA
();
317
int a =
getA
();
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
p1-cxx11.cpp
38
A &
getA
() { return static_cast<B&>(*this); }
41
getA
().a<int>();
p1.cpp
58
A &
getA
() { return static_cast<B&>(*this); }
61
getA
().a<int>();
/external/clang/test/CodeGenCXX/
rvalue-references.cpp
16
A &&
getA
() { return static_cast<A&&>(getB()); }
/external/jmonkeyengine/engine/src/core/com/jme3/math/
Rectangle.java
84
* <code>
getA
</code> returns the first point of the rectangle.
88
public Vector3f
getA
() {
/libcore/luni/src/main/java/java/security/spec/
EllipticCurve.java
123
public BigInteger
getA
() {
/libcore/support/src/test/java/tests/support/
Support_GetPutFields.java
58
public int
getA
() {
72
return (a == other.
getA
() && b.equals(other.getB()));
Support_GetPutFieldsDefaulted.java
69
public int
getA
() {
83
return (a == other.
getA
() && b.equals(other.getB()));
Support_GetPutFieldsDeprecated.java
60
public int
getA
() {
74
return (a == other.
getA
() && b.equals(other.getB()));
/external/stressapptest/src/
finelock_queue.cc
82
a =
getA
(length) % length;
88
a =
getA
(modlength) % modlength;
102
int64 FineLockPEQueue::
getA
(int64 m) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECCurve.java
21
public ECFieldElement
getA
()
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java
413
assertMessageDepth(message.
getA
(), depth - 1);
Completed in 250 milliseconds
1
2