Home
last modified time | relevance | path

Searched +defs:val +defs:fileName (Results 1 – 25 of 1148) sorted by relevance

12345678910>>...46

/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/
DDvrStorageManager.java90 int val = in.readInt(); in readFormatInt() local
98 long val = in.readLong(); in readFormatLong() local
106 float val = in.readFloat(); in readFormatFloat() local
169 String fileName = in readTrackInfoFiles() local
209 String fileName = in readCaptionInfoFiles() local
334 String fileName = in writeTrackInfoFiles() local
367 String fileName = in writeCaptionInfoFiles() local
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
DDvrStorageManager.java90 int val = in.readInt(); in readFormatInt() local
98 long val = in.readLong(); in readFormatLong() local
106 float val = in.readFloat(); in readFormatFloat() local
169 String fileName = in readTrackInfoFiles() local
209 String fileName = in readCaptionInfoFiles() local
334 String fileName = in writeTrackInfoFiles() local
367 String fileName = in writeCaptionInfoFiles() local
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp119 HRESULT CProgressSync::ScanProgress(UInt64 numFiles, UInt64 totalSize, const FString &fileName, boo… in ScanProgress()
133 HRESULT CProgressSync::Set_NumFilesTotal(UInt64 val) in Set_NumFilesTotal()
143 void CProgressSync::Set_NumBytesTotal(UInt64 val) in Set_NumBytesTotal()
149 void CProgressSync::Set_NumFilesCur(UInt64 val) in Set_NumFilesCur()
155 HRESULT CProgressSync::Set_NumBytesCur(const UInt64 *val) in Set_NumBytesCur()
166 HRESULT CProgressSync::Set_NumBytesCur(UInt64 val) in Set_NumBytesCur()
185 void CProgressSync::Set_TitleFileName(const UString &fileName) in Set_TitleFileName()
599 #define UINT_TO_STR_2(val) { s[0] = (wchar_t)('0' + (val) / 10); s[1] = (wchar_t)('0' + (val) % 10)… argument
640 void CProgressDialog::ShowSize(unsigned id, UInt64 val, UInt64 &prev) in ShowSize()
659 static unsigned GetPower32(UInt32 val) in GetPower32()
[all …]
H A DVerCtrl.cpp169 FString fileName; in VerCtrl() local
222 UInt32 val; in VerCtrl() local
H A DPanelMenu.cpp103 static void AddPropertyPair(const UString &name, const UString &val, CListViewDialog &dialog) in AddPropertyPair()
115 UString val; in AddPropertyString() local
151 static void AddPropertyString(PROPID propID, UInt64 val, CListViewDialog &dialog) in AddPropertyString()
584 UString fileName; in CreateShellContextMenu() local
969 Int32 val = 0; in CreateFileMenu() local
/aosp_15_r20/external/icu/tools/srcgen/currysrc/libs/
HDorg.eclipse.core.contenttype_3.7.0.v20180426-1644.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/aosp_15_r20/external/deqp/framework/common/
H A DtcuImageIO.cpp55 void loadImage(TextureLevel &dst, const tcu::Archive &archive, const char *fileName) in loadImage()
82 void loadPNG(TextureLevel &dst, const tcu::Archive &archive, const char *fileName) in loadPNG()
155 void savePNG(const ConstPixelBufferAccess &src, const char *fileName) in savePNG()
214 uint16_t val; in readBigEndianShort() local
227 void loadPKM(CompressedTexture &dst, const tcu::Archive &archive, const char *fileName) in loadPKM()
/aosp_15_r20/external/pigweed/pw_transfer/integration_test/
H A DJavaClient.java133 int val = 0; in run() local
166 Path fileName, in ReadFromServer()
197 Path fileName, in WriteToServer()
284 Path fileName = Paths.get(action.getFilePath()); in main() local
/aosp_15_r20/external/libxml2/xstc/
H A Dxstc.py125 def fixFileNames(fileName): argument
155 def __init__(self, isSchema, groupName, name, accepted, file, val, descr): argument
328 def parseSchema(fileName): argument
343 def __init__(self, groupName, name, accepted, file, val, descr): argument
379 def __init__(self, groupName, name, accepted, file, val, descr): argument
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/
H A DLDMLComparator.java234 String fileName = destFolder + File.separator + localeStr + ".html"; in processArgs() local
544 String val = element.platformData.get(m_PlatformVect.elementAt(i)); in printDifferentValues() local
627 String val = element.platformData.get(m_PlatformVect.elementAt(i)); in printDifferentValuesWithRef() local
894 private Document getFullyResolvedLocale(String localeName, String fileName) { in getFullyResolvedLocale()
918 private boolean addToCompareMap(String fileName, String key) { in addToCompareMap()
929 private Document getParsedLocale(String localeName, String fileName) { in getParsedLocale()
937 private boolean addVettable(String fileName, String key) { in addVettable()
1496 String fileName = destFolder + "/" + "Bulk.html"; in doBulkComparison() local
/aosp_15_r20/out/soong/.intermediates/external/libbackup/libbackup/android_common/javac/
Dlibbackup.jar ... .BackupKeyPredicate { final synthetic java.util.Collection val$collection void <init> (java.util ...
/aosp_15_r20/external/armnn/shim/sl/canonical/
H A DCanonicalUtils.cpp160 { in GetTensorInfoForOperand()
224 const fs::path fileName = dumpPath / (requestName + "_" + tensorName + ".dump"); in DumpTensor() local
371 const fs::path fileName = dumpPath / (std::to_string(networkId) + "_profiling.json"); in DumpJsonProfilingIfRequired() local
390 std::string fileName; in ExportNetworkGraphToDotFile() local
432 std::string fileName; in SerializeNetwork() local
/aosp_15_r20/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/setup/
H A DLayoutlibBridgeClientCallback.java80 final Integer val = (Integer) field.get(null); in initResources() local
139 public XmlPullParser createXmlParserForPsiFile(@NonNull String fileName) { in createXmlParserForPsiFile()
145 public XmlPullParser createXmlParserForFile(@NonNull String fileName) { in createXmlParserForFile()
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
H A DTarArchiveEntry.java353 public TarArchiveEntry(final File file, final String fileName) { in TarArchiveEntry()
1025 final String val = ent.getValue(); in updateEntryFromPaxHeaders() local
1037 private void processPaxHeader(String key, String val) { in processPaxHeader()
1050 private void processPaxHeader(String key, String val, Map<String, String> headers) { in processPaxHeader() argument
1357 private static String normalizeFileName(String fileName, in normalizeFileName()
/aosp_15_r20/art/dexdump/
H A Ddexdump.cc204 static const char* strBool(bool val) { in strBool()
211 static const char* quotedBool(bool val) { in quotedBool()
233 static int countOnes(u4 val) { in countOnes()
1701 const char* fileName; in dumpClass() local
1948 static void processDexFile(const char* fileName, in processDexFile()
1996 int processFile(const char* fileName) { in processFile()
/aosp_15_r20/external/lzma/CPP/7zip/UI/GUI/
H A DCompressDialog.cpp528 UString fileName; in OnInit() local
777 UString fileName; in OnButtonSFX() local
1446 UString fileName; in SetArchiveName2() local
1473 UString fileName = name; in SetArchiveName() local
2185 LRESULT val = c.GetItemData_of_CurSel(); in GetComboValue_64() local
2396 static void Add_Size(AString &s, UInt64 val) in Add_Size()
2731 int CCompressDialog::AddMemComboItem(UInt64 val, bool isPercent, bool isDefault) in AddMemComboItem()
3403 const bool val = isSet ? b2.Val : bb.DefaultVal; in CheckButton_BoolBox() local
3444 static void AddTimeOption(UString &s, UInt32 val, const UString &unit, const char *sys = NULL) in AddTimeOption()
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DFileMap.java263 String fileName = new String(nameBytes, encoding); in guessDataOffsets() local
300 int val = readInt(buffer, scanOffset); in findCentralDir() local
323 int val = readInt(buffer, scanOffset); in findCentralDir64() local
/aosp_15_r20/external/libjpeg-turbo/
H A Dtjbench.c120 static char *sigfig(double val, int figs, char *buf, int len) in sigfig()
150 int subsamp, int jpegQual, char *fileName, int tilew, in decomp()
326 int jpegQual, char *fileName) in fullTest()
537 static int decompTest(char *fileName) in decompTest()
/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/
H A DPlugin.cpp30 CPlugin::CPlugin(const FString &fileName, CAgent *agent, UString archiveTypeName): in CPlugin()
467 AString val (PropToString2(prop, propID)); in AddPropertyString() local
505 FString dirPrefix, fileName; in GetOpenPluginInfo() local
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp950 FString fileName = VolName; in Z7_COM7F_IMF() local
977 HRESULT CArchiveUpdateCallback::InFileStream_On_Error(UINT_PTR val, DWORD error) in InFileStream_On_Error()
998 void CArchiveUpdateCallback::InFileStream_On_Destroy(CInFileStream *stream, UINT_PTR val) in InFileStream_On_Destroy()
/aosp_15_r20/system/logging/liblog/
H A Devent_tag_map.cpp144 unsigned long val = strtoul(pData, &ep, 10); in scanTagLine() local
282 EventTagMap* android_openEventTagMap(const char* fileName) { in android_openEventTagMap()
/aosp_15_r20/external/python/cpython2/PC/
D_winreg.c1330 char *fileName; in PyLoadKey() local
1529 char *fileName; in PySaveKey() local
1782 #define ADD_INT(val) insint(d, #val, val) argument
1793 #define ADD_KEY(val) inskey(d, #val, val) argument
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/backuprestore/HealthConnectBackupRestoreLibrary/android_common_apex34/javac/
DHealthConnectBackupRestoreLibrary.jar ... { final synthetic java.util.concurrent.CountDownLatch val$latch final synthetic com.android.health. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/backuprestore/HealthConnectBackupRestore/android_common_apex34/combined/
DHealthConnectBackupRestore.jar ... { final synthetic java.util.concurrent.CountDownLatch val$latch final synthetic com.android.health. ...
/aosp_15_r20/external/guice/extensions/struts2/lib/
HDcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

12345678910>>...46