/external/protobuf/java/src/main/java/com/google/protobuf/micro/ |
ByteStringMicro.java | 82 public static ByteStringMicro copyFrom(final byte[] bytes, final int offset, 92 public static ByteStringMicro copyFrom(final byte[] bytes) { 93 return copyFrom(bytes, 0, bytes.length); 100 public static ByteStringMicro copyFrom(final String text, final String charsetName)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
SignalController.java | 93 mCurrentState.copyFrom(mLastState); 117 mLastState.copyFrom(mCurrentState); 181 mHistory[mHistoryIndex++ & (HISTORY_SIZE - 1)].copyFrom(mLastState); 268 public void copyFrom(State state) {
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
UsageIO.java | 59 mScratchPixelsAllocation1.copyFrom(mInPixelsAllocation);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/ |
BasicParameterInt.java | 33 public void copyFrom(Parameter src) {
|
BasicParameterStyle.java | 34 public void copyFrom(Parameter src) {
|
/system/connectivity/shill/ |
result_aggregator.cc | 56 error_.CopyFrom(error);
|
service_under_test.cc | 64 key_value_store_.CopyFrom(value);
|
/art/compiler/optimizing/ |
nodes_test.cc | 144 environment->CopyFrom(array); 152 parent1->CopyFrom(array); 158 parent2->CopyFrom(array);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_bvgraph.h | 53 t1.copyFrom(from); 89 t1.copyFrom(from); 114 to_visit.copyFrom(v[from]);
|
/external/icu/icu4c/source/i18n/ |
dtptngen_impl.h | 187 void copyFrom(const PtnSkeleton& skeleton); 188 void copyFrom(); 206 void copyFrom(const PatternMap& other, UErrorCode& status);
|
/external/v8/src/ |
bit-vector.h | 77 CopyFrom(other); 85 void CopyFrom(const BitVector& other) { 244 if (bits_ != NULL) new_bits->CopyFrom(*bits_);
|
/external/webrtc/webrtc/modules/utility/source/ |
audio_frame_operations_unittest.cc | 66 temp_frame.CopyFrom(frame_); 91 temp_frame.CopyFrom(frame_); 137 orig_frame.CopyFrom(frame_);
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
sparse_weight_vector.h | 47 CopyFrom(other); 50 CopyFrom(other); 52 void CopyFrom(const SparseWeightVector<Key, Hash> &other) {
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
empty.pb.h | 52 CopyFrom(from); 71 void CopyFrom(const ::google::protobuf::Message& from); 73 void CopyFrom(const Empty& from);
|
wrappers.pb.h | 60 CopyFrom(from); 79 void CopyFrom(const ::google::protobuf::Message& from); 81 void CopyFrom(const DoubleValue& from); 151 CopyFrom(from); 170 void CopyFrom(const ::google::protobuf::Message& from); 172 void CopyFrom(const FloatValue& from); 242 CopyFrom(from); 261 void CopyFrom(const ::google::protobuf::Message& from); 263 void CopyFrom(const Int64Value& from); 333 CopyFrom(from) [all...] |
duration.pb.h | 52 CopyFrom(from); 66 void CopyFrom(const ::google::protobuf::Message& from); 68 void CopyFrom(const Duration& from);
|
source_context.pb.h | 52 CopyFrom(from); 66 void CopyFrom(const ::google::protobuf::Message& from); 68 void CopyFrom(const SourceContext& from);
|
timestamp.pb.h | 52 CopyFrom(from); 71 void CopyFrom(const ::google::protobuf::Message& from); 73 void CopyFrom(const Timestamp& from);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
AllocationTest.java | 308 case 0: A.copyFrom(src); break; 332 case 0: A.copyFrom(src); break; 357 case 0: A.copyFrom(src); break; 381 case 0: A.copyFrom(src); break; 401 A.copyFrom(E); 422 A.copyFrom(bSrc); 446 srcA.copyFrom(src); 470 srcA.copyFrom(src); 603 srcA.copyFrom(src); 629 srcA.copyFrom(src) [all...] |
SendToClient.java | 58 mInAllocation.copyFrom(inArray);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
UT_alloc_copyPadded.java | 95 alloc.copyFrom(inArray); 127 alloc.copyFrom(inArray); 160 alloc.copyFrom(inArray); 194 alloc.copyFrom(inArray); 229 alloc.copyFrom(inArray); 265 alloc.copyFrom(inArray); 299 alloc.copyFrom(inArray); 334 alloc.copyFrom(inArray); 370 alloc.copyFrom(inArray); 404 alloc.copyFrom(inArray) [all...] |
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
UT_alloc_copyPadded.java | 95 alloc.copyFrom(inArray); 127 alloc.copyFrom(inArray); 160 alloc.copyFrom(inArray); 194 alloc.copyFrom(inArray); 229 alloc.copyFrom(inArray); 265 alloc.copyFrom(inArray); 299 alloc.copyFrom(inArray); 334 alloc.copyFrom(inArray); 370 alloc.copyFrom(inArray); 404 alloc.copyFrom(inArray) [all...] |
/external/opencv3/modules/cudaarithm/test/ |
test_opengl.cpp | 148 buf.copyFrom(gold, cv::ogl::Buffer::ARRAY_BUFFER, true); 162 buf.copyFrom(d_gold, cv::ogl::Buffer::ARRAY_BUFFER, true); 176 buf.copyFrom(buf_gold, cv::ogl::Buffer::ARRAY_BUFFER, true); 391 tex.copyFrom(gold, true); 405 tex.copyFrom(d_gold, true); 419 tex.copyFrom(buf_gold, true);
|
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
BNNMTest.java | 230 matA.copyFrom(a_byte); 231 matB.copyFrom(b_byte); 301 matA.copyFrom(a_byte); 302 matB.copyFrom(b_byte); 350 matA.copyFrom(a_byte); 351 matB.copyFrom(b_byte);
|
/art/runtime/gc/accounting/ |
bitmap.cc | 72 void Bitmap::CopyFrom(Bitmap* source_bitmap) {
|