Searched defs:BaseTypeWrapper (Results 1 - 1 of 1) sorted by relevance

/external/apache-harmony/support/src/test/java/tests/util/
H A DCallVerificationStack.java128 this.push(new BaseTypeWrapper(val));
137 this.push(new BaseTypeWrapper(val));
146 this.push(new BaseTypeWrapper(val));
155 this.push(new BaseTypeWrapper(val));
164 this.push(new BaseTypeWrapper(val));
173 this.push(new BaseTypeWrapper(val));
182 this.push(new BaseTypeWrapper(val));
202 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
213 BaseTypeWrapper wrappe
276 class BaseTypeWrapper { class in class:CallVerificationStack
284 public BaseTypeWrapper(boolean val) { method in class:CallVerificationStack.BaseTypeWrapper
291 public BaseTypeWrapper(byte val) { method in class:CallVerificationStack.BaseTypeWrapper
298 public BaseTypeWrapper(char val) { method in class:CallVerificationStack.BaseTypeWrapper
305 public BaseTypeWrapper(double val) { method in class:CallVerificationStack.BaseTypeWrapper
312 public BaseTypeWrapper(float val) { method in class:CallVerificationStack.BaseTypeWrapper
319 public BaseTypeWrapper(int val) { method in class:CallVerificationStack.BaseTypeWrapper
326 public BaseTypeWrapper(long val) { method in class:CallVerificationStack.BaseTypeWrapper
333 public BaseTypeWrapper(short val) { method in class:CallVerificationStack.BaseTypeWrapper
[all...]

Completed in 83 milliseconds