/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/models/player/ |
H A D | SeekBarViewModelTest.kt | 296 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 D | RingBufferIndices.java | 44 final int pos = mSize; in add() local 48 int pos = mStart; in add() local 75 public int indexOf(int pos) { in indexOf()
|
H A D | FastXmlSerializer.java | 92 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 D | FastPrintWriter.java | 300 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 D | ProtoStreamUtils.java | 53 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 D | PowerStatsLogger.java | 142 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 D | XmlParser.cpp | 29 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 D | PageRangeUtils.java | 167 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 D | UiBenchmarkResult.java | 78 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 D | BackupHelperDispatcher.java | 89 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 D | first_stage_console.cpp | 34 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 D | ScreenDecorations.java | 745 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 D | SettingsBackupAgentTest.java | 137 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 D | AaptAssets.h | 370 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 D | ResourceTable.h | 294 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 D | bootstat.cpp | 551 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 D | path.cpp | 145 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 D | RoundRobinScheduler.java | 45 int pos = 0; in scheduleNextNode() local
|
/aosp14/frameworks/base/core/java/android/util/apk/ |
H A D | DataSource.java | 50 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 D | SettingsBackupAgent.java | 780 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 D | SplitScreenConstants.java | 70 public static final String splitPositionToString(@SplitPosition int pos) { in splitPositionToString()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageSignatures.java | 130 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 D | PooledStringWriter.java | 75 final int pos = mOut.dataPosition(); in finish() local
|
/aosp14/frameworks/base/core/java/android/security/net/config/ |
H A D | NetworkSecurityConfigProvider.java | 41 int pos = Security.insertProviderAt(new NetworkSecurityConfigProvider(), 1); in install() local
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | ProfileData.cpp | 144 int pos = percentile * mTotalFrameCount / 100; in findPercentile() local 199 int pos = percentile * totalGPUFrameCount / 100; in findGPUPercentile() local
|