OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fixedInput
(Results
1 - 12
of
12
) sorted by null
/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]);
divdi3.c
31
int64_t
fixedInput
= INT64_C(0x1234567890ABCDEF);
lshrdi3.c
28
int64_t
fixedInput
= INT64_C(0x1234567890ABCDEF);
36
FUNCTION_NAME(
fixedInput
, input[i]);
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);
negdi2.c
29
int64_t
fixedInput
= INT64_C(0x1234567890ABCDEF);
udivdi3.c
31
int64_t
fixedInput
= INT64_C(0x1234567890ABCDEF);
umoddi3.c
31
int64_t
fixedInput
= INT64_C(0x1234567890ABCDEF);
/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/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
Completed in 48 milliseconds