HomeSort by relevance Sort by last modified time
    Searched full:copyfrom (Results 26 - 50 of 627) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/protobuf/gtest/include/gtest/internal/
gtest-tuple.h 196 tuple& operator=(const tuple& t) { return CopyFrom(t); }
200 return CopyFrom(t);
206 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) {
231 tuple& operator=(const tuple& t) { return CopyFrom(t); }
235 return CopyFrom(t);
247 tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) {
272 tuple& operator=(const tuple& t) { return CopyFrom(t); }
276 return CopyFrom(t);
282 tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) {
311 tuple& operator=(const tuple& t) { return CopyFrom(t);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-tuple.h 218 tuple& operator=(const tuple& t) { return CopyFrom(t); }
222 return CopyFrom(t);
228 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) {
253 tuple& operator=(const tuple& t) { return CopyFrom(t); }
257 return CopyFrom(t);
269 tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) {
294 tuple& operator=(const tuple& t) { return CopyFrom(t); }
298 return CopyFrom(t);
304 tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) {
333 tuple& operator=(const tuple& t) { return CopyFrom(t);
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-tuple.h 218 tuple& operator=(const tuple& t) { return CopyFrom(t); }
222 return CopyFrom(t);
228 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) {
253 tuple& operator=(const tuple& t) { return CopyFrom(t); }
257 return CopyFrom(t);
269 tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) {
294 tuple& operator=(const tuple& t) { return CopyFrom(t); }
298 return CopyFrom(t);
304 tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) {
333 tuple& operator=(const tuple& t) { return CopyFrom(t);
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_input/
ScriptC_reduce_general_input.java.expect 157 ain1.copyFrom(in1);
190 ain1.copyFrom(in1);
223 ain1.copyFrom(in1);
256 ain1.copyFrom(in1);
289 ain1.copyFrom(in1);
322 ain1.copyFrom(in1);
355 ain1.copyFrom(in1);
388 ain1.copyFrom(in1);
421 ain1.copyFrom(in1);
454 ain1.copyFrom(in1)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_bitvector_test.cc 33 t.copyFrom(bv);
61 t.copyFrom(bv);
141 t_bv.copyFrom(bv);
148 t_bv.copyFrom(bv);
157 t_bv.copyFrom(bv);
  /frameworks/compile/slang/tests/P_reduce_general_inputs/
ScriptC_reduce_general_inputs.java.expect 130 ain1.copyFrom(in1);
141 ain2.copyFrom(in2);
194 ain1.copyFrom(in1);
205 ain2.copyFrom(in2);
258 ain1.copyFrom(in1);
273 ain2.copyFrom(in2);
326 ain1.copyFrom(in1);
341 ain2.copyFrom(in2);
394 ain1.copyFrom(in1);
409 ain2.copyFrom(in2)
    [all...]
  /external/parameter-framework/upstream/parameter/
AreaConfiguration.cpp 54 copyFrom(pMainBlackboard, _pConfigurableElement->getOffset());
150 copyFrom(&pFromAreaConfiguration->_blackboard,
180 void CAreaConfiguration::copyFrom(const CParameterBlackboard *pFromBlackboard, size_t offset)
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_copy_test.java 42 a1.copyFrom(f1);
66 a1.copyFrom(f1);
90 a1.copyFrom(f1);
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_copy_test.java 42 a1.copyFrom(f1);
66 a1.copyFrom(f1);
90 a1.copyFrom(f1);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_copy_test.java 42 a1.copyFrom(f1);
66 a1.copyFrom(f1);
90 a1.copyFrom(f1);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GetSetTest.java 129 alloc.copyFrom(a2);
143 alloc.copyFrom(a2);
157 alloc.copyFrom(a2);
171 alloc.copyFrom(a2);
185 alloc.copyFrom(a2);
199 alloc.copyFrom(a2);
205 in1DAlloc.copyFrom(t);
206 in2DAlloc.copyFrom(t);
207 in3DAlloc.copyFrom(t);
216 in1DAlloc.copyFrom(t)
    [all...]
GetElementAt.java 60 gIn.copyFrom(in);
81 gIn.copyFrom(in);
GlobalSync.java 36 AFailed.copyFrom(Failed);
42 AIn.copyFrom(In);
GetAllocationTest.java 36 mTemp.copyFrom(tempArray);
IntrinsicHistogram.java 88 mAin.copyFrom(i);
94 mAin.copyFrom(i);
212 mAin.copyFrom(i);
219 mAin.copyFrom(i);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.h 27 void CopyFrom(const CommonFlags &other);
46 common_flags_dont_use.CopyFrom(cf);
  /external/opencv3/samples/gpu/
opengl.cpp 93 data.indices.copyFrom(indices);
94 data.tex.copyFrom(img);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMessage.java 51 public void copyFrom(Message m) {
103 m.copyFrom(msg);
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
complex_matrix.h 48 this->CopyFrom(operand);
78 this->CopyFrom(operand);
  /frameworks/av/services/audioflinger/
FastMixerDumpState.h 39 FastTrackUnderruns(const FastTrackUnderruns& copyFrom) : mAtomic(copyFrom.mAtomic) { }
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackViewState.java 66 public void copyFrom(ViewState viewState) {
67 super.copyFrom(viewState);
  /art/runtime/
memory_region.cc 27 void MemoryRegion::CopyFrom(size_t offset, const MemoryRegion& from) const {
  /cts/tests/tests/os/src/android/os/cts/
MessengerService.java 33 reply.copyFrom(msg);
  /external/lzma/CPP/7zip/Common/
UniqBlocks.cpp 34 buf.CopyFrom(data, size);
  /external/sfntly/cpp/src/sfntly/data/
writable_font_data.cc 158 void WritableFontData::CopyFrom(InputStream* is, int32_t length) {
159 array_->CopyFrom(is, length);
162 void WritableFontData::CopyFrom(InputStream* is) {
163 array_->CopyFrom(is);

Completed in 390 milliseconds

12 3 4 5 6 7 8 91011>>