/external/webrtc/webrtc/system_wrappers/include/ |
D | scoped_vector.h | 27 class ScopedVector { 43 ScopedVector() {} in ScopedVector() function 44 ~ScopedVector() { clear(); } in ~ScopedVector() 47 ScopedVector(ScopedVector&& other) { *this = std::move(other); } in ScopedVector() function 48 ScopedVector& operator=(ScopedVector&& other) { 56 ScopedVector(const ScopedVector& other) = delete; 57 ScopedVector& operator=(const ScopedVector& other) = delete; 61 RTC_DEPRECATED ScopedVector&& Pass() { return DEPRECATED_Pass(); } in Pass() 62 ScopedVector&& DEPRECATED_Pass() { in DEPRECATED_Pass() 98 void swap(ScopedVector<T>& other) { v_.swap(other.v_); } in swap()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | scoped_vector_unittest.cc | 125 ScopedVector<LifeCycleObject> scoped_vector; in TEST() 137 ScopedVector<LifeCycleObject> scoped_vector; in TEST() 149 ScopedVector<LifeCycleObject> scoped_vector; in TEST() 163 ScopedVector<LifeCycleObject> scoped_vector; in TEST() 188 ScopedVector<LifeCycleObject> scoped_vector; in TEST() 207 ScopedVector<LifeCycleObject> scoped_vector; in TEST() 219 ScopedVector<LifeCycleObject> scoped_vector; in TEST() 224 ScopedVector<LifeCycleObject> scoped_vector_copy( in TEST() 239 ScopedVector<LifeCycleObject> scoped_vector; in TEST() 241 ScopedVector<LifeCycleObject> scoped_vector_assign; in TEST() [all …]
|
/external/webrtc/webrtc/common_audio/ |
D | audio_converter.cc | 101 ScopedVector<PushSincResampler> resamplers_; 108 CompositionConverter(ScopedVector<AudioConverter> converters) in CompositionConverter() 135 ScopedVector<AudioConverter> converters_; 136 ScopedVector<ChannelBuffer<float>> buffers_; 146 ScopedVector<AudioConverter> converters; in Create() 158 ScopedVector<AudioConverter> converters; in Create()
|
/external/webrtc/webrtc/video/ |
D | video_capture_input_unittest.cc | 45 bool EqualFramesVector(const ScopedVector<VideoFrame>& frames1, 46 const ScopedVector<VideoFrame>& frames2); 99 ScopedVector<VideoFrame> input_frames_; 105 ScopedVector<VideoFrame> output_frames_; 281 bool EqualFramesVector(const ScopedVector<VideoFrame>& frames1, in EqualFramesVector() 282 const ScopedVector<VideoFrame>& frames2) { in EqualFramesVector()
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | three_band_filter_bank.h | 61 ScopedVector<SparseFIRFilter> analysis_filters_; 62 ScopedVector<SparseFIRFilter> synthesis_filters_;
|
D | audio_buffer.h | 157 ScopedVector<PushSincResampler> input_resamplers_; 158 ScopedVector<PushSincResampler> output_resamplers_;
|
D | splitting_filter.h | 63 ScopedVector<ThreeBandFilterBank> three_band_filter_banks_;
|
/external/v8/src/ |
D | vector.h | 180 class ScopedVector : public Vector<T> { 182 explicit ScopedVector(int length) : Vector<T>(NewArray<T>(length), length) { } in ScopedVector() function 183 ~ScopedVector() { in ~ScopedVector() 188 DISALLOW_IMPLICIT_CONSTRUCTORS(ScopedVector);
|
D | flags.cc | 590 ScopedVector<char> copy0(len + 1); in SetFlagsFromString() 605 ScopedVector<char*> argv(argc); in SetFlagsFromString()
|
D | perf-jit.cc | 125 ScopedVector<char> perf_dump_name(bufferSize); in OpenJitDumpFile()
|
D | log.cc | 288 ScopedVector<char> perf_dump_name(bufferSize); in PerfBasicLogger() 542 ScopedVector<char> ll_name(static_cast<int>(len + sizeof(kLogExt))); in LowLevelLogger() 2136 ScopedVector<Handle<SharedFunctionInfo>> sfis(compiled_funcs_count); in LogCompiledFunctions() 2137 ScopedVector<Handle<AbstractCode>> code_objects(compiled_funcs_count); in LogCompiledFunctions()
|
D | messages.cc | 971 ScopedVector<Handle<Object>> argv(argc); in FormatStackTrace()
|
D | objects.cc | 2124 const ScopedVector<Handle<Object>>* excluded_properties, in HasExcludedProperty() 2138 const ScopedVector<Handle<Object>>* excluded_properties, bool use_set) { in FastAssign() 2233 const ScopedVector<Handle<Object>>* excluded_properties, bool use_set) { in SetOrCopyDataProperties() 2607 ScopedVector<uc16> smart_chars(this->length()); in MakeExternal() 2688 ScopedVector<uint16_t> smart_chars(this->length()); in MakeExternal() 2692 ScopedVector<char> smart_chars(this->length()); in MakeExternal() 9985 std::unique_ptr<ScopedVector<char>> buffer; in TransitionToDataProperty() 9987 ScopedVector<char> name_buffer(100); in TransitionToDataProperty() 9989 buffer.reset(new ScopedVector<char>(128)); in TransitionToDataProperty()
|
/external/v8/src/regexp/ |
D | regexp-utils.cc | 86 ScopedVector<Handle<Object>> argv(argc); in RegExpExec() 115 ScopedVector<Handle<Object>> argv(argc); in RegExpExec()
|
/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
D | nonlinear_beamformer.h | 172 ScopedVector<ComplexMatrixF> interf_cov_mats_[kNumFreqBins];
|
/external/webrtc/webrtc/test/ |
D | call_test.h | 102 ScopedVector<VideoDecoder> allocated_decoders_;
|
/external/v8/src/runtime/ |
D | runtime-function.cc | 179 ScopedVector<Handle<Object>> argv(argc); in RUNTIME_FUNCTION()
|
D | runtime-regexp.cc | 1502 ScopedVector<Handle<Object>> argv(argc); in RUNTIME_FUNCTION() 1614 ScopedVector<Handle<Object>> argv(argc); in RUNTIME_FUNCTION() 1877 ScopedVector<Handle<Object>> argv(argc); in RUNTIME_FUNCTION()
|
D | runtime-object.cc | 1006 ScopedVector<Handle<Object>> excluded_properties(args.length() - 1); in RUNTIME_FUNCTION()
|
/external/v8/src/builtins/ |
D | builtins-arraybuffer.cc | 197 ScopedVector<Handle<Object>> argv(argc); in SliceHelper()
|
D | builtins-function.cc | 216 ScopedVector<Handle<Object>> argv(std::max(0, args.length() - 2)); in DoFunctionBind()
|
D | builtins-array.cc | 141 ScopedVector<Handle<Object>> argv(argc); in CallJsIntrinsic()
|
/external/v8/src/asmjs/ |
D | asm-js.cc | 413 ScopedVector<char> error_reason(100); in InstantiateAsmWasm()
|
/external/v8/src/wasm/ |
D | wasm-debug.cc | 174 ScopedVector<WasmValue> wasm_args(num_params); in Execute()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 2624 ScopedVector<char> chunk_; 3083 ScopedVector<const unsigned char*> sorted_strings( in SerializeStrings()
|