Searched defs:shortArray (Results 1 – 5 of 5) sorted by relevance
116 short[] shortArray = {0, 0, 0, 0, 0, 0, 0, 0, 8}; in selfCheck() local
64 @Inject short[] shortArray; field in InjectedThing95 @Inject InjectedThing( in InjectedThing()203 @Inject void shortArray(short[] shortArray) {} in shortArray() method in InjectedThing
207 public void shortArray() { in shortArray() method in ShadowBundleTest
253 short[] shortArray; field in CopyArrayBenchmark