HomeSort by relevance Sort by last modified time
    Searched defs:V4 (Results 1 - 25 of 56) sorted by null

1 2 3

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGNUInfo.h 20 enum CPUType { V3 = 0x2, V4 = 0x3, V5 };
  /external/eigen/test/
smallvectors.cpp 17 typedef Matrix<Scalar, 1, 4> V4;
25 V4 v4(x1, x2, x3, x4);
28 VERIFY_IS_APPROX(x1, v4.x());
31 VERIFY_IS_APPROX(x2, v4.y());
33 VERIFY_IS_APPROX(x3, v4.z());
34 VERIFY_IS_APPROX(x4, v4.w());
45 VERIFY_RAISES_ASSERT(V4(1, 3))
46 VERIFY_RAISES_ASSERT(V4(2, 4))
47 VERIFY_RAISES_ASSERT(V4(1, Scalar(4))
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug473.go 20 var V1 = F(V10, V4, V3, V11)
26 var V4 = F(2)
36 var V9 = F(V4, F(V12))
38 var V10 = F(V4, V9)
58 expect("V4", V4, 2)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug473.go 20 var V1 = F(V10, V4, V3, V11)
26 var V4 = F(2)
36 var V9 = F(V4, F(V12))
38 var V10 = F(V4, V9)
58 expect("V4", V4, 2)
  /external/skia/src/sfnt/
SkOTTable_OS_2.h 38 struct V4 : SkOTTableOS2_V4 { } v4; member in union:SkOTTableOS2::Version
50 static_assert(sizeof(SkOTTableOS2::Version::V4) == 96, "sizeof_SkOTTableOS2__V4_not_96");
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
e.go 130 *V4
133 type V4 struct {
143 // V4.M should appear as method of V2 and V3 if AllMethods is set.
144 func (*V4) M() {}
b.go 49 var V1, V2, v3, V4, V5 notExported
  /prebuilts/go/linux-x86/src/go/doc/testdata/
e.go 130 *V4
133 type V4 struct {
143 // V4.M should appear as method of V2 and V3 if AllMethods is set.
144 func (*V4) M() {}
b.go 49 var V1, V2, v3, V4, V5 notExported
  /system/netd/server/
NetdConstants.h 41 enum IptablesTarget { V4, V6, V4V6 };
  /external/r8/src/test/examples/multidex002/fakelibrary/
MultiDex.java 96 V4.install(loader, files);
232 private static final class V4 {
  /external/r8/src/test/examples/multidex003/fakelibrary/
MultiDex.java 96 V4.install(loader, files);
232 private static final class V4 {
  /external/r8/src/test/examplesAndroidO/multidex004/fakelibrary/
MultiDex.java 97 V4.install(loader, files);
233 private static final class V4 {
  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp 28 struct V4 : Z, V1, V2 {
115 struct C : virtual V4 {
116 // CHECK-LABEL: VFTable for 'Z' in 'V4' in 'simple::C' (2 entries).
124 // CHECK-LABEL: VFTable for 'V1' in 'V4' in 'simple::C' (2 entries).
136 // CHECK-LABEL: VFTable for 'V2' in 'V4' in 'simple::C' (2 entries).
  /external/llvm/lib/Target/Hexagon/
HexagonSubtarget.h 42 V4, V5, V55, V60
  /prebuilts/go/darwin-x86/src/math/big/
arith_amd64.s 208 JL V4 // if n < 4 goto V4
231 V4: ADDQ $4, DI // n += 4
  /prebuilts/go/linux-x86/src/math/big/
arith_amd64.s 208 JL V4 // if n < 4 goto V4
231 V4: ADDQ $4, DI // n += 4
  /external/llvm/unittests/Support/
AlignOfTest.cpp 67 struct V4 : virtual V2 { int y;
68 ~V4() override;
70 struct V5 : V4, V3 { double z;
86 V4::~V4() {}
148 [AlignOf<V4>::Alignment > 0]
188 EXPECT_LE(alignOf<V1>(), alignOf<V4>());
270 EXPECT_EQ(alignOf<V4>(), alignOf<AlignedCharArrayUnion<V4> >());
335 EXPECT_EQ(sizeof(V4), sizeof(AlignedCharArrayUnion<V4>))
    [all...]
  /frameworks/multidex/library/src/android/support/multidex/
MultiDex.java 315 V4.install(loader, files);
563 private static final class V4 {
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 60 enum E4 { V4 } constexpr e4 = V4;
  /frameworks/base/tests/net/java/android/net/
LinkAddressTest.java 58 private static final String V4 = "192.0.2.1";
60 private static final InetAddress V4_ADDRESS = NetworkUtils.numericToInetAddress(V4);
102 address = new LinkAddress(V4 + "/23", 123, 456);
162 address = new LinkAddress(V4 + "/33", IFA_F_PERMANENT, RT_SCOPE_UNIVERSE);
303 String addressString = V4 + "/24";
349 l = new LinkAddress(V4 + "/28", IFA_F_PERMANENT, RT_SCOPE_LINK);
366 assertGlobalPreferred(l, "v4,global,noflags");
369 assertGlobalPreferred(l, "v4-rfc1918,global,noflags");
372 assertNotGlobalPreferred(l, "v4-rfc1918,site-local,noflags");
375 assertNotGlobalPreferred(l, "v4-localhost,node-local,noflags")
    [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/
IOffloadManager.h 55 V4 = 0,
  /external/clang/test/Parser/
recovery.cpp 148 V4 = 4, // expected-note {{declared here}}
160 case V4:: break; // expected-error{{'V4' cannot appear before '::' because it is not a class, namespace, or enumeration; did you mean ':'?}}
MicrosoftExtensions.cpp 314 __declspec(property(ptu=PutV)) int V4; // expected-error {{expected 'get' or 'put' in property declaration}}
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 117 V4 = 4

Completed in 344 milliseconds

1 2 3