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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
SendReq.java 275 public void setTo(EncodedStringValue[] value) {
  /packages/services/Car/libvehiclenetwork/native/
VehicleNetwork.cpp 245 value.setTo((char*)v.value.str_value.data, v.value.str_value.len);
  /external/icu/icu4c/source/i18n/
measunit.cpp 1104 dest[idx].setTo(typeIdx, subTypeIdx);
1130 dest[subTypeIdx].setTo(typeIdx, subTypeIdx);
1228 void MeasureUnit::setTo(int32_t typeId, int32_t subTypeId) {
ucol_res.cpp 127 rules.setTo(s, length);
403 t->rules.setTo(TRUE, s, length);
533 dst.setTo(result, 0, resultLength);
timezone.cpp 199 copy.setTo(TRUE, u, len);
    [all...]
smpdtfmt.cpp 422 fDateOverride.setTo(override);
469 fDateOverride.setTo(override);
752 fTimeOverride.setTo(TRUE, ovrStr, ovrStrLen);
784 fDateOverride.setTo(TRUE, ovrStr, ovrStrLen);
815 // setTo() - see DateFormatSymbols::assignArray comments
830 fDateOverride.setTo(TRUE, ovrStr, ovrStrLen);
839 fPattern.setTo(TRUE, resStr, resStrLen);
856 fDateOverride.setTo(TRUE, ovrStr, ovrStrLen);
865 fPattern.setTo(TRUE, resStr, resStrLen);
    [all...]
tznames_impl.cpp 753 unistr.setTo((const UChar*)fMetaZoneIDs->elementAt(fPos++), -1);
    [all...]
alphaindex.cpp 380 temp.setTo((UChar)(0x30 + count % 10));
391 return temp.setTo(current, BASE_LENGTH);
892 inflowLabel_.setTo((UChar)0x2026); // Ellipsis
    [all...]
nfrs.cpp 168 name.setTo(description, 0, pos);
174 name.setTo(UNICODE_STRING_SIMPLE("%default"));
218 currentDescription.setTo(description, oldP, p - oldP);
rbnf.cpp     [all...]
  /external/opencv3/modules/cudaarithm/test/
test_element_operations.cpp 98 dst.setTo(cv::Scalar::all(0));
160 dst.setTo(cv::Scalar::all(0));
217 dst.setTo(cv::Scalar::all(0));
248 dst.setTo(cv::Scalar::all(0));
305 dst.setTo(cv::Scalar::all(0));
336 dst.setTo(cv::Scalar::all(0));
401 dst.setTo(cv::Scalar::all(0));
463 dst.setTo(cv::Scalar::all(0));
520 dst.setTo(cv::Scalar::all(0));
551 dst.setTo(cv::Scalar::all(0))
    [all...]
  /external/opencv3/modules/cudawarping/src/
warp.cpp 271 dst.setTo(borderValue, stream);
410 dst.setTo(borderValue, stream);
529 dst.setTo(Scalar::all(0), stream);
  /external/opencv3/modules/features2d/test/
test_matchers_algorithmic.cpp 264 masks[mi].col(di*countFactor).setTo(Scalar::all(0));
361 masks[mi].col(di*countFactor).setTo(Scalar::all(0));
464 masks[mi].col(di*countFactor).setTo(Scalar::all(0));
  /external/opencv3/modules/imgproc/src/
grabcut.cpp 93 _model.setTo(Scalar(0));
348 mask.setTo( GC_BGD );
355 (mask(rect)).setTo( Scalar(GC_PR_FGD) );
  /frameworks/av/cmds/stagefright/
stagefright.cpp 719 dumpStreamFilename.setTo(optarg);
727 dumpStreamFilename.setTo(optarg);
762 gWriteMP4Filename.setTo(optarg);
    [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 89 value->setTo(&s[keyLen + 1], len - keyLen - 1);
427 valString.setTo(attrLiveStream,
541 mSessionDesc->setTo(
    [all...]
  /external/opencv3/modules/calib3d/src/
circlesgrid.cpp 114 distsMask.row(maxIdx).setTo(0);
115 distsMask.col(maxIdx).setTo(0);
258 cosAngles.row(maxLoc.x).setTo(0.0f);
259 cosAngles.col(maxLoc.x).setTo(0.0f);
260 cosAngles.row(maxLoc.y).setTo(0.0f);
261 cosAngles.col(maxLoc.y).setTo(0.0f);
495 distanceMatrix.setTo(infinity);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplV7.java 744 actionBarTheme.setTo(baseTheme);
748 actionBarContext.getTheme().setTo(actionBarTheme);
    [all...]
  /external/icu/icu4c/source/common/
unistr.cpp 319 setTo(that, srcStart);
326 setTo(that, srcStart, srcLength);
    [all...]
uniset_closure.cpp 172 str.setTo((UBool)FALSE, full, result);
ustrenum.cpp 172 return &unistr.setTo(str, length);
  /external/opencv3/modules/core/src/
umatrix.cpp 769 UMat& UMat::setTo(InputArray _value, InputArray _mask)
822 m.setTo(_value, _mask);
828 setTo(s);
  /cts/tests/tests/telephony/src/android/telephony/cts/
MmsTest.java 243 req.setTo(encodedNumbers);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
IBMCalendarTest.java     [all...]

Completed in 917 milliseconds

1 2 3 4 5 6 7 8 91011>>