Searched refs:fixedInput (Results 1 - 13 of 13) sorted by relevance

/external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
H A DStringSwitcher.java37 public Object newInstance(String[] strings, int[] ints, boolean fixedInput); argument
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) { argument
53 gen.setFixedInput(fixedInput);
64 * <code>fixedInput</code> was specified when this <code>StringSwitcher</code> was created,
74 private boolean fixedInput; field in class:StringSwitcher.Generator
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) { argument
104 this.fixedInput = fixedInput;
[all...]
/external/compiler-rt/test/builtins/timing/
H A Dashldi3.c28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); local
36 FUNCTION_NAME(fixedInput, input[i]);
H A Dashrdi3.c28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); local
36 FUNCTION_NAME(fixedInput, input[i]);
H A Dlshrdi3.c28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); local
36 FUNCTION_NAME(fixedInput, input[i]);
H A Dnegdi2.c29 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); local
H A Ddivdi3.c31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); local
H A Dmoddi3.c31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); local
H A Dmodsi3.c31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); local
H A Dmuldi3.c31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); local
H A Dudivdi3.c31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); local
H A Dumoddi3.c31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); local
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 80 milliseconds