OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V2
(Results
1 - 7
of
7
) sorted by null
/external/easymock/src/org/easymock/
MockControl.java
462
* @param <
V2
> returned value type
467
public <V1,
V2
extends V1> void expectAndReturn(V1 ignored,
V2
value) {
481
* @param <
V2
> returned value type
487
public <V1,
V2
extends V1> void expectAndReturn(V1 ignored,
V2
value,
504
* @param <
V2
> returned value type
510
public <V1,
V2
extends V1> void expectAndReturn(V1 ignored,
V2
value,
525
* @param <
V2
> returned value type
[
all
...]
/external/libpcap/packaging/
pcap.spec
39
V2
=`echo 0.9.4 | sed 's/\\.[^\.]*\.[^\.]*$//g'`
41
if test "$
V2
" -ne "$V1"; then
42
ln -sf libpcap.so.$V1 libpcap.so.$
V2
43
ln -sf libpcap.so.$
V2
libpcap.so
/external/quake/quake/src/QW/server/
makefile
5
CFLAGS=-DSERVERONLY -I../client -
V2
.7.2.1 -bi486-linux/ -O6 -Wall -fomit-frame-pointer -fno-strength-reduce
/external/guava/src/com/google/common/collect/
Maps.java
735
public static <K, V1,
V2
> Map<K,
V2
> transformValues(
736
Map<K, V1> fromMap, Function<? super V1,
V2
> function) {
737
return new TransformedValuesMap<K, V1,
V2
>(fromMap, function);
740
private static class TransformedValuesMap<K, V1,
V2
>
741
extends AbstractMap<K,
V2
> {
743
final Function<? super V1,
V2
> function;
745
TransformedValuesMap(Map<K, V1> fromMap, Function<? super V1,
V2
> function)
759
@Override public
V2
get(Object key) {
765
@Override public
V2
remove(Object key)
[
all
...]
/external/webkit/SunSpider/tests/sunspider-0.9/
3d-cube.js
78
function CalcNormal(V0, V1,
V2
) {
82
B[i] =
V2
[i] - V1[i];
/external/webkit/SunSpider/tests/sunspider-0.9.1/
3d-cube.js
78
function CalcNormal(V0, V1,
V2
) {
82
B[i] =
V2
[i] - V1[i];
/external/expat/lib/
xmlparse.c
[
all
...]
Completed in 379 milliseconds