Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 203) sorted by relevance

123456789

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/models/player/
H A DSeekBarViewModelTest.kt296 val pos = 42L regex
308 val pos = 42L regex
383 val pos = 42 regex
398 val pos = 42 regex
414 val pos = 42 regex
426 val pos = 42 regex
439 val pos = 42 regex
452 val pos = 42 regex
472 val pos = 40 regex
490 val pos = 78 regex
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DRingBufferIndices.java44 final int pos = mSize; in add() local
48 int pos = mStart; in add() local
75 public int indexOf(int pos) { in indexOf()
H A DFastXmlSerializer.java92 int pos = mPos; in append() local
111 int pos = mPos; in append() local
130 int pos = mPos; in append() local
156 int pos; in escapeAndAppendString() local
174 int pos; in escapeAndAppendString() local
H A DFastPrintWriter.java300 int pos = mPos; in appendLocked() local
320 int pos = mPos; in appendLocked() local
340 int pos = mPos; in appendLocked() local
/aosp14/frameworks/base/services/core/java/com/android/server/powerstats/
H A DProtoStreamUtils.java53 ProtoOutputStream pos = new ProtoOutputStream(); in getProtoBytes() local
59 ProtoOutputStream pos) { in packProtoMessage()
127 ProtoOutputStream pos = new ProtoOutputStream(); in getProtoBytes() local
133 ProtoOutputStream pos) { in packProtoMessage()
284 ProtoOutputStream pos = new ProtoOutputStream(); in getProtoBytes() local
333 ProtoOutputStream pos = new ProtoOutputStream(); in getProtoBytes() local
339 ProtoOutputStream pos) { in packProtoMessage()
435 ProtoOutputStream pos = new ProtoOutputStream(); in getProtoBytes() local
441 ProtoOutputStream pos) { in packProtoMessage()
555 ProtoOutputStream pos = new ProtoOutputStream(); in getProtoBytes() local
[all …]
H A DPowerStatsLogger.java142 final ProtoOutputStream pos = new ProtoOutputStream(fd); in writeMeterDataToFile() local
183 final ProtoOutputStream pos = new ProtoOutputStream(fd); in writeModelDataToFile() local
224 final ProtoOutputStream pos = new ProtoOutputStream(fd); in writeResidencyDataToFile() local
/aosp14/frameworks/base/cmds/idmap2/libidmap2/
H A DXmlParser.cpp29 ResXMLParser::ResXMLPosition pos{}; in get_tree_position() local
36 XmlParser::Node::Node(const ResXMLTree& tree, const ResXMLParser::ResXMLPosition& pos) in Node()
42 ResXMLParser::ResXMLPosition pos = get_position(); in operator ==() local
56 void XmlParser::Node::set_position(const ResXMLParser::ResXMLPosition& pos) { in set_position()
/aosp14/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
/aosp14/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
/aosp14/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()
/aosp14/system/core/init/
H A Dfirst_stage_console.cpp34 size_t pos = 0; in KernelConsolePresent() local
112 auto pos = bootconfig.find("androidboot.first_stage_console ="); in FirstStageConsole() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java745 private void removeOverlay(@BoundsPosition int pos) { in removeOverlay()
785 private void createOverlay( in createOverlay()
875 WindowManager.LayoutParams getWindowLayoutParams(@BoundsPosition int pos) { in getWindowLayoutParams()
922 private int getWidthLayoutParamByPos(@BoundsPosition int pos) { in getWidthLayoutParamByPos()
928 private int getHeightLayoutParamByPos(@BoundsPosition int pos) { in getHeightLayoutParamByPos()
934 private static String getWindowTitleByPos(@BoundsPosition int pos) { in getWindowTitleByPos()
953 private int getOverlayWindowGravity(@BoundsPosition int pos) { in getOverlayWindowGravity()
970 static int getBoundPositionFromRotation(@BoundsPosition int pos, int rotation) { in getBoundPositionFromRotation()
1312 public DisplayCutoutView(Context context, @BoundsPosition int pos) { in DisplayCutoutView()
/aosp14/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DSettingsBackupAgentTest.java137 AtomicInteger pos = new AtomicInteger(0); in testGeneratedHeaderMatchesCurrentDevice() local
156 AtomicInteger pos = new AtomicInteger(0); in testNewerHeaderVersionFailsMatch() local
166 AtomicInteger pos = new AtomicInteger(0); in testWrongManufacturerFailsMatch() local
176 AtomicInteger pos = new AtomicInteger(0); in testWrongProductFailsMatch() local
302 boolean isSourceAcceptable(byte[] data, AtomicInteger pos) { in isSourceAcceptable()
/aosp14/frameworks/base/tools/aapt/
H A DAaptAssets.h370 status_t addSymbol(const String8& name, int32_t value, const SourcePos& pos) { in addSymbol()
381 const SourcePos& pos) { in addStringSymbol()
391 status_t makeSymbolPublic(const String8& name, const SourcePos& pos) { in makeSymbolPublic()
400 status_t makeSymbolJavaSymbol(const String8& name, const SourcePos& pos) { in makeSymbolJavaSymbol()
409 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) { in appendComment()
435 sp<AaptSymbols> addNestedSymbol(const String8& name, const SourcePos& pos) { in addNestedSymbol()
462 bool check_valid_symbol_name(const String8& symbol, const SourcePos& pos, const char* label) { in check_valid_symbol_name()
469 AaptSymbolEntry& edit_symbol(const String8& symbol, const SourcePos* pos) { in edit_symbol()
H A DResourceTable.h294 void setCurrentXmlPos(const SourcePos& pos) { mCurrentXmlPos = pos; } in setCurrentXmlPos()
335 Entry(const String16& name, const SourcePos& pos) in Entry()
411 ConfigList(const String16& name, const SourcePos& pos) in ConfigList()
430 void setPublicSourcePos(const SourcePos& pos) { mPublicSourcePos = pos; } in setPublicSourcePos()
456 Public(const SourcePos& pos, in Public()
479 Type(const String16& name, const SourcePos& pos) in Type()
/aosp14/system/core/bootstat/
H A Dbootstat.cpp551 size_t pos = 0; in isBluntRebootReason() local
591 size_t numError(size_t pos, const std::string& _r) const { in numError()
621 size_t pos = console.rfind(needle); // exact match? in rfind() local
643 for (size_t pos = start; pos <= last_pos; ++pos) { in find() local
659 for (size_t pos = 0; pos <= last_pos; pos += needle.length()) { in correctForBitError() local
789 std::string getSubreason(const std::string& content, size_t pos, bool quoted) { in getSubreason()
831 auto pos = console.rfind(sysrqSubreason); in addKernelPanicSubReason() local
848 auto pos = console.rfind(panic); in addKernelPanicSubReason() local
1053 size_t pos = console.rfind(cmd); in BootReasonStrToReason() local
/aosp14/frameworks/base/services/incremental/
H A Dpath.cpp145 auto pos = path.rfind('/'); in basename() local
163 const auto pos = path.rfind('/'); in dirname() local
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DRoundRobinScheduler.java45 int pos = 0; in scheduleNextNode() local
/aosp14/frameworks/base/core/java/android/util/apk/
H A DDataSource.java50 static @NonNull DataSource create(@NonNull FileDescriptor fd, long pos, long size) { in create()
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java780 int pos, in restoreSettings()
1083 int pos = 0; in extractRelevantValues() local
1282 AtomicInteger pos = new AtomicInteger(0); in restoreDeviceSpecificConfig() local
1358 boolean isSourceAcceptable(byte[] data, AtomicInteger pos) { in isSourceAcceptable()
1413 private String readString(byte[] data, AtomicInteger pos) { in readString()
1430 private static int writeInt(byte[] out, int pos, int value) { in writeInt()
1438 private static int writeBytes(byte[] out, int pos, byte[] value) { in writeBytes()
1443 private int readInt(byte[] in, AtomicInteger pos) { in readInt()
1447 private int readInt(byte[] in, int pos) { in readInt()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitScreenConstants.java70 public static final String splitPositionToString(@SplitPosition int pos) { in splitPositionToString()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSignatures.java130 int pos = readCertsListXml(parser, readSignatures, signatureList, count, false, builder); in readXml() local
153 int pos = 0; in readCertsListXml() local
/aosp14/frameworks/base/core/java/android/os/
H A DPooledStringWriter.java75 final int pos = mOut.dataPosition(); in finish() local
/aosp14/frameworks/base/core/java/android/security/net/config/
H A DNetworkSecurityConfigProvider.java41 int pos = Security.insertProviderAt(new NetworkSecurityConfigProvider(), 1); in install() local
/aosp14/frameworks/base/libs/hwui/
H A DProfileData.cpp144 int pos = percentile * mTotalFrameCount / 100; in findPercentile() local
199 int pos = percentile * totalGPUFrameCount / 100; in findGPUPercentile() local

123456789