/external/chromium_org/v8/test/mjsunit/regress/ |
regress-798.js | 49 function getB() { 66 x.__defineGetter__("b", getB);
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
ThreeRegisterDecodedInstruction.java | 58 public int getB() {
|
TwoRegisterDecodedInstruction.java | 54 public int getB() {
|
FiveRegisterDecodedInstruction.java | 66 public int getB() {
|
FourRegisterDecodedInstruction.java | 62 public int getB() {
|
DecodedInstruction.java | 253 public int getB() { 331 int b = getB(); 345 int b = getB(); 359 int b = getB();
|
InstructionCodec.java | 74 makeByte(insn.getA(), insn.getB()))); 291 codeUnit(insn.getB(), insn.getC())); 312 codeUnit(insn.getB(), 335 makeByte(insn.getA(), insn.getB())), 356 makeByte(insn.getA(), insn.getB())), 378 makeByte(insn.getA(), insn.getB())), 399 makeByte(insn.getA(), insn.getB())), 826 codeUnit(insn.getA(), insn.getB(), insn.getC(), insn.getD())); [all...] |
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
ThreeRegisterDecodedInstruction.java | 58 public int getB() {
|
TwoRegisterDecodedInstruction.java | 54 public int getB() {
|
FiveRegisterDecodedInstruction.java | 66 public int getB() {
|
FourRegisterDecodedInstruction.java | 62 public int getB() {
|
DecodedInstruction.java | 253 public int getB() { 331 int b = getB(); 345 int b = getB(); 359 int b = getB();
|
InstructionCodec.java | 75 makeByte(insn.getA(), insn.getB()))); 292 codeUnit(insn.getB(), insn.getC())); 313 codeUnit(insn.getB(), 336 makeByte(insn.getA(), insn.getB())), 357 makeByte(insn.getA(), insn.getB())), 379 makeByte(insn.getA(), insn.getB())), 400 makeByte(insn.getA(), insn.getB())), 624 codeUnit(insn.getA(), insn.getB()), 645 codeUnit(insn.getA(), insn.getB()), [all...] |
/libcore/luni/src/main/java/java/security/spec/ |
EllipticCurve.java | 132 public BigInteger getB() {
|
/libcore/support/src/test/java/tests/support/ |
Support_GetPutFields.java | 62 public String getB() { 72 return (a == other.getA() && b.equals(other.getB()));
|
Support_GetPutFieldsDefaulted.java | 73 public String getB() { 83 return (a == other.getA() && b.equals(other.getB()));
|
Support_GetPutFieldsDeprecated.java | 64 public String getB() { 74 return (a == other.getA() && b.equals(other.getB()));
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECCurve.java | 207 public ECFieldElement getB()
|
/external/clang/test/SemaCXX/ |
uninitialized.cpp | 172 B getB() { return B(); }; 173 B getB(int x) { return B(); }; 174 B getB(int *x) { return B(); }; 175 B getB(B *b) { return B(); }; 186 B b4 = getB(); 187 B b5 = getB(&b5); 188 B b6 = getB(&b6.x); 195 B b8 = getB(b8.x); // expected-warning {{variable 'b8' is uninitialized when used within its own initialization}} 196 B b9 = getB(b9.y); // expected-warning {{variable 'b9' is uninitialized when used within its own initialization}} 197 B b10 = getB(-b10.x); // expected-warning {{variable 'b10' is uninitialized when used within its own initializ (…) [all...] |
/external/llvm/lib/Analysis/ |
DependenceAnalysis.cpp | 318 const SCEV *DependenceAnalysis::Constraint::getB() const { 403 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n"; 406 *getB() << "*Y = " << *getC() << "\n"; 468 const SCEV *Prod1 = SE->getMulExpr(X->getA(), Y->getB()); 469 const SCEV *Prod2 = SE->getMulExpr(X->getB(), Y->getA()); 473 Prod1 = SE->getMulExpr(X->getC(), Y->getB()); 474 Prod2 = SE->getMulExpr(X->getB(), Y->getC()); 487 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB()); 489 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB()); 491 const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB()); [all...] |
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/ |
dexmaker-1.0.jar | |
/prebuilts/sdk/tools/lib/ |
dx.jar | |
/prebuilts/devtools/tools/lib/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |
/external/google-tv-pairing-protocol/java/jar/ |
bcprov-jdk15-143.jar | |