HomeSort by relevance Sort by last modified time
    Searched refs:setTo (Results 1 - 25 of 471) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/opencv3/samples/java/ant/src/
SimpleSample.java 15 mr1.setTo(new Scalar(1));
17 mc5.setTo(new Scalar(5));
  /external/opencv3/modules/stitching/test/
test_blenders.cpp 58 mask1(Rect(0, 0, mask1.cols/2, mask1.rows)).setTo(255);
59 mask1(Rect(mask1.cols/2, 0, mask1.cols - mask1.cols/2, mask1.rows)).setTo(0);
62 mask2(Rect(0, 0, mask2.cols/2, mask2.rows)).setTo(0);
63 mask2(Rect(mask2.cols/2, 0, mask2.cols - mask2.cols/2, mask2.rows)).setTo(255);
  /frameworks/av/drm/mediadrm/plugins/clearkey/
CryptoPlugin.cpp 40 errorDetailMsg->setTo("Secure decryption is not supported with "
51 errorDetailMsg->setTo(
72 errorDetailMsg->setTo("Decryption Error");
76 errorDetailMsg->setTo(
  /external/icu/icu4c/source/common/
ulistformatter.cpp 68 ustrings[stringIndex].setTo(TRUE, strings[stringIndex], -1);
72 ustrings[stringIndex].setTo(stringLengths[stringIndex] < 0, strings[stringIndex], stringLengths[stringIndex]);
79 res.setTo(result, 0, resultCapacity);
  /frameworks/av/media/libstagefright/id3/
ID3.cpp 452 id->setTo("");
459 id->setTo((const char *)&mParent.mData[mOffset], 3);
461 id->setTo((const char *)&mParent.mData[mOffset], 4);
467 id->setTo("TT2");
470 id->setTo("TP1");
473 id->setTo("TAL");
476 id->setTo("TYE");
479 id->setTo("COM");
482 id->setTo("TRK");
485 id->setTo("TCO")
    [all...]
  /frameworks/av/include/media/stagefright/foundation/
AString.h 39 void setTo(const char *s);
40 void setTo(const char *s, size_t size);
41 void setTo(const AString &from, size_t offset, size_t n);
  /device/google/contexthub/util/common/
file.h 33 status_t setTo(const char *path, const char *mode);
file.cpp 36 mInitCheck = setTo(path, mode);
47 status_t File::setTo(const char *path, const char *mode) {
  /external/opencv3/samples/cpp/tutorial_code/core/mat_mask_operations/
mat_mask_operations.cpp 84 Result.row(0).setTo(Scalar(0));
85 Result.row(Result.rows-1).setTo(Scalar(0));
86 Result.col(0).setTo(Scalar(0));
87 Result.col(Result.cols-1).setTo(Scalar(0));
  /external/javassist/src/main/javassist/bytecode/annotation/
ClassMemberValue.java 108 String setTo = Descriptor.of(newClassName);
109 valueIndex = cp.addUtf8Info(setTo);
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
ReadRecInd.java 44 setTo(to);
109 public void setTo(EncodedStringValue[] value) {
DeliveryInd.java 119 public void setTo(EncodedStringValue[] value) {
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
ReadRecInd.java 42 setTo(to);
107 public void setTo(EncodedStringValue[] value) {
DeliveryInd.java 117 public void setTo(EncodedStringValue[] value) {
ReadOrigInd.java 135 public void setTo(EncodedStringValue[] value) {
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
ReadRecInd.java 44 setTo(to);
109 public void setTo(EncodedStringValue[] value) {
DeliveryInd.java 119 public void setTo(EncodedStringValue[] value) {
  /system/core/include/utils/
String16.h 69 void setTo(const String16& other);
70 status_t setTo(const char16_t* other);
71 status_t setTo(const char16_t* other, size_t len);
72 status_t setTo(const String16& other,
149 setTo(other);
String8.h 74 void setTo(const String8& other);
75 status_t setTo(const char* other);
76 status_t setTo(const char* other, size_t numChars);
77 status_t setTo(const char16_t* other, size_t numChars);
78 status_t setTo(const char32_t* other,
286 setTo(other);
292 setTo(other);
  /external/icu/icu4c/source/i18n/
digitaffix.h 68 void setTo(const UnicodeString &value, int32_t fieldId=UNUM_FIELD_COUNT);
  /external/icu/icu4c/source/i18n/unicode/
tztrans.h 139 void setTo(const TimeZoneRule& to);
  /external/opencv3/modules/core/perf/cuda/
perf_gpumat.cpp 55 // SetTo
74 TEST_CYCLE() dst.setTo(val);
80 TEST_CYCLE() dst.setTo(val);
111 TEST_CYCLE() dst.setTo(val, d_mask);
117 TEST_CYCLE() dst.setTo(val, mask);
  /external/opencv3/modules/core/test/ocl/
test_matrix_operation.cpp 176 typedef CopyTo SetTo;
178 OCL_TEST_P(SetTo, Accuracy)
186 OCL_OFF(dst_roi.setTo(val, mask_roi));
187 OCL_ON(udst_roi.setTo(val, umask_roi));
191 OCL_OFF(dst_roi.setTo(val));
192 OCL_ON(udst_roi.setTo(val));
205 OCL_INSTANTIATE_TEST_CASE_P(MatrixOperation, SetTo, Combine(
  /external/opencv3/modules/cudaarithm/src/cuda/
integral.cu 75 dst.setTo(Scalar::all(0), stream);
99 dst.setTo(Scalar::all(0), stream);
  /libcore/include/
ScopedJavaUnicodeString.h 34 mUnicodeString.setTo(false, mChars, charCount);

Completed in 1812 milliseconds

1 2 3 4 5 6 7 8 91011>>