HomeSort by relevance Sort by last modified time
    Searched refs:Init (Results 251 - 275 of 2848) sorted by null

<<11121314151617181920>>

  /external/drm_hwcomposer/
drmcompositor.cpp 37 int DrmCompositor::Init() {
40 int ret = compositor_map_[display].Init(drm_, display);
59 int ret = composition->Init(++frame_no_);
  /external/flatbuffers/tests/namespace_test/NamespaceA/
SecondTableInA.py 14 x.Init(buf, n + offset)
18 def Init(self, buf, pos):
28 obj.Init(self._tab.Bytes, x)
TableInC.py 11 def Init(self, buf, pos):
21 obj.Init(self._tab.Bytes, x)
32 obj.Init(self._tab.Bytes, x)
SecondTableInA.go 16 x.Init(buf, n+offset)
20 func (rcv *SecondTableInA) Init(buf []byte, i flatbuffers.UOffsetT) {
36 obj.Init(rcv._tab.Bytes, x)
TableInC.go 12 func (rcv *TableInC) Init(buf []byte, i flatbuffers.UOffsetT) {
24 obj.Init(rcv._tab.Bytes, x)
37 obj.Init(rcv._tab.Bytes, x)
  /external/libcxx/test/std/numerics/numeric.ops/reduce/
reduce_init.pass.cpp 14 // T reduce(InputIterator first, InputIterator last, T init);
23 test(Iter first, Iter last, T init, T x)
25 static_assert( std::is_same_v<T, decltype(std::reduce(first, last, init))> );
26 assert(std::reduce(first, last, init) == x);
45 template <typename T, typename Init>
49 static_assert( std::is_same_v<Init, decltype(std::reduce(p, p, Init{}))> );
  /external/llvm/lib/Transforms/IPO/
ElimAvailExtern.cpp 38 Constant *Init = GV.getInitializer();
40 if (isSafeToDestroyConstant(Init))
41 Init->destroyConstant();
  /external/v8/src/compiler/
compiler-source-position-table.h 25 Init(position);
30 Init(source_positions_->GetSourcePosition(node));
35 void Init(SourcePosition position) {
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DataChannel.java 35 public static class Init {
46 public Init() {}
49 private Init(
  /external/webrtc/webrtc/modules/audio_coding/neteq/
post_decode_vad.cc 30 Init();
39 void PostDecodeVad::Init() {
67 Init();
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_virtual.cpp 43 error = hw_virtual->Init();
68 DisplayError HWVirtual::Init() {
69 return HWDevice::Init();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/numeric.ops/reduce/
reduce_init.pass.cpp 14 // T reduce(InputIterator first, InputIterator last, T init);
23 test(Iter first, Iter last, T init, T x)
25 static_assert( std::is_same_v<T, decltype(std::reduce(first, last, init))> );
26 assert(std::reduce(first, last, init) == x);
45 template <typename T, typename Init>
49 static_assert( std::is_same_v<Init, decltype(std::reduce(p, p, Init{}))> );
  /system/core/libziparchive/
zip_archive_stream_entry.cc 40 bool ZipArchiveStreamEntry::Init(const ZipEntry& entry) {
57 bool Init(const ZipEntry& entry) override;
66 bool ZipArchiveStreamEntryUncompressed::Init(const ZipEntry& entry) {
67 if (!ZipArchiveStreamEntry::Init(entry)) {
121 bool Init(const ZipEntry& entry) override;
141 bool ZipArchiveStreamEntryCompressed::Init(const ZipEntry& entry) {
142 if (!ZipArchiveStreamEntry::Init(entry)) {
259 bool Init(const ZipEntry& entry) override;
262 bool ZipArchiveStreamEntryRawCompressed::Init(const ZipEntry& entry) {
263 if (!ZipArchiveStreamEntryUncompressed::Init(entry))
    [all...]
  /system/update_engine/
daemon_state_android.cc 56 if (!prefs->Init(non_volatile_path.Append(kPrefsSubDirectory))) {
64 certificate_checker_->Init();
76 update_attempter_->Init();
  /external/webrtc/talk/media/devices/
dummydevicemanager_unittest.cc 37 EXPECT_TRUE(dm.Init());
52 EXPECT_TRUE(dm.Init());
63 EXPECT_TRUE(dm.Init());
78 EXPECT_TRUE(dm.Init());
91 EXPECT_TRUE(dm.Init());
  /external/libvpx/libvpx/test/
comp_avg_pred_test.cc 71 ASSERT_TRUE(ref.Init());
73 ASSERT_TRUE(pred.Init());
75 ASSERT_TRUE(avg_ref.Init());
77 ASSERT_TRUE(avg_chk.Init());
102 ASSERT_TRUE(ref.Init());
104 ASSERT_TRUE(pred.Init());
106 ASSERT_TRUE(avg_ref.Init());
108 ASSERT_TRUE(avg_chk.Init());
139 ASSERT_TRUE(ref.Init());
141 ASSERT_TRUE(pred.Init());
    [all...]
vp9_skip_loopfilter_test.cc 36 void Init(int num_threads) {
41 video_->Init();
124 skip_loop_filter.Init(num_threads);
134 skip_loop_filter.Init(num_threads);
144 skip_loop_filter.Init(num_threads);
154 skip_loop_filter.Init(num_threads);
164 skip_loop_filter.Init(num_threads);
  /external/tensorflow/tensorflow/core/kernels/
debug_ops_test.cc 42 Status Init(DataType input_type, const std::vector<string>& debug_urls) {
53 Status Init(DataType input_type) {
55 return Init(input_type, empty_debug_urls);
62 TF_ASSERT_OK(Init(DT_INT32));
87 TF_ASSERT_OK(Init(DT_INT32, debug_urls));
160 TF_ASSERT_OK(Init(DT_INT32));
169 TF_ASSERT_OK(Init(DT_STRING));
180 Status Init(DataType input_type) {
190 TF_ASSERT_OK(Init(DT_FLOAT));
204 TF_ASSERT_OK(Init(DT_FLOAT))
    [all...]
mkl_pooling_ops_common.cc 28 void MklPoolParameters::Init(OpKernelContext* context,
42 Init(context, ksize, stride, padding, data_format);
47 void MklPoolParameters::Init(OpKernelContext* context,
58 Init(context, ksize, stride, padding, data_format);
62 void MklPoolParameters::Init(OpKernelContext* context,
73 Init(context, ksize, stride, padding, data_format);
77 void MklPoolParameters::Init(OpKernelContext* context,
  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 108 void Init(size_t n) {
154 Init(5);
180 Init(5);
198 Init(5);
214 Init(5);
227 Init(5);
242 Init(100);
252 Init(10);
282 Init(5);
302 Init(5)
    [all...]
  /external/tensorflow/tensorflow/core/lib/gtl/
manual_constructor.h 145 inline void Init() { new (space_) Type; }
147 // Init() constructs the Type instance using the given arguments
148 // (which are forwarded to Type's constructor). In C++11, Init() can
153 // Note that Init() with no arguments performs default-initialization,
158 inline void Init(Ts&&... args) { // NOLINT
163 inline void Init(const T1& p1) {
168 inline void Init(const T1& p1, const T2& p2) {
173 inline void Init(const T1& p1, const T2& p2, const T3& p3) {
178 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4) {
183 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4
    [all...]
  /external/fec/
viterbi27_sse.c 13 static int Init = 0;
30 if(!Init){
52 Init++;
viterbi29_sse.c 15 static int Init = 0;
32 if(!Init){
54 Init++;
viterbi29_sse2.c 15 static int Init = 0;
50 Init++;
59 if(!Init){
  /external/google-benchmark/src/
re.h 54 bool Init(const std::string& spec, std::string* error);
73 inline bool Regex::Init(const std::string& spec, std::string* error) {
101 inline bool Regex::Init(const std::string& spec, std::string* error) {

Completed in 634 milliseconds

<<11121314151617181920>>