HomeSort by relevance Sort by last modified time
    Searched full:byvalue (Results 1 - 14 of 14) sorted by null

  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/objectal/
ALOrientation.java 24 import com.intel.moe.natj.general.ann.ByValue;
46 public ALOrientation(@ByValue ALVector at, @ByValue ALVector up) {
54 @ByValue
59 public native void setAt(@ByValue ALVector value);
63 @ByValue
68 public native void setUp(@ByValue ALVector value);
ALListener.java 21 import com.intel.moe.natj.general.ann.ByValue;
93 @ByValue
98 @ByValue
148 public native void setOrientation(@ByValue ALOrientation value);
152 public native void setPosition(@ByValue ALPoint value);
176 public native void setVelocity(@ByValue ALVector value);
184 @ByValue
ALSoundSource.java 20 import com.intel.moe.natj.general.ann.ByValue;
53 @ByValue
129 @ByValue
170 void setDirection (@ByValue ALVector value);
214 void setPosition (@ByValue ALPoint value);
242 void setVelocity (@ByValue ALVector value);
278 @ByValue
ALChannelSource.java 21 import com.intel.moe.natj.general.ann.ByValue;
93 @ByValue
182 @ByValue
246 public native void setDirection(@ByValue ALVector value);
290 public native void setPosition(@ByValue ALPoint value);
322 public native void setVelocity(@ByValue ALVector value);
366 @ByValue
ALSource.java 21 import com.intel.moe.natj.general.ann.ByValue;
96 @ByValue
210 @ByValue
292 public native void setDirection(@ByValue ALVector value);
356 public native void setPosition(@ByValue ALPoint value);
388 public native void setVelocity(@ByValue ALVector value);
460 @ByValue
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
Counter.java 110 Comparator<T> byValue;
112 public EntryComparator(boolean ascending, Comparator<T> byValue) {
114 this.byValue = byValue;
119 if (byValue != null) {
120 return byValue.compare(o1.value, o2.value);
130 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) {
131 Set<Entry<T>> count_key = new TreeSet<Entry<T>>(new EntryComparator<T>(ascending, byValue));
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
Counter.java 109 Comparator<T> byValue;
111 public EntryComparator(boolean ascending, Comparator<T> byValue) {
113 this.byValue = byValue;
118 if (byValue != null) {
119 return byValue.compare(o1.value, o2.value);
129 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) {
130 Set<Entry<T>> count_key = new TreeSet<Entry<T>>(new EntryComparator<T>(ascending, byValue));
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
IOSGLKView.java 21 import com.intel.moe.natj.general.ann.ByValue;
75 public void drawRect (@ByValue CGRect cgRect) {
IOSGraphics.java 34 import com.intel.moe.natj.general.ann.ByValue;
214 public void glkViewDrawInRect (GLKView view, @ByValue CGRect rect) {
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfobjects.h     [all...]

Completed in 160 milliseconds