Home
last modified time | relevance | path

Searched defs:pos (Results 101 – 125 of 1937) sorted by relevance

12345678910>>...78

/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_marshalling.cpp62 size_t pos = parcel.dataPosition(); in TEST() local
87 size_t pos = parcel.dataPosition(); in TEST() local
120 size_t pos = parcel.dataPosition(); in TEST() local
169 size_t pos = parcel.dataPosition(); in TEST() local
/aosp12/build/make/tools/product_config/src/com/android/build/config/
H A DStr.java34 public Str(Position pos, String s) { in Str()
75 public static ArrayList<Str> toList(Position pos, List<String> list) { in toList()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_layout_range_solver.h40 float pos; /**< Main position of the starting row in ViewBox. The new currentOffset_ */ member
53 … float pos = 0.0f; /**< Main position of the starting row in ViewBox. The new currentOffset_ */ member
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DZoomControlBar.java62 int pos; // the relative position in the zoom slider bar in getSliderPosition() local
98 int pos = getSliderPosition((int) event.getX()); in dispatchTouchEvent() local
132 int pos; // slider position in onLayout() local
/aosp12/packages/modules/DnsResolver/
H A DDnsQueryLog.cpp36 if (auto pos = ip.find_first_of(':'); pos != ip.npos && !v6Found) { in maskIps() local
39 } else if (auto pos = ip.find_first_of('.'); pos != ip.npos && !v4Found) { in maskIps() local
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_vector.cpp54 char* HilogVector::GetStr(const HilogVector *vector, size_t pos) in GetStr()
62 ValueType HilogVector::GetType(const HilogVector *vector, size_t pos) in GetType()
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
H A DPageRangeUtils.java167 private static int readWhiteSpace(CharSequence s, int pos) { in readWhiteSpace()
183 private static Pair<Integer, Integer> readNumber(CharSequence s, int pos) { in readNumber()
216 private static Pair<Integer, Character> readChar(CharSequence s, int pos, char expectedChar) { in readChar()
234 private static Pair<Integer, PageRange> readRange(CharSequence s, int pos, int maxPageNumber) { in readRange()
304 int pos = 0; in parsePageRanges() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dresource.cpp74 size_t pos = param.find(name); in GetDoubleParam() local
90 size_t pos = param.find(name); in GetIntParam() local
106 size_t pos = param.find(name); in GetInt64Param() local
121 size_t pos = param.find(name); in GetFloatArrayParam() local
206 size_t pos = result.find(RESULT_FAIL); in IsResultSuccess() local
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
H A DClipStorage.java131 private boolean checkStaleFiles(int pos) { in checkStaleFiles()
139 private void prepareSlot(int pos) { in prepareSlot()
180 private File toSlotDataFile(int pos) { in toSlotDataFile()
185 private void createSlotFileObject(int pos) { in createSlotFileObject()
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
H A DUiBenchmarkResult.java78 int pos = getMetricPosition(id); in getAverage() local
83 int pos = getMetricPosition(id); in getMinimum() local
88 int pos = getMetricPosition(id); in getMaximum() local
93 int pos = getMetricPosition(id); in getMaximumIndex() local
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dservice.c140 short pos = VECTOR_FindByKey(&(serviceImpl->features), (void *)featureName); in DEFAULT_GetFeature() local
156 int16 pos = VECTOR_FindByKey(&(serviceImpl->features), (void *)feature); in DEFAULT_GetFeatureId() local
171 int16 pos = VECTOR_FindByKey(&(serviceImpl->features), (void *)featureName); in DEFAULT_DeleteFeature() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_position.h45 void Set(const Vec3& pos, AnimatableFloat distance, bool isAngular) in Set()
52 void SetPosition(const Vec3& pos) in SetPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_container_element.cpp86 auto pos = declaration->toolbarItems.begin(); in PerformBuild() local
89 AceAsyncEvent<void()>::Create((*pos)->action, weakContent)(); in PerformBuild() local
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_queue.c112 struct cam_list *pos = NULL; in mm_qcamera_queue_dequeue() local
140 struct cam_list *pos = NULL; in mm_qcamera_queue_flush() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_system_ability_listerner.cpp51 std::unordered_set<int32_t>::iterator pos = allListenerIds.find(systemAbilityId); in SubscribeSystemAbility() local
73 std::unordered_set<int32_t>::iterator pos = allListenerIds.find(systemAbilityId); in UnSubscribeSystemAbility() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_usage_strategy_parser.cpp118 std::string::size_type pos = 0; in split() local
136 auto pos = streamUsageMap.find(name); in ParserStreamUsage() local
164 auto pos = sourceTypeMap.find(name); in ParserSourceTypes() local
/ohos5.0/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessservicestub_fuzzer/
H A Dfileaccessservicestub_fuzzer.cpp30 T TypeCast(const uint8_t *data, int *pos = nullptr) in TypeCast()
60 int pos = 0; in CmdOnChangeFuzzTest() local
93 int pos = 0; in CmdUnregisterNotifyFuzzTest() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvstore_datashare_bridge.cpp38 bool KvStoreDataShareBridge::FillBlock(int pos, ResultSetBridge::Writer &writer) in FillBlock()
96 for (int pos = start; pos <= target; pos++) { in OnGo() local
/ohos5.0/foundation/filemanagement/app_file_service/test/fuzztest/svcrestoredepsmanager_fuzzer/
H A Dsvcrestoredepsmanager_fuzzer.cpp43 int pos = 0; in GetInfo() local
92 size_t pos = size >> 1; in SvcRestoreDepsManagerFuzzTest() local
/ohos5.0/foundation/multimodalinput/input/test/facility/libinput_wrapper/src/
H A Dlibinput_wrapper.cpp121 auto pos = devices_.find(path); in AddPath() local
134 auto pos = devices_.find(path); in RemovePath() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dcommand_parser.cpp306 auto pos = s.find(':'); in ParseParamFromCmdLine() local
335 auto pos = s.find(','); in ParseSetParameter() local
366 auto pos = s.find(','); in ParsePerFrameParam() local
402 auto pos = src.find(','); in ParseResourceParam() local
417 auto pos = s.find(':'); in ParseWaterMark() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkshadereffect_fuzzer/
H A Dshadereffect_fuzzer.cpp64 float* pos = new float[format]; in NativeShaderEffectTest001() local
104 float* pos = new float[format]; in NativeShaderEffectTest002() local
149 float* pos = new float[format]; in NativeShaderEffectTest003() local
196 float* pos = new float[format]; in NativeShaderEffectTest004() local
258 float* pos = new float[format]; in NativeShaderEffectTest005() local
/aosp12/art/libdexfile/dex/
H A Ddex_file_loader.h90 const char* pos = strrchr(location, kMultiDexSeparator); in GetBaseLocation() local
102 size_t pos = location.rfind(kMultiDexSeparator); in GetMultiDexSuffix() local
/ohos5.0/foundation/filemanagement/app_file_service/test/fuzztest/backupservicestub_fuzzer/
H A Dbackupservicestub_fuzzer.cpp68 int pos = 0; in OnRemoteRequestFuzzTest() local
142 int pos = 0; in CmdPublishFileFuzzTest() local
166 int pos = 0; in CmdAppFileReadyFuzzTest() local
212 int pos = 0; in CmdResultReportFuzzTest() local
251 int pos = 0; in CmdAppendBundlesRestoreSessionFuzzTest() local
278 int pos = 0; in CmdAppendBundlesDetailsRestoreSessionFuzzTest() local
448 int pos = 0; in CmdPublishIncrementalFileFuzzTest() local
472 int pos = 0; in CmdPublishSAIncrementalFileFuzzTest() local
498 int pos = 0; in CmdAppIncrementalFileReadyFuzzTest() local
576 int pos = 0; in CmdUpdateTimerFuzzTest() local
[all …]
/aosp12/frameworks/base/core/java/android/app/backup/
H A DBackupHelperDispatcher.java89 int pos = allocateHeader_native(header, newStateFD); in doOneBackup() local
116 int pos = rawKey.indexOf(':'); in performRestore() local
149 private static native int writeHeader_native(Header h, FileDescriptor fd, int pos); in writeHeader_native()

12345678910>>...78