HomeSort by relevance Sort by last modified time
    Searched refs:fixedInput (Results 1 - 22 of 22) sorted by null

  /external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
StringSwitcher.java 37 public Object newInstance(String[] strings, int[] ints, boolean fixedInput);
46 * @param fixedInput if false, an unknown key will be returned from {@link #intValue} as <code>-1</code>; if true,
49 public static StringSwitcher create(String[] strings, int[] ints, boolean fixedInput) {
53 gen.setFixedInput(fixedInput);
64 * <code>fixedInput</code> was specified when this <code>StringSwitcher</code> was created,
74 private boolean fixedInput;
100 * @param fixedInput if false, an unknown key will be returned from {@link #intValue} as <code>-1</code>; if true,
103 public void setFixedInput(boolean fixedInput) {
104 this.fixedInput = fixedInput;
    [all...]
  /external/compiler-rt/test/builtins/timing/
ashldi3.c 28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
36 FUNCTION_NAME(fixedInput, input[i]);
ashrdi3.c 28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
36 FUNCTION_NAME(fixedInput, input[i]);
lshrdi3.c 28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
36 FUNCTION_NAME(fixedInput, input[i]);
negdi2.c 29 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
divdi3.c 31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
moddi3.c 31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
modsi3.c 31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
muldi3.c 31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
udivdi3.c 31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
umoddi3.c 31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
  /prebuilts/devtools/tools/lib/
cglib-nodep-3.1.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/
cglib-nodep-2.1_3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/3.1/
cglib-nodep-3.1.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/vogar/lib/
mockito-all-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 331 milliseconds