Home
last modified time | relevance | path

Searched defs:e8 (Results 1 – 25 of 25) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DImmutableList.java162 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
171 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of()
181 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
191 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { in of()
208 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11, E e12, E... others) { in of()
/external/ppp/pppd/
Deui64.h49 uint8_t e8[8]; /* lower 64-bit IPv6 address */ member
69 u_int8_t e8[8]; member
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableList.java86 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
91 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of()
97 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
103 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { in of()
109 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11, E e12, E... others) { in of()
/external/clang/test/Sema/
Dno-documentation-warn-tagdecl-specifier.c83 enum e8 { three }; enum
/external/guava/android/guava/src/com/google/common/collect/
DImmutableList.java146 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
155 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of()
165 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
175 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { in of()
192 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11, E e12, E... others) { in of()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/sharing/
DSharedFlowScenarioTest.kt33 val e8 = emitSuspends(8); collect(a, 5); emitResumes(e8); expectReplayOf(8) in <lambda>() constant
115 val e8 = emitSuspends(8) in <lambda>() constant
/external/openscreen/platform/base/
Derror_unittest.cc163 const ErrorOr<int> e8(Error::Code::kCborEncoding); in TEST() local
/external/clang/test/CodeGenCXX/
Dpr12251.cpp65 enum e8 { e8_a = -17}; enum
/external/bc/include/
Dbc.h268 #define BC_PARSE_EXPR_ENTRY(e1, e2, e3, e4, e5, e6, e7, e8) \ argument
/external/tensorflow/third_party/absl/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc357 const Vector128 e8 = AesRound(s8, Vector128Load(keys + 4)); in FeistelRound() local
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dranden_hwaes.cc406 const Vector128 e8 = AesRound(s8, Vector128Load(keys + 4)); in FeistelRound() local
/external/angle/third_party/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc357 const Vector128 e8 = AesRound(s8, Vector128Load(keys + 4)); in FeistelRound() local
/external/cronet/third_party/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc357 const Vector128 e8 = AesRound(s8, Vector128Load(keys + 4)); in FeistelRound() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc406 const Vector128 e8 = AesRound(s8, Vector128Load(keys + 4)); in FeistelRound() local
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc406 const Vector128 e8 = AesRound(s8, Vector128Load(keys + 4)); in FeistelRound() local
/external/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc357 const Vector128 e8 = AesRound(s8, Vector128Load(keys + 4)); in FeistelRound() local
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc357 const Vector128 e8 = AesRound(s8, Vector128Load(keys + 4)); in FeistelRound() local
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_utils_test.cc273 auto e8 = CreateXEvent(&dst, l2, "event8", "display8", 16, 8); in TEST() local
/external/ComputeLibrary/tests/framework/
DMacros.h52 #define VARIADIC_SIZE_IMPL(e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, si… argument
/external/googletest/googlemock/test/
Dgmock-spec-builders_test.cc1480 Expectation e8 = EXPECT_CALL(a, DoA(8)).WillRepeatedly(Return()); in TEST() local
/external/cronet/third_party/googletest/src/googlemock/test/
Dgmock-spec-builders_test.cc1403 Expectation e8 = EXPECT_CALL(a, DoA(8)).WillRepeatedly(Return()); in TEST() local
/external/swiftshader/include/vulkan/
Dvulkan_enums.hpp1770 e8 = VK_SAMPLE_COUNT_8_BIT, enumerator
4613 e8 = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR, enumerator
5036 e8 = VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_8_BIT_EXT, enumerator
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_enums.hpp1790 e8 = VK_SAMPLE_COUNT_8_BIT, enumerator
4384 e8 = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR, enumerator
4755 e8 = VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_8_BIT_EXT, enumerator
/external/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp1734 e8 = VK_SAMPLE_COUNT_8_BIT, enumerator
4849 e8 = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR, enumerator
5230 e8 = VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_8_BIT_EXT, enumerator
/external/clang/lib/Headers/
Davx512fintrin.h9475 e8,e9,e10,e11,e12,e13,e14,e15) \ argument
9513 #define _mm512_setr_ps(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10,e11,e12,e13,e14,e15) \ argument