HomeSort by relevance Sort by last modified time
    Searched refs:getOrder (Results 1 - 25 of 217) sorted by null

1 2 3 4 5 6 7 8 9

  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardTilePlaceholderPreferenceController.java 47 mOrder = pref.getOrder();
62 public int getOrder() {
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
TableModel.java 34 public TableOrder getOrder() {
  /tools/loganalysis/src/com/android/loganalysis/item/
PageAllocationFailureItem.java 47 public int getOrder() {
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
RankedComparator.java 59 private int getOrder(T object) {
70 final int orderLhs = getOrder(lhs);
71 final int orderRhs = getOrder(rhs);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DashboardTilePlaceholderPreferenceControllerTest.java 59 when(mScreen.findPreference(anyString()).getOrder()).thenReturn(baseOrder);
63 assertThat(mController.getOrder()).isEqualTo(baseOrder);
72 assertThat(mController.getOrder()).isEqualTo(Preference.DEFAULT_ORDER);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SDNodeOrdering.h 47 unsigned getOrder(const SDNode *Node) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
GLVMultiplier.java 14 if (curve == null || curve.getOrder() == null)
30 BigInteger n = p.getCurve().getOrder();
  /external/llvm/lib/CodeGen/
AllocationOrder.cpp 37 Order = RegClassInfo.getOrder(MF.getRegInfo().getRegClass(VirtReg));
AllocationOrder.h 45 ArrayRef<MCPhysReg> getOrder() const { return Order; }
  /libcore/ojluni/src/main/java/java/security/spec/
ECParameterSpec.java 103 public BigInteger getOrder() {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ec/
CustomNamedCurves.java 91 // return new X9ECParameters(curve, G, curve.getOrder(), curve.getCofactor(), S);
107 // return new X9ECParameters(curve, G, curve.getOrder(), curve.getCofactor(), S);
135 // return new X9ECParameters(curve, G, curve.getOrder(), curve.getCofactor(), S);
151 // return new X9ECParameters(curve, G, curve.getOrder(), curve.getCofactor(), S);
167 // return new X9ECParameters(curve, G, curve.getOrder(), curve.getCofactor(), S);
196 return new X9ECParameters(curve, G, curve.getOrder(), curve.getCofactor(), S);
212 return new X9ECParameters(curve, G, curve.getOrder(), curve.getCofactor(), S);
240 return new X9ECParameters(curve, G, curve.getOrder(), curve.getCofactor(), S);
256 return new X9ECParameters(curve, G, curve.getOrder(), curve.getCofactor(), S);
284 return new X9ECParameters(curve, G, curve.getOrder(), curve.getCofactor(), S)
    [all...]
  /libcore/luni/src/test/java/tests/security/spec/
ECParameterSpecTest.java 68 .getOrder());
127 * test for getOrder() method
131 .getOrder());
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince54Integrator.java 128 public int getOrder() {
EmbeddedRungeKuttaIntegrator.java 124 exp = -1.0 / getOrder();
162 exp = -1.0 / getOrder();
174 public abstract int getOrder();
257 hNew = initializeStep(equations, forward, getOrder(), scale,
HighamHall54Integrator.java 101 public int getOrder() {
  /external/llvm/include/llvm/CodeGen/
RegisterClassInfo.h 90 /// getOrder - Returns the preferred allocation order for RC. The order
93 ArrayRef<MCPhysReg> getOrder(const TargetRegisterClass *RC) const {
118 /// the registers in getOrder(RC).
123 /// Get the position of the last cost change in getOrder(RC).
125 /// All registers in getOrder(RC).slice(getLastCostChange(RC)) will have the
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
AllocationOrder.cpp 65 ArrayRef<unsigned> O = RCI.getOrder(RC);
RegisterClassInfo.h 84 /// getOrder - Returns the preferred allocation order for RC. The order
87 ArrayRef<unsigned> getOrder(const TargetRegisterClass *RC) const {
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
FooterPreferenceTest.java 53 assertThat(preference.getOrder()).isEqualTo(FooterPreference.ORDER_FOOTER);
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalSensorAttrib.java 57 public Integer[] getOrder() {
  /libcore/ojluni/src/main/java/sun/security/util/
KeyUtil.java 81 // Was: size = pubk.getParams().getOrder().bitLength();
89 size = params.getOrder().bitLength();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
RegisterClassInfo.h 94 /// getOrder - Returns the preferred allocation order for RC. The order
97 ArrayRef<MCPhysReg> getOrder(const TargetRegisterClass *RC) const {
122 /// the registers in getOrder(RC).
127 /// Get the position of the last cost change in getOrder(RC).
129 /// All registers in getOrder(RC).slice(getLastCostChange(RC)) will have the
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
RegisterClassInfo.h 94 /// getOrder - Returns the preferred allocation order for RC. The order
97 ArrayRef<MCPhysReg> getOrder(const TargetRegisterClass *RC) const {
122 /// the registers in getOrder(RC).
127 /// Get the position of the last cost change in getOrder(RC).
129 /// All registers in getOrder(RC).slice(getLastCostChange(RC)) will have the
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
RegisterClassInfo.h 94 /// getOrder - Returns the preferred allocation order for RC. The order
97 ArrayRef<MCPhysReg> getOrder(const TargetRegisterClass *RC) const {
122 /// the registers in getOrder(RC).
127 /// Get the position of the last cost change in getOrder(RC).
129 /// All registers in getOrder(RC).slice(getLastCostChange(RC)) will have the
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RegisterClassInfo.h 94 /// getOrder - Returns the preferred allocation order for RC. The order
97 ArrayRef<MCPhysReg> getOrder(const TargetRegisterClass *RC) const {
122 /// the registers in getOrder(RC).
127 /// Get the position of the last cost change in getOrder(RC).
129 /// All registers in getOrder(RC).slice(getLastCostChange(RC)) will have the

Completed in 930 milliseconds

1 2 3 4 5 6 7 8 9