/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/music/src/main/js/default/pages/index/ |
H A D | index.js | 104 let val = Math.floor((value.progress / 100) * audio.duration); variable 200 let second = 0; variable
|
/aosp12/system/extras/tests/lib/testUtil/ |
H A D | testUtil.c | 44 double ts2double(const struct timespec *val) in ts2double() 55 double tv2double(const struct timeval *val) in tv2double() 101 const struct timespec *second) in tsDelta() 124 const struct timeval *second) in tvDelta() 182 uint32_t val; in testRand() local 209 uint32_t val = (mod <= lrand48maxVal) ? (uint32_t) lrand48() : testRand(); in testRandMod() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 299 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const Drawing::Bitmap& val) in Marshalling() 313 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, Drawing::Bitmap& val) in Unmarshalling() 470 std::shared_ptr<Drawing::Image>& val, void*& imagepixelAddr) in UnmarshallingNoLazyGeneratedImage() 626 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const Drawing::Matrix& val) in Marshalling() 639 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, Drawing::Matrix& val) in Unmarshalling() 696 float second = 0.0; in Unmarshalling() local 971 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const EmitterConfig& val) in Marshalling() 991 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, EmitterConfig& val) in Unmarshalling() 1039 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, ParticleVelocity& val) in Unmarshalling() 1546 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const RRectT<float>& val) in Marshalling() [all …]
|
/aosp12/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
H A D | RecurrenceProcessor.java | 970 int second = usebysecond in expand() local 1123 int second = date.getSecond(); in unsafeNormalize() local 1292 private static final void setTimeFromLongValue(Time date, long val) { in setTimeFromLongValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
H A D | tlv_util.cpp | 104 auto val = ReadDouble(buff, cursor); in ReadDimension() local 204 int32_t second = ReadInt32(buff, cursor); in ReadFontFeature() local
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/ |
H A D | BearerData.java | 250 public int second; field in BearerData.TimeStamp 286 int second = IccUtils.cdmaBcdByteToInt(data[5]); in fromByteArray() local 875 int val = 0; in encodeDtmfSmsAddress() local 1527 int val = 0x0F & (rawData[i / 2] >>> (4 - ((i % 2) * 4))); in decodeDtmfSmsAddress() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 615 [](const auto &first, const auto &second) { in AddSubSurfaceNode() 1747 void RSRenderNode::SetSubTreeDirty(bool val) in SetSubTreeDirty() 2391 void RSRenderNode::SetChildHasSharedTransition(bool val) in SetChildHasSharedTransition() 3512 …ChildrenList->begin(), fullChildrenList->end(), [](const auto& first, const auto& second) -> bool { in GenerateFullChildrenList() 3540 …ChildrenList->begin(), fullChildrenList->end(), [](const auto& first, const auto& second) -> bool { in ResortChildren() 3595 void RSRenderNode::SetChildHasVisibleFilter(bool val) in SetChildHasVisibleFilter() 3604 void RSRenderNode::SetChildHasVisibleEffect(bool val) in SetChildHasVisibleEffect() 3817 void RSRenderNode::SetGeoUpdateDelay(bool val) in SetGeoUpdateDelay()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uifirst_manager.cpp | 781 sortedSubThreadNodeIds_.sort([this](const auto& first, const auto& second) -> bool { in SortSubThreadNodesPriority() 1435 void RSUifirstManager::SetUseDmaBuffer(bool val) in SetUseDmaBuffer()
|
/aosp12/packages/apps/TV/libs/ |
H A D | truth-0.45.jar | ... .google.common.truth.Correspondence$ExceptionStore val$exceptions
final synthetic com.google.common. ... |
H A D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/packages/services/Telecomm/libs/ |
H A D | guava.jar | ... {
final synthetic java.lang.reflect.Method val$method
final synthetic Object[] val$args ... |
/aosp12/frameworks/base/media/java/android/media/ |
H A D | ExifInterface.java | 4798 int first = -1, second = -1; in guessDataFormat() local 5137 public void writeByte(int val) throws IOException { in writeByte() 5141 public void writeShort(short val) throws IOException { in writeShort() 5151 public void writeInt(int val) throws IOException { in writeInt() 5165 public void writeUnsignedShort(int val) throws IOException { in writeUnsignedShort() 5169 public void writeUnsignedInt(long val) throws IOException { in writeUnsignedInt()
|
/aosp12/art/compiler/optimizing/ |
H A D | code_generator_x86.cc | 3356 Location second = locations->InAt(1); in VisitAdd() local 3475 Location second = locations->InAt(1); in VisitSub() local 3593 Location second = locations->InAt(1); in VisitMul() local 3785 Location second = locations->InAt(1); in GenerateRemFP() local 3859 Location second = locations->InAt(1); in RemByPowerOfTwo() local 3976 Location second = locations->InAt(1); in GenerateDivRemIntegral() local 4100 Location second = locations->InAt(1); in VisitDiv() local 4606 Location second = locations->InAt(1); in HandleShift() local 4801 Location second = locations->InAt(1); in VisitRor() local 5073 int64_t val = right.GetConstant()->AsLongConstant()->GetValue(); in VisitCompare() local [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributed_test_tools.cpp | 63 bool CompareVector(const std::vector<uint8_t>& first, const std::vector<uint8_t>& second) in CompareVector() 144 vector<Entry> GenRanKeyVal(int putGetTimes, int keyLength, int valueLength, char val) in GenRanKeyVal() 218 Value GetValueWithInt(int val) in GetValueWithInt()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
H A D | QCameraParameters.cpp | 1608 char val[32]; in setPictureSize() local 1637 char val[32]; in setPictureSize() local 6548 int *second, in parse_pair() 6799 char val[16]; in setBrightness() local 6971 char val[16]; in setSharpness() local 6997 char val[16]; in setSkinToneEnhancement() local 7023 char val[16]; in setSaturation() local 7049 char val[16]; in setContrast() local 7288 char val[16]; in setZoom() local 8611 char val[16]; in setExposureCompensation() local [all …]
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | okhttp-3.12.1.jar | ... .Source {
boolean cacheRequestClosed
final synthetic okio.BufferedSource val$source
final synthetic okhttp3.internal.cache. ... |
/aosp12/packages/apps/TV/libs/m2/ |
H A D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
H A D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
H A D | auto-value-1.5.3.jar | ... implements java.lang.Runnable {
final synthetic String val$var
final synthetic com.google.auto. ... |
H A D | auto-factory-1.0-beta6.jar | ... first
javax.lang.model.type.TypeMirror second
String firstName
String secondName
public volatile synthetic int compare ( ... |
/aosp12/frameworks/compile/mclinker/lib/Target/ |
H A D | GNULDBackend.cpp | 1227 uint32_t val = ((djbhash >> shift1) & ((maskbits >> shift1) - 1)); in emitGNUHashTab() local 1908 const LDSection* second = *((*seg)->begin() + 1); in setupProgramHdrs() local
|
/ohos5.0/base/global/i18n/interfaces/js/kits/src/ |
H A D | intl_addon.cpp | 1521 std::vector<char> second; in CompareString() local 1793 napi_value val = IntlAddon::InitLocale(env, exports); in Init() local
|
/aosp12/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/aosp12/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 1970 const uint8_t second = ((in[1] & 0xe0) >> 5) + ((in[0] & 0x03) << 3); in unpackLanguageOrRegion() local 1999 uint8_t second = (in[1] - base) & 0x007f; in packLanguageOrRegion() local 5321 int64_t val = 0; in U16StringToInt() local
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |