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

  /external/easymock/src/org/easymock/
MockControl.java 461 * @param <V1> mocked method return type
467 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value) {
480 * @param <V1> mocked method return type
487 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value,
503 * @param <V1> mocked method return type
510 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value,
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ocsp/
ResponseData.java 17 private static final DERInteger V1 = new DERInteger(0);
47 this(V1, responderID, producedAt, responses, responseExtensions);
68 this.version = V1;
73 this.version = V1;
138 * version [0] EXPLICIT Version DEFAULT v1,
149 if (versionPresent || !version.equals(V1))
TBSRequest.java 17 private static final DERInteger V1 = new DERInteger(0);
29 this.version = V1;
51 version = V1;
56 version = V1;
118 * version [0] EXPLICIT Version DEFAULT v1,
131 if (!version.equals(V1))
  /external/libpcap/packaging/
pcap.spec 38 V1=`echo 0.9.4 | sed 's/\\.[^\.]*$//g'`
40 ln -sf libpcap.so.0.9.4 libpcap.so.$V1
41 if test "$V2" -ne "$V1"; then
42 ln -sf libpcap.so.$V1 libpcap.so.$V2
45 ln -sf libpcap.so.$V1 libpcap.so
  /external/webkit/SunSpider/tests/sunspider-0.9/
3d-cube.js 70 function CalcCross(V0, V1) {
72 Cross[0] = V0[1]*V1[2] - V0[2]*V1[1];
73 Cross[1] = V0[2]*V1[0] - V0[0]*V1[2];
74 Cross[2] = V0[0]*V1[1] - V0[1]*V1[0];
78 function CalcNormal(V0, V1, V2) {
81 A[i] = V0[i] - V1[i];
82 B[i] = V2[i] - V1[i]
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 70 function CalcCross(V0, V1) {
72 Cross[0] = V0[1]*V1[2] - V0[2]*V1[1];
73 Cross[1] = V0[2]*V1[0] - V0[0]*V1[2];
74 Cross[2] = V0[0]*V1[1] - V0[1]*V1[0];
78 function CalcNormal(V0, V1, V2) {
81 A[i] = V0[i] - V1[i];
82 B[i] = V2[i] - V1[i]
    [all...]
  /external/bison/src/
reduce.c 55 static bitset V1;
226 bitset_set (V1, rules[r].precsym->number);
363 if (!bitset_test (V, i) && !bitset_test (V1, i))
427 V1 = bitset_create (nsyms, BITSET_FIXED);
471 bitset_free (V1);
  /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>
742 final Map<K, V1> fromMap;
743 final Function<? super V1, V2> function;
745 TransformedValuesMap(Map<K, V1> fromMap, Function<? super V1, V2> function)
760 V1 value = fromMap.get(key)
    [all...]
  /external/expat/lib/
xmlparse.c     [all...]
  /external/opencore/protocols/rtp_payload_parser/util/output/
pv_rtp.bin     [all...]

Completed in 195 milliseconds