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

1 2 3 4 5 6 7 891011>>

  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h 53 CopyFrom(from);
73 void CopyFrom(const ::google::protobuf::Message& from);
75 void CopyFrom(const CodeGeneratorRequest& from);
170 CopyFrom(from);
190 void CopyFrom(const ::google::protobuf::Message& from);
192 void CopyFrom(const CodeGeneratorResponse_File& from);
287 CopyFrom(from);
307 void CopyFrom(const ::google::protobuf::Message& from);
309 void CopyFrom(const CodeGeneratorResponse& from);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h 53 CopyFrom(from);
73 void CopyFrom(const ::google::protobuf::Message& from);
75 void CopyFrom(const CodeGeneratorRequest& from);
170 CopyFrom(from);
190 void CopyFrom(const ::google::protobuf::Message& from);
192 void CopyFrom(const CodeGeneratorResponse_File& from);
287 CopyFrom(from);
307 void CopyFrom(const ::google::protobuf::Message& from);
309 void CopyFrom(const CodeGeneratorResponse& from);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h 53 CopyFrom(from);
73 void CopyFrom(const ::google::protobuf::Message& from);
75 void CopyFrom(const CodeGeneratorRequest& from);
170 CopyFrom(from);
190 void CopyFrom(const ::google::protobuf::Message& from);
192 void CopyFrom(const CodeGeneratorResponse_File& from);
287 CopyFrom(from);
307 void CopyFrom(const ::google::protobuf::Message& from);
309 void CopyFrom(const CodeGeneratorResponse& from);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
api.pb.h 56 CopyFrom(from);
70 void CopyFrom(const ::google::protobuf::Message& from);
72 void CopyFrom(const Api& from);
207 CopyFrom(from);
221 void CopyFrom(const ::google::protobuf::Message& from);
223 void CopyFrom(const Method& from);
348 CopyFrom(from);
362 void CopyFrom(const ::google::protobuf::Message& from);
364 void CopyFrom(const Mixin& from);
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
plugin.pb.h 56 CopyFrom(from);
78 void CopyFrom(const ::google::protobuf::Message& from);
80 void CopyFrom(const CodeGeneratorRequest& from);
180 CopyFrom(from);
202 void CopyFrom(const ::google::protobuf::Message& from);
204 void CopyFrom(const CodeGeneratorResponse_File& from);
304 CopyFrom(from);
326 void CopyFrom(const ::google::protobuf::Message& from);
328 void CopyFrom(const CodeGeneratorResponse& from);
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
plugin.pb.h 53 CopyFrom(from);
73 void CopyFrom(const ::google::protobuf::Message& from);
75 void CopyFrom(const CodeGeneratorRequest& from);
170 CopyFrom(from);
190 void CopyFrom(const ::google::protobuf::Message& from);
192 void CopyFrom(const CodeGeneratorResponse_File& from);
287 CopyFrom(from);
307 void CopyFrom(const ::google::protobuf::Message& from);
309 void CopyFrom(const CodeGeneratorResponse& from);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ScriptGroupTest.java 291 aFailed.copyFrom(Failed);
330 input.copyFrom(array);
382 input.copyFrom(array);
438 input.copyFrom(array);
496 input.copyFrom(array);
  /external/opencv/cxcore/include/
cvwimage.h 83 // im.View(0,0, w,1).CopyFrom(im.View(0,1, w,1));
229 void CopyFrom(const WImage<T>& src) { cvCopy(src.Ipl(), image_); }
274 void CopyFrom(const WImageC<T, C>& src) {
331 CopyFrom(src);
388 CopyFrom(src);
  /external/opencv3/modules/core/include/opencv2/core/
wimage.hpp 152 im.View(0,0, w,1).CopyFrom(im.View(0,1, w,1));
225 void CopyFrom(const WImage<T>& src) { cvCopy(src.Ipl(), image_); }
270 void CopyFrom(const WImageC<T, C>& src) {
324 CopyFrom(src);
381 CopyFrom(src);
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta1/
compiler-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta3/
compiler-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-rc1/
compiler-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.2/
compiler-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha1/
compiler-2.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha3/
compiler-2.2.0-alpha3.jar 
  /prebuilts/tools/common/offline-m2/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar 
  /external/opencv3/modules/highgui/src/
window.cpp 303 buf.copyFrom(_img);
306 tex.copyFrom(buf);
311 tex.copyFrom(_img);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 398 TEST(GeneratedMessageTest, CopyFrom) {
402 message2.CopyFrom(message1);
406 message2.CopyFrom(message2);
512 // Test the CopyFrom method that takes in the generic const Message&
519 message2.CopyFrom(*source);
542 message2.CopyFrom(*message1);
803 message2.CopyFrom(message);
    [all...]
  /frameworks/av/camera/
VendorTagDescriptor.cpp 66 copyFrom(src);
70 copyFrom(rhs);
74 void VendorTagDescriptor::copyFrom(const VendorTagDescriptor& src) {
  /frameworks/native/include/input/
Input.h 261 void copyFrom(const PointerCoords& other);
287 void copyFrom(const PointerProperties& other);
575 void copyFrom(const MotionEvent* other, bool keepHistory);
  /frameworks/native/libs/input/
Input.cpp 191 void PointerCoords::copyFrom(const PointerCoords& other) {
207 void PointerProperties::copyFrom(const PointerProperties& other) {
252 void MotionEvent::copyFrom(const MotionEvent* other, bool keepHistory) {
  /libcore/luni/src/test/java/libcore/java/util/
TreeMapTest.java 193 HashMap<String, String> copyFrom = new HashMap<String, String>();
194 copyFrom.put(null, "b");
196 new TreeMap<String, String>(copyFrom);
  /packages/apps/TV/src/com/android/tv/data/
Program.java 324 public void copyFrom(Program other) {
366 mProgram.copyFrom(other);
470 program.copyFrom(mProgram);
  /external/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 69 * of {@code copyFrom}.
71 public static Builder newBuilder(final UnknownFieldSet copyFrom) {
72 return newBuilder().mergeFrom(copyFrom);
683 * {@code copyFrom}.
685 public static Builder newBuilder(final Field copyFrom) {
686 return newBuilder().mergeFrom(copyFrom);
    [all...]

Completed in 303 milliseconds

1 2 3 4 5 6 7 891011>>