HomeSort by relevance Sort by last modified time
    Searched full:setto (Results 51 - 75 of 425) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/opencv3/modules/cudabgsegm/src/
mog.cpp 195 weight_.setTo(cv::Scalar::all(0));
196 sortKey_.setTo(cv::Scalar::all(0));
197 mean_.setTo(cv::Scalar::all(0));
198 var_.setTo(cv::Scalar::all(0));
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
TypedValueTest.java 71 actualValue.setTo(expectedValue);
  /frameworks/av/media/libstagefright/rtsp/
ASessionDescription.h 35 bool setTo(const void *data, size_t size);
  /libcore/include/
ScopedJavaUnicodeString.h 34 mUnicodeString.setTo(false, mChars, charCount);
  /system/core/libutils/tests/
String8_test.cpp 77 EXPECT_EQ(NO_MEMORY, String8("").setTo(in, SIZE_MAX));
  /external/opencv3/modules/superres/perf/
perf_superres.cpp 102 flow1.setTo(cv::Scalar::all(0));
109 flow1.setTo(cv::Scalar::all(0));
110 flow2.setTo(cv::Scalar::all(0));
  /frameworks/av/media/libstagefright/foundation/
ParsedMessage.cpp 175 mContent.setTo(&data[offset], contentLength);
201 field->setTo(line, prevOffset, offset - prevOffset - 1);
269 value->setTo(&s[keyLen + 1], len - keyLen - 1);
  /frameworks/base/tools/split-select/
SplitDescription.cpp 137 configStr.setTo(str.string(), index);
138 extensionStr.setTo(str.string() + index + 1);
140 configStr.setTo(str);
  /external/icu/icu4c/source/test/intltest/
loctest.cpp     [all...]
idnaconf.cpp 304 key.setTo(s,0,p).trim();
305 value.setTo(s,p+1).trim();
324 id.setTo(value, 0, value.indexOf((UChar)0x20)); // space
327 namezone.setTo(value);
330 namebase.setTo(value);
  /external/opencv3/modules/cudaoptflow/src/
pyrlk.cpp 146 status.setTo(Scalar::all(1), stream);
239 uPyr[0].setTo(Scalar::all(0), stream);
240 vPyr[0].setTo(Scalar::all(0), stream);
241 uPyr[1].setTo(Scalar::all(0), stream);
242 vPyr[1].setTo(Scalar::all(0), stream);
  /system/core/libutils/
String8.cpp 246 void String8::setTo(const String8& other)
253 status_t String8::setTo(const char* other)
264 status_t String8::setTo(const char* other, size_t len)
275 status_t String8::setTo(const char16_t* other, size_t len)
286 status_t String8::setTo(const char32_t* other, size_t len)
301 setTo(other);
318 return setTo(other, otherLen);
  /external/icu/icu4c/source/i18n/
tzgnames.cpp 177 tzID.setTo(TRUE, minfo->gnameInfo->tzID, -1);
372 rpat.setTo(regionPattern, -1);
377 fpat.setTo(fallbackPattern, -1);
508 name.setTo(locname, u_strlen(locname));
702 name.setTo(stdName);
743 name.setTo(mzName);
747 name.setTo(mzName);
775 name.setTo(TRUE, uplname, -1);
825 location.setTo(tzCanonicalID);
    [all...]
unum.cpp 197 res.setTo(result, 0, resultLength);
230 res.setTo(result, 0, resultLength);
280 resultStr.setTo(result, 0, resultLength);
307 res.setTo(result, 0, resultLength);
555 res.setTo(result, 0, resultLength);
678 pat.setTo(result, 0, resultLength);
digitaffix.cpp 53 DigitAffix::setTo(const UnicodeString &value, int32_t fieldId) {
digitformatter.cpp 33 fInfinity.setTo(UnicodeString("Inf", -1, US_INV), UNUM_INTEGER_FIELD);
34 fNan.setTo(UnicodeString("Nan", -1, US_INV), UNUM_INTEGER_FIELD);
57 fInfinity.setTo(symbols.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol), UNUM_INTEGER_FIELD);
58 fNan.setTo(symbols.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), UNUM_INTEGER_FIELD);
nfrs.h 50 void getName(UnicodeString& result) const { result.setTo(name); }
  /external/opencv3/modules/cudaarithm/src/cuda/
normalize.cu 112 dst.setTo(Scalar::all(0), stream);
193 dst.setTo(Scalar::all(0), stream);
209 dst.setTo(Scalar::all(0), stream);
  /external/opencv3/samples/cpp/
grabcut.cpp 82 mask.setTo(Scalar::all(GC_BGD));
137 mask.setTo( GC_BGD );
142 (mask(rect)).setTo( Scalar(GC_PR_FGD) );
  /frameworks/av/drm/mediadrm/plugins/clearkey/
JsonWebKey.cpp 163 value->setTo(valueToken);
214 token.setTo(pjs, mJsmnTokens[j].end - mJsmnTokens[j].start);
262 token.setTo(pjs, mJsmnTokens[i].end - mJsmnTokens[i].start);
  /frameworks/base/tools/aapt2/
StringPool_test.cpp 180 ASSERT_EQ(test.setTo(data.get(), buffer.size()), NO_ERROR);
193 ASSERT_EQ(test.setTo(data.get(), buffer.size()), NO_ERROR);
227 ASSERT_EQ(test.setTo(data.get(), buffer.size()), NO_ERROR);
  /external/icu/icu4c/source/common/
norm2allmodes.h 114 decomposition.setTo(buffer, length); // copy the string (Jamos from Hangul syllable c)
116 decomposition.setTo(FALSE, d, length); // read-only alias
129 decomposition.setTo(buffer, length); // copy the string (algorithmic decomposition)
131 decomposition.setTo(FALSE, d, length); // read-only alias
ucharstriebuilder.cpp 38 void setTo(const UnicodeString &s, int32_t val, UnicodeString &strings, UErrorCode &errorCode);
64 UCharsTrieElement::setTo(const UnicodeString &s, int32_t val,
124 elements[elementsLength++].setTo(s, value, strings, errorCode);
164 result.setTo(FALSE, uchars+(ucharsCapacity-ucharsLength), ucharsLength);
  /external/icu/icu4c/source/tools/toolutil/
xmlparser.cpp 596 replacement.setTo((UChar)x_AMP);
598 replacement.setTo((UChar)x_LT);
600 replacement.setTo((UChar)x_GT);
602 replacement.setTo((UChar)x_APOS);
604 replacement.setTo((UChar)x_QUOT);
612 replacement.setTo(val);
620 replacement.setTo(val);
735 name.setTo(*(const UnicodeString *)fAttNames.elementAt(i));
736 value.setTo(*(const UnicodeString *)fAttValues.elementAt(i));
  /external/opencv3/modules/calib3d/test/
test_undistort_points.cpp 49 cameraMatrix.setTo(Scalar(0));

Completed in 346 milliseconds

1 23 4 5 6 7 8 91011>>