Home
last modified time | relevance | path

Searched defs:vect (Results 1 – 16 of 16) sorted by relevance

/external/cronet/components/metrics/serialization/
Dserialization_utils_unittest.cc208 std::vector<std::unique_ptr<MetricSample>> vect; in TEST_F() local
235 std::vector<std::unique_ptr<MetricSample>> vect; in TEST_F() local
257 std::vector<std::unique_ptr<MetricSample>> vect; in TEST_F() local
265 std::vector<std::unique_ptr<MetricSample>> vect; in TEST_F() local
/external/cronet/base/containers/
Dstack_container_unittest.cc40 StackVector<int, stack_size> vect; in TEST() local
84 Vector vect; in TEST() local
157 StackVector<int, 3> vect; in TEST() local
Dflat_map_unittest.cc98 std::vector<IntPair> vect{{1, 1}, {1, 2}, {2, 1}}; in TEST() local
124 std::vector<PairType> vect{{1, {1}}, {2, {1}}}; in TEST() local
132 std::vector<PairType> vect{{1, {1}}, {2, {1}}}; in TEST() local
/external/libchrome/base/containers/
Dstack_container_unittest.cc39 StackVector<int, stack_size> vect; in TEST() local
83 Vector vect; in TEST() local
Dflat_map_unittest.cc72 std::vector<IntPair> vect{{1, 1}, {1, 2}, {2, 1}}; in TEST() local
77 std::vector<IntPair> vect{{1, 1}, {1, 2}, {2, 1}}; in TEST() local
/external/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.cpp119 static int FindInSorted_Attrib(const CRecordVector<CAttribIconPair> &vect, DWORD attrib, int &inser… in FindInSorted_Attrib()
137 static int FindInSorted_Ext(const CObjectVector<CExtIconPair> &vect, const wchar_t *ext, int &inser… in FindInSorted_Ext()
/external/eigen/unsupported/test/
Dcxx11_maxsizevector.cpp58 VectorX vect(rows); in EIGEN_DECLARE_TEST() local
/external/webrtc/rtc_base/containers/
Dflat_map_unittest.cc90 std::vector<IntPair> vect{{1, 1}, {1, 2}, {2, 1}}; in TEST() local
116 std::vector<PairType> vect{{1, {1}}, {2, {1}}}; in TEST() local
124 std::vector<PairType> vect{{1, {1}}, {2, {1}}}; in TEST() local
/external/webrtc/modules/audio_coding/codecs/ilbc/
Drefiner.c52 int16_t vect[ENH_VECTL]; in WebRtcIlbcfix_Refiner() local
/external/webrtc/modules/desktop_capture/
Dscreen_drawer_win.cc178 void ScreenDrawerWin::DrawDot(DesktopVector vect, RgbaColor color) { in DrawDot()
/external/tensorflow/tensorflow/core/kernels/
Dspacetodepth_op.cc85 const int vect = is_int8x4 ? 4 : 1; in Compute() local
/external/perfetto/src/trace_processor/importers/common/
Dclock_tracker.cc93 ClockSnapshots& vect = domain.snapshots[snapshot_hash]; in AddSnapshot() local
/external/lua/src/
Dlstring.c74 static void tablerehash (TString **vect, int osize, int nsize) { in tablerehash()
/external/trace-cmd/lib/trace-cmd/
Dtrace-output.c1769 struct iovec vect; in tracecmd_add_option() local
2135 struct iovec *vect; in out_add_buffer_option() local
/external/armnn/src/profiling/test/
DProfilingTests.cpp97 std::vector<arm::pipe::CommandHandlerKey> vect = { variable
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc1096 auto vect = LiteralUtil::CreateR1<uint32_t>({3, 4, 9, 12, 5, 17, 21}); in TEST_F() local